POD cleanup and rewrapping.
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
32         Log: More NetWare.
33      Branch: perl
34            ! README.netware
35 ____________________________________________________________________________
36 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
37         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
38              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39              Date: Mon, 27 May 2002 19:26:27 +0200
40              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
41      Branch: perl
42            ! hints/hpux.sh
43 ____________________________________________________________________________
44 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
45         Log: We are not that certain about the localising of
46              tied aggregates.
47      Branch: perl
48            ! pod/perldelta.pod
49 ____________________________________________________________________________
50 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
51         Log: Missed from #16811.
52      Branch: perl
53            + NetWare/sv_nw.c
54            ! MANIFEST
55 ____________________________________________________________________________
56 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
57         Log: NetWare diff from Ananth Kesari.
58      Branch: perl
59            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
60            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
61 ____________________________________________________________________________
62 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
63         Log: Integrate perlio;
64              
65              Fix for the IO::Scalar bug (I think).
66              At tie time break the loop but in a different place:
67              A. Increment REFCNT of the RV involved in the self-tie
68              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
69              At mg_free time
70              Break the connection between the RV and its referent
71              so that we do not try and free it (again).
72              
73              Add IO::Scalar fail case to the tests.
74      Branch: perl
75           !> mg.c sv.c t/op/tie.t
76 ____________________________________________________________________________
77 [ 16809] By: nick                                  on 2002/05/27  11:02:21
78         Log: Add IO::Scalar fail case to the tests.
79      Branch: perlio
80            ! t/op/tie.t
81 ____________________________________________________________________________
82 [ 16808] By: nick                                  on 2002/05/27  09:54:46
83         Log: Fix for the IO::Scalar bug (I think).
84              At tie time break the loop but in a different place:
85              A. Increment REFCNT of the RV involved in the self-tie
86              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
87              At mg_free time
88              Break the connection between the RV and its referent
89              so that we do not try and free it (again).
90      Branch: perlio
91            ! mg.c sv.c
92 ____________________________________________________________________________
93 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
94         Log: select() portability nit.
95      Branch: perl
96            ! pod/perlfunc.pod
97 ____________________________________________________________________________
98 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
99         Log: Fix a remaining B::Lint bug.
100      Branch: perl
101            ! ext/B/B/Lint.pm ext/B/t/lint.t
102 ____________________________________________________________________________
103 [ 16805] By: nick                                  on 2002/05/26  20:51:31
104         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
105              Only op/local.t fails but it is nasty... try valgrind on other machine.
106      Branch: perlio
107            ! sv.c
108 ____________________________________________________________________________
109 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
110         Log: Some day I might actually learn to test changes first
111              before committing them in.
112      Branch: perl
113            ! hints/darwin.sh
114 ____________________________________________________________________________
115 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
116         Log: Until otherwise proven.
117      Branch: perl
118            ! hints/darwin.sh
119 ____________________________________________________________________________
120 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
121         Log: Darwin hint tweaks.
122      Branch: perl
123            ! hints/darwin.sh
124 ____________________________________________________________________________
125 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
126         Log: FAQ sync.
127      Branch: perl
128            ! pod/perlfaq5.pod pod/perlfaq6.pod
129 ____________________________________________________________________________
130 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
131         Log: Subject: [DOC-PATCH] README.cygwin updated
132              From: "Gerrit P. Haase" <gp@familiehaase.de>
133              Date: Sun, 26 May 2002 14:56:14 +0200
134              Message-ID: <1151480833395.20020526145614@familiehaase.de>
135      Branch: perl
136            ! README.cygwin
137 ____________________________________________________________________________
138 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
139         Log: I thinkk thinggy has only one g.
140      Branch: perl
141            ! pod/perldelta.pod
142 ____________________________________________________________________________
143 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
144         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
145              From: Dave Mitchell <davem@fdgroup.com>
146              Date: Sun, 26 May 2002 14:15:42 +0100
147              Message-ID: <20020526141542.B18527@fdgroup.com>
148      Branch: perl
149            ! pod/perldelta.pod pod/perlsub.pod
150 ____________________________________________________________________________
151 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
152         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
153              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
154              Date: Sat, 25 May 2002 21:52:16 -0700
155              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
156      Branch: perl
157            ! ext/B/B/Deparse.pm
158 ____________________________________________________________________________
159 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
160         Log: Slight reformatting; tiny tweaks.
161      Branch: perl
162            ! pod/perlipc.pod
163 ____________________________________________________________________________
164 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
165         Log: Integrate perlio; Update perlipc.pod for new signals.
166      Branch: perl
167           !> pod/perlipc.pod
168 ____________________________________________________________________________
169 [ 16794] By: nick                                  on 2002/05/26  08:07:12
170         Log: Update perlipc.pod for new signals
171      Branch: perlio
172            ! pod/perlipc.pod
173 ____________________________________________________________________________
174 [ 16793] By: nick                                  on 2002/05/26  07:10:14
175         Log: Integrate mainline
176      Branch: perlio
177           !> AUTHORS Changes Configure patchlevel.h
178 ____________________________________________________________________________
179 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
180         Log: Mention that we do Win64.
181      Branch: perl
182            ! pod/perldelta.pod
183 ____________________________________________________________________________
184 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
185         Log: Document the $Config{byteorder} changes.
186      Branch: perl
187            ! pod/perldelta.pod
188 ____________________________________________________________________________
189 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
190         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
191              From: Nicholas Clark <nick@unfortu.net>
192              Date: Sat, 25 May 2002 22:37:19 +0100
193              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
194              
195              Subject: [PATCH] Storable (smaller)
196              From: Nicholas Clark <nick@unfortu.net>
197              Date: Sat, 25 May 2002 23:13:13 +0100
198              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
199      Branch: perl
200            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
201            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
202 ____________________________________________________________________________
203 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
204         Log: Update Changes.
205      Branch: perl
206            ! Changes patchlevel.h
207 ____________________________________________________________________________
208 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
209         Log: AUTHORS updates.
210      Branch: perl
211            ! AUTHORS
212 ____________________________________________________________________________
213 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
214         Log: metaconfig unit changes for #16786.
215      Branch: metaconfig
216            ! U/modified/Getfile.U U/modified/pager.U
217 ____________________________________________________________________________
218 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
219         Log: Pager query tweaks from Andy Dougherty (for OS/2).
220      Branch: perl
221            ! Configure
222 ____________________________________________________________________________
223 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
224         Log: Integrate perlio; Fix VMS ungetc fix for platforms like NetBSD.
225      Branch: perl
226           !> perlio.c
227 ____________________________________________________________________________
228 [ 16784] By: nick                                  on 2002/05/25  17:34:48
229         Log: Fix VMS ungetc fix for platforms like NetBSD.
230      Branch: perlio
231            ! perlio.c
232 ____________________________________________________________________________
233 [ 16783] By: nick                                  on 2002/05/25  16:33:14
234         Log: Integrate mainline for Lupe's perlio.c fix before
235              starting on NetBSD issue
236      Branch: perlio
237           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
238           !> perlio.c pod/perlapio.pod pod/perldelta.pod
239 ____________________________________________________________________________
240 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
241         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
242              From: "Craig A. Berry" <craigberry@mac.com>
243              Date: Sat, 25 May 2002 12:19:36 -0500
244              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
245      Branch: perl
246            ! lib/ExtUtils/t/basic.t
247 ____________________________________________________________________________
248 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
249         Log: BeOS: update the test status.
250      Branch: perl
251            ! README.beos pod/perldelta.pod
252 ____________________________________________________________________________
253 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
254         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
255              From: Nicholas Clark <nick@unfortu.net>
256              Date: Sat, 25 May 2002 17:19:21 +0100
257              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
258      Branch: perl
259            ! ext/Storable/t/integer.t
260 ____________________________________________________________________________
261 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
262         Log: Update the number of tests.
263      Branch: perl
264            ! pod/perldelta.pod
265 ____________________________________________________________________________
266 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
267         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
268              From: lupe@lupe-christoph.de (Lupe Christoph)    
269              Date: Sat, 25 May 2002 15:45:34 +0200
270              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
271      Branch: perl
272            ! perlio.c pod/perlapio.pod
273 ____________________________________________________________________________
274 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
275         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
276              From: Nicholas Clark <nick@unfortu.net>
277              Date: Sat, 25 May 2002 12:17:44 +0100
278              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
279      Branch: perl
280            ! ext/Storable/t/integer.t
281 ____________________________________________________________________________
282 [ 16776] By: nick                                  on 2002/05/25  11:23:28
283         Log: Integrate mainline
284      Branch: perlio
285           +> ext/Storable/t/integer.t
286           !> (integrate 41 files)
287 ____________________________________________________________________________
288 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
289         Log: perldelta tweaks.
290      Branch: perl
291            ! pod/perldelta.pod
292 ____________________________________________________________________________
293 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
294         Log: UNICOS: update test status.
295      Branch: perl
296            ! ext/Socket/socketpair.t pod/perldelta.pod
297 ____________________________________________________________________________
298 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
299         Log: UNICOS: since $] is really 5.00700299999997,
300              testing for equivalence with 5.007003 isn't correct.
301              (From Nicholas Clark.)
302      Branch: perl
303            ! ext/Storable/t/downgrade.t
304 ____________________________________________________________________________
305 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
306         Log: Knock off one test failure thanks to #16771.
307      Branch: perl
308            ! pod/perldelta.pod
309 ____________________________________________________________________________
310 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
311         Log: In some (rare) platforms (such as UNICOS) using the native
312              atof is still better.
313      Branch: perl
314            ! numeric.c perl.h
315 ____________________________________________________________________________
316 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
317         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
318              From: "Craig A. Berry" <craigberry@mac.com>
319              Date: Fri, 24 May 2002 16:24:44 -0500
320              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
321      Branch: perl
322            ! pod/perldelta.pod vms/vms.c
323 ____________________________________________________________________________
324 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
325         Log: Subject: [PATCH pod/perllol.pod] small typo
326              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
327              Date: Fri, 24 May 2002 16:05:07 -0400
328              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
329      Branch: perl
330            ! pod/perllol.pod
331 ____________________________________________________________________________
332 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
333         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
334              From: Andy Dougherty <doughera@lafayette.edu>
335              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
336              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
337      Branch: perl
338            ! hints/solaris_2.sh
339 ____________________________________________________________________________
340 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
341         Log: Subject: [patch] small change
342              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
343              Date: Fri, 24 May 2002 19:18:24 +0400
344              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
345      Branch: perl
346            ! perl.h win32/makefile.mk
347 ____________________________________________________________________________
348 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
349         Log: Subject: [PATCH] README.aix
350              From: John Peacock <jpeacock@rowman.com>    
351              Date: Fri, 24 May 2002 10:49:39 -0400
352              Message-ID: <3CEE5303.1070201@rowman.com>
353      Branch: perl
354            ! README.aix
355 ____________________________________________________________________________
356 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
357         Log: Upgrade to Locale-Codes 2.04.
358      Branch: perl
359            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
360            ! lib/Locale/Country.pm
361 ____________________________________________________________________________
362 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
363         Log: Update Changes.
364      Branch: perl
365            ! Changes patchlevel.h
366 ____________________________________________________________________________
367 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
368         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
369              From: Abigail <abigail@foad.org>
370              Date: Fri, 24 May 2002 02:43:37 -0700
371              Message-ID: <20020524024337.A28749@ucan.foad.org>
372      Branch: perl
373            ! Makefile.SH
374 ____________________________________________________________________________
375 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
376         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
377              From: Abigail <abigail@foad.org>
378              Date: Fri, 24 May 2002 02:26:48 -0700
379              Message-ID: <20020524022648.A31684@ucan.foad.org>
380      Branch: perl
381            ! ext/POSIX/t/posix.t
382 ____________________________________________________________________________
383 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
384         Log: Doc tweaks.
385      Branch: perl
386            ! pod/perlunicode.pod pod/perluniintro.pod
387 ____________________________________________________________________________
388 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
389         Log: More portability defines, now mostly type-related
390              (based on Storable.xs)
391      Branch: perl
392            ! ext/Devel/PPPort/PPPort.pm
393 ____________________________________________________________________________
394 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
395         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
396              From: Nicholas Clark <nick@unfortu.net>
397              Date: Thu, 23 May 2002 23:43:16 +0100
398              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
399      Branch: perl
400            + ext/Storable/t/integer.t
401            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
402            ! ext/Storable/Storable.xs
403 ____________________________________________________________________________
404 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
405         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
406              From: "Craig A. Berry" <craigberry@mac.com>
407              Date: Thu, 23 May 2002 16:47:34 -0500
408              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
409      Branch: perl
410            ! configure.com
411 ____________________________________________________________________________
412 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
413         Log: One more ppportability thing (from Sarathy).
414      Branch: perl
415            ! ext/Devel/PPPort/PPPort.pm
416 ____________________________________________________________________________
417 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
418         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
419              From: Michael G Schwern <schwern@pobox.com>
420              Date: Wed, 22 May 2002 19:21:43 -0400
421              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
422      Branch: perl
423            ! lib/Test/Harness.pm lib/Test/Harness/Changes
424            ! lib/Test/Harness/t/strap-analyze.t
425            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
426            ! t/lib/sample-tests/die_head_end
427            ! t/lib/sample-tests/die_last_minute
428 ____________________________________________________________________________
429 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
430         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
431              From: Michael G Schwern <schwern@pobox.com>
432              Date: Wed, 22 May 2002 19:14:35 -0400
433              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
434      Branch: perl
435            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
436            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
437            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
438 ____________________________________________________________________________
439 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
440         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
441              From: Tim Jenness <t.jenness@jach.hawaii.edu>
442              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
443              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
444      Branch: perl
445            ! dump.c
446 ____________________________________________________________________________
447 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
448         Log: Typo squad.
449      Branch: perl
450            ! ext/POSIX/POSIX.pod pod/perldelta.pod
451 ____________________________________________________________________________
452 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
453         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
454              From: Abigail <abigail@foad.org>
455              Date: Thu, 23 May 2002 07:53:33 -0700
456              Message-ID: <20020523075333.A14658@ucan.foad.org>
457      Branch: perl
458            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
459 ____________________________________________________________________________
460 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
461         Log: PPPort dTHX.
462      Branch: perl
463            ! ext/Devel/PPPort/PPPort.pm
464 ____________________________________________________________________________
465 [ 16750] By: nick                                  on 2002/05/23  08:00:24
466         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
467      Branch: perlio
468           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
469           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
470           !> pod/perldelta.pod
471 ____________________________________________________________________________
472 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
473         Log: We do not want utf8.t to be compiled under -Mutf8,
474              wonky as it sounds.
475      Branch: perl
476            ! lib/utf8.t
477 ____________________________________________________________________________
478 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
479         Log: We do not want to see the utf8 hints bit.
480      Branch: perl
481            ! lib/vmsish.t
482 ____________________________________________________________________________
483 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
484         Log: More -Mutf8 cleanup.
485      Branch: perl
486            ! ext/PerlIO/t/fallback.t
487 ____________________________________________________________________________
488 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
489         Log: -Mutf8 cleanup.
490      Branch: perl
491            ! ext/Encode/t/mime-header.t
492 ____________________________________________________________________________
493 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
494         Log: Integrate perlio; VMS vs perlio.
495      Branch: perl
496           !> ext/PerlIO/encoding/encoding.xs perlio.c
497 ____________________________________________________________________________
498 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
499         Log: Subject: Re: Additional README.aix changes
500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
501              Date: Wed, 22 May 2002 08:37:37 +0200
502              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
503      Branch: perl
504            ! README.aix
505 ____________________________________________________________________________
506 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
507         Log: HP-UX 11.00 io_xs hangup workaround.
508      Branch: perl
509            ! hints/hpux.sh
510 ____________________________________________________________________________
511 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
512         Log: Updated UNICOS status from Mark Lutz.
513      Branch: perl
514            ! pod/perldelta.pod
515 ____________________________________________________________________________
516 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
517         Log: UNICOS: Mark Lutz had a better idea.
518      Branch: perl
519            ! hints/unicos.sh
520 ____________________________________________________________________________
521 [ 16740] By: nick                                  on 2002/05/22  21:13:10
522         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
523      Branch: perlio
524            ! perlio.c
525 ____________________________________________________________________________
526 [ 16739] By: nick                                  on 2002/05/22  20:59:22
527         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
528              ungetc() and buffer snooping may not mix. So use buffer snoop
529              hooks to avoid ungetc() where available.
530              unread() falls back to using :pending layer, and fill has
531              VMS specific code (which should not get used) or ungetc()
532              which should work.
533      Branch: perlio
534            ! perlio.c
535 ____________________________________________________________________________
536 [ 16738] By: nick                                  on 2002/05/22  20:34:55
537         Log: Integrate mainline
538      Branch: perlio
539           !> (integrate 40 files)
540 ____________________________________________________________________________
541 [ 16737] By: nick                                  on 2002/05/22  19:04:13
542         Log: Flag the VMS-problem-causing part of :encoding
543              for enhancement. (Problem still needs fixing in perlio.c)
544      Branch: perlio
545            ! ext/PerlIO/encoding/encoding.xs
546 ____________________________________________________________________________
547 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
548         Log: UNICOS: using uname -m is wrong since what matter
549              is what CPUs (FPUs) we have.
550      Branch: perl
551            ! hints/unicos.sh
552 ____________________________________________________________________________
553 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
554         Log: Update Changes.
555      Branch: perl
556            ! Changes patchlevel.h
557 ____________________________________________________________________________
558 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
559         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
560              From: Dave Mitchell <davem@fdgroup.com>
561              Date: Wed, 22 May 2002 12:53:21 +0100
562              Message-ID: <20020522125320.E12794@fdgroup.com>
563      Branch: perl
564            ! ext/threads/shared/t/cond.t
565 ____________________________________________________________________________
566 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
567         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
568              From: John Borwick <john_borwick@ncsu.edu>
569              Date: Wed, 22 May 2002 04:10:37 -0400
570              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
571      Branch: perl
572            ! pod/perlunicode.pod pod/perluniintro.pod
573 ____________________________________________________________________________
574 [ 16732] By: ams                                   on 2002/05/22  05:47:35
575         Log: Integrate #16731 from //depot/macperl.
576      Branch: perl
577           !> t/io/crlf.t
578 ____________________________________________________________________________
579 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
580         Log: Be more specific in what we're looking for
581      Branch: macperl
582            ! t/io/crlf.t
583 ____________________________________________________________________________
584 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
585         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
586      Branch: macperl
587            + lib/Unicode/README
588           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
589           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
590            - t/lib/st-dump.pl
591            ! macos/MPVersion.r macos/config.sh
592           !> (integrate 135 files)
593 ____________________________________________________________________________
594 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
595         Log: FAQ sync.
596      Branch: perl
597            ! pod/perlfaq4.pod
598 ____________________________________________________________________________
599 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
600         Log: Getopt::Std clarification from John Borwick.
601      Branch: perl
602            ! lib/Getopt/Std.pm
603 ____________________________________________________________________________
604 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
605         Log: Subject: Re: [Patch] for problem with shellwords.pl
606              From: "Curtis Poe" <cp@onsitetech.com>
607              Date: Tue, 21 May 2002 11:17:40 -0700
608              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
609              
610              Subject: [Patch] for security problem with Text::ParseWords
611              From: "Curtis Poe" <cp@onsitetech.com>     
612              Date: Tue, 21 May 2002 15:10:18 -0700
613              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
614      Branch: perl
615            ! lib/Text/ParseWords.pm lib/shellwords.pl
616 ____________________________________________________________________________
617 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
618         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
619              From: Nicholas Clark <nick@unfortu.net>
620              Date: Tue, 21 May 2002 23:01:48 +0100
621              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
622      Branch: perl
623            ! ext/SDBM_File/SDBM_File.xs
624 ____________________________________________________________________________
625 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
626         Log: Subject: [PATCH] Additional README.aix changes
627              From: John Peacock <jpeacock@rowman.com>
628              Date: Tue, 21 May 2002 12:01:10 -0400
629              Message-ID: <3CEA6F46.70902@rowman.com>
630      Branch: perl
631            ! README.aix
632 ____________________________________________________________________________
633 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
634         Log: Subject: Win32 crash in fork.t (perl@16694)
635              From: "Kevin Chase" <kevincha99@hotmail.com>
636              Date: Mon, 20 May 2002 17:02:16 -0700
637              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
638              
639              
640              It looks that the Poison() found its first target.
641              The suggested patch is fine.
642      Branch: perl
643            ! cop.h
644 ____________________________________________________________________________
645 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
646         Log: microperl: if DIEing on no-functionality, the has-functionality
647              would be unreachable code.
648      Branch: perl
649            ! pp.c pp_sys.c
650 ____________________________________________________________________________
651 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
652         Log: microperl: do not regenerate the perly.
653      Branch: perl
654            ! Makefile.micro
655 ____________________________________________________________________________
656 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
657         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
658              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
659              Date: Mon, 20 May 2002 22:55:46 -0700
660              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
661      Branch: perl
662            ! utils/h2xs.PL
663 ____________________________________________________________________________
664 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
665         Log: Regen uconfig.h.
666      Branch: perl
667            ! uconfig.h
668 ____________________________________________________________________________
669 [ 16719] By: ams                                   on 2002/05/21  05:02:01
670         Log: Why quote some keys?
671      Branch: perl
672            ! ext/Storable/Makefile.PL
673 ____________________________________________________________________________
674 [ 16718] By: ams                                   on 2002/05/21  04:08:39
675         Log: Suppress warning about $canonical. (Nicholas Clark)
676      Branch: perl
677            ! ext/Storable/Storable.pm
678 ____________________________________________________________________________
679 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
680         Log: Subject: [PATCH] VMS iThreads follow-up
681              From: "Craig A. Berry" <craigberry@mac.com>
682              Date: Mon, 20 May 2002 21:34:17 -0500
683              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
684      Branch: perl
685            ! configure.com
686 ____________________________________________________________________________
687 [ 16716] By: ams                                   on 2002/05/21  02:47:18
688         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
689              2. Install in core library directory. (Tatsuhiko Miyagawa)
690      Branch: perl
691            ! ext/Storable/Makefile.PL
692 ____________________________________________________________________________
693 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
694         Log: Subject: [Encode] 1.72 released
695              From: Dan Kogai <dankogai@dan.co.jp>
696              Date: Tue, 21 May 2002 01:06:19 +0900
697              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
698      Branch: perl
699            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
700            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
701            ! ext/Encode/Unicode/Unicode.xs
702            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
703 ____________________________________________________________________________
704 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
705         Log: Update Changes.
706      Branch: perl
707            ! Changes patchlevel.h
708 ____________________________________________________________________________
709 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
710         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
711      Branch: perl
712            ! pod/perlfaq4.pod
713 ____________________________________________________________________________
714 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
715         Log: metaconfig unit changes for #16711.
716      Branch: metaconfig
717            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
718            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
719            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
720            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
721            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
722            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
723            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
724            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
725            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
726            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
727            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
728            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
729            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
730            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
731            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
732            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
733            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
734            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
735            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
736            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
737            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
738            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
739            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
740            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
741 ____________________________________________________________________________
742 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
743         Log: Document better what the foo_r_proto are supposed to be.
744      Branch: perl
745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
746            ! config_h.SH reentr.pl
747 ____________________________________________________________________________
748 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
749         Log: Subject: Re: pod patches.
750              From: Jim Cromie <jcromie@divsol.com>
751              Date: Mon, 20 May 2002 09:00:10 -0600
752              Message-ID: <3CE90F7A.3070309@divsol.com>
753              
754              (with Philip Newton's tweaks)
755      Branch: perl
756            ! pod/perlsub.pod
757 ____________________________________________________________________________
758 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
759         Log: Subject: Re: pod patch - perldelta.pod
760              From: Jim Cromie <jcromie@divsol.com>
761              Date: Mon, 20 May 2002 07:16:54 -0600
762              Message-ID: <3CE8F746.50603@divsol.com>
763      Branch: perl
764            ! pod/perldelta.pod
765 ____________________________________________________________________________
766 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
767         Log: Subject: [patch] one more little step for WinCE
768              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
769              Date: Mon, 20 May 2002 11:47:19 +0400
770              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
771      Branch: perl
772            ! wince/Makefile.ce
773 ____________________________________________________________________________
774 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
775         Log: Preemptive doc patch.
776      Branch: perl
777            ! pod/perldelta.pod
778 ____________________________________________________________________________
779 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
780         Log: The "constant sub redefined" warning can't be disabled.
781      Branch: perl
782            ! pod/perldiag.pod
783 ____________________________________________________________________________
784 [ 16705] By: nick                                  on 2002/05/20  10:18:26
785         Log: Integrate mainline
786      Branch: perlio
787           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
788           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
789           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
790           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
791 ____________________________________________________________________________
792 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
793         Log: Missed hunk from #16701.
794      Branch: perl
795            ! vms/vms.c
796 ____________________________________________________________________________
797 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
798         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
799              From: andreas.koenig@anima.de (Andreas J. Koenig)
800              Date: Mon, 20 May 2002 05:36:14 +0200
801              Message-ID: <m34rh37aoh.fsf@anima.de>
802      Branch: perl
803            + lib/CPAN/t/mirroredby.t
804            ! MANIFEST
805 ____________________________________________________________________________
806 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
807         Log: Subject: tiny doc tweaks
808              From: andreas.koenig@anima.de (Andreas J. Koenig)
809              Date: Mon, 20 May 2002 05:07:13 +0200
810              Message-ID: <m38z6f7c0u.fsf@anima.de>
811      Branch: perl
812            ! pod/perldelta.pod pod/perlfunc.pod
813 ____________________________________________________________________________
814 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
815         Log: Subject: [PATCH @16694] ithreads for VMS
816              From: "Craig A. Berry" <craigberry@mac.com>
817              Date: Sun, 19 May 2002 22:06:43 -0500
818              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
819      Branch: perl
820            ! configure.com vms/vms.c vms/vmsish.h
821 ____________________________________________________________________________
822 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
823         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
824              From: Autrijus Tang <autrijus@autrijus.org>
825              Date: Mon, 20 May 2002 04:10:31 +0800
826              Message-ID: <20020519201031.GA1603@not.autrijus.org>
827      Branch: perl
828            ! ext/Encode/Encode/Makefile_PL.e2x
829 ____________________________________________________________________________
830 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
831         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
832              while trying to -O3 optimize B.c.  (A bit weird since
833              10.1.4 used to work fine, and nothing has changed in
834              ext/B/..., but the overoptimization was repeatable.)
835      Branch: perl
836            + ext/B/hints/darwin.pl
837            ! MANIFEST
838 ____________________________________________________________________________
839 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
840         Log: UNICOS/mk seems to still have this problem.
841      Branch: perl
842            ! ext/Socket/socketpair.t
843 ____________________________________________________________________________
844 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
845         Log: perldelta tweaks.
846      Branch: perl
847            ! pod/perldelta.pod
848 ____________________________________________________________________________
849 [ 16696] By: nick                                  on 2002/05/19  18:26:39
850         Log: Integrate mailine
851      Branch: perlio
852           !> (integrate 35 files)
853 ____________________________________________________________________________
854 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
855         Log: Document the reentrant_retry(), but from user's viewpoint.
856      Branch: perl
857            ! pod/perlthrtut.pod
858 ____________________________________________________________________________
859 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
860         Log: Update Changes.
861      Branch: perl
862            ! Changes patchlevel.h
863 ____________________________________________________________________________
864 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
865         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
866              From: Slaven Rezic <slaven.rezic@berlin.de>
867              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
868              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
869      Branch: perl
870            ! lib/Benchmark.pm
871 ____________________________________________________________________________
872 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
873         Log: Document once more the difference between :utf8
874              and :encoding(...).
875      Branch: perl
876            ! lib/open.pm pod/perluniintro.pod
877 ____________________________________________________________________________
878 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
879         Log: Third Degree: make the options more portable between
880              Tru64 versions.
881      Branch: perl
882            ! Makefile.SH
883 ____________________________________________________________________________
884 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
885         Log: IRIX SMP turned up a few hundred "Use of uninitialized
886              value in numeric eq" warnings: initialise the $counter2.
887      Branch: perl
888            ! ext/threads/shared/t/cond.t
889 ____________________________________________________________________________
890 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
891         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
892              From: Dave Mitchell <davem@fdgroup.com>
893              Date: Sun, 19 May 2002 00:50:43 +0100
894              Message-ID: <20020519005043.F7275@fdgroup.com>
895      Branch: perl
896            ! ext/threads/shared/t/cond.t
897 ____________________________________________________________________________
898 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
899         Log: Sarathy pointed out that instead of zeroing heap
900              it is more prudent to poison it.
901      Branch: perl
902            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
903            ! scope.c sv.c util.c
904 ____________________________________________________________________________
905 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
906         Log: The thread warnings aren't quite yet working as planned.
907      Branch: perl
908            ! ext/threads/shared/t/cond.t
909 ____________________________________________________________________________
910 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
911         Log: Forgotten from #16685.
912      Branch: perl
913            ! ext/threads/shared/t/cond.t
914 ____________________________________________________________________________
915 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
916         Log: Subject: [PATCH threads] revised warnings + more tests + docs
917              From: Dave Mitchell <davem@fdgroup.com>
918              Date: Sat, 18 May 2002 22:24:51 +0100
919              Message-ID: <20020518222451.E7275@fdgroup.com>
920      Branch: perl
921            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
922            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
923            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
924 ____________________________________________________________________________
925 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
926         Log: Storable status tweak.
927      Branch: perl
928            ! pod/perldelta.pod
929 ____________________________________________________________________________
930 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
931         Log: perlfunc and perldelta updates about caller().
932      Branch: perl
933            ! pod/perldelta.pod pod/perlfunc.pod
934 ____________________________________________________________________________
935 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
936         Log: Subject: [PATCH] RE: perl@16678
937              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
938              Date: Sat, 18 May 2002 21:15:43 +0100
939              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
940              
941              Making the symbols generated by warnings.pl future-proof.
942      Branch: perl
943            ! lib/warnings.pm warnings.h warnings.pl
944 ____________________________________________________________________________
945 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
946         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
947              From: Michael G Schwern <schwern@pobox.com>
948              Date: Sat, 18 May 2002 14:53:50 -0400
949              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
950      Branch: perl
951            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
952            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
953 ____________________________________________________________________________
954 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
955         Log: Prettyprinting.
956      Branch: perl
957            ! t/op/recurse.t
958 ____________________________________________________________________________
959 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
960         Log: Companion to #16601: cxinc would create uninitialized
961              PERL_CONTEXTs.  The bug was tickled by the test
962              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
963              added to check that I got the context stack extension right.
964              Also rewrite recurse.t to use test.pl.
965      Branch: perl
966            ! scope.c t/op/recurse.t
967 ____________________________________________________________________________
968 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
969         Log: Update Changes.
970      Branch: perl
971            ! Changes patchlevel.h
972 ____________________________________________________________________________
973 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
974         Log: URL and other tiny tweaks.
975      Branch: perl
976            ! pod/perluniintro.pod
977 ____________________________________________________________________________
978 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
979         Log: Subject: [Patch] doc patch on Unicode
980              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
981              Date: Sun, 19 May 2002 01:01:58 +0900
982              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
983      Branch: perl
984            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
985 ____________________________________________________________________________
986 [ 16675] By: ams                                   on 2002/05/18  15:06:35
987         Log: s/2.0/2.00/ to be CPAN friendly.
988      Branch: perl
989            ! ext/Storable/Storable.pm
990 ____________________________________________________________________________
991 [ 16674] By: ams                                   on 2002/05/18  14:47:07
992         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
993              EBCDIC, amazing.
994              From: Philip Newton <Philip.Newton@gmx.net>
995              Date: Sat, 18 May 2002 09:54:13 +0200
996              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
997      Branch: perl
998            ! lib/Pod/t/eol.t
999 ____________________________________________________________________________
1000 [ 16673] By: ams                                   on 2002/05/18  14:41:00
1001         Log: Subject: Storable test for 64 bit 5.6.1
1002              From: Nicholas Clark <nick@unfortu.net>
1003              Date: Sat, 18 May 2002 15:48:55 +0100
1004              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
1005              (Private mail.)
1006      Branch: perl
1007            ! ext/Storable/t/malice.t
1008 ____________________________________________________________________________
1009 [ 16672] By: nick                                  on 2002/05/18  09:47:51
1010         Log: Integrate mainline
1011      Branch: perlio
1012           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
1013            - t/lib/st-dump.pl
1014           !> (integrate 67 files)
1015 ____________________________________________________________________________
1016 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
1017         Log: No more true.
1018      Branch: perl
1019            ! lib/vars.pm
1020 ____________________________________________________________________________
1021 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
1022         Log: Make use vars grok UTF-8.
1023      Branch: perl
1024            ! lib/vars.pm t/run/fresh_perl.t
1025 ____________________________________________________________________________
1026 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
1027         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
1028              From: Michael G Schwern <schwern@pobox.com>
1029              Date: Fri, 17 May 2002 23:54:29 -0400  
1030              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
1031      Branch: perl
1032            ! t/op/tie.t t/run/fresh_perl.t
1033 ____________________________________________________________________________
1034 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
1035         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
1036              From: Michael G Schwern <schwern@pobox.com>
1037              Date: Fri, 17 May 2002 20:37:26 -0400  
1038              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
1039      Branch: perl
1040            + t/lib/sample-tests/shbang_misparse
1041            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1042            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
1043            ! lib/Test/Harness/t/test-harness.t
1044 ____________________________________________________________________________
1045 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
1046         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
1047              From: Nicholas Clark <nick@unfortu.net>
1048              Date: Sat, 18 May 2002 00:18:39 +0100  
1049              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
1050              
1051              Use Storable's st-dump.pl.
1052      Branch: perl
1053            - t/lib/st-dump.pl
1054            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
1055            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
1056            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
1057            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
1058            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
1059            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
1060            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
1061 ____________________________________________________________________________
1062 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
1063         Log: Forgotten from #16656.
1064      Branch: perl
1065            ! ext/B/B.xs
1066 ____________________________________________________________________________
1067 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
1068         Log: Subject: [PATCH] Storable ChangeLog ready for release 
1069              From: Nicholas Clark <nick@unfortu.net>
1070              Date: Fri, 17 May 2002 23:17:34 +0100  
1071              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
1072      Branch: perl
1073            ! ext/Storable/ChangeLog
1074 ____________________________________________________________________________
1075 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
1076         Log: Subject: [PATCH] Storable stand alone tests
1077              From: Nicholas Clark <nick@unfortu.net>
1078              Date: Fri, 17 May 2002 22:43:35 +0100  
1079              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
1080      Branch: perl
1081            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
1082            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
1083            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
1084            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
1085            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
1086            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
1087            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
1088            ! ext/Storable/t/store.t ext/Storable/t/tied.t
1089            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
1090            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
1091 ____________________________________________________________________________
1092 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
1093         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
1094              From: Michael G Schwern <schwern@pobox.com>
1095              Date: Fri, 17 May 2002 17:17:54 -0400  
1096              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
1097      Branch: perl
1098            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1099            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
1100            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1101            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
1102            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
1103            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1104            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1105            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
1106            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1107            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
1108            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
1109            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
1110            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
1111            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
1112 ____________________________________________________________________________
1113 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
1114         Log: More regression tests for caller() and fix one bug of #16658.
1115      Branch: perl
1116            ! pp_ctl.c t/op/caller.t
1117 ____________________________________________________________________________
1118 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
1119         Log: Integrate perlio;
1120              
1121              Fix the crlf.t buffer leak
1122              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
1123              flagged it because it is more often popped without stream
1124              being closed.
1125              - Define non-noop PerlIOBuf_popped(), use it and export it.
1126      Branch: perl
1127           !> makedef.pl perlio.c perliol.h
1128 ____________________________________________________________________________
1129 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
1130         Log: Add a note about Cwd::fastcwd() returning tainted data.
1131              Sort modules alphabetically.
1132      Branch: perl
1133            ! pod/perldelta.pod
1134 ____________________________________________________________________________
1135 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
1136         Log: Remove O from the untested modules list.
1137      Branch: perl
1138            ! t/lib/1_compile.t
1139 ____________________________________________________________________________
1140 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
1141         Log: Fix bug 20020517.003 : segfault with caller().
1142              Add regression tests for caller.
1143      Branch: perl
1144            + t/op/caller.t
1145            ! MANIFEST pp_ctl.c
1146 ____________________________________________________________________________
1147 [ 16657] By: nick                                  on 2002/05/17  17:18:18
1148         Log: Fix the crlf.t buffer leak
1149              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
1150              flagged it because it is more often popped without stream
1151              being closed.
1152              - Define non-noop PerlIOBuf_popped(), use it and export it.
1153      Branch: perlio
1154            ! makedef.pl perlio.c perliol.h
1155 ____________________________________________________________________________
1156 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
1157         Log: PERL_HASH() casting games so that our hashed data is "unsigned
1158              char" but old code using just a "char" doesn't need changes.
1159              (The change is using a temporary pointer instead of a direct
1160              cast to unsigned char* which would blindly cast anything,
1161              not just char pointers.)  (The problem arose in MacOS Classic,
1162              as seen by Pudge, the cure by Nicholas Clark.)
1163      Branch: perl
1164            ! hv.c hv.h op.c sv.c vms/vms.c
1165 ____________________________________________________________________________
1166 [ 16655] By: nick                                  on 2002/05/17  14:59:20
1167         Log: Integrate mainline
1168      Branch: perlio
1169           !> (integrate 28 files)
1170 ____________________________________________________________________________
1171 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
1172         Log: Update Changes.
1173      Branch: perl
1174            ! Changes patchlevel.h
1175 ____________________________________________________________________________
1176 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
1177         Log: FAQ sync.
1178      Branch: perl
1179            ! pod/perlfaq4.pod pod/perlfaq8.pod
1180 ____________________________________________________________________________
1181 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
1182         Log: Forgot from #16628.
1183      Branch: perl
1184            ! ext/Encode/Makefile.PL
1185 ____________________________________________________________________________
1186 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
1187         Log: One Last Time
1188      Branch: macperl
1189            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1190            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
1191            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
1192            + lib/Unicode/UCD.t
1193 ____________________________________________________________________________
1194 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
1195         Log: Stupid case insensitivity
1196      Branch: macperl
1197            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
1198            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
1199            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
1200            - lib/unicode/UCD.t
1201 ____________________________________________________________________________
1202 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
1203         Log: Move Unicode -> unicode, remove README
1204      Branch: macperl
1205            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1206            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
1207            - lib/Unicode/Collate/t/test.t lib/Unicode/README
1208            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
1209 ____________________________________________________________________________
1210 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
1211         Log: Move Unicode -> unicode, remove README (oops, forgot one)
1212      Branch: macperl
1213           +> lib/unicode/Collate/README
1214 ____________________________________________________________________________
1215 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
1216         Log: Move Unicode -> unicode, remove README
1217      Branch: macperl
1218           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
1219           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
1220           +> lib/unicode/UCD.pm lib/unicode/UCD.t
1221 ____________________________________________________________________________
1222 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
1223         Log: Integrate perl
1224      Branch: macperl
1225           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
1226           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
1227           +> lib/Thread/Semaphore.pm
1228            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1229            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
1230            - wince/include/sys/types.h wince/include/sys/utime.h
1231            - wince/include/time.h
1232            ! macos/MPVersion.r macos/config.sh
1233           !> (integrate 173 files)
1234 ____________________________________________________________________________
1235 [ 16645] By: nick                                  on 2002/05/17  06:56:40
1236         Log: Integrate mainline
1237      Branch: perlio
1238           +> ext/Storable/t/st-dump.pl
1239            - wince/FindExt.pm
1240           !> (integrate 40 files)
1241 ____________________________________________________________________________
1242 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
1243         Log: STDERR noise.
1244      Branch: perl
1245            ! lib/Switch.pm
1246 ____________________________________________________________________________
1247 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
1248         Log: Upgrade to Switch 2.07.
1249      Branch: perl
1250            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1251            ! lib/Switch/t/given.t lib/Switch/t/nested.t
1252            ! lib/Switch/t/switch.t
1253 ____________________________________________________________________________
1254 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
1255         Log: Missed hunk in #16641.
1256      Branch: perl
1257            ! lib/Filter/Simple/Changes
1258 ____________________________________________________________________________
1259 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
1260         Log: Upgrade to Filter::Simple 0.78.
1261              (Keep #14432, let Damian know of it.)
1262      Branch: perl
1263            ! lib/Filter/Simple.pm lib/Filter/Simple/README
1264            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
1265            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1266            ! lib/Filter/Simple/t/import.t
1267 ____________________________________________________________________________
1268 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
1269         Log: More Third Degree.
1270      Branch: perl
1271            ! t/TEST
1272 ____________________________________________________________________________
1273 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
1274         Log: Third Degree tweaks.
1275      Branch: perl
1276            ! pod/perlhack.pod t/TEST
1277 ____________________________________________________________________________
1278 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
1279         Log: Purify: dl_last_error was leaking.
1280      Branch: perl
1281            ! ext/DynaLoader/dlutils.c
1282 ____________________________________________________________________________
1283 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
1284         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
1285              From: Chris Ball <chris@cpan.org>
1286              Date: 16 May 2002 20:51:34 +0100
1287              Message-ID: <86lmajvpkp.fsf@void.printf.net>
1288      Branch: perl
1289            ! utils/perldoc.PL
1290 ____________________________________________________________________________
1291 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
1292         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
1293              From: "Craig A. Berry" <craigberry@mac.com>
1294              Date: Thu, 16 May 2002 14:13:15 -0500
1295              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
1296      Branch: perl
1297            ! lib/ExtUtils/t/Constant.t
1298 ____________________________________________________________________________
1299 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
1300         Log: Make Cwd::fastcwd() return a tainted value.
1301              Add regression tests for taint-safety of the *cwd()
1302              functions.
1303      Branch: perl
1304            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
1305 ____________________________________________________________________________
1306 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
1307         Log: Subject: Re: AIX warning in hints regarding gcc
1308              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1309              Date: Thu, 16 May 2002 18:55:41 +0200
1310              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
1311      Branch: perl
1312            ! hints/aix.sh
1313 ____________________________________________________________________________
1314 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
1315         Log: Update the test statuses.
1316      Branch: perl
1317            ! pod/perldelta.pod
1318 ____________________________________________________________________________
1319 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
1320         Log: The UDP sockpair failure seems to have magically
1321              disappeared from both UNICOSes.
1322              (One gets "UNEXPECTEDLY SUCCEEDED".)
1323      Branch: perl
1324            ! ext/Socket/socketpair.t
1325 ____________________________________________________________________________
1326 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
1327         Log: Brokenness of restricted hashes with Storable on EBCDIC
1328              seems to be an artifact of the downgrade.t.
1329      Branch: perl
1330            ! ext/Storable/Storable.pm
1331 ____________________________________________________________________________
1332 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
1333         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
1334              memory debuggers.
1335      Branch: perl
1336            ! pod/perlhack.pod
1337 ____________________________________________________________________________
1338 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
1339         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
1340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1341              Date: Thu, 16 May 2002 16:42:34 +0200
1342              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
1343              
1344              gcc 3 version parsing proofing.
1345      Branch: perl
1346            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
1347 ____________________________________________________________________________
1348 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
1349         Log: Subject: [PATCH] good day for WinCE port of perl.
1350              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1351              Date: Thu, 16 May 2002 03:33:23 +0400
1352              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
1353      Branch: perl
1354            - wince/FindExt.pm
1355            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1356            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
1357            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
1358            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
1359            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
1360            ! wince/config_H.ce wince/config_h.PL
1361 ____________________________________________________________________________
1362 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
1363         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
1364              From: slaven.rezic@berlin.de
1365              Date: Mon, 13 May 2002 16:02:24 +0200
1366              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
1367      Branch: perl
1368            ! ext/Sys/Syslog/Syslog.pm
1369 ____________________________________________________________________________
1370 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
1371         Log: Subject: Re: [PATCH] allow use threads qw(yield)
1372              From: Dave Mitchell <davem@fdgroup.com>
1373              Date: Wed, 15 May 2002 23:26:27 +0100
1374              Message-ID: <20020515232626.E28924@fdgroup.com>
1375      Branch: perl
1376            ! ext/threads/threads.xs
1377 ____________________________________________________________________________
1378 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
1379         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
1380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1381              Date: Thu, 16 May 2002 14:22:21 +0200
1382              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
1383      Branch: perl
1384            ! hints/aix.sh
1385 ____________________________________________________________________________
1386 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
1387         Log: metaconfig unit change for #16623.
1388      Branch: metaconfig
1389            ! U/ebcdic/trnl.U
1390 ____________________________________________________________________________
1391 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
1392         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
1393              from John Poltorak <jp@eyup.org>.
1394      Branch: perl
1395            ! Configure
1396 ____________________________________________________________________________
1397 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
1398         Log: DJGPP doesn't have \r\n delimited files (it has \r).
1399      Branch: perl
1400            ! lib/Tie/File/t/21_win32.t
1401 ____________________________________________________________________________
1402 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
1403         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
1404              2. Doing a s///g instead of tr/// works better for CR-delimited
1405              files, like in DJGPP (since <FH> doesn't correctly pull in
1406              CR-delimited lines).
1407      Branch: perl
1408            ! lib/Pod/Html.pm lib/Pod/t/eol.t
1409 ____________________________________________________________________________
1410 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
1411         Log: Don't test $! with like() since one may have
1412              a non-English locale, or simply AIX :-)
1413      Branch: perl
1414            ! ext/PerlIO/t/fail.t
1415 ____________________________________________________________________________
1416 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
1417         Log: DJGPP updates from Laszlo Molnar.
1418      Branch: perl
1419            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
1420 ____________________________________________________________________________
1421 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
1422         Log: Integrate perlio;
1423              
1424              Make open fail when layer string does not parse.
1425      Branch: perl
1426           +> ext/PerlIO/t/fail.t
1427           !> MANIFEST perlio.c
1428 ____________________________________________________________________________
1429 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
1430         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
1431              From: Nicholas Clark <nick@unfortu.net>
1432              Date: Wed, 15 May 2002 23:06:20 +0100
1433              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
1434      Branch: perl
1435            ! ext/Storable/Storable.xs
1436 ____________________________________________________________________________
1437 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
1438         Log: Two down, ten to go.
1439      Branch: perl
1440            ! pod/perldelta.pod
1441 ____________________________________________________________________________
1442 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
1443         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
1444      Branch: perl
1445            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
1446 ____________________________________________________________________________
1447 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
1448         Log: Schizoid MANIFESTs.
1449      Branch: perl
1450            + ext/Storable/t/st-dump.pl
1451            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
1452 ____________________________________________________________________________
1453 [ 16613] By: nick                                  on 2002/05/15  19:26:00
1454         Log: Make open fail when layer string does not parse.
1455      Branch: perlio
1456            + ext/PerlIO/t/fail.t
1457            ! MANIFEST perlio.c
1458 ____________________________________________________________________________
1459 [ 16612] By: nick                                  on 2002/05/15  18:11:15
1460         Log: Integrate mainline
1461      Branch: perlio
1462           !> Changes ext/Storable/Storable.pm patchlevel.h
1463           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
1464 ____________________________________________________________________________
1465 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
1466         Log: Update Changes.
1467      Branch: perl
1468            ! Changes patchlevel.h
1469 ____________________________________________________________________________
1470 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
1471         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
1472      Branch: perl
1473            ! pod/perldelta.pod t/run/fresh_perl.t
1474 ____________________________________________________________________________
1475 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
1476         Log: Document some of the known EBCDIC problems with Storable.
1477              (There is more, but need to do more tests.)
1478      Branch: perl
1479            ! ext/Storable/Storable.pm
1480 ____________________________________________________________________________
1481 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
1482         Log: Purify finding: jperl.t causes a few Array Bounds Reads
1483              (one byte too far in a malloced buffer) at various spots
1484              in regcomp.c, all the buffers malloced by SvGROW() in
1485              sv_recode_to_utf8().
1486      Branch: perl
1487            ! sv.c
1488 ____________________________________________________________________________
1489 [ 16607] By: nick                                  on 2002/05/15  06:57:26
1490         Log: Integrate mainline
1491      Branch: perlio
1492           +> Porting/thirdclean
1493           !> (integrate 36 files)
1494 ____________________________________________________________________________
1495 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
1496         Log: Subject: [PATCH] Re: use of lc module names and warnings
1497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1498              Date: Sun, 12 May 2002 23:09:46 +0200
1499              Message-ID: <20020512230946.E699@rafael>
1500      Branch: perl
1501            ! toke.c
1502 ____________________________________________________________________________
1503 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
1504         Log: More rule tweakage.
1505      Branch: perl
1506            ! Porting/thirdclean
1507 ____________________________________________________________________________
1508 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
1509         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
1510              From: Sam Tregar <sam@tregar.com>
1511              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
1512              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
1513      Branch: perl
1514            ! ext/Devel/DProf/DProf.xs
1515 ____________________________________________________________________________
1516 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
1517         Log: $VERSIONize.
1518      Branch: perl
1519            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
1520 ____________________________________________________________________________
1521 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
1522         Log: Third Degree: name the op/foo.t as op_foo.
1523      Branch: perl
1524            ! t/TEST
1525 ____________________________________________________________________________
1526 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
1527         Log: Read of uninitialized heap found by Third Degree
1528              (e.g. in t/op/subst.t)
1529      Branch: perl
1530            ! scope.c
1531 ____________________________________________________________________________
1532 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
1533         Log: Add more rules.
1534      Branch: perl
1535            ! Porting/thirdclean
1536 ____________________________________________________________________________
1537 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
1538         Log: Subject: [PATCH] allow use threads qw(yield)
1539              From: Dave Mitchell <davem@fdgroup.com>
1540              Date: Tue, 14 May 2002 22:49:47 +0100
1541              Message-ID: <20020514224947.F25049@fdgroup.com>
1542      Branch: perl
1543            ! ext/threads/threads.pm ext/threads/threads.xs
1544 ____________________________________________________________________________
1545 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
1546         Log: Micropatch from Olaf Flebbe.
1547      Branch: perl
1548            ! epoc/epoc.c
1549 ____________________________________________________________________________
1550 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
1551         Log: Subject: perlhack.pod typos [PATCH]
1552              From: "John P. Linderman" <jpl@research.att.com>
1553              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
1554              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
1555      Branch: perl
1556            ! pod/perlhack.pod
1557 ____________________________________________________________________________
1558 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
1559         Log: Subject: typo in Socket.pm
1560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1561              Date: Tue, 14 May 2002 12:02:47 +0200
1562              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
1563      Branch: perl
1564            ! ext/IO/lib/IO/Socket.pm
1565 ____________________________________________________________________________
1566 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
1567         Log: The #16592 needs this.
1568      Branch: perl
1569            ! embedvar.h perlapi.h
1570 ____________________________________________________________________________
1571 [ 16594] By: sky                                   on 2002/05/14  17:08:01
1572         Log: Subject: Re: lib/sort.t failure [PATCH]
1573              From: "John P. Linderman" <jpl@research.att.com>
1574              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
1575              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
1576      Branch: perl
1577            ! pod/perlfunc.pod
1578 ____________________________________________________________________________
1579 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
1580         Log: Add a script for cleaning out the "known noise"
1581              from Third Degree reports: either noise caused
1582              by libc itself, or Perl_yyparse leaks.
1583      Branch: perl
1584            + Porting/thirdclean
1585            ! MANIFEST
1586 ____________________________________________________________________________
1587 [ 16592] By: sky                                   on 2002/05/14  15:21:39
1588         Log: Turn the sort RealCmp for stable quicksorts into a
1589              threadsafe per interpreter values.
1590      Branch: perl
1591            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
1592 ____________________________________________________________________________
1593 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
1594         Log: reentr.h affects more C files than just reentr.c
1595      Branch: perl
1596            ! locale.c pp.c pp_sys.c
1597 ____________________________________________________________________________
1598 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
1599         Log: Document reentr.pl a bit better.  Still rather
1600              convoluted code, but it ain't broken, so...
1601      Branch: perl
1602            ! reentr.h reentr.pl
1603 ____________________________________________________________________________
1604 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
1605         Log: z/OS update: not all Storable was clear yet.
1606      Branch: perl
1607            ! pod/perldelta.pod
1608 ____________________________________________________________________________
1609 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
1610         Log: Avoid potentially empty struct.
1611      Branch: perl
1612            ! reentr.h reentr.pl
1613 ____________________________________________________________________________
1614 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
1615         Log: Todo tweaks.
1616      Branch: perl
1617            ! pod/perltodo.pod
1618 ____________________________________________________________________________
1619 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
1620         Log: Subject: [PATCH] various minor fixes in threads.            
1621              From: Dave Mitchell <davem@fdgroup.com>
1622              Date: Mon, 13 May 2002 23:48:22 +0100      
1623              Message-ID: <20020513234822.G21318@fdgroup.com>
1624      Branch: perl
1625            ! dump.c ext/threads/shared/shared.xs
1626 ____________________________________________________________________________
1627 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
1628         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
1629              From: PPrymmer@factset.com
1630              Date: Mon, 13 May 2002 17:37:28 -0400
1631              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
1632      Branch: perl
1633            ! vms/vms.c
1634 ____________________________________________________________________________
1635 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
1636         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
1637              From: Nicholas Clark <nick@unfortu.net>    
1638              Date: Mon, 13 May 2002 21:45:47 +0100
1639              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
1640      Branch: perl
1641            ! lib/ExtUtils/t/Constant.t
1642 ____________________________________________________________________________
1643 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
1644         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
1645              From: Nicholas Clark <nick@unfortu.net>    
1646              Date: Mon, 13 May 2002 21:47:38 +0100
1647              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
1648      Branch: perl
1649            ! lib/Benchmark.t
1650 ____________________________________________________________________________
1651 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
1652         Log: Subject: WinCE several touches
1653              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1654              Date: Tue, 14 May 2002 00:43:11 +0400      
1655              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
1656      Branch: perl
1657            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
1658            ! wince/config_h.PL
1659 ____________________________________________________________________________
1660 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
1661         Log: Subject: Re: perl@16573
1662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1663              Date: Mon, 13 May 2002 18:30:35 +0200
1664              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
1665              
1666              (gcc 3.0 vs 64-bit hpux hints)
1667      Branch: perl
1668            ! hints/hpux.sh
1669 ____________________________________________________________________________
1670 [ 16580] By: sky                                   on 2002/05/13  19:38:09
1671         Log: Make the point a bit clearer after suggestion from Merijin
1672      Branch: perl
1673            ! pod/perltodo.pod
1674 ____________________________________________________________________________
1675 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
1676         Log: perltodo update.
1677      Branch: perl
1678            ! pod/perltodo.pod
1679 ____________________________________________________________________________
1680 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
1681         Log: Subject: README.aix update
1682              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1683              Date: Mon, 13 May 2002 19:02:47 +0200
1684              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
1685      Branch: perl
1686            ! README.aix
1687 ____________________________________________________________________________
1688 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
1689         Log: export PerlIOBuf_get_base for win32 extension linkage
1690      Branch: perl
1691            ! makedef.pl
1692 ____________________________________________________________________________
1693 [ 16576] By: nick                                  on 2002/05/13  18:20:22
1694         Log: Integrate mainline
1695      Branch: perlio
1696           !> Changes README.vos ext/threads/shared/shared.pm
1697           !> ext/threads/shared/t/0nothread.t
1698           !> ext/threads/shared/t/av_refs.t
1699           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
1700           !> ext/threads/shared/t/hv_refs.t
1701           !> ext/threads/shared/t/hv_simple.t
1702           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
1703           !> ext/threads/shared/t/semaphore.t
1704           !> ext/threads/shared/t/shared_attr.t
1705           !> ext/threads/shared/t/sv_refs.t
1706           !> ext/threads/shared/t/sv_simple.t patchlevel.h
1707           !> pod/perldelta.pod vms/vms.c xsutils.c
1708 ____________________________________________________________________________
1709 [ 16575] By: ams                                   on 2002/05/13  15:42:50
1710         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
1711              From: Paul_GreenVOS@vos.stratus.com
1712              Date: Mon, 13 May 02 12:32 edt
1713              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
1714      Branch: perl
1715            ! README.vos pod/perldelta.pod
1716 ____________________________________________________________________________
1717 [ 16574] By: ams                                   on 2002/05/13  15:41:14
1718         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
1719              From: PPrymmer@factset.com
1720              Date: Mon, 13 May 2002 11:38:15 -0400
1721              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
1722      Branch: perl
1723            ! vms/vms.c
1724 ____________________________________________________________________________
1725 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
1726         Log: Update Changes.
1727      Branch: perl
1728            ! Changes patchlevel.h
1729 ____________________________________________________________________________
1730 [ 16572] By: sky                                   on 2002/05/13  12:30:35
1731         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
1732              From: Dave Mitchell <davem@fdgroup.com>
1733              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
1734              Message-Id: <20020510235227.J12298@fdgroup.com>
1735      Branch: perl
1736            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
1737            ! ext/threads/shared/t/av_refs.t
1738            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
1739            ! ext/threads/shared/t/hv_refs.t
1740            ! ext/threads/shared/t/hv_simple.t
1741            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
1742            ! ext/threads/shared/t/semaphore.t
1743            ! ext/threads/shared/t/shared_attr.t
1744            ! ext/threads/shared/t/sv_refs.t
1745            ! ext/threads/shared/t/sv_simple.t xsutils.c
1746 ____________________________________________________________________________
1747 [ 16571] By: nick                                  on 2002/05/13  07:54:10
1748         Log: Integrate Mainline
1749      Branch: perlio
1750           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1751            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1752            - wince/include/cectype.h wince/include/errno.h
1753            - wince/include/sys/types.h wince/include/sys/utime.h
1754            - wince/include/time.h
1755           !> (integrate 51 files)
1756 ____________________________________________________________________________
1757 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
1758         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
1759              From: Michael G Schwern <schwern@pobox.com>
1760              Date: Sun, 12 May 2002 19:32:58 -0400
1761              Message-ID: <20020512233258.GK696@blackrider>
1762      Branch: perl
1763            ! t/TEST
1764 ____________________________________________________________________________
1765 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
1766         Log: Be clean.
1767      Branch: perl
1768            ! Makefile.SH ext/B/t/o.t
1769 ____________________________________________________________________________
1770 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
1771         Log: change#8666 ($Config{perllibs}) apparently never got into
1772              mainline--merge, and add other missing entries; regen
1773              config_H.* files
1774      Branch: perl
1775            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1776            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1777            ! win32/config_H.vc win32/config_H.vc64
1778 ____________________________________________________________________________
1779 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
1780         Log: Elaborate on the exit/wait plan a bit.
1781      Branch: perl
1782            ! pod/perltodo.pod
1783 ____________________________________________________________________________
1784 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
1785         Log: Slight doc tweaks.
1786      Branch: perl
1787            ! pod/perlthrtut.pod
1788 ____________________________________________________________________________
1789 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
1790         Log: OS/390: update the test results.
1791      Branch: perl
1792            ! pod/perldelta.pod
1793 ____________________________________________________________________________
1794 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
1795         Log: Add threadsafety caveats.
1796      Branch: perl
1797            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
1798 ____________________________________________________________________________
1799 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
1800         Log: Update the Mac OS X situation.
1801      Branch: perl
1802            ! pod/perldelta.pod
1803 ____________________________________________________________________________
1804 [ 16562] By: sky                                   on 2002/05/12  19:10:27
1805         Log: Update todo, removing things done and adding new things.
1806      Branch: perl
1807            ! pod/perltodo.pod
1808 ____________________________________________________________________________
1809 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
1810         Log: Reword the "threads still running" cleanup message.
1811      Branch: perl
1812            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
1813            ! pod/perltoc.pod
1814 ____________________________________________________________________________
1815 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
1816         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
1817              (The manifestation: running pat.t core dumps after test 639.
1818              Removing everything after 639 makes core go away, as does
1819              removing everything before 640.  I did say "weird".  Some
1820              sort of a memory corruption, no doubt, but no time to debug
1821              in more detail.)
1822      Branch: perl
1823            ! t/op/pat.t
1824 ____________________________________________________________________________
1825 [ 16559] By: sky                                   on 2002/05/12  17:59:41
1826         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
1827      Branch: perl
1828            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1829            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1830            ! MANIFEST
1831 ____________________________________________________________________________
1832 [ 16558] By: sky                                   on 2002/05/12  17:57:51
1833         Log: Fixed bug where tmpsv would be null after the return of the 
1834              amagic. Now check for that and allocate the tmpsv afterwards, 
1835              this is done in all other places that use amagic.
1836              Fixes bug when threads->unknownfunction() was called and
1837              we coredumped on the stringification somewhere deep in the
1838              autoloader/dynaloader something. Far to deep for me to provide
1839              a test case.
1840      Branch: perl
1841            ! sv.c
1842 ____________________________________________________________________________
1843 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
1844         Log: (retracted by #16560)
1845              EBCDIC: must protect also compile time so that
1846              the illegal UTF-EBCDIC is not seen.
1847      Branch: perl
1848            ! t/op/pat.t
1849 ____________________________________________________________________________
1850 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
1851         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
1852      Branch: perl
1853            ! pod/perlebcdic.pod regcomp.c
1854 ____________________________________________________________________________
1855 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
1856         Log: As suggested by Dave Mitchell, adding yield()s at
1857              appropriate spots helps non-preemptive thread
1858              implementations, like the GNU pth.  Tested at NetBSD
1859              by Martin Weber <Ephaeton@gmx.net>.
1860      Branch: perl
1861            ! ext/threads/t/basic.t ext/threads/t/list.t
1862            ! ext/threads/t/thread.t
1863 ____________________________________________________________________________
1864 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
1865         Log: Subject: RE: VOS bleadperl test failure on 16539
1866              From: chromatic <chromatic@rmci.net>
1867              Date: Sat, 11 May 2002 23:23:54 -0700
1868              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
1869      Branch: perl
1870            ! ext/B/t/o.t
1871 ____________________________________________________________________________
1872 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
1873         Log: There's no rest for the wicked misspellers.
1874      Branch: perl
1875            ! pod/perlthrtut.pod
1876 ____________________________________________________________________________
1877 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
1878         Log: Detypos (and sticking with US spelling since Dan Sugalski
1879              wrote the original text of perlthrtut)
1880      Branch: perl
1881            ! ext/threads/threads.pm pod/perlthrtut.pod
1882 ____________________________________________________________________________
1883 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
1884         Log: Because of #16550 these tests would now spew
1885              "Malformed UTF-8" in EBCDIC.
1886      Branch: perl
1887            ! t/op/pat.t
1888 ____________________________________________________________________________
1889 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
1890         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
1891              scripts does not apply any more.  (The utf8.t needed a little
1892              bit of relaxing to work in EBCDIC, since *both* the bytes in
1893              subtest #30 are illegal UTF-EBCDIC, and the error message
1894              matched is slightly different.)  The utf8.t now passes.
1895      Branch: perl
1896            ! lib/utf8.t toke.c
1897 ____________________________________________________________________________
1898 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
1899         Log: Subject: [PATCH] a bit more for WinCE
1900              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1901              Date: Sun, 12 May 2002 02:34:24 +0400
1902              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
1903      Branch: perl
1904            ! wince/wince.c
1905 ____________________________________________________________________________
1906 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
1907         Log: Subject: [PATCH] for WinCE cross-build, another one
1908              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
1909              Date: Sun, 12 May 2002 00:02:47 +0400
1910              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
1911      Branch: perl
1912            - wince/include/cectype.h wince/include/errno.h
1913            - wince/include/sys/types.h wince/include/sys/utime.h
1914            - wince/include/time.h
1915            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
1916            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
1917            ! wince/wince.c
1918 ____________________________________________________________________________
1919 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
1920         Log: Explicit casts due to #16542.
1921      Branch: perl
1922            ! ext/B/B.xs hv.c op.c sv.c
1923 ____________________________________________________________________________
1924 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
1925         Log: Upgrade to Test::Harness 2.21.
1926      Branch: perl
1927            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1928            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
1929            ! lib/Test/Harness/t/test-harness.t
1930 ____________________________________________________________________________
1931 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
1932         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
1933              but keep up with the $VERSION)
1934      Branch: perl
1935            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1936 ____________________________________________________________________________
1937 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
1938         Log: metaconfig unit change for #16543.
1939      Branch: metaconfig
1940            ! U/threads/usethreads.U
1941 ____________________________________________________________________________
1942 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
1943         Log: Subject: [PATCH] updated threads docs
1944              From: Dave Mitchell <davem@fdgroup.com>
1945              Date: Sat, 11 May 2002 20:00:51 +0100
1946              Message-ID: <20020511200050.D14841@fdgroup.com>
1947      Branch: perl
1948            ! Configure README.threads pod/perlothrtut.pod
1949            ! pod/perlthrtut.pod
1950 ____________________________________________________________________________
1951 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
1952         Log: Subject: unsigned char hashes (Re: perl@16539)
1953              From: Nicholas Clark <nick@unfortu.net>
1954              Date: Sat, 11 May 2002 17:54:44 +0100
1955              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
1956              
1957              Be explicitly unsigned char in the hash calculation.
1958      Branch: perl
1959            ! hv.h
1960 ____________________________________________________________________________
1961 [ 16541] By: nick                                  on 2002/05/11  08:21:00
1962         Log: Integrate mainline
1963      Branch: perlio
1964           +> ext/B/t/o.t
1965           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
1966           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
1967           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
1968 ____________________________________________________________________________
1969 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
1970         Log: Subject: more os x test output cosmetics
1971              From: Kay Röpke <kroepke@dolphin-services.de>
1972              Date: Fri, 10 May 2002 14:07:34 +0200
1973              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
1974      Branch: perl
1975            ! ext/DB_File/t/db-btree.t
1976 ____________________________________________________________________________
1977 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
1978         Log: Update Changes.
1979      Branch: perl
1980            ! Changes patchlevel.h
1981 ____________________________________________________________________________
1982 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
1983         Log: Regen toc.
1984      Branch: perl
1985            ! pod/perltoc.pod
1986 ____________________________________________________________________________
1987 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
1988         Log: Move pod, add $VERSION.
1989      Branch: perl
1990            ! ext/threads/shared/queue.pm
1991 ____________________________________________________________________________
1992 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
1993         Log: Unused variables.
1994      Branch: perl
1995            ! ext/Encode/Encode.xs
1996 ____________________________________________________________________________
1997 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
1998         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
1999              From: chromatic <chromatic@rmci.net>
2000              Date: Fri, 10 May 2002 07:43:25 -0700
2001              Message-ID: <20020510144325.26245.qmail@firewheel>
2002      Branch: perl
2003            + ext/B/t/o.t
2004            ! MANIFEST
2005 ____________________________________________________________________________
2006 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
2007         Log: Don't do JAPHs unless doing "make torturetest".
2008              Document the less obvious make test targets.
2009      Branch: perl
2010            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
2011 ____________________________________________________________________________
2012 [ 16533] By: nick                                  on 2002/05/10  06:02:58
2013         Log: Integrate mainline
2014      Branch: perlio
2015           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
2016           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
2017           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
2018           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
2019           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
2020           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
2021           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
2022           !> t/run/fresh_perl.t util.c
2023 ____________________________________________________________________________
2024 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
2025         Log: Subject: [PATCH] format and other warnings
2026              From: Robin Barker <rmb1@cise.npl.co.uk>
2027              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
2028              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
2029      Branch: perl
2030            ! Porting/pumpkin.pod ext/Encode/Encode.xs
2031            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
2032            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
2033            ! ext/threads/threads.xs
2034 ____________________________________________________________________________
2035 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
2036         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
2037      Branch: perl
2038            ! t/op/tie.t t/run/fresh_perl.t
2039 ____________________________________________________________________________
2040 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
2041         Log: Subject: Re: [PATCH] Re: perl@16433
2042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
2043              Date: Thu, 09 May 2002 16:24:59 -0700
2044              Message-ID: <LVw28gzkguhE092yn@efn.org>
2045      Branch: perl
2046            ! t/op/tie.t
2047 ____________________________________________________________________________
2048 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
2049         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
2050              From: Dave Mitchell <davem@fdgroup.com>
2051              Date: Thu, 9 May 2002 17:18:42 +0100
2052              Message-ID: <20020509171842.C9836@fdgroup.com>
2053      Branch: perl
2054            ! ext/threads/shared/t/cond.t
2055 ____________________________________________________________________________
2056 [ 16528] By: nick                                  on 2002/05/09  16:40:39
2057         Log: Integrate maint branch io (pipe) fixes.
2058      Branch: perl
2059           !> doio.c pp_sys.c util.c
2060 ____________________________________________________________________________
2061 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
2062         Log: FAQ sync.
2063      Branch: perl
2064            ! pod/perlfaq3.pod pod/perlfaq4.pod
2065 ____________________________________________________________________________
2066 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
2067         Log: metaconfig unit changes for #16525, plus extra linting.
2068      Branch: metaconfig
2069            ! U/compline/ptrsize.U U/protos/Protochk.U
2070            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2071            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2072            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2073            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2074            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2075            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2076            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2077            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2078            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2079            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2080            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2081            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2082            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2083            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2084            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2085            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2086            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2087            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2088            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2089            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2090            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2091            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2092            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2093            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2094 ____________________________________________________________________________
2095 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
2096         Log: metaconfig unit linting.
2097      Branch: perl
2098            ! reentr.pl
2099 ____________________________________________________________________________
2100 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
2101         Log: metaconfig unit changes for #16523.
2102      Branch: metaconfig
2103            ! U/compline/ptrsize.U
2104      Branch: metaconfig/U/perl
2105            ! use64bits.U
2106 ____________________________________________________________________________
2107 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
2108         Log: ptrsize should depend on use64bitall, not the other
2109              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
2110      Branch: perl
2111            ! Configure
2112 ____________________________________________________________________________
2113 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
2114         Log: Integrate #16510 from macperl;
2115              
2116              Tell IO.xs that MacOS sometimes doesn't need extra help
2117      Branch: perl
2118           !> ext/IO/IO.xs
2119 ____________________________________________________________________________
2120 [ 16521] By: ams                                   on 2002/05/09  12:42:12
2121         Log: Subject: Re: Storable doc patches
2122              From: "Philip Newton" <Philip.Newton@gmx.net>
2123              Date: Thu, 9 May 2002 14:32:29 +0200
2124              Message-Id: 
2125      Branch: perl
2126            ! ext/Storable/Storable.pm
2127 ____________________________________________________________________________
2128 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
2129         Log: cmp() compares chars, not bytes.
2130      Branch: perl
2131            ! pod/perllocale.pod
2132 ____________________________________________________________________________
2133 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
2134         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
2135      Branch: perl
2136            ! pod/perlhack.pod
2137 ____________________________________________________________________________
2138 [ 16518] By: ams                                   on 2002/05/09  09:04:31
2139         Log: Subject: Storable doc patches
2140              From: Philip Newton <Philip.Newton@gmx.net>
2141              Date: Thu, 09 May 2002 12:00:45 +0200
2142              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
2143      Branch: perl
2144            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2145 ____________________________________________________________________________
2146 [ 16517] By: ams                                   on 2002/05/09  08:53:50
2147         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
2148              From: Philip Newton <Philip.Newton@gmx.net>
2149              Date: Thu, 09 May 2002 11:16:06 +0200
2150              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
2151      Branch: perl
2152            ! ext/Storable/README
2153 ____________________________________________________________________________
2154 [ 16516] By: nick                                  on 2002/05/09  08:13:39
2155         Log: Integrate mainline
2156      Branch: perlio
2157           !> pod/perlxstut.pod
2158 ____________________________________________________________________________
2159 [ 16515] By: nick                                  on 2002/05/09  07:29:53
2160         Log: Integrate mainline
2161      Branch: perlio
2162           !> (integrate 27 files)
2163 ____________________________________________________________________________
2164 [ 16514] By: ams                                   on 2002/05/09  06:50:24
2165         Log: Subject: [Patch] perlxstut.pod
2166              From: lupe@lupe-christoph.de (Lupe Christoph)
2167              Date: Thu, 9 May 2002 09:42:02 +0200
2168              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
2169              (Applied with tweaks.)
2170      Branch: perl
2171            ! pod/perlxstut.pod
2172 ____________________________________________________________________________
2173 [ 16513] By: ams                                   on 2002/05/09  06:04:47
2174         Log: Subject: [Patch] perlapio.pod
2175              From: lupe@lupe-christoph.de (Lupe Christoph)
2176              Date: Thu, 9 May 2002 09:01:50 +0200
2177              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
2178              (Applied with tweaks.)
2179      Branch: perl
2180            ! pod/perlapio.pod
2181 ____________________________________________________________________________
2182 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
2183         Log: Integrate from macperl
2184      Branch: maint-5.6/macperl
2185           !> macos/macperl/MPConsole.cp
2186 ____________________________________________________________________________
2187 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
2188         Log: Make interrupt act as end of file, MacPerl Bug #542154
2189      Branch: macperl
2190            ! macos/macperl/MPConsole.cp
2191 ____________________________________________________________________________
2192 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
2193         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
2194      Branch: macperl
2195            ! ext/IO/IO.xs
2196 ____________________________________________________________________________
2197 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
2198         Log: Make perlio (!sfio) work on MacOS
2199      Branch: macperl
2200            ! macos/config.h macos/config.sh macos/macish.c
2201 ____________________________________________________________________________
2202 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
2203         Log: integrate maint-5.6/macperl contents
2204      Branch: maint-5.6/perl
2205           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
2206           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
2207           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
2208 ____________________________________________________________________________
2209 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
2210         Log: Rework #16506 some more.
2211      Branch: perl
2212            ! ext/Time/HiRes/HiRes.xs win32/win32.c
2213 ____________________________________________________________________________
2214 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
2215         Log: Rework #16503 a bit to keep all the HiRes implementation
2216              in one place, assuming we want to re-CPAN Time::HiRes at
2217              some point.
2218      Branch: perl
2219            ! ext/Time/HiRes/HiRes.xs win32/win32.c
2220 ____________________________________________________________________________
2221 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
2222         Log: metaconfig unit change for #16504.
2223      Branch: metaconfig
2224            ! U/modified/Cppsym.U
2225 ____________________________________________________________________________
2226 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
2227         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
2228              From: Pixel <pixel@mandrakesoft.com>
2229              Date: 08 May 2002 18:19:51 +0200
2230              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
2231      Branch: perl
2232            ! Configure
2233 ____________________________________________________________________________
2234 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
2235         Log: make the gettimeofday() implementation in Time::HiRes available
2236              from perl
2237      Branch: perl
2238            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
2239            ! win32/config.bc win32/config.gc win32/config.vc
2240            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
2241            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
2242            ! win32/win32.c win32/win32iop.h
2243 ____________________________________________________________________________
2244 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
2245         Log: Subject: Test output update for OS X 10.1.4
2246              From: Kay Röpke <kroepke@dolphin-services.de>
2247              Date: Wed, 8 May 2002 22:23:36 +0200
2248              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
2249      Branch: perl
2250            ! ext/DB_File/t/db-recno.t
2251 ____________________________________________________________________________
2252 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
2253         Log: Subject: [PATCH] Re: perl@16433
2254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2255              Date: Tue, 07 May 2002 18:40:44 -0700
2256              Message-ID: <cII28gzkgaOS092yn@efn.org>
2257              
2258              Subject: Re: [PATCH] Re: perl@16433
2259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2260              Date: Wed, 08 May 2002 10:16:42 -0700
2261              Message-ID: <61V28gzkg+jG092yn@efn.org>
2262      Branch: perl
2263            ! pp_sys.c sv.c t/op/tie.t
2264 ____________________________________________________________________________
2265 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
2266         Log: Subject: [DOC PATCH] Minor threads::shared nits
2267              From: Simon Glover <scog@amnh.org>
2268              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
2269              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
2270      Branch: perl
2271            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
2272            ! ext/threads/shared/shared.pm
2273 ____________________________________________________________________________
2274 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
2275         Log: Subject: [DOC PATCH] perlthrtut proofreading
2276              From: Simon Glover <scog@amnh.org>
2277              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
2278              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
2279      Branch: perl
2280            ! pod/perlthrtut.pod
2281 ____________________________________________________________________________
2282 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
2283         Log: Deprecate 5.005threads.
2284      Branch: perl
2285            ! pod/perldelta.pod
2286 ____________________________________________________________________________
2287 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
2288         Log: Integrate perlio;
2289              
2290              PerlIO/XS interface routine and doc updates from
2291              lupe@lupe-christoph.de (Lupe Christoph) in mail
2292              Subject: [For Review] Patch for perlio.c and pods
2293              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
2294              Date: Sun, 5 May 2002 10:43:15 +0200
2295              (Minor tweaks to follow.)
2296              
2297              Portability and doc tweaks to PerlIO/XS stuff.
2298              We are still "papering over the cracks" a bit,
2299              but now it is good stiff card held on with epoxy.
2300      Branch: perl
2301           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
2302 ____________________________________________________________________________
2303 [ 16496] By: nick                                  on 2002/05/08  19:08:43
2304         Log: Portability and doc tweaks to PerlIO/XS stuff.
2305              We are still "papering over the cracks" a bit,
2306              but now it is good stiff card held on with epoxy.
2307      Branch: perlio
2308            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
2309 ____________________________________________________________________________
2310 [ 16495] By: nick                                  on 2002/05/08  17:56:43
2311         Log: PerlIO/XS interface routine and doc updates from
2312              lupe@lupe-christoph.de (Lupe Christoph) in mail
2313              Subject: [For Review] Patch for perlio.c and pods
2314              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
2315              Date: Sun, 5 May 2002 10:43:15 +0200
2316              (Minor tweaks to follow.)
2317      Branch: perlio
2318            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
2319 ____________________________________________________________________________
2320 [ 16494] By: nick                                  on 2002/05/08  17:40:34
2321         Log: Integrate mainline
2322      Branch: perlio
2323           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
2324           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
2325           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
2326           !> t/run/fresh_perl.t
2327 ____________________________________________________________________________
2328 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
2329         Log: Update Changes.
2330      Branch: perl
2331            ! Changes patchlevel.h
2332 ____________________________________________________________________________
2333 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
2334         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
2335              don't unlink /dev/null
2336      Branch: perl
2337            ! Porting/p4genpatch
2338 ____________________________________________________________________________
2339 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
2340         Log: Integrate perlio; 
2341              
2342              Avoid pointless re-encode of data in :encoding's read buffer
2343              on a close
2344      Branch: perl
2345           !> ext/PerlIO/encoding/encoding.xs
2346 ____________________________________________________________________________
2347 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
2348         Log: The base.pm changes need this, too?
2349      Branch: perl
2350            ! lib/diagnostics.t
2351 ____________________________________________________________________________
2352 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
2353         Log: fix p4genpatch breakage (missing slash in patch headers)
2354      Branch: perl
2355            ! Porting/p4genpatch
2356 ____________________________________________________________________________
2357 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
2358         Log: Integrate #14679 from macperl;
2359              
2360              Skip layer symbols for sfio
2361      Branch: perl
2362           !> makedef.pl
2363 ____________________________________________________________________________
2364 [ 16487] By: nick                                  on 2002/05/08  13:12:47
2365         Log: Avoid pointless re-encode of data in :encoding's read buffer
2366              on a close
2367      Branch: perlio
2368            ! ext/PerlIO/encoding/encoding.xs
2369 ____________________________________________________________________________
2370 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
2371         Log: Integrate #16481 from macperl;
2372              
2373              p4genpatch Mac OS fixes (paths, utime)
2374      Branch: perl
2375           !> Porting/p4genpatch
2376 ____________________________________________________________________________
2377 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
2378         Log: Storable doc tweaks.
2379      Branch: perl
2380            ! ext/Storable/Storable.pm
2381 ____________________________________________________________________________
2382 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
2383         Log: Subject: Re: [PATCH] use base Notexists
2384              From: andreas.koenig@anima.de (Andreas J. Koenig)
2385              Date: Wed, 08 May 2002 15:57:53 +0200
2386              Message-ID: <m34rhi91y6.fsf@anima.de>
2387      Branch: perl
2388            ! lib/base.pm lib/fields.t
2389 ____________________________________________________________________________
2390 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
2391         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
2392              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
2393              Date: Wed, 8 May 2002 10:47:51 +0400
2394              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
2395      Branch: perl
2396            ! t/run/fresh_perl.t
2397 ____________________________________________________________________________
2398 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
2399         Log: Document how even "ASCII" locales can have problems
2400              if \w includes some of the regex metacharacters.
2401      Branch: perl
2402            ! lib/locale.t
2403 ____________________________________________________________________________
2404 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
2405         Log: p4genpatch Mac OS fixes (paths, utime)
2406      Branch: macperl
2407            ! Porting/p4genpatch
2408 ____________________________________________________________________________
2409 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
2410         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
2411              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
2412              Date: Wed, 8 May 2002 10:33:14 +0400
2413              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
2414      Branch: perl
2415            ! ext/File/Glob/bsd_glob.c
2416 ____________________________________________________________________________
2417 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
2418         Log: Skip layer symbols for sfio
2419      Branch: macperl
2420            ! makedef.pl
2421 ____________________________________________________________________________
2422 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
2423         Log: Bump up the Storable $VERSION to 2.0.
2424      Branch: perl
2425            ! ext/Storable/Storable.pm
2426 ____________________________________________________________________________
2427 [ 16477] By: nick                                  on 2002/05/08  06:21:18
2428         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
2429      Branch: perlio
2430           !> (integrate 36 files)
2431 ____________________________________________________________________________
2432 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
2433         Log: Oops, add back
2434      Branch: macperl
2435            + macos/MacPerlTests.cmd
2436 ____________________________________________________________________________
2437 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
2438         Log: Integrate with perl
2439      Branch: macperl
2440           +> Porting/p4genpatch ext/Digest/MD5/README
2441           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
2442           +> ext/threads/shared/semaphore.pm
2443           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
2444           +> t/comp/hints.t vos/compile_full_perl.cm
2445           +> vos/configure_full_perl.sh vos/make_full_perl.sh
2446           +> wince/compile.bat wince/win32io.c
2447            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
2448            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
2449           !> (integrate 206 files)
2450 ____________________________________________________________________________
2451 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
2452         Log: Update README (integrate from macperl)
2453      Branch: maint-5.6/macperl
2454           !> README.macos
2455 ____________________________________________________________________________
2456 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
2457         Log: Various syncs from macperl/ -> maint-5.6/macperl/
2458              File::Copy, File::Spec updates
2459              Test script modifications
2460              pp_require path bugfixes
2461      Branch: maint-5.6/macperl
2462            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
2463            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
2464 ____________________________________________________________________________
2465 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
2466         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
2467      Branch: macperl
2468            ! macos/macperl/MacPerl.podhelp
2469      Branch: maint-5.6/macperl
2470            ! macos/macperl/MacPerl.podhelp
2471 ____________________________________________________________________________
2472 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
2473         Log: Reset Mac::err flag in app, MacPerl Bug #546065
2474      Branch: macperl
2475            ! macos/macperl/MPScript.c
2476      Branch: maint-5.6/macperl
2477            ! macos/macperl/MPScript.c
2478 ____________________________________________________________________________
2479 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
2480         Log: Fix for some module install paths, MacPerl Bug #549611
2481      Branch: macperl
2482            ! macos/macperl/Droplets/installme.plx
2483            ! macos/macperl/Droplets/untarzipme.plx
2484      Branch: maint-5.6/macperl
2485            ! macos/macperl/Droplets/installme.plx
2486            ! macos/macperl/Droplets/untarzipme.plx
2487 ____________________________________________________________________________
2488 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
2489         Log: Stupid Mac::OSA::Simple bugs
2490      Branch: macperl
2491            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
2492      Branch: maint-5.6/macperl
2493            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
2494 ____________________________________________________________________________
2495 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
2496         Log: Various BuildTools fixes, MacPerl Bug #545341
2497      Branch: macperl
2498            ! macos/lib/Mac/BuildTools.pm
2499      Branch: maint-5.6/macperl
2500            ! macos/lib/Mac/BuildTools.pm
2501 ____________________________________________________________________________
2502 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
2503         Log: MM_MacOS has been moved from macos/lib/ to lib/
2504      Branch: macperl
2505            - macos/lib/ExtUtils/MM_MacOS.pm
2506 ____________________________________________________________________________
2507 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
2508         Log: Oops, add Digest::MD5 Makefile.mk back in
2509      Branch: macperl
2510            + macos/bundled_ext/Digest/MD5/Makefile.mk
2511 ____________________________________________________________________________
2512 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
2513         Log: Allow focus of first item, MacPerl Bug #529102
2514      Branch: macperl
2515            ! macos/ext/Mac/Windows/Windows.pm
2516      Branch: maint-5.6/macperl
2517            ! macos/ext/Mac/Windows/Windows.pm
2518 ____________________________________________________________________________
2519 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
2520         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
2521      Branch: macperl
2522            ! macos/lib/Mac/Glue.pm
2523      Branch: maint-5.6/macperl
2524            ! macos/lib/Mac/Glue.pm
2525 ____________________________________________________________________________
2526 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
2527         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
2528      Branch: perl
2529            ! makedef.pl
2530 ____________________________________________________________________________
2531 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
2532         Log: aTHX may be empty
2533      Branch: perl
2534            ! win32/win32.c
2535 ____________________________________________________________________________
2536 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
2537         Log: 5005threads builds again on windows
2538      Branch: perl
2539            ! win32/win32.c win32/win32.h
2540 ____________________________________________________________________________
2541 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
2542         Log: fixes for various warnings identified by Visual C++
2543      Branch: perl
2544            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
2545            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
2546            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
2547            ! win32/config.bc win32/config.gc win32/config.vc
2548            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2549            ! win32/win32.c win32/win32iop.h
2550 ____________________________________________________________________________
2551 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
2552         Log: keep paths consistently slashed on windows
2553      Branch: perl
2554            ! t/harness
2555 ____________________________________________________________________________
2556 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
2557         Log: integrate makefile.mk changes into Makefile
2558      Branch: perl
2559            ! win32/Makefile
2560 ____________________________________________________________________________
2561 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
2562         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
2563              From: Nicholas Clark <nick@unfortu.net>
2564              Date: Tue, 7 May 2002 23:26:01 +0100
2565              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
2566      Branch: perl
2567            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
2568            ! ext/Storable/README ext/Storable/Storable.pm
2569            ! ext/Storable/t/malice.t
2570 ____________________________________________________________________________
2571 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
2572         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2573              From: Dave Mitchell <davem@fdgroup.com>
2574              Date: Wed, 8 May 2002 00:11:02 +0100
2575              Message-ID: <20020508001102.D4118@fdgroup.com>
2576      Branch: perl
2577            ! pp_hot.c scope.c
2578 ____________________________________________________________________________
2579 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
2580         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
2581              From: Dave Mitchell <davem@fdgroup.com>
2582              Date: Tue, 7 May 2002 23:13:10 +0100
2583              Message-ID: <20020507231310.B4118@fdgroup.com>
2584      Branch: perl
2585            ! pp_hot.c
2586 ____________________________________________________________________________
2587 [ 16454] By: sky                                   on 2002/05/07  21:18:44
2588         Log: Documentation of async
2589      Branch: perl
2590            ! ext/threads/threads.pm
2591 ____________________________________________________________________________
2592 [ 16453] By: sky                                   on 2002/05/07  21:16:28
2593         Log: Documentation added.
2594      Branch: perl
2595            ! ext/threads/shared/semaphore.pm
2596 ____________________________________________________________________________
2597 [ 16452] By: sky                                   on 2002/05/07  21:15:34
2598         Log: Add support for async.
2599      Branch: perl
2600            ! ext/threads/threads.pm
2601 ____________________________________________________________________________
2602 [ 16451] By: sky                                   on 2002/05/07  21:01:47
2603         Log: Add documentation.
2604      Branch: perl
2605            ! ext/threads/shared/queue.pm
2606 ____________________________________________________________________________
2607 [ 16450] By: sky                                   on 2002/05/07  20:24:08
2608         Log: Fix bad assumptions in test case.
2609              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
2610              b) $var++ is not atomic
2611              c) the creating of the string to print and the actuall printing 
2612              could be preempted by another thread
2613      Branch: perl
2614            ! ext/threads/shared/t/queue.t
2615 ____________________________________________________________________________
2616 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
2617         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
2618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2619              Date: Tue, 07 May 2002 19:41:03 +0200
2620              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
2621      Branch: perl
2622            ! makedepend.SH
2623 ____________________________________________________________________________
2624 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
2625         Log: Upgrade to Encode 1.71.
2626      Branch: perl
2627            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2628            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
2629 ____________________________________________________________________________
2630 [ 16447] By: nick                                  on 2002/05/07  18:39:47
2631         Log: Integrate mainline
2632      Branch: perlio
2633           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
2634           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
2635           !> lib/User/pwent.t
2636 ____________________________________________________________________________
2637 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
2638         Log: AUTHORS updates.
2639      Branch: perl
2640            ! AUTHORS
2641 ____________________________________________________________________________
2642 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
2643         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
2644              From: Robin Barker <rmb1@cise.npl.co.uk>
2645              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
2646              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
2647      Branch: perl
2648            ! ext/Encode/Encode.xs
2649 ____________________________________________________________________________
2650 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
2651         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
2652              From: Michael A Chase <mchase@ix.netcom.com>
2653              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
2654              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
2655              
2656              (plus add what POSIX says)
2657      Branch: perl
2658            ! lib/File/Spec/Unix.pm
2659 ____________________________________________________________________________
2660 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
2661         Log: Subject: Re: lib/User/pwent.t on Cygwin
2662              From: John Peacock <jpeacock@rowman.com>
2663              Date: Mon, 06 May 2002 10:14:21 -0400
2664              Message-ID: <3CD68FBD.8020502@rowman.com>
2665      Branch: perl
2666            ! lib/User/pwent.t
2667 ____________________________________________________________________________
2668 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
2669         Log: Subject: [PATCH] Storable (Re: perl@16433)
2670              From: Radu Greab <radu@netsoft.ro>
2671              Date: Tue, 7 May 2002 11:37:03 +0300
2672              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
2673              
2674              Subject: Re: [PATCH] Storable (Re: perl@16433)
2675              From: Radu Greab <radu@netsoft.ro>
2676              Date: Tue, 7 May 2002 12:49:24 +0300
2677              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
2678              
2679              Plug the Storable memory leaks.
2680      Branch: perl
2681            ! ext/Storable/Storable.xs
2682 ____________________________________________________________________________
2683 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
2684         Log: Upgrade to CPAN 1.61.
2685      Branch: perl
2686            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2687 ____________________________________________________________________________
2688 [ 16440] By: nick                                  on 2002/05/07  07:07:58
2689         Log: Integrate mainline
2690      Branch: perlio
2691           +> Porting/p4genpatch vos/compile_full_perl.cm
2692           +> vos/configure_full_perl.sh vos/make_full_perl.sh
2693           +> wince/compile.bat wince/win32io.c
2694            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
2695           !> (integrate 74 files)
2696 ____________________________________________________________________________
2697 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
2698         Log: Document the bad behaviour of for(1..5){$_++}
2699              (it works but it should fail)
2700      Branch: perl
2701            ! pod/perldelta.pod
2702 ____________________________________________________________________________
2703 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
2704         Log: README.ko update from Jungshik Shin.
2705      Branch: perl
2706            ! README.ko
2707 ____________________________________________________________________________
2708 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
2709         Log: Subject: Re: perl@16433
2710              From: Nicholas Clark <nick@unfortu.net>
2711              Date: Tue, 7 May 2002 00:21:46 +0100
2712              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
2713      Branch: perl
2714            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2715            ! ext/Storable/t/malice.t
2716 ____________________________________________________________________________
2717 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
2718         Log: Subject:  two and a half steps further for WinCE cross-build
2719              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2720              Date: Mon, 6 May 2002 23:54:24 +0400
2721              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
2722      Branch: perl
2723            - wince/config.h
2724            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
2725 ____________________________________________________________________________
2726 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
2727         Log: Detypo.
2728      Branch: perl
2729            ! pod/perldelta.pod
2730 ____________________________________________________________________________
2731 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
2732         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
2733              From: Dave Mitchell <davem@fdgroup.com>
2734              Date: Mon, 6 May 2002 17:17:00 +0100
2735              Message-ID: <20020506171700.A256@fdgroup.com>
2736      Branch: perl
2737            ! pod/perldelta.pod t/op/local.t
2738 ____________________________________________________________________________
2739 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
2740         Log: Update Changes.
2741      Branch: perl
2742            ! Changes patchlevel.h
2743 ____________________________________________________________________________
2744 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
2745         Log: Add a test for #16431, and document Dave's campaign
2746              against localised hash element bugs.
2747      Branch: perl
2748            ! pod/perldelta.pod t/op/tie.t
2749 ____________________________________________________________________________
2750 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
2751         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
2752              From: Dave Mitchell <davem@fdgroup.com>
2753              Date: Sat, 4 May 2002 00:34:18 +0100
2754              Message-ID: <20020504003418.F22026@fdgroup.com>
2755      Branch: perl
2756            ! pp_hot.c t/op/local.t
2757 ____________________________________________________________________________
2758 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
2759         Log: Regen uconfig.h.
2760      Branch: perl
2761            ! uconfig.h
2762 ____________________________________________________________________________
2763 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
2764         Log: Unfortunately AmigaOS has been broken since 11423
2765              and is unlikely to get fixed in time for 5.8.0.
2766      Branch: perl
2767            ! pod/perldelta.pod
2768 ____________________________________________________________________________
2769 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
2770         Log: Ultimate discouragement for the old tools, from Andreas.
2771      Branch: perl
2772            - Porting/p4d2p Porting/p4desc
2773            ! MANIFEST Porting/repository.pod
2774 ____________________________________________________________________________
2775 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
2776         Log: Upgrade to Digest::MD5 2.20.
2777      Branch: perl
2778            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2779            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
2780 ____________________________________________________________________________
2781 [ 16426] By: ams                                   on 2002/05/06  09:48:42
2782         Log: Subject: [Encode] 1.70 released
2783              From: Dan Kogai <dankogai@dan.co.jp>
2784              Date: Mon, 6 May 2002 19:36:15 +0900
2785              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
2786      Branch: perl
2787            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
2788            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
2789            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
2790 ____________________________________________________________________________
2791 [ 16425] By: ams                                   on 2002/05/06  09:40:42
2792         Log: Subject: [PATCH] PerlIO::Via reference
2793              From: Gisle Aas <gisle@ActiveState.com>
2794              Date: 05 May 2002 22:50:23 -0700
2795              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
2796      Branch: perl
2797            ! pod/perliol.pod
2798 ____________________________________________________________________________
2799 [ 16424] By: ams                                   on 2002/05/06  09:37:58
2800         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
2801              From: Brendan O'Dea <bod@debian.org>
2802              Date: Mon, 6 May 2002 14:04:48 +1000
2803              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
2804      Branch: perl
2805            ! lib/Term/Complete.pm
2806 ____________________________________________________________________________
2807 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
2808         Log: p4genpatch: avoid stderr noise during adds
2809      Branch: perl
2810            ! Porting/p4genpatch
2811 ____________________________________________________________________________
2812 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
2813         Log: Subject: [PATCH] Fixup VOS builds of miniperl
2814              From: Paul_GreenVOS@vos.stratus.com
2815              Date: Sun, 5 May 02 23:11 edt
2816              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
2817      Branch: perl
2818            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
2819 ____________________________________________________________________________
2820 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
2821         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
2822              From: Radu Greab <radu@netsoft.ro>
2823              Date: Mon, 6 May 2002 04:23:10 +0300
2824              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
2825      Branch: perl
2826            ! pp_sys.c t/op/exec.t
2827 ____________________________________________________________________________
2828 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
2829         Log: Further comment tweak, to agree with perlxs.pod.
2830      Branch: perl
2831            ! perl.h
2832 ____________________________________________________________________________
2833 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
2834         Log: Subject: [PATCH] Update README.vos and release vos build macros
2835              From: Paul_GreenVOS@vos.stratus.com
2836              Date: Sun, 5 May 02 17:15 edt
2837              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
2838              To: perl5-porters@perl.org
2839      Branch: perl
2840            + vos/compile_full_perl.cm vos/configure_full_perl.sh
2841            + vos/make_full_perl.sh
2842            ! MANIFEST README.vos vos/Changes
2843 ____________________________________________________________________________
2844 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
2845         Log: Retract MM_NW5.pm part of #16371, at the request
2846              of Michael Schwern.
2847      Branch: perl
2848            ! lib/ExtUtils/MM_NW5.pm
2849 ____________________________________________________________________________
2850 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
2851         Log: Comment tweaks.
2852      Branch: perl
2853            ! perl.h
2854 ____________________________________________________________________________
2855 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
2856         Log: a few more p4genpatch fixes:
2857              
2858              don't assume previous revision exists, let p4 compute it from
2859              the one-less-change number instead
2860              
2861              the time part in timestamps were always 00:00:00; fix by
2862              fetching metadata via "p4 fsync" rather than "p4 filelog"
2863              
2864              quote all file names used in external commands to make them
2865              them work when there are spaces in those file names
2866              
2867              looks production worthy now :)
2868      Branch: perl
2869            ! Porting/p4genpatch
2870 ____________________________________________________________________________
2871 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
2872         Log: The #16401 was far from enough, and mostly in a wrong direction.
2873              The right thing to do would be to convert Storable into using
2874              the new MY_CXT scheme (no static data, and memory management
2875              using SVs).
2876      Branch: perl
2877            ! ext/Storable/Storable.xs
2878 ____________________________________________________________________________
2879 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
2880         Log: p4genpatch diffs against depot files from //depot/perl when called
2881              with -b //depot/maint-5.6/perl
2882      Branch: perl
2883            ! Porting/p4genpatch
2884 ____________________________________________________________________________
2885 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
2886         Log: p4genpatch: current directory may not be writable, so don't
2887              create temp files there
2888      Branch: perl
2889            ! Porting/p4genpatch
2890 ____________________________________________________________________________
2891 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
2892         Log: p4genpatch now works on windows
2893      Branch: perl
2894            ! Porting/p4genpatch
2895 ____________________________________________________________________________
2896 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
2897         Log: p4genpatch: tweak from Andreas to strip leading portion of
2898              path specified in -b (so patch can be applied with "patch -p1")
2899      Branch: perl
2900            ! Porting/p4genpatch
2901 ____________________________________________________________________________
2902 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
2903         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
2904              From: PPrymmer@factset.com
2905              Date: Fri, 3 May 2002 14:52:12 -0400
2906              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
2907      Branch: perl
2908            ! t/op/pwent.t
2909 ____________________________________________________________________________
2910 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
2911         Log: Upgrade to Net::Ping 2.17.
2912      Branch: perl
2913            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2914 ____________________________________________________________________________
2915 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
2916         Log: Upgrade to Getopt::Long 2.31.
2917      Branch: perl
2918            ! lib/Getopt/Long.pm
2919 ____________________________________________________________________________
2920 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
2921         Log: Subject: Re: Cross-compiling as of WinCE
2922              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2923              Date: Sat, 4 May 2002 03:49:11 +0400
2924              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
2925      Branch: perl
2926            + wince/compile.bat wince/win32io.c
2927            - wince/perldll.def
2928            ! MANIFEST configpm makedef.pl wince/Makefile.ce
2929            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
2930            ! wince/config_h.PL wince/wince.c
2931 ____________________________________________________________________________
2932 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
2933         Log: The loclibpth is always set by Configure.
2934      Branch: perl
2935            ! hints/dec_osf.sh
2936 ____________________________________________________________________________
2937 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
2938         Log: Subject: Re: [Unicode::Collate] UCA Version number    
2939              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2940              Date: Sun, 05 May 2002 10:07:57 +0900
2941              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
2942      Branch: perl
2943            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2944            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2945 ____________________________________________________________________________
2946 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
2947         Log: Subject: [PATCH sv.c] delete inaccurate comment
2948              From: Dave Mitchell <davem@fdgroup.com>
2949              Date: Fri, 3 May 2002 21:17:00 +0100
2950              Message-ID: <20020503211700.C22026@fdgroup.com>
2951      Branch: perl
2952            ! sv.c
2953 ____________________________________________________________________________
2954 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
2955         Log: Solaris: show what 'that' is.
2956      Branch: perl
2957            ! hints/solaris_2.sh
2958 ____________________________________________________________________________
2959 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
2960         Log: Syntax fix.
2961      Branch: perl
2962            ! t/op/arith.t
2963 ____________________________________________________________________________
2964 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
2965         Log: (retracted by #16415) Storable: try to free what we allocated.
2966      Branch: perl
2967            ! ext/Storable/Storable.xs
2968 ____________________________________________________________________________
2969 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
2970         Log: UNICOS: division is really sloppy.
2971      Branch: perl
2972            ! t/op/arith.t
2973 ____________________________________________________________________________
2974 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
2975         Log: Subject: fix t/io/fs.t for VOS
2976              From: Paul_GreenVOS@vos.stratus.com
2977              Date: Sat, 4 May 02 14:01 edt
2978              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
2979      Branch: perl
2980            ! t/io/fs.t
2981 ____________________________________________________________________________
2982 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
2983         Log: Subject: [Unicode::Collate] UCA Version number
2984              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2985              Date: Sat, 04 May 2002 16:07:07 +0900
2986              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
2987      Branch: perl
2988            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
2989 ____________________________________________________________________________
2990 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
2991         Log: Subject: [PATCH lib/overload.pm] "\"\""
2992              From: Michael G Schwern <schwern@pobox.com>
2993              Date: Sat, 4 May 2002 13:17:44 -0400
2994              Message-ID: <20020504171743.GD640@blackrider>
2995      Branch: perl
2996            ! lib/overload.pm
2997 ____________________________________________________________________________
2998 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
2999         Log: Add the EBCDIC test data to downgrade.t.
3000      Branch: perl
3001            ! ext/Storable/t/downgrade.t
3002 ____________________________________________________________________________
3003 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
3004         Log: EBCDIC tweak.
3005      Branch: perl
3006            ! ext/Storable/t/utf8hash.t
3007 ____________________________________________________________________________
3008 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
3009         Log: Allow p4genpatch to use diff programs other than 'diff'.
3010      Branch: perl
3011            ! Porting/p4genpatch
3012 ____________________________________________________________________________
3013 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
3014         Log: Add p4genpatch from Andreas; obsoletes both
3015              p4d2p and p4desc.
3016      Branch: perl
3017            + Porting/p4genpatch
3018            ! MANIFEST Porting/makerel
3019 ____________________________________________________________________________
3020 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
3021         Log: Upgrade to Encode 1.69.
3022      Branch: perl
3023            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3024            ! ext/Encode/Encode/Makefile_PL.e2x
3025            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
3026            ! ext/Encode/lib/Encode/Guess.pm
3027            ! ext/Encode/lib/Encode/MIME/Header.pm
3028            ! ext/Encode/t/mime-header.t
3029 ____________________________________________________________________________
3030 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
3031         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
3032              From: Dave Mitchell <davem@fdgroup.com>
3033              Date: Sat, 4 May 2002 16:09:26 +0100
3034              Message-ID: <20020504160926.A24990@fdgroup.com>
3035      Branch: perl
3036            ! INSTALL
3037 ____________________________________________________________________________
3038 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
3039         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
3040              From: Nicholas Clark <nick@unfortu.net>
3041              Date: Sat, 4 May 2002 12:38:58 +0100
3042              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
3043      Branch: perl
3044            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3045 ____________________________________________________________________________
3046 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
3047         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
3048              From: Nicholas Clark <nick@unfortu.net>
3049              Date: Sat, 4 May 2002 00:30:43 +0100
3050              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
3051      Branch: perl
3052            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3053 ____________________________________________________________________________
3054 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
3055         Log: Doc tweak from Elizabeth Mattijsen.
3056      Branch: perl
3057            ! pod/perlunicode.pod
3058 ____________________________________________________________________________
3059 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
3060         Log: Subject: [PATCH] channames.pm doc tweaks
3061              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
3062              Date: Sat, 04 May 2002 11:45:18 +0900
3063              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
3064      Branch: perl
3065            ! lib/charnames.pm
3066 ____________________________________________________________________________
3067 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
3068         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
3069              From: Dave Mitchell <davem@fdgroup.com>
3070              Date: Fri, 3 May 2002 23:51:10 +0100
3071              Message-ID: <20020503235110.E22026@fdgroup.com>
3072      Branch: perl
3073            ! pp_hot.c scope.c
3074 ____________________________________________________________________________
3075 [ 16385] By: nick                                  on 2002/05/04  09:29:41
3076         Log: Integrate mainline
3077      Branch: perlio
3078           !> (integrate 47 files)
3079 ____________________________________________________________________________
3080 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
3081         Log: Subject: Re: perl@16307
3082              From: Nicholas Clark <nick@unfortu.net>
3083              Date: Fri, 3 May 2002 21:49:04 +0100
3084              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
3085              
3086              canonical #3 was failing under -Mutf8.
3087      Branch: perl
3088            ! ext/Storable/t/canonical.t
3089 ____________________________________________________________________________
3090 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
3091         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
3092              From: Dave Mitchell <davem@fdgroup.com>
3093              Date: Fri, 3 May 2002 21:12:10 +0100
3094              Message-ID: <20020503211210.B22026@fdgroup.com>
3095      Branch: perl
3096            ! scope.c
3097 ____________________________________________________________________________
3098 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
3099         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
3100              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
3101              Date: Fri, 3 May 2002 20:30:25 +0200
3102              Message-ID: <190109228332.20020503203025@familiehaase.de>
3103      Branch: perl
3104            ! doio.c
3105 ____________________________________________________________________________
3106 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
3107         Log: Subject: t/TestInit.pm - clean up comments
3108              From: Paul_GreenVOS@vos.stratus.com
3109              Date: Fri, 3 May 02 14:51 edt
3110              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
3111      Branch: perl
3112            ! t/TestInit.pm
3113 ____________________________________________________________________________
3114 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
3115         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
3116              From: Dan Kogai <dankogai@dan.co.jp>
3117              Date: Sat, 4 May 2002 01:46:35 +0900
3118              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
3119      Branch: perl
3120            ! ext/Encode/Encode/Makefile_PL.e2x
3121 ____________________________________________________________________________
3122 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
3123         Log: Forgotten test arrangement.
3124      Branch: perl
3125            ! ext/Digest/MD5/t/files.t
3126 ____________________________________________________________________________
3127 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
3128         Log: Comedy of typing errors.
3129      Branch: perl
3130            ! hints/solaris_2.sh
3131 ____________________________________________________________________________
3132 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
3133         Log: Let's try the "no Net:: if no Socket" again.
3134      Branch: perl
3135            ! t/lib/1_compile.t
3136 ____________________________________________________________________________
3137 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
3138         Log: Update Changes.
3139      Branch: perl
3140            ! Changes patchlevel.h
3141 ____________________________________________________________________________
3142 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
3143         Log: Oops.
3144      Branch: perl
3145            ! lib/ExtUtils/MM_BeOS.pm
3146 ____________________________________________________________________________
3147 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
3148         Log: EBCDIC tweak.
3149      Branch: perl
3150            ! ext/Digest/MD5/t/utf8.t
3151 ____________________________________________________________________________
3152 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
3153         Log: Update the EBCDIC MD5 checksums, and automate the process.
3154      Branch: perl
3155            ! ext/Digest/MD5/t/files.t
3156 ____________________________________________________________________________
3157 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
3158         Log: The EBCDIC remapping of the low 256 bites again.
3159      Branch: perl
3160            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
3161            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
3162            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
3163 ____________________________________________________________________________
3164 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
3165         Log: NetWare updates from C Aditya.
3166      Branch: perl
3167            ! lib/ExtUtils/MM_NW5.pm makedef.pl
3168 ____________________________________________________________________________
3169 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
3170         Log: DJGPP updates from Laszlo Molnar.
3171      Branch: perl
3172            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
3173 ____________________________________________________________________________
3174 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
3175         Log: Upgrade to Encode 1.68.
3176      Branch: perl
3177            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3178            ! ext/Encode/lib/Encode/Alias.pm
3179            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3180 ____________________________________________________________________________
3181 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
3182         Log: Integrate perlio;
3183              
3184              Several of non-default builds now seem to work reasonably well
3185              English.t seems to fail on an errno test, and socketpair blathers
3186              about something.
3187              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
3188              back door, and instead have perlsdio.h vector stdio via iperlsys.h
3189              function tables (latter was done in earlier change).
3190              Update comments in Makefile.mk 
3191              
3192              Finish off 16350 for non-PERLIO build on linux,
3193              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
3194              for some slots which now perlsdio.h is targeting.
3195              
3196              setbuf / setvbuf are not PerlIO_ concepts
3197              
3198              perl_clone is a threads thing
3199              
3200              Have perlsdio.h use the iperlsys.h aliases and see
3201              if that helps non-PERLIO IMP_SYS on Win32.
3202              (Miniperl okay on linux).
3203              
3204              More layer syms
3205              
3206              Use PerlSIO_fdupopen() if not using PerlIO
3207              
3208              Do not build if not using layers
3209      Branch: perl
3210           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
3211           !> win32/makefile.mk win32/perlhost.h win32/win32.c
3212           !> win32/win32io.c
3213 ____________________________________________________________________________
3214 [ 16367] By: nick                                  on 2002/05/03  07:25:13
3215         Log: Several of non-default builds now seem to work reasonably well
3216              English.t seems to fail on an errno test, and socketpair blathers
3217              about something.
3218              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
3219              back door, and instead have perlsdio.h vector stdio via iperlsys.h
3220              function tables (latter was done in earlier change).
3221              Update comments in Makefile.mk 
3222      Branch: perlio
3223            ! perlio.h win32/makefile.mk win32/win32.c
3224 ____________________________________________________________________________
3225 [ 16366] By: nick                                  on 2002/05/03  07:07:36
3226         Log: Finish off 16350 for non-PERLIO build on linux,
3227              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
3228              for some slots which now perlsdio.h is targeting.
3229      Branch: perlio
3230            ! iperlsys.h
3231 ____________________________________________________________________________
3232 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
3233         Log: If no Socket should not try to test Net::
3234      Branch: perl
3235            ! t/lib/1_compile.t
3236 ____________________________________________________________________________
3237 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
3238         Log: Integrate macperl #16360 and #16363;
3239              
3240              Make op/alarm.t pass
3241              
3242              README.macos update
3243      Branch: perl
3244           !> README.macos t/op/alarm.t
3245 ____________________________________________________________________________
3246 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
3247         Log: README.macos update
3248      Branch: macperl
3249            ! README.macos
3250 ____________________________________________________________________________
3251 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
3252         Log: Config / test updates
3253      Branch: macperl
3254            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3255            ! macos/Makefile.mk
3256 ____________________________________________________________________________
3257 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
3258         Log: Safe signals for Mac OS
3259      Branch: macperl
3260            ! macos/macish.c macos/macish.h
3261 ____________________________________________________________________________
3262 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
3263         Log: Make op/alarm.t pass
3264      Branch: macperl
3265            ! t/op/alarm.t
3266 ____________________________________________________________________________
3267 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
3268         Log: a tweak to change#13584: need to avoid pad-walking during
3269              global destruction
3270      Branch: maint-5.6/perl
3271            ! op.c
3272 ____________________________________________________________________________
3273 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
3274         Log: Forgot the most important part of #16357.
3275      Branch: perl
3276            ! lib/Unicode/Collate.pm
3277 ____________________________________________________________________________
3278 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
3279         Log: Subject: Unicode::Collate 0.11 Released
3280              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3281              Date: Fri, 03 May 2002 03:19:29 +0900
3282              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
3283      Branch: perl
3284            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
3285            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
3286 ____________________________________________________________________________
3287 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
3288         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
3289              From: Andy Dougherty <doughera@lafayette.edu>
3290              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
3291              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
3292      Branch: perl
3293            ! Makefile.SH ext/util/make_ext
3294 ____________________________________________________________________________
3295 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
3296         Log: Integrate #16353 from macperl;
3297              
3298              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
3299              in test 92 of run/fresh_perl.t on MacOS
3300              
3301              (as pudge rightfully points out, this is voodoo
3302              programming at it best, the real bug is somewhere else,
3303              now we just happened to shake the chicken the right way)
3304      Branch: perl
3305           !> lib/utf8_heavy.pl
3306 ____________________________________________________________________________
3307 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
3308         Log: Subject: Re: Encode, charnames and utf8heavy
3309              From: Dan Kogai <dankogai@dan.co.jp>
3310              Date: Thu, 2 May 2002 00:44:30 +0900
3311              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
3312              
3313              (plus a respective perlunicode tweak)
3314      Branch: perl
3315            ! lib/utf8_heavy.pl pod/perlunicode.pod
3316 ____________________________________________________________________________
3317 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
3318         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
3319              in test 92 of run/fresh_perl.t on MacOS
3320      Branch: macperl
3321            ! lib/utf8_heavy.pl
3322 ____________________________________________________________________________
3323 [ 16352] By: nick                                  on 2002/05/02  17:48:31
3324         Log: setbuf / setvbuf are not PerlIO_ concepts
3325      Branch: perlio
3326            ! XSUB.h
3327 ____________________________________________________________________________
3328 [ 16351] By: nick                                  on 2002/05/02  17:12:21
3329         Log: perl_clone is a threads thing
3330      Branch: perlio
3331            ! makedef.pl
3332 ____________________________________________________________________________
3333 [ 16350] By: nick                                  on 2002/05/02  17:09:43
3334         Log: *** EXPERIMENTAL ***
3335              Have perlsdio.h use the iperlsys.h aliases and see
3336              if that helps non-PERLIO IMP_SYS on Win32.
3337              (Miniperl okay on linux).
3338      Branch: perlio
3339            ! iperlsys.h perlsdio.h
3340 ____________________________________________________________________________
3341 [ 16349] By: nick                                  on 2002/05/02  16:10:15
3342         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
3343              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
3344              - use it in perlio.c
3345      Branch: perlio
3346            ! perlio.c win32/perlhost.h win32/win32.c
3347 ____________________________________________________________________________
3348 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
3349         Log: manual integrate of change#16332 from maint-5.6 branch
3350      Branch: perl
3351            ! mg.c perl.c sv.c util.c
3352 ____________________________________________________________________________
3353 [ 16347] By: nick                                  on 2002/05/02  15:19:59
3354         Log: More layer syms
3355      Branch: perlio
3356            ! makedef.pl
3357 ____________________________________________________________________________
3358 [ 16346] By: nick                                  on 2002/05/02  15:19:20
3359         Log: Use PerlSIO_fdupopen() if not using PerlIO
3360      Branch: perlio
3361            ! perlio.c
3362 ____________________________________________________________________________
3363 [ 16345] By: nick                                  on 2002/05/02  15:18:12
3364         Log: Do not build if not using layers
3365      Branch: perlio
3366            ! win32/win32io.c
3367 ____________________________________________________________________________
3368 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
3369         Log: Upgrade to Encode 1.67.
3370      Branch: perl
3371            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3372            ! ext/Encode/lib/Encode/Guess.pm
3373 ____________________________________________________________________________
3374 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
3375         Log: Integrate perlio;
3376              
3377              Remove show-stoppers to non-PERLIO Win32 builds
3378              (still not a very good show).
3379      Branch: perl
3380           !> makedef.pl win32/makefile.mk
3381 ____________________________________________________________________________
3382 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
3383         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
3384              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3385              Date: Thu, 02 May 2002 04:22:02 +0100
3386              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
3387      Branch: perl
3388            ! malloc.c
3389 ____________________________________________________________________________
3390 [ 16341] By: nick                                  on 2002/05/02  12:57:23
3391         Log: Remove show-stoppers to non-PERLIO Win32 builds
3392              (still not a very good show).
3393      Branch: perlio
3394            ! makedef.pl win32/makefile.mk
3395 ____________________________________________________________________________
3396 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
3397         Log: Subject: [PATCH] 1/3rd of utf8
3398              From: Nicholas Clark <nick@unfortu.net>
3399              Date: Wed, 1 May 2002 22:58:42 +0100
3400              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
3401      Branch: perl
3402            ! ext/Storable/t/malice.t
3403 ____________________________________________________________________________
3404 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
3405         Log: Integrate #16334 from maint-5.6;
3406              
3407              don't pad $0 with spaces when setting it, use nulls instead (the
3408              spaces show up as a very long line in a ps listing)
3409      Branch: perl
3410           !> mg.c
3411 ____________________________________________________________________________
3412 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
3413         Log: Integrate perlio;
3414              
3415              Fix the "PerlIO require leak". Snag was that clean_objs
3416              autoloaded DESTROY (needing IO) after known layers had
3417              been freed. Postpone layer list free to PerlIO_cleanup,
3418              rather than PerlIO_destruct. Tweak sequence in perl_destruct
3419              so that sv_undef is immortal till layer list is done with it.
3420      Branch: perl
3421           !> perl.c perlio.c
3422 ____________________________________________________________________________
3423 [ 16337] By: ams                                   on 2002/05/02  08:21:42
3424         Log: Subject: Re: [PATCH] Storable docs
3425              From: Philip Newton <Philip.Newton@gmx.net>
3426              Date: Thu, 02 May 2002 07:58:38 +0200
3427              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
3428              (Applied mostly with tweaks by hand.)
3429      Branch: perl
3430            ! ext/Storable/Storable.pm
3431 ____________________________________________________________________________
3432 [ 16336] By: nick                                  on 2002/05/02  07:59:16
3433         Log: Integrate mainline
3434      Branch: perlio
3435           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
3436           +> ext/Digest/MD5/t/utf8.t
3437            - ext/Digest/MD5/t/aaa.t
3438           !> Configure MANIFEST Makefile.SH config_h.SH
3439           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3440           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
3441           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
3442           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
3443           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
3444           !> lib/Thread.pm util.c
3445 ____________________________________________________________________________
3446 [ 16335] By: nick                                  on 2002/05/02  07:54:51
3447         Log: Fix the "PerlIO require leak". Snag was that clean_objs
3448              autoloaded DESTROY (needing IO) after known layers had
3449              been freed. Postpone layer list free to PerlIO_cleanup,
3450              rather than PerlIO_destruct. Tweak sequence in perl_destruct
3451              so that sv_undef is immortal till layer list is done with it.
3452      Branch: perlio
3453            ! perl.c perlio.c
3454 ____________________________________________________________________________
3455 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
3456         Log: don't pad $0 with spaces when setting it, use nulls instead (the
3457              spaces show up as a very long line in a ps listing)
3458      Branch: maint-5.6/perl
3459            ! mg.c
3460 ____________________________________________________________________________
3461 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
3462         Log: fix yet more race conditions related to fdopen() and dup2():
3463              
3464              fclose() is not thread-safe when two FILE* structures point
3465              to the same underlying fd, as it happens in perl's socket
3466              handles; need to invalidate the fileno slot of one of the
3467              FILE* structures, but unfortunately stdio has no interface
3468              to do this; we can do little else but fiddle with the
3469              FILE* structure directly (yuck! hope this could be done better
3470              under native PerlIO in 5.8)
3471      Branch: maint-5.6/perl
3472            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
3473 ____________________________________________________________________________
3474 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
3475         Log: isolate all environ diddling to the initial interpreter; any
3476              additional interpreters created after the first one cannot
3477              propagate %ENV changes down to the real environment; this
3478              should fix %ENV related races (e.g. multiple threads attempting
3479              to free() environ entries when they run C<%ENV = ()>)
3480      Branch: maint-5.6/perl
3481            ! mg.c perl.c sv.c util.c
3482 ____________________________________________________________________________
3483 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
3484         Log: fix race condition in my_popen(): parent may dup2() into an fd
3485              that got opened by another thread because it closes it
3486              beforehand; instead, let the dup2() itself close the fd
3487      Branch: maint-5.6/perl
3488            ! util.c
3489 ____________________________________________________________________________
3490 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
3491         Log: pipe() IO structures were not fully initialized
3492      Branch: maint-5.6/perl
3493            ! doio.c pp_sys.c
3494 ____________________________________________________________________________
3495 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
3496         Log: fix handle leak in my_popen() if the fork() fails
3497      Branch: maint-5.6/perl
3498            ! util.c
3499 ____________________________________________________________________________
3500 [ 16328] By: nick                                  on 2002/05/02  06:08:22
3501         Log: Integrate mainline
3502      Branch: perlio
3503           +> ext/threads/shared/semaphore.pm
3504           +> ext/threads/shared/t/semaphore.t
3505           !> MANIFEST ext/threads/shared/Makefile.PL
3506           !> ext/threads/shared/t/queue.t
3507 ____________________________________________________________________________
3508 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
3509         Log: Cleanup threads dirs.
3510      Branch: perl
3511            ! Makefile.SH
3512 ____________________________________________________________________________
3513 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
3514         Log: Add the new Digest::MD5 test.
3515      Branch: perl
3516            + ext/Digest/MD5/t/utf8.t
3517            ! MANIFEST
3518 ____________________________________________________________________________
3519 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
3520         Log: New try at the Class::DBI core dump at global cleanup.
3521      Branch: perl
3522            ! gv.h util.c
3523 ____________________________________________________________________________
3524 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
3525         Log: Upgrade to Digest::MD5 2.19.
3526      Branch: perl
3527            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3528            ! ext/Digest/MD5/t/files.t
3529 ____________________________________________________________________________
3530 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
3531         Log: Ooops.  Not everybody does threads.
3532      Branch: perl
3533            ! ext/threads/shared/t/semaphore.t
3534 ____________________________________________________________________________
3535 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
3536         Log: Fix files.t for blead.
3537      Branch: perl
3538            + ext/Digest/MD5/README
3539            ! MANIFEST ext/Digest/MD5/t/files.t
3540 ____________________________________________________________________________
3541 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
3542         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
3543              work yet with blead, my bad.
3544      Branch: perl
3545            + ext/Digest/MD5/t/md5-aaa.t
3546            - ext/Digest/MD5/t/aaa.t
3547            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3548            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
3549            ! ext/Digest/MD5/t/files.t
3550 ____________________________________________________________________________
3551 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
3552         Log: metaconfig unit change for #16319.
3553      Branch: metaconfig/U/perl
3554            ! d_u32align.U
3555 ____________________________________________________________________________
3556 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
3557         Log: Somebody might be compiling a newer Digest::MD5.
3558      Branch: perl
3559            ! Configure config_h.SH
3560 ____________________________________________________________________________
3561 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
3562         Log: Until Arthur fills in semaphore.t.
3563      Branch: perl
3564            ! ext/threads/shared/Makefile.PL
3565            ! ext/threads/shared/t/semaphore.t
3566 ____________________________________________________________________________
3567 [ 16317] By: sky                                   on 2002/05/01  19:36:33
3568         Log: Fix emulation case when loading both Thread and threads::shared
3569              would get awkward.
3570      Branch: perl
3571            ! lib/Thread.pm
3572 ____________________________________________________________________________
3573 [ 16316] By: ams                                   on 2002/05/01  19:35:25
3574         Log: Subject: [PATCH] Storable docs
3575              From: Nicholas Clark <nick@unfortu.net>
3576              Date: Wed, 1 May 2002 20:44:42 +0100
3577              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
3578      Branch: perl
3579            ! ext/Storable/Storable.pm
3580 ____________________________________________________________________________
3581 [ 16315] By: sky                                   on 2002/05/01  19:15:46
3582         Log: Now passes old test case.
3583      Branch: perl
3584            ! ext/threads/shared/semaphore.pm
3585 ____________________________________________________________________________
3586 [ 16314] By: sky                                   on 2002/05/01  19:15:26
3587         Log: Cleanup memory a bit better in some cases.
3588      Branch: perl
3589            ! ext/threads/threads.xs
3590 ____________________________________________________________________________
3591 [ 16313] By: nick                                  on 2002/05/01  18:38:03
3592         Log: Integrate mainline
3593      Branch: perlio
3594           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
3595           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
3596           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
3597           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
3598           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
3599           !> pod/perl.pod pod/perlthrtut.pod toke.c
3600           !> vms/descrip_mms.template vms/perlvms.pod
3601 ____________________________________________________________________________
3602 [ 16312] By: sky                                   on 2002/05/01  18:12:37
3603         Log: Don't forget to add it to the MANIFEST
3604      Branch: perl
3605            + ext/threads/shared/t/semaphore.t
3606            ! MANIFEST
3607 ____________________________________________________________________________
3608 [ 16311] By: sky                                   on 2002/05/01  17:54:19
3609         Log: Add semaphore.pm
3610      Branch: perl
3611            + ext/threads/shared/semaphore.pm
3612 ____________________________________________________________________________
3613 [ 16310] By: sky                                   on 2002/05/01  17:13:57
3614         Log: Fix makefile to put queue.pm correctly, update test script.
3615      Branch: perl
3616            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
3617 ____________________________________________________________________________
3618 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
3619         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
3620              From: Dan Kogai <dankogai@dan.co.jp>
3621              Date: Thu, 2 May 2002 00:14:41 +0900
3622              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
3623      Branch: perl
3624            ! ext/PerlIO/t/fallback.t
3625 ____________________________________________________________________________
3626 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
3627         Log: Encode tweak from Dan Kogai.
3628      Branch: perl
3629            ! ext/Encode/Encode.xs
3630 ____________________________________________________________________________
3631 [ 16307] By: sky                                   on 2002/05/01  13:40:58
3632         Log: Flush directly to avoid erros when running from test harness
3633      Branch: perl
3634            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
3635 ____________________________________________________________________________
3636 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
3637         Log: Update Changes.
3638      Branch: perl
3639            ! Changes patchlevel.h
3640 ____________________________________________________________________________
3641 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
3642         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
3643              From: PPrymmer@factset.com
3644              Date: Wed, 1 May 2002 10:12:53 -0400
3645              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
3646      Branch: perl
3647            ! lib/User/pwent.t
3648 ____________________________________________________________________________
3649 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
3650         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
3651              From: PPrymmer@factset.com
3652              Date: Wed, 1 May 2002 09:54:51 -0400
3653              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
3654      Branch: perl
3655            ! vms/descrip_mms.template
3656 ____________________________________________________________________________
3657 [ 16303] By: sky                                   on 2002/05/01  13:00:57
3658         Log: First attempt at updating perlthrtut for ithreaded threads.pm
3659      Branch: perl
3660            ! pod/perlthrtut.pod
3661 ____________________________________________________________________________
3662 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
3663         Log: Provide the \N{U+HHHH} syntax before we forget.
3664      Branch: perl
3665            ! lib/charnames.pm lib/charnames.t toke.c
3666 ____________________________________________________________________________
3667 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
3668         Log: Subject: Copy-and-Pasto in perl.pod     
3669              From: lupe@lupe-christoph.de (Lupe Christoph)    
3670              Date: Wed, 1 May 2002 13:31:47 +0200
3671              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
3672      Branch: perl
3673            ! pod/perl.pod
3674 ____________________________________________________________________________
3675 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
3676         Log: Upgrade to Encode 1.66.
3677      Branch: perl
3678            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3679            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
3680 ____________________________________________________________________________
3681 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
3682         Log: Integrate perlio; symbol cleanups.
3683      Branch: perl
3684           !> global.sym makedef.pl
3685 ____________________________________________________________________________
3686 [ 16298] By: ams                                   on 2002/05/01  09:42:27
3687         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
3688              From: Philip Newton <Philip.Newton@gmx.net>
3689              Date: Wed, 01 May 2002 12:41:10 +0200
3690              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
3691      Branch: perl
3692            ! vms/perlvms.pod
3693 ____________________________________________________________________________
3694 [ 16297] By: nick                                  on 2002/05/01  06:50:24
3695         Log: Remove "spurious" (and unnecessary) variables from layer_syms
3696              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
3697      Branch: perlio
3698            ! makedef.pl
3699 ____________________________________________________________________________
3700 [ 16296] By: nick                                  on 2002/05/01  06:21:28
3701         Log: perl embed.pl to update global.sym
3702      Branch: perlio
3703            ! global.sym
3704 ____________________________________________________________________________
3705 [ 16295] By: nick                                  on 2002/05/01  06:16:18
3706         Log: Raw integrate of mainline (global.sym wrong on Win32)
3707      Branch: perlio
3708           +> t/comp/hints.t
3709           !> (integrate 45 files)
3710 ____________________________________________________________________________
3711 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
3712         Log: metaconfig unit change for #16293.
3713      Branch: metaconfig/U/perl
3714            ! bincompat5005.U
3715 ____________________________________________________________________________
3716 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
3717         Log: Try #2 of getting rid of bincompat5005.
3718      Branch: perl
3719            ! Configure NetWare/config_H.wc Porting/Glossary
3720            ! Porting/config.sh Porting/config_H config_h.SH embed.h
3721            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
3722            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
3723            ! wince/config.h wince/config_H.ce
3724 ____________________________________________________________________________
3725 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
3726         Log: metaconfig unit changes for #16291.
3727      Branch: metaconfig
3728            ! U/installdirs/inc_version_list.U
3729      Branch: metaconfig/U/perl
3730            ! bincompat5005.U xs_apiversion.U
3731 ____________________________________________________________________________
3732 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
3733         Log: No bincompat5005.
3734      Branch: perl
3735            ! Configure INSTALL NetWare/config.wc Porting/Glossary
3736            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
3737            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
3738            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
3739            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
3740            ! win32/config.bc win32/config.gc win32/config.vc
3741            ! win32/config.vc64 wince/config.ce
3742 ____________________________________________________________________________
3743 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
3744         Log: Remove sv_setpviv{_,mg}; regen perlapi.
3745      Branch: perl
3746            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
3747 ____________________________________________________________________________
3748 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
3749         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
3750              From: Dave Mitchell <davem@fdgroup.com>
3751              Date: Tue, 30 Apr 2002 23:55:43 +0100
3752              Message-ID: <20020430235543.A27796@fdgroup.com>
3753      Branch: perl
3754            ! sv.c
3755 ____________________________________________________________________________
3756 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
3757         Log: Update to Getopt::Long 2.30.
3758      Branch: perl
3759            ! lib/Getopt/Long.pm
3760 ____________________________________________________________________________
3761 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
3762         Log: Integrate perlio;
3763              
3764              Attempt at sanity in PerlIO/makedef.pl world:
3765              1. Add comments to what each clump of symbols is for
3766              2. Explicitly export layer syms like I thought they were
3767              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
3768              section.
3769              4. Re-sort perlio.sym
3770      Branch: perl
3771           !> makedef.pl perlio.sym
3772 ____________________________________________________________________________
3773 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
3774         Log: Fix bug id 20020427.004 on %^H.
3775              Add a regression test for %^H.
3776              Change the sort pragma implementation to use a
3777              global variable instead of %^H.
3778      Branch: perl
3779            + t/comp/hints.t
3780            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
3781 ____________________________________________________________________________
3782 [ 16285] By: nick                                  on 2002/04/30  19:00:03
3783         Log: Attempt at sanity in PerlIO/makedef.pl world:
3784              1. Add comments to what each clump of symbols is for
3785              2. Explicitly export layer syms like I thought they were
3786              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
3787              section.
3788              4. Re-sort perlio.sym
3789      Branch: perlio
3790            ! makedef.pl perlio.sym
3791 ____________________________________________________________________________
3792 [ 16284] By: nick                                  on 2002/04/30  18:10:23
3793         Log: Rest of integrate
3794      Branch: perlio
3795           +> lib/ExtUtils/MM_MacOS.pm
3796           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3797           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
3798           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
3799           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
3800           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3801           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
3802           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
3803           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
3804           !> lib/Test/Harness/t/strap-analyze.t
3805           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
3806           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
3807 ____________________________________________________________________________
3808 [ 16283] By: nick                                  on 2002/04/30  17:53:37
3809         Log: Integrate mailine makedef.pl so I can look at it
3810      Branch: perlio
3811           !> makedef.pl
3812 ____________________________________________________________________________
3813 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
3814         Log: Upgrade to Encode 1.65.
3815      Branch: perl
3816            ! ext/Encode/Changes ext/Encode/Encode.pm
3817            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
3818            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
3819 ____________________________________________________________________________
3820 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
3821         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
3822      Branch: perl
3823            ! makedef.pl
3824 ____________________________________________________________________________
3825 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
3826         Log: NetWare: disable DEBUG/ASSERT for now.
3827      Branch: perl
3828            ! ext/Storable/Storable.xs
3829 ____________________________________________________________________________
3830 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
3831         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
3832              From: Michael G Schwern <schwern@pobox.com>
3833              Date: Tue, 30 Apr 2002 01:05:41 -0400
3834              Message-ID: <20020430050541.GL756@blackrider>
3835      Branch: perl
3836            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
3837            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3838            ! lib/Test/Harness/t/test-harness.t
3839 ____________________________________________________________________________
3840 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
3841         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
3842              From: Michael G Schwern <schwern@pobox.com>
3843              Date: Tue, 30 Apr 2002 00:24:59 -0400
3844              Message-ID: <20020430042459.GJ756@blackrider>
3845      Branch: perl
3846            + lib/ExtUtils/MM_MacOS.pm
3847            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
3848            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3849            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3850 ____________________________________________________________________________
3851 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
3852         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
3853              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
3854      Branch: perl
3855            ! util.c
3856 ____________________________________________________________________________
3857 [ 16276] By: ams                                   on 2002/04/30  08:42:32
3858         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
3859              From: "Craig A. Berry" <craigberry@mac.com>
3860              Date: Mon, 29 Apr 2002 23:37:06 -0500
3861              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
3862      Branch: perl
3863            ! t/pod/testp2pt.pl
3864 ____________________________________________________________________________
3865 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
3866         Log: Regen toc.
3867      Branch: perl
3868            ! pod/perltoc.pod
3869 ____________________________________________________________________________
3870 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
3871         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
3872              From: PPrymmer@factset.com
3873              Date: Mon, 29 Apr 2002 17:58:06 -0400
3874              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
3875      Branch: perl
3876            ! vms/perlvms.pod
3877 ____________________________________________________________________________
3878 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
3879         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
3880              from Todd Miller.
3881      Branch: perl
3882            ! hints/openbsd.sh
3883 ____________________________________________________________________________
3884 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
3885         Log: Integrate perlio;
3886              
3887              Adding Encode::* to .pm creates stash at compile time
3888              which means we need a stronger check on Encode at boot time.
3889      Branch: perl
3890           !> ext/PerlIO/encoding/encoding.pm
3891           !> ext/PerlIO/encoding/encoding.xs
3892 ____________________________________________________________________________
3893 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
3894         Log: OpenBSD hints update from Todd Miller.
3895              
3896              - old versions of OpenBSD don't have 'arch -s'
3897              - OpenBSD 3.1 and higher don't use libdl but users may have
3898              and old libdl on the system so we need to avoid using it.
3899      Branch: perl
3900            ! hints/openbsd.sh
3901 ____________________________________________________________________________
3902 [ 16270] By: nick                                  on 2002/04/29  17:33:38
3903         Log: Adding Encode::* to .pm creates stash at compile time
3904              which means we need a stronger check on Encode at boot time.
3905      Branch: perlio
3906            ! ext/PerlIO/encoding/encoding.pm
3907            ! ext/PerlIO/encoding/encoding.xs
3908 ____________________________________________________________________________
3909 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
3910         Log: Detypo by Ronald Kimball.
3911      Branch: perl
3912            ! pod/perlport.pod
3913 ____________________________________________________________________________
3914 [ 16268] By: nick                                  on 2002/04/29  15:47:00
3915         Log: Integrate mainline
3916      Branch: perlio
3917           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
3918           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
3919           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
3920           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
3921           !> pod/perlfaq2.pod pod/perlfaq3.pod
3922 ____________________________________________________________________________
3923 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
3924         Log: Update Changes.
3925      Branch: perl
3926            ! Changes patchlevel.h
3927 ____________________________________________________________________________
3928 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
3929         Log: MM_NW5 update from C Aditya.
3930      Branch: perl
3931            ! lib/ExtUtils/MM_NW5.pm
3932 ____________________________________________________________________________
3933 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
3934         Log: FAQ sync.
3935      Branch: perl
3936            ! pod/perlfaq2.pod pod/perlfaq3.pod
3937 ____________________________________________________________________________
3938 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
3939         Log: NetBSD hints rewrite from Johnny Lam.
3940      Branch: perl
3941            ! hints/netbsd.sh
3942 ____________________________________________________________________________
3943 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
3944         Log: Upgrade to Encode 1.64.
3945      Branch: perl
3946            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3947            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
3948 ____________________________________________________________________________
3949 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
3950         Log: Subject: [Unicode::Normalize] mkheader tweak
3951              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3952              Date: Mon, 29 Apr 2002 12:58:01 +0900
3953              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
3954      Branch: perl
3955            ! ext/Unicode/Normalize/mkheader
3956 ____________________________________________________________________________
3957 [ 16261] By: nick                                  on 2002/04/29  06:29:48
3958         Log: Integrate mainline
3959      Branch: perlio
3960            - macos/MacPerlTests.cmd macos/xsubpp.patch
3961           !> (integrate 40 files)
3962 ____________________________________________________________________________
3963 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
3964         Log: Upgrade to Unicode::Normalize 0.76,
3965              from SADAHIRO Tomoyuki.
3966      Branch: perl
3967            ! ext/Unicode/Normalize/Changes
3968            ! ext/Unicode/Normalize/Normalize.pm
3969            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3970            ! ext/Unicode/Normalize/t/func.t
3971 ____________________________________________________________________________
3972 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
3973         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
3974              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3975              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
3976              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
3977      Branch: perl
3978            ! pod/perlport.pod
3979 ____________________________________________________________________________
3980 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
3981         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
3982              the basic and list tests started hanging).
3983      Branch: perl
3984            ! ext/threads/t/basic.t ext/threads/t/list.t
3985            ! ext/threads/t/thread.t
3986 ____________________________________________________________________________
3987 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
3988         Log: Integrate #16254 from macperl;
3989              
3990              Fix most tests on MacOS (not yet ext/ or /lib)
3991      Branch: perl
3992           !> (integrate 30 files)
3993 ____________________________________________________________________________
3994 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
3995         Log: As requested by pudge.
3996      Branch: perl
3997            - macos/MacPerlTests.cmd macos/xsubpp.patch
3998            ! MANIFEST
3999 ____________________________________________________________________________
4000 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
4001         Log: Integrate perl
4002      Branch: macperl
4003           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
4004           +> wince/cecopy-lib.pl wince/comp.pl
4005           !> (integrate 38 files)
4006 ____________________________________________________________________________
4007 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
4008         Log: Fix most tests on MacOS (not yet ext/ or /lib)
4009      Branch: macperl
4010            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
4011            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
4012            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
4013            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
4014            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
4015            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
4016            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
4017            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
4018 ____________________________________________________________________________
4019 [ 16253] By: nick                                  on 2002/04/28  19:10:50
4020         Log: Integrate mainline
4021      Branch: perlio
4022           +> wince/cecopy-lib.pl wince/comp.pl
4023           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
4024           !> ext/threads/t/basic.t ext/threads/t/list.t
4025           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
4026           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
4027           !> wince/win32.h wince/wince.c
4028 ____________________________________________________________________________
4029 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
4030         Log: More configuration/build changes
4031      Branch: macperl
4032            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4033            ! macos/Makefile.mk macos/config.h macos/config.sh
4034            ! macos/macish.h
4035 ____________________________________________________________________________
4036 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
4037         Log: Subject: WinCE many fixes
4038              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4039              Date: Sun, 28 Apr 2002 21:54:31 +0400
4040              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
4041      Branch: perl
4042            + wince/cecopy-lib.pl wince/comp.pl
4043            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
4044            ! wince/config_h.PL wince/perldll.def wince/win32.h
4045            ! wince/wince.c
4046 ____________________________________________________________________________
4047 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
4048         Log: Retract the cond.t part of #16249 since the nature
4049              of the test changed.
4050      Branch: perl
4051            ! ext/threads/shared/t/cond.t
4052 ____________________________________________________________________________
4053 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
4054         Log: (retracted by #16258)
4055              
4056              Fix thread tests not to depend on sleep() as
4057              a scheduling aid.  In two tests (basic and list)
4058              I had to change from sleep() hack to another hack...
4059              basically, using the filesystem as a semaphore.
4060              The assumption made is that rmdir() is atomic.
4061              (The sleep() scheduling assumption broke with the
4062              GNU pth in NetBSD.)
4063              
4064              (the cond.t part retracted by #16250)
4065      Branch: perl
4066            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
4067            ! ext/threads/t/list.t ext/threads/t/thread.t
4068 ____________________________________________________________________________
4069 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
4070         Log: Be tidy.
4071      Branch: perl
4072            ! ext/PerlIO/t/fallback.t
4073 ____________________________________________________________________________
4074 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
4075         Log: Integrate perlio;
4076              
4077              Builds under -Uuseperlio
4078              Uses PUSHSTACK/POPSTACK in :encoding and :Via
4079              
4080              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
4081              as gate on layer tests which fail on -Dusesfio
4082              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
4083              
4084              Have :encoding() default to perlqq style fallbacks.
4085              Add test for that.
4086      Branch: perl
4087           +> ext/PerlIO/t/fallback.t
4088           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
4089           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
4090           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
4091           !> t/io/binmode.t t/io/crlf.t
4092 ____________________________________________________________________________
4093 [ 16246] By: nick                                  on 2002/04/28  10:08:05
4094         Log: Have :encoding() default to perlqq style fallbacks.
4095              Add test for that.
4096      Branch: perlio
4097            + ext/PerlIO/t/fallback.t
4098            ! MANIFEST ext/PerlIO/encoding/encoding.pm
4099            ! ext/PerlIO/encoding/encoding.xs
4100 ____________________________________________________________________________
4101 [ 16245] By: nick                                  on 2002/04/28  08:57:54
4102         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
4103              as gate on layer tests which fail on -Dusesfio
4104              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
4105      Branch: perlio
4106            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
4107            ! t/io/crlf.t
4108 ____________________________________________________________________________
4109 [ 16244] By: nick                                  on 2002/04/28  08:22:07
4110         Log: Builds under -Uuseperlio
4111              Uses PUSHSTACK/POPSTACK in :encoding and :Via
4112      Branch: perlio
4113            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
4114 ____________________________________________________________________________
4115 [ 16243] By: nick                                  on 2002/04/28  07:19:01
4116         Log: Integrate mainline
4117      Branch: perlio
4118           +> ext/threads/t/list.t
4119           !> (integrate 40 files)
4120 ____________________________________________________________________________
4121 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
4122         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
4123      Branch: perl
4124            ! hints/netbsd.sh
4125 ____________________________________________________________________________
4126 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
4127         Log: Plan better.
4128      Branch: perl
4129            ! t/io/fs.t
4130 ____________________________________________________________________________
4131 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
4132         Log: No trunc worries.
4133      Branch: perl
4134            ! pod/perldelta.pod
4135 ____________________________________________________________________________
4136 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
4137         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
4138              From: Michael G Schwern <schwern@pobox.com>
4139              Date: Sat, 27 Apr 2002 23:20:19 -0400
4140              Message-ID: <20020428032019.GF1821@blackrider>
4141      Branch: perl
4142            ! pod/perlfunc.pod t/io/fs.t
4143 ____________________________________________________________________________
4144 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
4145         Log: More valgrind findings: e.g. t/op/utfhash.t.
4146      Branch: perl
4147            ! hv.c
4148 ____________________________________________________________________________
4149 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
4150         Log: Unused variables now that "did you use incorrect case" is gone;
4151              and valgrind claims that the savepvn() in utilize() leaks in e.g.
4152              lib/blib.t.
4153      Branch: perl
4154            ! op.c
4155 ____________________________________________________________________________
4156 [ 16236] By: sky                                   on 2002/04/28  00:15:45
4157         Log: Added test cases and fixed some obvious things.
4158      Branch: perl
4159            + ext/threads/t/list.t
4160            ! MANIFEST ext/threads/threads.xs
4161 ____________________________________________________________________________
4162 [ 16235] By: sky                                   on 2002/04/27  23:50:11
4163         Log: Removed last traces of autodetach.
4164              Added list() methid.
4165              Changed documentation.
4166      Branch: perl
4167            ! ext/threads/threads.pm ext/threads/threads.xs
4168 ____________________________________________________________________________
4169 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
4170         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
4171              From: Jerrad Pierce <belg4mit@MIT.EDU>
4172              Date: Sat, 27 Apr 2002 19:14:17 -0400
4173              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
4174      Branch: perl
4175            ! lib/FileCache.pm
4176 ____________________________________________________________________________
4177 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
4178         Log: More NetBSD patches from Johnny Lam.
4179              
4180              Remove the need for a $prefix setting that was added in the
4181              previous patch I sent.     Also add the proper rpath options
4182              to the linker flags depending on whether we're on a ELF or
4183              a.out platform.     These were tested both in a non-pkgsrc and
4184              pkgsrc build.
4185              
4186              Append to $libs instead of overwriting its value.  This was
4187              causing $(LDLOADLIBS) to not get added to the dynamic_libs
4188              link command on NetBSD systems and was the cause of the GDBM
4189              problems reported.  Also use '$(LDLOADLIBS)' instead of
4190              expanding its value so that it is more easily overridden in
4191              the Makefile by "make all LDLOADLIBS=...".
4192              
4193              Remove "-L/usr/local/lib" because the location of libgdbm.so
4194              is already added during the Configure process, and this
4195              spurious addition may cause the wrong libgdbm.so to be linked
4196              against as a result.
4197      Branch: perl
4198            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
4199            ! lib/ExtUtils/MM_Unix.pm
4200 ____________________________________________________________________________
4201 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
4202         Log: More VC5-induced casting found by Nikola Knezevic.
4203      Branch: perl
4204            ! av.c hv.c mg.c sv.c
4205 ____________________________________________________________________________
4206 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
4207         Log: More U32 regflags.
4208      Branch: perl
4209            ! op.h regcomp.c thrdvar.h
4210 ____________________________________________________________________________
4211 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
4212         Log: Integrate from bleadperl
4213      Branch: macperl
4214           +> ext/Encode/lib/Encode/Guess.pm
4215           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4216           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
4217           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
4218           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
4219           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
4220           +> lib/ExtUtils/t/zz_cleanup_dummy.t
4221           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
4222           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
4223           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
4224           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
4225            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4226            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4227            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4228            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4229            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4230            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4231            - t/op/system_tests
4232           !> (integrate 133 files)
4233 ____________________________________________________________________________
4234 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
4235         Log: Retract #16195 since it seems to be unnecessary.
4236      Branch: perl
4237            ! lib/ExtUtils/MM_Unix.pm
4238 ____________________________________________________________________________
4239 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
4240         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
4241              From: "Craig A. Berry" <craigberry@mac.com>
4242              Date: Sat, 27 Apr 2002 15:11:31 -0500
4243              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
4244      Branch: perl
4245            ! vms/descrip_mms.template
4246 ____________________________________________________________________________
4247 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
4248         Log: Some more known open() modes.
4249      Branch: perl
4250            ! pod/perldiag.pod
4251 ____________________________________________________________________________
4252 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
4253         Log: Upgrade to Encode 1.63.
4254      Branch: perl
4255            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4256            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
4257            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
4258            ! ext/Encode/lib/Encode/Encoding.pm
4259            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
4260            ! ext/Encode/lib/Encode/JP/JIS7.pm
4261            ! ext/Encode/lib/Encode/KR/2022_KR.pm
4262            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4263 ____________________________________________________________________________
4264 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
4265         Log: Update Changes.
4266      Branch: perl
4267            ! Changes patchlevel.h
4268 ____________________________________________________________________________
4269 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
4270         Log: Integrate perlio;
4271              
4272              Correct which var is nulled, stack movement protection.
4273      Branch: perl
4274           !> ext/PerlIO/encoding/encoding.xs
4275 ____________________________________________________________________________
4276 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
4277         Log: Subject: PATCH t/TEST
4278              From: Mark-Jason Dominus <mjd@plover.com>
4279              Date: Sat, 27 Apr 2002 14:06:56 -0400
4280              Message-ID: <20020427180656.5422.qmail@plover.com>
4281      Branch: perl
4282            ! t/TEST
4283 ____________________________________________________________________________
4284 [ 16222] By: sky                                   on 2002/04/27  17:00:29
4285         Log: Ahem, look another way.
4286      Branch: perl
4287            ! ext/threads/shared/t/queue.t
4288 ____________________________________________________________________________
4289 [ 16221] By: nick                                  on 2002/04/27  16:34:48
4290         Log: Correct which var is nulled, stack movement protection.
4291      Branch: perlio
4292            ! ext/PerlIO/encoding/encoding.xs
4293 ____________________________________________________________________________
4294 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
4295         Log: Integrate perlio;
4296              
4297              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
4298              - if encoding loads Encode then stack grows.
4299              - pp_binmode was not allowing for that to happen
4300              - added PUTBACK/SPAGAIN.
4301      Branch: perl
4302           !> pp_sys.c
4303 ____________________________________________________________________________
4304 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
4305         Log: First half of NetBSD patch-ai, from Johnny Lam:
4306              
4307              The first part removes "installman" and "installhtml" from the
4308              .PHONY target, which was causing problems during installation.
4309              
4310              (the installman and installhtml are not phony targets,
4311              they are real files)
4312      Branch: perl
4313            ! Makefile.SH
4314 ____________________________________________________________________________
4315 [ 16218] By: nick                                  on 2002/04/27  16:22:40
4316         Log: Integrate mainline
4317      Branch: perlio
4318           +> ext/threads/shared/t/cond.t
4319           !> MANIFEST ext/threads/shared/shared.xs
4320           !> ext/threads/shared/t/queue.t
4321 ____________________________________________________________________________
4322 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
4323         Log: NetBSD patch-ab from Johnny Lam:
4324              
4325              Some tweaks to the NetBSD hints file to make the Configure
4326              process more useful when not building from pkgsrc.  This file
4327              will definitely need to change again when the 1.6 release of
4328              NetBSD comes out, but I'll handle the changes at the later
4329              date.
4330      Branch: perl
4331            ! hints/netbsd.sh
4332 ____________________________________________________________________________
4333 [ 16216] By: nick                                  on 2002/04/27  16:19:21
4334         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
4335              - if encoding loads Encode then stack grows.
4336              - pp_binmode was not allowing for that to happen
4337              - added PUTBACK/SPAGAIN.
4338      Branch: perlio
4339            ! pp_sys.c
4340 ____________________________________________________________________________
4341 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
4342         Log: Integrate perlio;
4343              
4344              Fix fd leak on Via(bogus).
4345              Finish implementing PerlIOVia_open().
4346              Export more guts of PerlIO_* so Via_open() can work.
4347              Fix various PerlIO_allocate() features exposed by above.
4348              
4349              Re-instate $PerlIO::encoding::check at boot.
4350              (Retaining Dan's XS side require though I don't see need.)
4351      Branch: perl
4352           !> embed.fnc ext/PerlIO/Via/Via.xs
4353           !> ext/PerlIO/encoding/encoding.pm
4354           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
4355           !> perlio.c perlio.h perliol.h
4356 ____________________________________________________________________________
4357 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
4358         Log: Upgrade to Encode 1.62.
4359      Branch: perl
4360            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4361 ____________________________________________________________________________
4362 [ 16213] By: ams                                   on 2002/04/27  15:38:50
4363         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
4364              From: Philip Newton <Philip.Newton@gmx.net>
4365              Date: Sat, 27 Apr 2002 08:51:30 +0200
4366              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
4367              
4368              Subject: Re: Change 16183: Stop being coy.
4369              From: Philip Newton <Philip.Newton@gmx.net>
4370              Date: Sat, 27 Apr 2002 08:52:13 +0200
4371              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
4372      Branch: perl
4373            ! INSTALL pod/perldelta.pod
4374 ____________________________________________________________________________
4375 [ 16212] By: sky                                   on 2002/04/27  13:54:46
4376         Log: Add test numbers to make "make test" happy. Order is irrelevant
4377              but number of oks is not.
4378      Branch: perl
4379            ! ext/threads/shared/t/queue.t
4380 ____________________________________________________________________________
4381 [ 16211] By: nick                                  on 2002/04/27  13:29:55
4382         Log: Re-instate $PerlIO::encoding::check at boot.
4383              (Retaining Dan's XS side require though I don't see need.)
4384      Branch: perlio
4385            ! ext/PerlIO/encoding/encoding.pm
4386            ! ext/PerlIO/encoding/encoding.xs
4387 ____________________________________________________________________________
4388 [ 16210] By: sky                                   on 2002/04/27  12:56:44
4389         Log: Fixed race condtions and deadlocks in interaction with 
4390              cond_wait/cond_signal and lock.
4391              Now we wait for a lock to gie up if we return from COND_WAIT
4392              and we are still locked. We also notifiers potential 
4393              lockers that it is free for locking when we go into COND_WAIT.
4394      Branch: perl
4395            + ext/threads/shared/t/cond.t
4396            ! MANIFEST ext/threads/shared/shared.xs
4397            ! ext/threads/shared/t/queue.t
4398 ____________________________________________________________________________
4399 [ 16209] By: nick                                  on 2002/04/27  12:32:41
4400         Log: Integrate mainline
4401      Branch: perlio
4402           +> t/win32/system_tests
4403            - t/op/system_tests
4404           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
4405           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
4406           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
4407           !> t/lib/warnings/pp_hot t/win32/system.t
4408 ____________________________________________________________________________
4409 [ 16208] By: sky                                   on 2002/04/27  11:46:53
4410         Log: Saving locks after we set it to 0 was kind of pointless.
4411              Hunting down fixes in cond_* functions.
4412      Branch: perl
4413            ! ext/threads/shared/shared.xs
4414 ____________________________________________________________________________
4415 [ 16207] By: nick                                  on 2002/04/27  10:12:00
4416         Log: Fix fd leak on Via(bogus).
4417              Finish implementing PerlIOVia_open().
4418              Export more guts of PerlIO_* so Via_open() can work.
4419              Fix various PerlIO_allocate() features exposed by above.
4420      Branch: perlio
4421            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
4422            ! perlio.h perliol.h
4423 ____________________________________________________________________________
4424 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
4425         Log: NetBSD and OpenBSD cannot do comments at #! line
4426              (or long #! lines?)
4427      Branch: perl
4428            ! t/japh/abigail.t
4429 ____________________________________________________________________________
4430 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
4431         Log: Add taint rethink to the todo list.
4432      Branch: perl
4433            ! pod/perltodo.pod
4434 ____________________________________________________________________________
4435 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
4436         Log: Integrate changes #16199 and #16201 from macperl;
4437              
4438              Time::Local compatibility patches, from Graham
4439              
4440              MacPerl require() portability patches
4441      Branch: perl
4442           !> lib/Time/Local.pm pp_ctl.c
4443 ____________________________________________________________________________
4444 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
4445         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
4446              From: Nicholas Clark <nick@unfortu.net>
4447              Date: Fri, 26 Apr 2002 23:27:23 +0100
4448              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
4449      Branch: perl
4450            ! t/lib/warnings/pp_hot
4451 ____________________________________________________________________________
4452 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
4453         Log: Working on MacPerl tests
4454      Branch: macperl
4455            ! macos/MacPerlTests.cmd
4456 ____________________________________________________________________________
4457 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
4458         Log: MacPerl require() portability patches
4459      Branch: macperl
4460            ! pp_ctl.c
4461 ____________________________________________________________________________
4462 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
4463         Log: Fix a few MacPerl_CanonDir() problems
4464      Branch: macperl
4465            ! macos/macish.c macos/macish.h
4466 ____________________________________________________________________________
4467 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
4468         Log: Time::Local compatibility patches, from Graham
4469      Branch: macperl
4470            ! lib/Time/Local.pm
4471 ____________________________________________________________________________
4472 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
4473         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
4474              From: Simon Cozens <simon@netthink.co.uk>
4475              Date: Fri, 26 Apr 2002 21:58:21 +0100
4476              Message-ID: <20020426205821.GB5855@netthink.co.uk>
4477      Branch: perl
4478            ! ext/Time/HiRes/HiRes.pm
4479 ____________________________________________________________________________
4480 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
4481         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
4482              to know about it always (not just when using the pth).
4483      Branch: perl
4484            ! hints/netbsd.sh
4485 ____________________________________________________________________________
4486 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
4487         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
4488      Branch: perl
4489            ! ext/Digest/MD5/t/files.t
4490 ____________________________________________________________________________
4491 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
4492         Log: Subject: FIXIN problem under Win32
4493              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4494              Date: Thu, 25 Apr 2002 23:03:31 +0200
4495              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
4496      Branch: perl
4497            ! lib/ExtUtils/MM_Unix.pm
4498 ____________________________________________________________________________
4499 [ 16194] By: nick                                  on 2002/04/26  17:36:16
4500         Log: Integrate mainline
4501      Branch: perlio
4502           +> ext/Encode/lib/Encode/Guess.pm
4503           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4504           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
4505           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
4506           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
4507           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
4508           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
4509           +> t/lib/sample-tests/die_last_minute
4510           !> (integrate 94 files)
4511 ____________________________________________________________________________
4512 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
4513         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
4514              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4515              Date: Fri, 26 Apr 2002 15:38:16 +0200
4516              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
4517      Branch: perl
4518            + t/win32/system_tests
4519            - t/op/system_tests
4520            ! MANIFEST t/win32/system.t
4521 ____________________________________________________________________________
4522 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
4523         Log: Mention explicitly the NetBSD + pth combination.
4524      Branch: perl
4525            ! pod/perldelta.pod
4526 ____________________________________________________________________________
4527 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
4528         Log: Subject: [PATCH] Fix email address.
4529              From: Abigail <abigail@foad.org>
4530              Date: Fri, 26 Apr 2002 18:03:11 +0200
4531              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
4532      Branch: perl
4533            ! t/japh/abigail.t
4534 ____________________________________________________________________________
4535 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
4536         Log: NetWare update from C Aditya.
4537      Branch: perl
4538            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
4539            ! lib/ExtUtils/MM_Unix.pm
4540 ____________________________________________________________________________
4541 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
4542         Log: Subject: [PATCH vms/test.com] use t/TEST
4543              From: "Craig A. Berry" <craigberry@mac.com>
4544              Date: Fri, 26 Apr 2002 09:34:46 -0500
4545              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
4546      Branch: perl
4547            ! vms/test.com
4548 ____________________________________________________________________________
4549 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
4550         Log: Update Changes.
4551      Branch: perl
4552            ! Changes patchlevel.h
4553 ____________________________________________________________________________
4554 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
4555         Log: Subject: [Encode] s/=over2/=over 2/g
4556              From: Dan Kogai <dankogai@dan.co.jp>
4557              Date: Fri, 26 Apr 2002 14:57:09 +0900
4558              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
4559      Branch: perl
4560            ! ext/Encode/Encode.pm
4561 ____________________________________________________________________________
4562 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
4563         Log: Use temp int variable in the W*() since direct casting
4564              to either an int or an IV would not be right.
4565      Branch: perl
4566            ! ext/POSIX/POSIX.xs
4567 ____________________________________________________________________________
4568 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
4569         Log: The #16182 radiates U32ness.
4570      Branch: perl
4571            ! embed.fnc embed.h proto.h regcomp.c toke.c
4572 ____________________________________________________________________________
4573 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
4574         Log: Subject: t/TEST ported to VMS
4575              From: "Craig A. Berry" <craigberry@mac.com>
4576              Date: Fri, 26 Apr 2002 00:13:31 -0500
4577              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
4578      Branch: perl
4579            ! t/TEST
4580 ____________________________________________________________________________
4581 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
4582         Log: Stop being coy.
4583      Branch: perl
4584            ! pod/perldelta.pod
4585 ____________________________________________________________________________
4586 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
4587         Log: Subject: Re: binary compatibility
4588              From: Mark-Jason Dominus <mjd@plover.com>
4589              Date: Wed, 24 Apr 2002 17:35:07 -0400
4590              Message-ID: <20020424213507.7846.qmail@plover.com>
4591      Branch: perl
4592            ! op.h
4593 ____________________________________________________________________________
4594 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
4595         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
4596              allocating half of the retstack!)
4597      Branch: perl
4598            ! README.win32 sv.c
4599 ____________________________________________________________________________
4600 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
4601         Log: temporary variable not wide enough to hold all the bits in
4602              op->op_targ
4603      Branch: perl
4604            ! op.c
4605 ____________________________________________________________________________
4606 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
4607         Log: Add an idea/question from Damian. 
4608      Branch: perl
4609            ! pod/perltodo.pod
4610 ____________________________________________________________________________
4611 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
4612         Log: build missing utilities on windows; clean stray files
4613      Branch: perl
4614            ! win32/Makefile win32/makefile.mk
4615 ____________________________________________________________________________
4616 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
4617         Log: Upgrade to Encode 1.61, from Dan Kogai.
4618      Branch: perl
4619            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4620            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
4621            ! ext/Encode/lib/Encode/Guess.pm
4622            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
4623            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
4624            ! ext/Encode/t/mime-header.t
4625 ____________________________________________________________________________
4626 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
4627         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
4628              From: andreas.koenig@anima.de (Andreas J. Koenig)
4629              Date: Tue, 23 Apr 2002 04:40:42 +0200      
4630              Message-ID: <m37kmzi1cl.fsf@anima.de>
4631      Branch: perl
4632            ! pod/perluniintro.pod
4633 ____________________________________________________________________________
4634 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
4635         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
4636              platform needs to fill in the other branch here)
4637      Branch: perl
4638            ! ext/Digest/MD5/t/files.t
4639 ____________________________________________________________________________
4640 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
4641         Log: MANIFEST is needlessly held open for entire duration of "make test"
4642      Branch: perl
4643            ! t/TEST t/harness
4644 ____________________________________________________________________________
4645 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
4646         Log: various signed/unsigned mismatch nits
4647      Branch: perl
4648            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
4649            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4650            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
4651            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
4652            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
4653            ! ext/Time/HiRes/HiRes.xs regcomp.c
4654 ____________________________________________________________________________
4655 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
4656         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
4657              From: Nicholas Clark <nick@unfortu.net>
4658              Date: Thu, 25 Apr 2002 22:41:57 +0100
4659              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
4660      Branch: perl
4661            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
4662            + ext/Storable/t/make_downgrade.pl
4663            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
4664            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
4665            ! ext/Storable/t/utf8hash.t
4666 ____________________________________________________________________________
4667 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
4668         Log: Extra guidance for JAPH debuggers.
4669      Branch: perl
4670            ! t/japh/abigail.t
4671 ____________________________________________________________________________
4672 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
4673         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
4674              From: Paul_GreenVOS@vos.stratus.com
4675              Date: Wed, 24 Apr 02 18:27 edt
4676              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
4677      Branch: perl
4678            ! vos/vos.c
4679 ____________________________________________________________________________
4680 [ 16169] By: ams                                   on 2002/04/25  20:33:35
4681         Log: Subject: [PATCH] don't build B/C twice on VMS
4682              From: "Craig A. Berry" <craigberry@mac.com>
4683              Date: Thu, 25 Apr 2002 16:00:57 -0500
4684              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
4685      Branch: perl
4686            ! configure.com
4687 ____________________________________________________________________________
4688 [ 16168] By: ams                                   on 2002/04/25  20:31:19
4689         Log: Subject: Re: POSIX::WEXITSTATUS broken again
4690              From: Andy Dougherty <doughera@lafayette.edu>
4691              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
4692              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
4693      Branch: perl
4694            ! ext/POSIX/POSIX.xs
4695 ____________________________________________________________________________
4696 [ 16167] By: ams                                   on 2002/04/25  19:49:09
4697         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
4698              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4699              Date: Thu, 25 Apr 2002 13:39:35 -0700
4700              Message-Id: <HmGy8gzkguHW092yn@efn.org>
4701      Branch: perl
4702            ! t/harness
4703 ____________________________________________________________________________
4704 [ 16166] By: ams                                   on 2002/04/25  19:43:06
4705         Log: $fh->close(); print $fh "foo" would segfault under -w in
4706              report_evil_fh() because $fh doesn't have a name.
4707      Branch: perl
4708            ! util.c
4709 ____________________________________________________________________________
4710 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
4711         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
4712              being found properly
4713      Branch: perl
4714            ! ext/Cwd/t/cwd.t
4715 ____________________________________________________________________________
4716 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
4717         Log: Brace yourself from Craig Berry to keep older compilers happy.
4718      Branch: perl
4719            ! vms/vms.c
4720 ____________________________________________________________________________
4721 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
4722         Log: More %{} overload tests.
4723      Branch: perl
4724            ! lib/overload.t
4725 ____________________________________________________________________________
4726 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
4727         Log: some extension builds need to find pl2bat.bat on windows
4728      Branch: perl
4729            ! win32/buildext.pl
4730 ____________________________________________________________________________
4731 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
4732         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
4733              From: "Craig A. Berry" <craigberry@mac.com>
4734              Date: Thu, 25 Apr 2002 12:30:06 -0500
4735              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
4736      Branch: perl
4737            ! lib/ExtUtils/MM_VMS.pm
4738 ____________________________________________________________________________
4739 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
4740         Log: windows build fails if there is no perlglob.exe in the PATH
4741      Branch: perl
4742            ! win32/buildext.pl
4743 ____________________________________________________________________________
4744 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
4745         Log: Mysterious setlocale() core dump in ancient Solaris
4746              found by Merijn Broeren.  Doesn't look like Perl's fault.
4747      Branch: perl
4748            ! pod/perldelta.pod
4749 ____________________________________________________________________________
4750 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
4751         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
4752              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
4753              Date: Thu, 25 Apr 2002 17:35:23 +0200
4754              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
4755      Branch: perl
4756            ! pp_ctl.c
4757 ____________________________________________________________________________
4758 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
4759         Log: Subject: [PATCH] pp_ctl.c:pp_require
4760              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
4761              Date: Thu, 25 Apr 2002 16:01:14 +0200
4762              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
4763      Branch: perl
4764            ! pp_ctl.c
4765 ____________________________________________________________________________
4766 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
4767         Log: -Wformat cleanups from Robin Barker.
4768      Branch: perl
4769            ! dump.c embed.fnc proto.h sv.c
4770 ____________________________________________________________________________
4771 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
4772         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
4773              From: Michael G Schwern <schwern@pobox.com>
4774              Date: Thu, 25 Apr 2002 01:51:27 -0400
4775              Message-ID: <20020425055127.GB3456@blackrider>
4776      Branch: perl
4777            + t/lib/sample-tests/bignum t/lib/sample-tests/die
4778            + t/lib/sample-tests/die_head_end
4779            + t/lib/sample-tests/die_last_minute
4780            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
4781            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
4782            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
4783 ____________________________________________________________________________
4784 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
4785         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
4786              From: Michael G Schwern <schwern@pobox.com>
4787              Date: Thu, 25 Apr 2002 01:32:10 -0400
4788              Message-ID: <20020425053210.GA3334@blackrider>
4789      Branch: perl
4790            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
4791            + lib/Test/Simple/t/strays.t
4792            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
4793            ! lib/Test/Simple.pm lib/Test/Simple/Changes
4794            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
4795            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
4796            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
4797            ! lib/Test/Simple/t/use_ok.t
4798 ____________________________________________________________________________
4799 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
4800         Log: Elaborate a bit on Storable.
4801      Branch: perl
4802            ! pod/perldelta.pod
4803 ____________________________________________________________________________
4804 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
4805         Log: Cleaner Encode tests under -Mutf8.
4806      Branch: perl
4807            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
4808 ____________________________________________________________________________
4809 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
4810         Log: Subject: [PATCH] installperl
4811              From: Abe Timmerman <abe@ztreet.demon.nl>
4812              Date: Thu, 25 Apr 2002 01:00:00 +0200
4813              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
4814      Branch: perl
4815            ! installperl
4816 ____________________________________________________________________________
4817 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
4818         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
4819              From: Dan Kogai <dankogai@dan.co.jp>
4820              Date: Thu, 25 Apr 2002 10:49:13 +0900
4821              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
4822      Branch: perl
4823            ! ext/PerlIO/encoding/encoding.xs
4824 ____________________________________________________________________________
4825 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
4826         Log: Stray =back.
4827      Branch: perl
4828            ! README.win32
4829 ____________________________________________________________________________
4830 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
4831         Log: Add an untested warning variant.
4832      Branch: perl
4833            ! t/lib/warnings/op
4834 ____________________________________________________________________________
4835 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
4836         Log: Update Changes.
4837      Branch: perl
4838            ! Changes patchlevel.h
4839 ____________________________________________________________________________
4840 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
4841         Log: Wrong plan.
4842      Branch: perl
4843            ! ext/Encode/t/mime-header.t
4844 ____________________________________________________________________________
4845 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
4846         Log: Upgrade to Encode 1.60, from Dan Kogai.
4847      Branch: perl
4848            + ext/Encode/lib/Encode/Guess.pm
4849            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4850            + ext/Encode/t/mime-header.t
4851            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
4852            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4853            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
4854            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4855            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
4856            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
4857 ____________________________________________________________________________
4858 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
4859         Log: another case of enabling binmode() where it should not be: if the
4860              *.enc files are CRLF terminated, the result gets CRCRLF terminations
4861      Branch: perl
4862            ! ext/Encode/t/CJKT.t
4863 ____________________________________________________________________________
4864 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
4865         Log: microperl update; boldly assume time() and time_t
4866              (since we assume ANSI and i_time, anyway).
4867      Branch: perl
4868            ! uconfig.h uconfig.sh
4869 ____________________________________________________________________________
4870 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
4871         Log: Integrate #16136, #16137, #16138 from macperl;
4872              
4873              Silly fix for the SC compiler's fixation with "comp" as a type
4874              
4875              Skip more PerlIO symbols for sfio
4876              
4877              Play nicely in miniperl
4878      Branch: perl
4879           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
4880           !> lib/File/Spec/Mac.pm makedef.pl
4881 ____________________________________________________________________________
4882 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
4883         Log: Sync configpm and config.h for use in 5.8
4884              (still need to do config.sh)
4885      Branch: macperl
4886            ! macos/config.h macos/configpm
4887 ____________________________________________________________________________
4888 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
4889         Log: Make MM_MacOS work with new MakeMaker
4890      Branch: macperl
4891            ! macos/lib/ExtUtils/MM_MacOS.pm
4892 ____________________________________________________________________________
4893 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
4894         Log: Makefile.mk changes for 5.8: additional extensions
4895              and source files; bump version
4896      Branch: macperl
4897            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
4898 ____________________________________________________________________________
4899 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
4900         Log: Play nicely in miniperl
4901      Branch: macperl
4902            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
4903 ____________________________________________________________________________
4904 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
4905         Log: Skip more PerlIO symbols for sfio
4906      Branch: macperl
4907            ! makedef.pl
4908 ____________________________________________________________________________
4909 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
4910         Log: Silly fix for the SC compiler's fixation with "comp" as a type
4911      Branch: macperl
4912            ! ext/Unicode/Normalize/Normalize.xs
4913 ____________________________________________________________________________
4914 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
4915         Log: Merge macperl xsubpp with current xsubpp
4916      Branch: macperl
4917            ! macos/xsubpp
4918 ____________________________________________________________________________
4919 [ 16134] By: nick                                  on 2002/04/24  18:08:37
4920         Log: Integrate mainline
4921      Branch: perlio
4922           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4923           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4924            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4925            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4926            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4927            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4928            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4929            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4930           !> (integrate 44 files)
4931 ____________________________________________________________________________
4932 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
4933         Log: Delete more included modules from bundled_ext
4934      Branch: macperl
4935            - macos/bundled_ext/Digest/MD5/Changes
4936            - macos/bundled_ext/Digest/MD5/MD5.pm
4937            - macos/bundled_ext/Digest/MD5/MD5.xs
4938            - macos/bundled_ext/Digest/MD5/Makefile.PL
4939            - macos/bundled_ext/Digest/MD5/Makefile.mk
4940            - macos/bundled_ext/Digest/MD5/README
4941            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
4942            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
4943            - macos/bundled_ext/Digest/MD5/rfc1321.txt
4944            - macos/bundled_ext/Digest/MD5/t/badfile.t
4945            - macos/bundled_ext/Digest/MD5/t/files.t
4946            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
4947            - macos/bundled_ext/Digest/MD5/typemap
4948            - macos/bundled_ext/Filter/Util/Call/Call.pm
4949            - macos/bundled_ext/Filter/Util/Call/Call.xs
4950            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
4951            - macos/bundled_ext/Filter/Util/Call/ppport.h
4952            - macos/bundled_ext/Filter/t/call.t
4953            - macos/bundled_ext/Filter/t/filter-util.pl
4954            - macos/bundled_ext/List/Util/ChangeLog
4955            - macos/bundled_ext/List/Util/Makefile.PL
4956            - macos/bundled_ext/List/Util/README
4957            - macos/bundled_ext/List/Util/Util.xs
4958            - macos/bundled_ext/List/Util/lib/List/Util.pm
4959            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
4960            - macos/bundled_ext/List/Util/t/blessed.t
4961            - macos/bundled_ext/List/Util/t/dualvar.t
4962            - macos/bundled_ext/List/Util/t/first.t
4963            - macos/bundled_ext/List/Util/t/max.t
4964            - macos/bundled_ext/List/Util/t/maxstr.t
4965            - macos/bundled_ext/List/Util/t/min.t
4966            - macos/bundled_ext/List/Util/t/minstr.t
4967            - macos/bundled_ext/List/Util/t/readonly.t
4968            - macos/bundled_ext/List/Util/t/reduce.t
4969            - macos/bundled_ext/List/Util/t/reftype.t
4970            - macos/bundled_ext/List/Util/t/shuffle.t
4971            - macos/bundled_ext/List/Util/t/sum.t
4972            - macos/bundled_ext/List/Util/t/tainted.t
4973            - macos/bundled_ext/List/Util/t/weak.t
4974            - macos/bundled_ext/MIME/Base64/Base64.pm
4975            - macos/bundled_ext/MIME/Base64/Base64.xs
4976            - macos/bundled_ext/MIME/Base64/Changes
4977            - macos/bundled_ext/MIME/Base64/Makefile.PL
4978            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
4979            - macos/bundled_ext/MIME/Base64/README
4980            - macos/bundled_ext/MIME/Base64/t/base64.t
4981            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
4982            - macos/bundled_ext/MIME/Base64/t/unicode.t
4983            - macos/bundled_ext/Storable/ChangeLog
4984            - macos/bundled_ext/Storable/Makefile.PL
4985            - macos/bundled_ext/Storable/README
4986            - macos/bundled_ext/Storable/Storable.pm
4987            - macos/bundled_ext/Storable/Storable.xs
4988            - macos/bundled_ext/Storable/t/blessed.t
4989            - macos/bundled_ext/Storable/t/canonical.t
4990            - macos/bundled_ext/Storable/t/compat-0.6.t
4991            - macos/bundled_ext/Storable/t/dclone.t
4992            - macos/bundled_ext/Storable/t/dump.pl
4993            - macos/bundled_ext/Storable/t/forgive.t
4994            - macos/bundled_ext/Storable/t/freeze.t
4995            - macos/bundled_ext/Storable/t/lock.t
4996            - macos/bundled_ext/Storable/t/overload.t
4997            - macos/bundled_ext/Storable/t/recurse.t
4998            - macos/bundled_ext/Storable/t/retrieve.t
4999            - macos/bundled_ext/Storable/t/store.t
5000            - macos/bundled_ext/Storable/t/tied.t
5001            - macos/bundled_ext/Storable/t/tied_hook.t
5002            - macos/bundled_ext/Storable/t/tied_items.t
5003            - macos/bundled_ext/Storable/t/utf8.t
5004            - macos/bundled_ext/Time/HiRes/Changes
5005            - macos/bundled_ext/Time/HiRes/HiRes.pm
5006            - macos/bundled_ext/Time/HiRes/HiRes.t
5007            - macos/bundled_ext/Time/HiRes/HiRes.xs
5008            - macos/bundled_ext/Time/HiRes/Makefile.PL
5009            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
5010            - macos/bundled_ext/Time/HiRes/hints/sco.pl
5011 ____________________________________________________________________________
5012 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
5013         Log: Thou shalt not assume %x works for UVs.
5014      Branch: perl
5015            ! ext/Encode/Encode.xs
5016 ____________________________________________________________________________
5017 [ 16131] By: nick                                  on 2002/04/24  15:50:31
5018         Log: Submit an old integrate
5019      Branch: perlio
5020           +> (branch 27 files)
5021            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
5022            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
5023            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
5024            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
5025            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
5026            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
5027            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
5028           !> (integrate 84 files)
5029 ____________________________________________________________________________
5030 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
5031         Log: Partially retract #12056, from Craig Berry.
5032      Branch: perl
5033            ! vms/vms.c
5034 ____________________________________________________________________________
5035 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
5036         Log: Delete more included modules from bundled_lib
5037      Branch: macperl
5038            - macos/bundled_lib/blib/lib/Class/ISA.pm
5039            - macos/bundled_lib/blib/lib/Digest.pm
5040            - macos/bundled_lib/blib/lib/Filter/Simple.pm
5041            - macos/bundled_lib/blib/lib/Memoize.pm
5042            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
5043            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
5044            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
5045            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
5046            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
5047            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
5048            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
5049            - macos/bundled_lib/blib/lib/NEXT.pm
5050            - macos/bundled_lib/blib/lib/Net/Cmd.pm
5051            - macos/bundled_lib/blib/lib/Net/Config.pm
5052            - macos/bundled_lib/blib/lib/Net/Domain.pm
5053            - macos/bundled_lib/blib/lib/Net/FTP.pm
5054            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
5055            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
5056            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
5057            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
5058            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
5059            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
5060            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
5061            - macos/bundled_lib/blib/lib/Net/NNTP.pm
5062            - macos/bundled_lib/blib/lib/Net/Netrc.pm
5063            - macos/bundled_lib/blib/lib/Net/POP3.pm
5064            - macos/bundled_lib/blib/lib/Net/SMTP.pm
5065            - macos/bundled_lib/blib/lib/Net/Time.pm
5066            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
5067            - macos/bundled_lib/blib/lib/Switch.pm
5068            - macos/bundled_lib/t/Class/ISA/test.pl
5069            - macos/bundled_lib/t/Digest/Digest.t
5070            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
5071            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
5072            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
5073            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
5074            - macos/bundled_lib/t/Filter/Simple/data.t
5075            - macos/bundled_lib/t/Filter/Simple/export.t
5076            - macos/bundled_lib/t/Filter/Simple/filter.t
5077            - macos/bundled_lib/t/Filter/Simple/filter_only.t
5078            - macos/bundled_lib/t/Filter/Simple/import.t
5079            - macos/bundled_lib/t/Memoize/array.t
5080            - macos/bundled_lib/t/Memoize/array_confusion.t
5081            - macos/bundled_lib/t/Memoize/correctness.t
5082            - macos/bundled_lib/t/Memoize/errors.t
5083            - macos/bundled_lib/t/Memoize/expire.t
5084            - macos/bundled_lib/t/Memoize/expire_file.t
5085            - macos/bundled_lib/t/Memoize/expire_module_n.t
5086            - macos/bundled_lib/t/Memoize/expire_module_t.t
5087            - macos/bundled_lib/t/Memoize/flush.t
5088            - macos/bundled_lib/t/Memoize/normalize.t
5089            - macos/bundled_lib/t/Memoize/prototype.t
5090            - macos/bundled_lib/t/Memoize/speed.t
5091            - macos/bundled_lib/t/Memoize/tie.t
5092            - macos/bundled_lib/t/Memoize/tie_gdbm.t
5093            - macos/bundled_lib/t/Memoize/tie_ndbm.t
5094            - macos/bundled_lib/t/Memoize/tie_sdbm.t
5095            - macos/bundled_lib/t/Memoize/tie_storable.t
5096            - macos/bundled_lib/t/Memoize/tiefeatures.t
5097            - macos/bundled_lib/t/Memoize/unmemoize.t
5098            - macos/bundled_lib/t/NEXT/actual.t
5099            - macos/bundled_lib/t/NEXT/actuns.t
5100            - macos/bundled_lib/t/NEXT/next.t
5101            - macos/bundled_lib/t/NEXT/unseen.t
5102            - macos/bundled_lib/t/Switch/t/given.t
5103            - macos/bundled_lib/t/Switch/t/nested.t
5104            - macos/bundled_lib/t/Switch/t/switch.t
5105            - macos/bundled_lib/t/libnet/config.t
5106            - macos/bundled_lib/t/libnet/ftp.t
5107            - macos/bundled_lib/t/libnet/hostname.t
5108            - macos/bundled_lib/t/libnet/libnet_t.pl
5109            - macos/bundled_lib/t/libnet/netrc.t
5110            - macos/bundled_lib/t/libnet/nntp.t
5111            - macos/bundled_lib/t/libnet/require.t
5112            - macos/bundled_lib/t/libnet/smtp.t
5113 ____________________________________________________________________________
5114 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
5115         Log: Remove Text::Balanced from bundled_lib (already in lib)
5116      Branch: macperl
5117            - macos/bundled_lib/blib/lib/Text/Balanced.pm
5118            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
5119            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
5120            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
5121            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
5122            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
5123            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
5124            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
5125            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
5126 ____________________________________________________________________________
5127 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
5128         Log: A word of warning to the users of UTF-8 locales.
5129      Branch: perl
5130            ! pod/perluniintro.pod
5131 ____________________________________________________________________________
5132 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
5133         Log: Forgotten from #16125.
5134      Branch: perl
5135            ! t/lib/MakeMaker/Test/Utils.pm
5136 ____________________________________________________________________________
5137 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
5138         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
5139      Branch: perl
5140            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
5141            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
5142            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
5143            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
5144            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
5145            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
5146            - lib/ExtUtils/t/Problem-Module/Makefile.PL
5147            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
5148            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
5149            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
5150            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5151            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5152            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5153            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
5154            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
5155            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
5156            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
5157 ____________________________________________________________________________
5158 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
5159         Log: Subject: New UTF-8 surprise
5160              From: andreas.koenig@anima.de (Andreas J. Koenig)
5161              Date: Mon, 22 Apr 2002 12:08:48 +0200
5162              Message-ID: <m38z7gjb9r.fsf@anima.de>
5163      Branch: perl
5164            ! pp_hot.c t/op/subst.t
5165 ____________________________________________________________________________
5166 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
5167         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
5168              tree that is branched from //depot/maint-5.6/macperl/macos/...
5169      Branch: macperl
5170           +> (branch 3590 files)
5171 ____________________________________________________________________________
5172 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
5173         Log: Try to be clearer about perlio.
5174      Branch: perl
5175            ! INSTALL
5176 ____________________________________________________________________________
5177 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
5178         Log: Subject: Re: binary compatibility
5179              From: Andy Dougherty <doughera@lafayette.edu>
5180              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
5181              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
5182      Branch: perl
5183            ! INSTALL patchlevel.h
5184 ____________________________________________________________________________
5185 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
5186         Log: Go on record about the binary backward incompatibility.
5187      Branch: perl
5188            ! pod/perldelta.pod
5189 ____________________________________________________________________________
5190 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
5191         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
5192              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5193              Date: Wed, 24 Apr 2002 01:51:43 +0400
5194              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
5195      Branch: perl
5196            ! t/win32/system.t
5197 ____________________________________________________________________________
5198 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
5199         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
5200              From: PPrymmer@factset.com
5201              Date: Tue, 23 Apr 2002 17:14:32 -0400
5202              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
5203      Branch: perl
5204            ! lib/locale.t
5205 ____________________________________________________________________________
5206 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
5207         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
5208              From: Paul_GreenVOS@vos.stratus.com
5209              Date: Tue, 23 Apr 02 15:06 edt   
5210              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
5211      Branch: perl
5212            ! Makefile.SH cflags.SH
5213 ____________________________________________________________________________
5214 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
5215         Log: metaconfig unit change for #16115.
5216      Branch: metaconfig
5217            ! U/compline/byteorder.U
5218      Branch: perl
5219            ! config_h.SH
5220 ____________________________________________________________________________
5221 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
5222         Log: Regen Configure to mirror #16111 (with one added tweak).
5223      Branch: perl
5224            ! Configure
5225 ____________________________________________________________________________
5226 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
5227         Log: Retract #16109.
5228      Branch: perl
5229            ! lib/ExtUtils/MM_Unix.pm
5230 ____________________________________________________________________________
5231 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
5232         Log: FAQ sync.
5233      Branch: perl
5234            ! pod/perlfaq3.pod pod/perlfaq8.pod
5235 ____________________________________________________________________________
5236 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
5237         Log: use encoding no more defaults to Latin 1.
5238      Branch: perl
5239            ! pod/perluniintro.pod
5240 ____________________________________________________________________________
5241 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
5242         Log: Configure test for byteorder loses bits
5243      Branch: perl
5244            ! Configure
5245 ____________________________________________________________________________
5246 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
5247         Log: hacking around byteorder variance between config.sh and config.h
5248              isn't needed after change#16099
5249      Branch: perl
5250            ! ext/Storable/t/malice.t
5251 ____________________________________________________________________________
5252 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
5253         Log: (retracted by #16114)
5254              
5255              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
5256              From: "Green, Paul" <Paul.Green@stratus.com>
5257              Date: Tue, 23 Apr 2002 13:47:19 -0400
5258              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
5259      Branch: perl
5260            ! lib/ExtUtils/MM_Unix.pm
5261 ____________________________________________________________________________
5262 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
5263         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
5264              From: Norton Allen <allen@huarp.harvard.edu>
5265              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
5266              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
5267      Branch: perl
5268            ! lib/File/Find.pm
5269 ____________________________________________________________________________
5270 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
5271         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
5272              From: Norton Allen <allen@huarp.harvard.edu>
5273              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
5274              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
5275      Branch: perl
5276            ! README.qnx hints/qnx.sh
5277 ____________________________________________________________________________
5278 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
5279         Log: Subject: [PATCH] pod/perlhist.pod
5280              From: Abigail <abigail@foad.org>
5281              Date: Tue, 23 Apr 2002 16:21:31 +0200
5282              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
5283              
5284              (removed 5.005_04 which never happened)
5285      Branch: perl
5286            ! pod/perlhist.pod
5287 ____________________________________________________________________________
5288 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
5289         Log: Subject: Re: [PATCH abigail.t] another portability attempt
5290              From: Abigail <abigail@foad.org>
5291              Date: Tue, 23 Apr 2002 11:35:54 +0200
5292              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
5293      Branch: perl
5294            ! t/japh/abigail.t
5295 ____________________________________________________________________________
5296 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
5297         Log: NetWare tweak from C Aditya.
5298      Branch: perl
5299            ! NetWare/Nwmain.c NetWare/nw5.c
5300 ____________________________________________________________________________
5301 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
5302         Log: fix a typo
5303      Branch: perl
5304            ! regexec.c
5305 ____________________________________________________________________________
5306 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
5307         Log: Uncurliff.
5308      Branch: perl
5309            ! README.ko
5310 ____________________________________________________________________________
5311 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
5312         Log: Pointer to UV casting.
5313      Branch: perl
5314            ! regexec.c
5315 ____________________________________________________________________________
5316 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
5317         Log: metaconfig unit change for #16099.
5318      Branch: metaconfig
5319            ! U/compline/byteorder.U
5320 ____________________________________________________________________________
5321 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
5322         Log: Use UV (not long) for BYTEORDER.
5323      Branch: perl
5324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5325            ! config_h.SH
5326 ____________________________________________________________________________
5327 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
5328         Log: # cpp commands must start in the first column.
5329      Branch: perl
5330            ! scope.c
5331 ____________________________________________________________________________
5332 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
5333         Log: Reborn as text.
5334      Branch: perl
5335            + NetWare/interface.cpp
5336 ____________________________________________________________________________
5337 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
5338         Log: Dead as binary.
5339      Branch: perl
5340            - NetWare/interface.cpp
5341 ____________________________________________________________________________
5342 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
5343         Log: Undo #16091, a time-warped escapee.
5344      Branch: perl
5345            ! lib/ExtUtils/t/MM_Cygwin.t
5346 ____________________________________________________________________________
5347 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
5348         Log: *size tweaks from Sarathy.
5349      Branch: perl
5350            ! ext/Storable/t/malice.t
5351 ____________________________________________________________________________
5352 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
5353         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
5354              From: Stas Bekman <stas@stason.org>
5355              Date: Tue, 23 Apr 2002 01:52:22 +0800
5356              Message-ID: <3CC44DD6.3090401@stason.org>
5357      Branch: perl
5358            ! pod/perlguts.pod
5359 ____________________________________________________________________________
5360 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
5361         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
5362              From: Paul_GreenVOS@vos.stratus.com
5363              Date: Mon, 22 Apr 02 20:35 edt
5364              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
5365      Branch: perl
5366            + hints/t001.c
5367            ! MANIFEST hints/README.hints hints/vos.sh
5368 ____________________________________________________________________________
5369 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
5370         Log: (retracted by #16095)
5371      Branch: perl
5372            ! lib/ExtUtils/t/MM_Cygwin.t
5373 ____________________________________________________________________________
5374 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
5375         Log: Subject: Re: perl@16083
5376              From: Nicholas Clark <nick@unfortu.net>
5377              Date: Mon, 22 Apr 2002 23:17:45 +0100
5378              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
5379      Branch: perl
5380            ! ext/Storable/t/malice.t
5381 ____________________________________________________________________________
5382 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
5383         Log: Upgrade to Encode 1.58.
5384      Branch: perl
5385            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
5386            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
5387            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
5388            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
5389            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
5390            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
5391            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
5392            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
5393            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
5394            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
5395            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
5396            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
5397            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
5398            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
5399            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
5400            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5401            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5402            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
5403 ____________________________________________________________________________
5404 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
5405         Log: On Win32 the end.t failure should be gone now.
5406      Branch: perl
5407            ! pod/perldelta.pod
5408 ____________________________________________________________________________
5409 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
5410         Log: Subject: [PATCH] update VOS-specific pod files
5411              From: Paul_GreenVOS@vos.stratus.com
5412              Date: Mon, 22 Apr 02 16:02 edt
5413              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
5414      Branch: perl
5415            ! README.vos pod/perlport.pod
5416 ____________________________________________________________________________
5417 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
5418         Log: Subject: [PATCH] cleanup ./hints/vos.sh
5419              From: Paul_GreenVOS@vos.stratus.com
5420              Date: Mon, 22 Apr 02 15:26 edt
5421              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
5422      Branch: perl
5423            ! hints/vos.sh
5424 ____________________________________________________________________________
5425 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
5426         Log: Upgrade to Encode 1.57, from Dan Kogai.
5427      Branch: perl
5428            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5429            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
5430            ! ext/Encode/lib/Encode/Encoding.pm
5431            ! ext/Encode/lib/Encode/JP/JIS7.pm
5432            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
5433            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
5434 ____________________________________________________________________________
5435 [ 16084] By: ams                                   on 2002/04/22  18:10:13
5436         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
5437              From: Stas Bekman <stas@stason.org>
5438              Date: Tue, 23 Apr 2002 01:59:07 +0800
5439              Message-Id: <3CC44F6B.5010300@stason.org>
5440      Branch: perl
5441            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
5442 ____________________________________________________________________________
5443 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
5444         Log: Update Changes.
5445      Branch: perl
5446            ! Changes patchlevel.h
5447 ____________________________________________________________________________
5448 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
5449         Log: In MANIFEST but not added.
5450      Branch: perl
5451            + NetWare/interface.cpp
5452 ____________________________________________________________________________
5453 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
5454         Log: Duh.
5455      Branch: perl
5456            ! lib/ExtUtils/MM_Unix.pm
5457 ____________________________________________________________________________
5458 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
5459         Log: Subject: Re: t/japh/abigail.t [PATCH]
5460              From: Norton Allen <allen@huarp.harvard.edu>
5461              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
5462              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
5463      Branch: perl
5464            ! t/japh/abigail.t
5465 ____________________________________________________________________________
5466 [ 16079] By: ams                                   on 2002/04/22  15:59:55
5467         Log: Subject: {PATCH docs] sockatmark
5468              From: Mark-Jason Dominus <mjd@plover.com>
5469              Date: Mon, 22 Apr 2002 02:43:42 -0400
5470              Message-Id: <20020422064342.24646.qmail@plover.com>
5471      Branch: perl
5472            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
5473 ____________________________________________________________________________
5474 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
5475         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
5476              From: Paul_GreenVOS@vos.stratus.com
5477              Date: Mon, 22 Apr 02 12:40 edt
5478              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
5479      Branch: perl
5480            ! cflags.SH
5481 ____________________________________________________________________________
5482 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
5483         Log: Add new files from #16076; re-sort.
5484      Branch: perl
5485            ! MANIFEST
5486 ____________________________________________________________________________
5487 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
5488         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
5489      Branch: perl
5490            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
5491            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
5492            + NetWare/perllib.cpp NetWare/splittree.pl
5493            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
5494            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
5495            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
5496            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
5497            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
5498            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
5499            ! x2p/hash.c x2p/walk.c
5500 ____________________________________________________________________________
5501 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
5502         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
5503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5504              Date: Mon, 22 Apr 2002 17:56:17 +0200
5505              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
5506      Branch: perl
5507            ! README.aix
5508 ____________________________________________________________________________
5509 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
5510         Log: Signedness nit.
5511      Branch: perl
5512            ! ext/PerlIO/encoding/encoding.xs
5513 ____________________________________________________________________________
5514 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
5515         Log: No semicolons after blocks.
5516      Branch: perl
5517            ! ext/Encode/Encode.xs
5518 ____________________________________________________________________________
5519 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
5520         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
5521      Branch: perl
5522            ! ext/PerlIO/encoding/encoding.pm
5523            ! ext/PerlIO/encoding/encoding.xs
5524 ____________________________________________________________________________
5525 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
5526         Log: Upgrade to Encode 1.56, from Dan Kogai.
5527      Branch: perl
5528            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
5529            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5530            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
5531            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
5532            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
5533            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5534            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
5535            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
5536            ! ext/Encode/lib/Encode/Config.pm
5537            ! ext/Encode/lib/Encode/Encoder.pm
5538            ! ext/Encode/lib/Encode/Encoding.pm
5539            ! ext/Encode/lib/Encode/JP/H2Z.pm
5540            ! ext/Encode/lib/Encode/JP/JIS7.pm
5541            ! ext/Encode/lib/Encode/KR/2022_KR.pm
5542            ! ext/Encode/lib/Encode/PerlIO.pod
5543            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
5544            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
5545            ! ext/Encode/ucm/big5-hkscs.ucm
5546 ____________________________________________________________________________
5547 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
5548         Log: Comment tweak from Philip.
5549      Branch: perl
5550            ! opcode.pl
5551 ____________________________________________________________________________
5552 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
5553         Log: a Test::Harness tweak to make the test lines show up prettier
5554      Branch: perl
5555            ! lib/Test/Harness.pm
5556 ____________________________________________________________________________
5557 [ 16067] By: nick                                  on 2002/04/22  09:19:23
5558         Log: Integrate mainline
5559      Branch: perlio
5560           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
5561           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
5562           !> t/lib/warnings/perlio t/win32/system.t
5563 ____________________________________________________________________________
5564 [ 16066] By: nick                                  on 2002/04/22  09:01:43
5565         Log: Integrate //depot/perlio into mainline
5566      Branch: perl
5567           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5568           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
5569           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
5570 ____________________________________________________________________________
5571 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
5572         Log: clean up after stray test file littering
5573              
5574              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
5575              it seems that it shouldn't (looks like a handle leak in PerlIO
5576              to me)
5577      Branch: perl
5578            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
5579            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
5580            ! t/lib/warnings/perlio t/win32/system.t
5581 ____________________________________________________________________________
5582 [ 16064] By: nick                                  on 2002/04/22  08:02:58
5583         Log: Integrate mainline into perlio
5584      Branch: perlio
5585           +> ext/Storable/t/malice.t
5586            ! pod/perliol.pod
5587           !> (integrate 57 files)
5588 ____________________________________________________________________________
5589 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
5590         Log: integrate change#16062 from mainline
5591              
5592              another windows fix: only create a new console for subprocesses
5593              when all three stdhandles are invalid (from Jan Dubois)
5594      Branch: maint-5.6/perl
5595            ! win32/win32.c
5596 ____________________________________________________________________________
5597 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
5598         Log: another windows fix: only create a new console for subprocesses
5599              when all three stdhandles are invalid (from Jan Dubois)
5600      Branch: perl
5601            ! win32/win32.c
5602 ____________________________________________________________________________
5603 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
5604         Log: all the thread tests now pass on windows (32-bit and 64-bit)
5605      Branch: perl
5606            ! README.win32
5607 ____________________________________________________________________________
5608 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
5609         Log: enable maximal optimizations on win64
5610      Branch: perl
5611            ! win32/Makefile win32/makefile.mk
5612 ____________________________________________________________________________
5613 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
5614         Log: Tweaks copied from Philip Newton's Encode patches.
5615      Branch: perl
5616            ! AUTHORS
5617 ____________________________________________________________________________
5618 [ 16057] By: sky                                   on 2002/04/22  00:19:40
5619         Log: End blocks were not run on Win32.
5620              The real fix should be to turn this flag on in RunPerl but
5621              I think we are too close 5.8 to change that.
5622      Branch: perl
5623            ! ext/threads/threads.xs
5624 ____________________________________________________________________________
5625 [ 16056] By: sky                                   on 2002/04/21  23:29:22
5626         Log: Do not unlock mutex twice.
5627              Do not unlock mutex after it has been destroyed and freed.
5628              Do not email p5p without uncrossing eyes.
5629      Branch: perl
5630            ! ext/threads/threads.xs
5631 ____________________________________________________________________________
5632 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
5633         Log: squelch some more type mismatch warnings
5634              
5635              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
5636              missing parens in macro definition
5637      Branch: perl
5638            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
5639            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
5640            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
5641            ! pp.c regexec.c sv.h
5642 ____________________________________________________________________________
5643 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
5644         Log: Make writing user-defined character properties nicer.
5645      Branch: perl
5646            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
5647 ____________________________________________________________________________
5648 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
5649         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
5650              isn't the case on win64
5651      Branch: perl
5652            ! ext/Storable/t/malice.t
5653 ____________________________________________________________________________
5654 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
5655         Log: One more way to do character class subtraction.
5656      Branch: perl
5657            ! pod/perlunicode.pod
5658 ____________________________________________________________________________
5659 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
5660         Log: Mopup of #16048.
5661      Branch: perl
5662            ! pp_sys.c
5663 ____________________________________________________________________________
5664 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
5665         Log: some test failures have been fixed
5666      Branch: perl
5667            ! README.win32
5668 ____________________________________________________________________________
5669 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
5670         Log: use compare_text() rather than compare() to avoid bogus
5671              failures when the test files happen to be CRLF terminated
5672      Branch: perl
5673            ! ext/Encode/t/JP.t
5674 ____________________________________________________________________________
5675 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
5676         Log: fixes for all the warnings reported by Visual C (most of this
5677              change is from change#12026)
5678      Branch: perl
5679            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
5680            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
5681            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
5682            ! regexec.c sv.c toke.c universal.c utf8.c util.c
5683            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
5684 ____________________________________________________________________________
5685 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
5686         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
5687              From: Nicholas Clark <nick@unfortu.net>
5688              Date: Sun, 21 Apr 2002 19:15:24 +0100
5689              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
5690      Branch: perl
5691            + ext/Storable/t/malice.t
5692            ! MANIFEST ext/Storable/Storable.pm
5693 ____________________________________________________________________________
5694 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
5695         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
5696              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5697              Date: Sun, 21 Apr 2002 19:37:51 +0200
5698              Message-ID: <3CC3150F.5798.22A05AE@localhost>
5699      Branch: perl
5700            ! ext/Encode/t/perlio.t
5701 ____________________________________________________________________________
5702 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
5703         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
5704              From: Andrey Sapozhnikov <sapa@icb.chel.su>
5705              Date: Fri, 19 Apr 2002 19:55:56 +0600
5706              Message-ID: <3CC021EC.5080005@icb.chel.su>
5707              
5708              (tweaked a bit)
5709      Branch: perl
5710            ! pod/perltrap.pod
5711 ____________________________________________________________________________
5712 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
5713         Log: Do not assume that io buffer flushing happens in the same
5714              order as joins (that assumption broke in a multicpu IRIX box)
5715      Branch: perl
5716            ! ext/threads/t/thread.t
5717 ____________________________________________________________________________
5718 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
5719         Log: As if people would be reading the documentation :-)
5720      Branch: perl
5721            ! opcode.pl
5722 ____________________________________________________________________________
5723 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
5724         Log: Typo tweaks.
5725      Branch: perl
5726            ! pod/perlrun.pod
5727 ____________________________________________________________________________
5728 [ 16041] By: sky                                   on 2002/04/21  13:53:54
5729         Log: Got the last memory leak in the while(1) { threads->create(sub 
5730              {})->join() }, now we can loop over a million threads without a 
5731              problem. 
5732              Cleared up SVs that should have been mortal but never where.
5733      Branch: perl
5734            ! ext/threads/threads.xs
5735 ____________________________________________________________________________
5736 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
5737         Log: Make doc clearer, as suggested by Brent Dax
5738      Branch: perl
5739            ! opcode.pl
5740 ____________________________________________________________________________
5741 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
5742         Log: Revert change #15974.
5743      Branch: perl
5744            ! ext/B/B/Deparse.pm
5745 ____________________________________________________________________________
5746 [ 16038] By: nick                                  on 2002/04/21  08:43:48
5747         Log: Integrate mainline
5748      Branch: perlio
5749           +> win32/config.vc64 win32/config_H.vc64
5750           !> (integrate 43 files)
5751 ____________________________________________________________________________
5752 [ 16037] By: nick                                  on 2002/04/21  08:10:07
5753         Log: Integrate mainline
5754      Branch: perlio
5755           +> ext/Encode/ucm/big5-eten.ucm
5756            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
5757            - win32/config.win64 win32/config_H.win64
5758           !> MANIFEST Porting/makerel ext/Encode/Changes
5759           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
5760           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5761           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
5762           !> ext/Encode/lib/Encode/Config.pm
5763           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5764           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
5765           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
5766           !> pod/perlunicode.pod vms/vms.c
5767 ____________________________________________________________________________
5768 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
5769         Log: S_ stands sfor static.
5770      Branch: perl
5771            ! hv.c
5772 ____________________________________________________________________________
5773 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
5774         Log: htovs et al might be macros.
5775      Branch: perl
5776            ! perl.h
5777 ____________________________________________________________________________
5778 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
5779         Log: missed checkin of this file in change#16033
5780      Branch: perl
5781            ! makedef.pl
5782 ____________________________________________________________________________
5783 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
5784         Log: Windows 64-bit support:
5785              
5786              * support for building it in the regular makefiles
5787              * large files support via the _*i64() functions (this should be
5788              portable to the 32-bit universe too, but quite untested and
5789              and binary-incompatible, therefore not enabled there)
5790              * three additional test failures in addition to the t/end.t one
5791              (see README.win32)
5792              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
5793              the ones available from the CRT (needed because Perl uses
5794              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
5795              * add a few 64-bit notes to README.win32
5796              
5797              The following general problems were also fixed:
5798              
5799              * s/struct stat/Stat_t/g
5800              * Data::Dumper had some naughty 'long' typecasts
5801              * Errno_pm.PL didn't work safe when winsock.h was not in the same
5802              directory as errno.h
5803              * various tell/seek things were incorrectly prototyped
5804              * squelch ugly looking noise when running tests
5805              * Embed.t wasn't linking in all the libraries
5806              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
5807              * re-enable all the disabled warnings (additional fixes may be
5808              needed for the warnings uncovered by this)
5809      Branch: perl
5810            + win32/config.vc64 win32/config_H.vc64
5811            ! MANIFEST README.win32 doio.c dosish.h
5812            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
5813            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
5814            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
5815            ! win32/config.vc win32/makefile.mk win32/perlglob.c
5816            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
5817            ! win32/win32iop.h win32/win32sck.c
5818 ____________________________________________________________________________
5819 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
5820         Log: Upgrade to Encode 1.52, from Dan Kogai.
5821      Branch: perl
5822            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5823            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
5824            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
5825            ! ext/Encode/lib/Encode/JP/JIS7.pm
5826            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
5827            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
5828            ! ext/Encode/ucm/big5-hkscs.ucm
5829 ____________________________________________________________________________
5830 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
5831         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
5832              From: Mark-Jason Dominus <mjd@plover.com>
5833              Date: Sat, 20 Apr 2002 03:36:28 -0400
5834              Message-ID: <20020420073628.324.qmail@plover.com>
5835      Branch: perl
5836            ! pod/perlopentut.pod
5837 ____________________________________________________________________________
5838 [ 16030] By: sky                                   on 2002/04/20  22:02:32
5839         Log: Remove auto-detach
5840              Cleans up memory now, destroys the mutex and frees thread
5841              Makes returnvalues mortal
5842              Doesn't run thread_destruct until the thread has stopped AND
5843              all references to it are gone.
5844      Branch: perl
5845            ! ext/threads/threads.xs
5846 ____________________________________________________________________________
5847 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
5848         Log: Subject: [PATCH @16005] rescue perldoc for VMS
5849              From: "Craig A. Berry" <craigberry@mac.com>
5850              Date: Sat, 20 Apr 2002 15:16:30 -0500
5851              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
5852      Branch: perl
5853            ! vms/vms.c
5854 ____________________________________________________________________________
5855 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
5856         Log: Subject: Re: [PATCH] typo
5857              From: andreas.koenig@anima.de (Andreas J. Koenig)
5858              Date: Sat, 20 Apr 2002 15:41:23 +0200
5859              Message-ID: <m37kn2o5bw.fsf@anima.de>
5860      Branch: perl
5861            ! ext/Encode/encoding.pm
5862 ____________________________________________________________________________
5863 [ 16027] By: nick                                  on 2002/04/20  21:42:09
5864         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
5865              and change test not to skip them.
5866      Branch: perlio
5867            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
5868 ____________________________________________________________________________
5869 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
5870         Log: Upgrade to Encode 1.51, from Dan Kogai.
5871      Branch: perl
5872            + ext/Encode/ucm/big5-eten.ucm
5873            - ext/Encode/ucm/big5.ucm
5874            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5875            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
5876            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5877            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
5878            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5879            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
5880 ____________________________________________________________________________
5881 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
5882         Log: purge existing win64 stuff (this never really worked in 5.7.x)
5883              in preparation for completely redone win64 support
5884      Branch: perl
5885            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
5886            ! MANIFEST Porting/makerel
5887 ____________________________________________________________________________
5888 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
5889         Log: Subject: Re: perl@16005
5890              From: Stas Bekman <stas@stason.org>
5891              Date: Sat, 20 Apr 2002 13:06:49 +0800
5892              Message-ID: <3CC0F769.1010705@stason.org>
5893              (with a minor formatting nit)
5894      Branch: perl
5895            ! pod/perlfunc.pod
5896 ____________________________________________________________________________
5897 [ 16023] By: nick                                  on 2002/04/20  19:06:04
5898         Log: Some tweaks for encodings which need lines.
5899              Also disabled trial of using fallbacks.
5900      Branch: perlio
5901            ! ext/PerlIO/encoding/encoding.pm
5902            ! ext/PerlIO/encoding/encoding.xs
5903 ____________________________________________________________________________
5904 [ 16022] By: nick                                  on 2002/04/20  18:37:38
5905         Log: Various tweaks to Encode
5906      Branch: perlio
5907            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5908            ! ext/Encode/Unicode/Unicode.xs
5909            ! ext/Encode/lib/Encode/Encoding.pm
5910            ! ext/Encode/lib/Encode/JP/JIS7.pm
5911            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
5912 ____________________________________________________________________________
5913 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
5914         Log: Subject: [PATCH] perlunicode.pod typos
5915              From: andreas.koenig@anima.de (Andreas J. Koenig)     
5916              Date: Sat, 20 Apr 2002 11:20:25 +0200
5917              Message-ID: <m3vgamoheu.fsf@anima.de>
5918      Branch: perl
5919            ! pod/perlunicode.pod
5920 ____________________________________________________________________________
5921 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
5922         Log: Test tweak from mjd.
5923      Branch: perl
5924            ! lib/Memoize/t/errors.t
5925 ____________________________________________________________________________
5926 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
5927         Log: Integrate perlio;
5928              
5929              Tweak to Encode.xs to avoid buffer overrun.
5930              
5931              Add :bytes to POD part.
5932              Remove 'alias' to Encode now it exists as a module.
5933              
5934              Fill in the PERLIO sections.
5935      Branch: perl
5936           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
5937 ____________________________________________________________________________
5938 [ 16018] By: nick                                  on 2002/04/20  13:38:24
5939         Log: Fill in the PERLIO sections.
5940      Branch: perlio
5941            ! pod/perlrun.pod
5942 ____________________________________________________________________________
5943 [ 16017] By: nick                                  on 2002/04/20  13:37:15
5944         Log: Add :bytes to POD part.
5945              Remove 'alias' to Encode now it exists as a module.
5946      Branch: perlio
5947            ! lib/PerlIO.pm
5948 ____________________________________________________________________________
5949 [ 16016] By: sky                                   on 2002/04/20  13:12:31
5950         Log: Really let the update of the link list do something.
5951      Branch: perl
5952            ! ext/threads/threads.xs
5953 ____________________________________________________________________________
5954 [ 16015] By: nick                                  on 2002/04/20  07:51:26
5955         Log: Integrate mainline
5956      Branch: perlio
5957           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
5958           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5959           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
5960 ____________________________________________________________________________
5961 [ 16014] By: nick                                  on 2002/04/20  07:46:11
5962         Log: Tweak to Encode.xs to avoid buffer overrun.
5963      Branch: perlio
5964            ! ext/Encode/Encode.xs
5965 ____________________________________________________________________________
5966 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
5967         Log: Subject: [PATCH] t/japh/abigail.t
5968              From: abigail@foad.org
5969              Date: Fri, 19 Apr 2002 02:21:36 +0200
5970              Message-ID: <20020419002136.16948.qmail@foad.org>
5971              
5972              Subject: Re: [PATCH] t/japh/abigail.t
5973              From: "Craig A. Berry" <craigberry@mac.com>
5974              Date: Fri, 19 Apr 2002 11:23:45 -0500
5975              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
5976      Branch: perl
5977            ! t/japh/abigail.t
5978 ____________________________________________________________________________
5979 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
5980         Log: User-defined character properties were unintentionally
5981              removed, noticed by Dan Kogai.
5982      Branch: perl
5983            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
5984            ! pod/perlunicode.pod t/op/pat.t
5985 ____________________________________________________________________________
5986 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
5987         Log: Subject: Re: [PATCH] Big5-related changes.
5988              From: Autrijus Tang <autrijus@autrijus.org>
5989              Date: Sat, 20 Apr 2002 04:06:31 +0800
5990              Message-ID: <20020419200631.GA20964@not.autrijus.org>
5991      Branch: perl
5992            ! README.cn README.tw
5993 ____________________________________________________________________________
5994 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
5995         Log: Add a BUGS sections to O.pm
5996      Branch: perl
5997            ! ext/B/O.pm
5998 ____________________________________________________________________________
5999 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
6000         Log: Disable warning noise
6001      Branch: perl
6002            ! t/io/open.t
6003 ____________________________________________________________________________
6004 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
6005         Log: More tests for the 3-arg open
6006      Branch: perl
6007            ! t/io/open.t t/lib/warnings/doio
6008 ____________________________________________________________________________
6009 [ 16007] By: nick                                  on 2002/04/19  17:45:53
6010         Log: Silence warning generating warning message for U+FFFF does not map etc.
6011      Branch: perlio
6012            ! ext/Encode/Encode.xs
6013 ____________________________________________________________________________
6014 [ 16006] By: nick                                  on 2002/04/19  15:24:57
6015         Log: Integrate mainline (for Tk with Encode testing)
6016              Some perlio & encode issues otherwise cleanish.
6017      Branch: perlio
6018           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
6019           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
6020           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
6021           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
6022           +> ext/threads/t/thread.t
6023            - ext/Encode/lib/Encode/Unicode.pm
6024           !> (integrate 38 files)
6025 ____________________________________________________________________________
6026 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
6027         Log: Update Changes.
6028      Branch: perl
6029            ! Changes patchlevel.h
6030 ____________________________________________________________________________
6031 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
6032         Log: Subject: [PATCH] warn on ref open without perlio
6033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6034              Date: Thu, 18 Apr 2002 23:17:44 +0200
6035              Message-ID: <20020418231744.A24159@rafael>
6036              
6037              (with one nit, the skip message needed "# " prefix)
6038      Branch: perl
6039            ! doio.c pod/perldiag.pod t/lib/warnings/doio
6040 ____________________________________________________________________________
6041 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
6042         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
6043              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6044              Date: Fri, 19 Apr 2002 15:43:47 +0200
6045              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
6046      Branch: perl
6047            ! README.hpux
6048 ____________________________________________________________________________
6049 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
6050         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
6051      Branch: perl
6052            ! ext/PerlIO/encoding/encoding.pm
6053            ! ext/PerlIO/encoding/encoding.xs
6054 ____________________________________________________________________________
6055 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
6056         Log: Upgrade to Encode 1.50, from Dan Kogai.
6057      Branch: perl
6058            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
6059            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
6060            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
6061            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
6062            - ext/Encode/lib/Encode/Unicode.pm
6063            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
6064            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6065            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
6066            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6067            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
6068            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
6069            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
6070            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
6071            ! ext/Encode/t/jisx0208.ref
6072 ____________________________________________________________________________
6073 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
6074         Log: Subject: CPAN.pm sync
6075              From: andreas.koenig@anima.de (Andreas J. Koenig)
6076              Date: Fri, 19 Apr 2002 11:55:07 +0200
6077              Message-ID: <m3ads0qah0.fsf@anima.de>
6078      Branch: perl
6079            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6080 ____________________________________________________________________________
6081 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
6082         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
6083      Branch: perl
6084            ! pod/perltooc.pod
6085 ____________________________________________________________________________
6086 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
6087         Log: The previous change on this was *ahem* slightly off-topic.
6088      Branch: perl
6089            ! ext/PerlIO/encoding/encoding.pm
6090 ____________________________________________________________________________
6091 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
6092         Log: variant of change#14657 from mainline, modified for binary
6093              compatibility for 5.6.x (from  Jan Dubois)
6094      Branch: maint-5.6/perl
6095            ! lib/Win32.pod win32/win32.c
6096 ____________________________________________________________________________
6097 [ 15996] By: ams                                   on 2002/04/18  16:16:26
6098         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
6099              From: abigail@foad.org
6100              Date: Thu, 18 Apr 2002 17:09:45 +0200
6101              Message-Id: <20020418150945.389.qmail@foad.org>
6102      Branch: perl
6103            ! pod/perldebtut.pod
6104 ____________________________________________________________________________
6105 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
6106         Log: z/OS situation update.
6107      Branch: perl
6108            ! pod/perldelta.pod
6109 ____________________________________________________________________________
6110 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
6111         Log: Doc tweaks.
6112      Branch: perl
6113            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
6114 ____________________________________________________________________________
6115 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
6116         Log: The tests need perlio.
6117      Branch: perl
6118            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
6119 ____________________________________________________________________________
6120 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
6121         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
6122              From: Mark-Jason Dominus <mjd@plover.com>
6123              Date: Thu, 18 Apr 2002 09:38:17 -0400
6124              Message-ID: <20020418133817.22436.qmail@plover.com>    
6125              
6126              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
6127              From: Mark-Jason Dominus <mjd@plover.com>
6128              Date: Thu, 18 Apr 2002 09:54:50 -0400
6129              Message-ID: <20020418135450.22999.qmail@plover.com>    
6130      Branch: perl
6131            ! pod/perlfaq8.pod
6132 ____________________________________________________________________________
6133 [ 15991] By: sky                                   on 2002/04/18  09:18:14
6134         Log: Port testcases from thr5005 tests so we don't fail on same things.
6135              Added yield support using threads->yield().
6136      Branch: perl
6137            + ext/threads/t/thread.t
6138            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
6139 ____________________________________________________________________________
6140 [ 15990] By: nick                                  on 2002/04/18  07:56:40
6141         Log: Integrate mainline
6142      Branch: perlio
6143            - t/io/full.t
6144           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
6145           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
6146           !> perl.c t/op/groups.t toke.c win32/win32.c
6147 ____________________________________________________________________________
6148 [ 15989] By: sky                                   on 2002/04/18  07:15:55
6149         Log: Always flush the PerlIO buffers after running END blocks in 
6150              perl_destruct. This should fix ext/threads/t/end.t under Win32.
6151      Branch: perl
6152            ! perl.c
6153 ____________________________________________________________________________
6154 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
6155         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
6156      Branch: perl
6157            ! perl.c
6158 ____________________________________________________________________________
6159 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
6160         Log: Move /dev/full testing post-5.8.0.
6161      Branch: perl
6162            - t/io/full.t
6163            ! MANIFEST
6164 ____________________________________________________________________________
6165 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
6166         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
6167              ("Crays have only REAL memory.")
6168      Branch: perl
6169            ! hints/unicos.sh hints/unicosmk.sh
6170 ____________________________________________________________________________
6171 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
6172         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
6173              From: luc.st-louis@ca.transport.bombardier.com
6174              Date: Wed, 17 Apr 2002 14:22:25 -0400
6175              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
6176      Branch: perl
6177            ! win32/win32.c
6178 ____________________________________________________________________________
6179 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
6180         Log: With -Uuseperlio the error might be EBADF.
6181      Branch: perl
6182            ! t/io/full.t
6183 ____________________________________________________________________________
6184 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
6185         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
6186              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6187              Date: Wed, 17 Apr 2002 21:16:22 +0400
6188              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
6189      Branch: perl
6190            ! lib/ExtUtils/t/Embed.t
6191 ____________________________________________________________________________
6192 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
6193         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
6194              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6195              Date: Wed, 17 Apr 2002 20:08:03 +0400
6196              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
6197      Branch: perl
6198            ! win32/win32.c
6199 ____________________________________________________________________________
6200 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
6201         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
6202              From: Mark-Jason Dominus <mjd@plover.com>
6203              Date: Wed, 17 Apr 2002 11:14:17 -0400
6204              Message-ID: <20020417151417.27268.qmail@plover.com>
6205      Branch: perl
6206            ! t/io/full.t
6207 ____________________________________________________________________________
6208 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
6209         Log: README.cjk update.
6210      Branch: perl
6211            ! README.cn README.jp README.ko README.tw
6212 ____________________________________________________________________________
6213 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
6214         Log: Subject: [PATCH toke.c] @:foo?
6215              From: Philip Newton <Philip.Newton@gmx.net>
6216              Date: Wed, 17 Apr 2002 19:48:09 +0200
6217              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
6218      Branch: perl
6219            ! toke.c
6220 ____________________________________________________________________________
6221 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
6222         Log: Subject: Re: gcc on HP
6223              From: Philip Newton <Philip.Newton@gmx.net>
6224              Date: Wed, 17 Apr 2002 20:36:34 +0200
6225              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
6226      Branch: perl
6227            ! README.hpux
6228 ____________________________________________________________________________
6229 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
6230         Log: Adjust test for groups that appear multiple times on Cygwin
6231      Branch: perl
6232            ! t/op/groups.t
6233 ____________________________________________________________________________
6234 [ 15976] By: nick                                  on 2002/04/17  17:03:40
6235         Log: Integrate mainline
6236      Branch: perlio
6237           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
6238           +> ext/PerlIO/encoding/encoding.pm
6239           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
6240           +> ext/threads/shared/t/queue.t t/io/full.t
6241            - ext/Encode/lib/Encode/XS.pm
6242           !> (integrate 50 files)
6243 ____________________________________________________________________________
6244 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
6245         Log: Update Changes.
6246      Branch: perl
6247            ! Changes patchlevel.h
6248 ____________________________________________________________________________
6249 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
6250         Log: Subject: [PATCH B::Deparse] "foo bar"->()
6251              From: Robin Houston <robin@kitsite.com>
6252              Date: Wed, 17 Apr 2002 15:45:32 +0100
6253              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
6254      Branch: perl
6255            ! ext/B/B/Deparse.pm
6256 ____________________________________________________________________________
6257 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
6258         Log: metaconfig unit change for #15972.
6259      Branch: metaconfig/U/perl
6260            ! Extensions.U
6261 ____________________________________________________________________________
6262 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
6263         Log: As suggested by Arthur: the threads and threads::shared
6264              modules are always present.  This tries to preempt two
6265              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
6266              to have this new fancy threads implementation but my Perl
6267              doesn't seem to have it" (2) someone attempting to install
6268              threads using CPAN.pm and CPAN.pm helpfully starting to
6269              install perl 5.8.0 (which they might already have installed).
6270      Branch: perl
6271            ! Configure ext/threads/Makefile.PL
6272            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
6273            ! ext/threads/shared/shared.xs ext/threads/threads.pm
6274            ! ext/threads/threads.xs
6275 ____________________________________________________________________________
6276 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
6277         Log: More signedness nits.
6278      Branch: perl
6279            ! ext/Encode/Encode.xs
6280 ____________________________________________________________________________
6281 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
6282         Log: fast_abs_path() is tainted.
6283      Branch: perl
6284            ! ext/Cwd/t/cwd.t
6285 ____________________________________________________________________________
6286 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
6287         Log: Signedness nit.
6288      Branch: perl
6289            ! ext/Encode/bin/enc2xs
6290 ____________________________________________________________________________
6291 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
6292         Log: Subject: gcc on HP
6293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6294              Date: Wed, 17 Apr 2002 12:43:38 +0200
6295              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
6296      Branch: perl
6297            ! README.hpux
6298 ____________________________________________________________________________
6299 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
6300         Log: Add just a little bit more explanation to PerlIO::encoding.
6301      Branch: perl
6302            ! ext/PerlIO/encoding/encoding.pm
6303 ____________________________________________________________________________
6304 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
6305         Log: PerlIO::encoding 0.01 from Dan Kogai.
6306      Branch: perl
6307            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
6308            + ext/PerlIO/encoding/encoding.pm
6309            + ext/PerlIO/encoding/encoding.xs
6310            ! MANIFEST
6311 ____________________________________________________________________________
6312 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
6313         Log: Upgrade to Encode 1.42, from Dan Kogai.
6314      Branch: perl
6315            - ext/Encode/lib/Encode/XS.pm
6316            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
6317            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
6318            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6319            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
6320            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
6321            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
6322            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
6323            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
6324            ! ext/Encode/lib/Encode/Config.pm
6325            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
6326            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
6327            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
6328            ! ext/Encode/t/encoding.t
6329 ____________________________________________________________________________
6330 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
6331         Log: Test tweaks from mjd and Benjamin Goldberg.
6332      Branch: perl
6333            ! t/io/full.t
6334 ____________________________________________________________________________
6335 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
6336         Log: Document taint-safeness.   Life in the fast_abs_path()
6337              lane is unsafe.
6338      Branch: perl
6339            ! lib/Cwd.pm
6340 ____________________________________________________________________________
6341 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
6342         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
6343              From: Mark-Jason Dominus <mjd@plover.com>
6344              Date: Tue, 16 Apr 2002 19:24:12 -0400
6345              Message-ID: <20020416232412.14297.qmail@plover.com>
6346      Branch: perl
6347            + t/io/full.t
6348            ! MANIFEST perlio.c
6349 ____________________________________________________________________________
6350 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
6351         Log: Manifestations of mjd, from mjd.
6352      Branch: perl
6353            ! MANIFEST
6354 ____________________________________________________________________________
6355 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
6356         Log: metaconfig unit change for #15959.
6357      Branch: metaconfig/U/perl
6358            ! Extensions.U
6359 ____________________________________________________________________________
6360 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
6361         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
6362              From: Andy Dougherty <doughera@lafayette.edu>
6363              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
6364              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
6365      Branch: perl
6366            ! Configure
6367 ____________________________________________________________________________
6368 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
6369         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
6370              From: Nicholas Clark <nick@unfortu.net>
6371              Date: Tue, 16 Apr 2002 22:22:41 +0100
6372              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
6373      Branch: perl
6374            ! embed.fnc global.sym hv.c universal.c
6375 ____________________________________________________________________________
6376 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
6377         Log: Documents for Merijn and lots of XXXs for NI-S :-)
6378      Branch: perl
6379            ! pod/perlfunc.pod pod/perlrun.pod
6380 ____________________________________________________________________________
6381 [ 15956] By: sky                                   on 2002/04/16  21:26:53
6382         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
6383              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
6384              stuff being 0xabababab on cleanup.
6385      Branch: perl
6386            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
6387            ! MANIFEST
6388 ____________________________________________________________________________
6389 [ 15955] By: nick                                  on 2002/04/16  20:46:03
6390         Log: Integate mainline (other machine)
6391      Branch: perlio
6392           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
6393           !> t/op/magic.t
6394 ____________________________________________________________________________
6395 [ 15954] By: nick                                  on 2002/04/16  20:13:32
6396         Log: Integrate mainline
6397      Branch: perlio
6398           +> README.cn README.jp README.ko README.tw
6399           +> ext/threads/shared/t/av_refs.t
6400           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
6401           !> (integrate 41 files)
6402 ____________________________________________________________________________
6403 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
6404         Log: B::walkoptree bugfix (see also #15850)
6405      Branch: perl
6406            ! ext/B/B.xs ext/B/t/terse.t
6407 ____________________________________________________________________________
6408 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
6409         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
6410              From: Philip Newton <Philip.Newton@gmx.net>
6411              Date: Tue, 16 Apr 2002 21:09:44 +0200
6412              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
6413      Branch: perl
6414            ! pod/perltodo.pod
6415 ____________________________________________________________________________
6416 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
6417         Log: Subject: [PATCH] B::Deparse problems with japhs
6418              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6419              Date: Tue, 16 Apr 2002 15:47:33 +0100
6420              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
6421      Branch: perl
6422            ! ext/B/B/Deparse.pm
6423 ____________________________________________________________________________
6424 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
6425         Log: Stas' tainting worries, obscured by me.
6426      Branch: perl
6427            ! ext/Cwd/t/cwd.t lib/Cwd.pm
6428 ____________________________________________________________________________
6429 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
6430         Log: Pod tweak to avoid =item<japanese> problems.
6431      Branch: perl
6432            ! README.jp
6433 ____________________________________________________________________________
6434 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
6435         Log: Some UTF-8 todos.
6436      Branch: perl
6437            ! pod/perltodo.pod
6438 ____________________________________________________________________________
6439 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
6440         Log: Let's not promise too much: use utf8 only works on identifier
6441              names, not package or subroutine names (admittedly limited [1], but
6442              that's what the Camel says, and that's what we are going to stick
6443              to for 5.8.0).  Also document that use vars does not do utf8.
6444              [1] The obvious problem in both is that package and subroutine
6445              names need to mappable to the filesystem.
6446      Branch: perl
6447            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
6448 ____________________________________________________________________________
6449 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
6450         Log: Subject: [PATCH] small typo in IO::Pipe pod
6451              From: Slaven Rezic <rezic@onlineoffice.de>
6452              Date: Tue, 16 Apr 2002 12:31:10 +0200
6453              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
6454      Branch: perl
6455            ! ext/IO/lib/IO/Pipe.pm
6456 ____________________________________________________________________________
6457 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
6458         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
6459              From: Arthur Bergman <arthur@contiller.se>
6460              Date: Tue, 16 Apr 2002 11:58:45 +0200
6461              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
6462      Branch: perl
6463            ! lib/Attribute/Handlers.pm
6464 ____________________________________________________________________________
6465 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
6466         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
6467              Jungshik Shin.  Regen toc.
6468      Branch: perl
6469            + README.cn README.jp README.ko README.tw
6470            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6471 ____________________________________________________________________________
6472 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
6473         Log: my $utf8here, our $utf8here, and package variable $utf8here.
6474              
6475              The actual minimal fix is in utf8.c and from NI-S,
6476              the rest are the tests (in fresh_perl since I couldn't get
6477              them easily to work elsewhere) and a slight behaviour change:
6478              previously UTF-8 identifiers had to start with an alphabetic
6479              character.  No more so, now they can start with an (Unicode)
6480              ID_Continue character (which however is not a (Unicode) digit).
6481              (Limiting the first character to ID_Start would be rather
6482              restrictive, since ID_Start allows only alphabetic letters.)
6483              
6484              TODO: use vars qw($utf8here).  This I don't find to be
6485              a showstopper.
6486      Branch: perl
6487            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
6488            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
6489 ____________________________________________________________________________
6490 [ 15942] By: ams                                   on 2002/04/16  02:24:25
6491         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
6492              From: "Craig A. Berry" <craigberry@mac.com>
6493              Date: Mon, 15 Apr 2002 22:06:14 -0500
6494              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
6495      Branch: perl
6496            ! lib/FileCache.t
6497 ____________________________________________________________________________
6498 [ 15941] By: ams                                   on 2002/04/16  02:16:35
6499         Log: Subject: [PATCH] s2p fix for VMS
6500              From: "Craig A. Berry" <craigberry@mac.com>
6501              Date: Mon, 15 Apr 2002 21:48:36 -0500
6502              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
6503      Branch: perl
6504            ! configure.com t/x2p/s2p.t x2p/s2p.PL
6505 ____________________________________________________________________________
6506 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
6507         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
6508              (and the licensing of the other code clarified, from Mark Bixby.)
6509      Branch: perl
6510            ! mpeix/mpeix.c
6511 ____________________________________________________________________________
6512 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
6513         Log: AUTHORS updates.
6514      Branch: perl
6515            ! AUTHORS
6516 ____________________________________________________________________________
6517 [ 15938] By: sky                                   on 2002/04/15  22:13:17
6518         Log: Add support for my $foo : shared; 
6519              Add testcase for this.
6520              Update manifest.
6521      Branch: perl
6522            + ext/threads/shared/t/shared_attr.t
6523            ! MANIFEST ext/threads/shared/shared.pm
6524 ____________________________________________________________________________
6525 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
6526         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
6527              From: abigail@foad.org
6528              Date: Mon, 15 Apr 2002 17:41:17 +0200
6529              Message-ID: <20020415154117.1559.qmail@foad.org>
6530              
6531              (With EBCDIC skippage added, and the skip reason
6532              skippage on the two ?? loops tweaked.)
6533      Branch: perl
6534            + t/japh/abigail.t
6535            ! MANIFEST t/TEST
6536 ____________________________________________________________________________
6537 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
6538         Log: Subject: Re: [ID 20020412.005] Dancing ??s
6539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
6540              Date: Sun, 14 Apr 2002 16:09:30 +0100
6541              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
6542      Branch: perl
6543            ! pod/perlop.pod pp_hot.c t/op/pat.t
6544 ____________________________________________________________________________
6545 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
6546         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
6547              From: abigail@foad.org
6548              Date: Mon, 15 Apr 2002 17:40:02 +0200
6549              Message-ID: <20020415154002.1549.qmail@foad.org>
6550      Branch: perl
6551            ! t/test.pl
6552 ____________________________________________________________________________
6553 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
6554         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
6555              From: "Craig A. Berry" <craigberry@mac.com>
6556              Date: Mon, 15 Apr 2002 14:05:26 -0500
6557              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
6558      Branch: perl
6559            ! universal.c
6560 ____________________________________________________________________________
6561 [ 15933] By: sky                                   on 2002/04/15  21:26:16
6562         Log: Test arrays containing references, and references to shared arrays.
6563      Branch: perl
6564            + ext/threads/shared/t/av_refs.t
6565 ____________________________________________________________________________
6566 [ 15932] By: nick                                  on 2002/04/15  15:06:49
6567         Log: Integrate mainline (for Encode)
6568      Branch: perlio
6569           +> ext/Encode/Encode/ConfigLocal_PM.e2x
6570           +> ext/Encode/lib/Encode/JP/JIS7.pm
6571            - ext/Encode/lib/Encode/JP/2022_JP.pm
6572            - ext/Encode/lib/Encode/JP/2022_JP1.pm
6573            - ext/Encode/lib/Encode/JP/JIS.pm
6574           !> (integrate 26 files)
6575 ____________________________________________________________________________
6576 [ 15931] By: ams                                   on 2002/04/15  14:51:31
6577         Log: Subject: [PATCH] Chip didn't time travel.
6578              From: abigail@foad.org
6579              Date: Mon, 15 Apr 2002 17:40:22 +0200
6580              Message-Id: <20020415154022.1554.qmail@foad.org>
6581      Branch: perl
6582            ! pod/perlhist.pod
6583 ____________________________________________________________________________
6584 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
6585         Log: Update Changes.
6586      Branch: perl
6587            ! Changes patchlevel.h
6588 ____________________________________________________________________________
6589 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
6590         Log: The #15921 made the 'no warnings' unnecessary.
6591      Branch: perl
6592            ! t/op/magic.t
6593 ____________________________________________________________________________
6594 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
6595         Log: Subject: Re: [FILE] FileCache.t
6596              From: belg4mit <belg4mit@mit.edu>
6597              Date: Mon, 15 Apr 2002 01:31:21 -0400
6598              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
6599      Branch: perl
6600            ! lib/FileCache.t
6601 ____________________________________________________________________________
6602 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
6603         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
6604      Branch: perl
6605            ! lib/FileCache.pm lib/FileCache.t
6606 ____________________________________________________________________________
6607 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
6608         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
6609              From: Nicholas Clark <nick@unfortu.net>
6610              Date: Sun, 14 Apr 2002 22:54:43 +0100
6611              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
6612      Branch: perl
6613            ! lib/Hash/Util.t
6614 ____________________________________________________________________________
6615 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
6616         Log: Subject: [Encode] 1.40 released!
6617              From: Dan Kogai <dankogai@dan.co.jp>
6618              Date: Mon, 15 Apr 2002 07:51:52 +0900
6619              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
6620      Branch: perl
6621            + ext/Encode/Encode/ConfigLocal_PM.e2x
6622            + ext/Encode/lib/Encode/JP/JIS7.pm
6623            - ext/Encode/lib/Encode/JP/2022_JP.pm
6624            - ext/Encode/lib/Encode/JP/2022_JP1.pm
6625            - ext/Encode/lib/Encode/JP/JIS.pm
6626            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6627            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6628            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
6629            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
6630            ! ext/Encode/lib/Encode/Config.pm
6631            ! ext/Encode/lib/Encode/Encoder.pm
6632            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6633            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
6634 ____________________________________________________________________________
6635 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
6636         Log: return undef is of questionable style.
6637      Branch: perl
6638            ! lib/Hash/Util.pm
6639 ____________________________________________________________________________
6640 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
6641         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
6642              From: mjd@plover.com
6643              Date: 15 Apr 2002 06:46:02 -0000
6644              Message-ID: <20020415064602.17052.qmail@plover.com>     
6645      Branch: perl
6646            ! t/op/magic.t
6647 ____________________________________________________________________________
6648 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
6649         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
6650              From: mjd@plover.com
6651              Date: 14 Apr 2002 22:30:17 -0000
6652              Message-ID: <20020414223017.17361.qmail@plover.com>
6653      Branch: perl
6654            ! t/op/re_tests
6655 ____________________________________________________________________________
6656 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
6657         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
6658              From: Mark-Jason Dominus <mjd@plover.com>
6659              Date: Mon, 15 Apr 2002 02:41:52 -0400
6660              Message-ID: <20020415064152.16958.qmail@plover.com>
6661      Branch: perl
6662            ! perl.c t/lib/warnings/toke
6663 ____________________________________________________________________________
6664 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
6665         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
6666              From: "Craig A. Berry" <craigberry@mac.com>
6667              Date: Sun, 14 Apr 2002 18:56:02 -0500
6668              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
6669      Branch: perl
6670            ! configure.com
6671 ____________________________________________________________________________
6672 [ 15919] By: nick                                  on 2002/04/15  06:14:25
6673         Log: Integrate mainline
6674      Branch: perlio
6675           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
6676           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
6677           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
6678 ____________________________________________________________________________
6679 [ 15918] By: ams                                   on 2002/04/15  04:25:48
6680         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
6681              From: Stas Bekman <stas@stason.org>
6682              Date: Mon, 15 Apr 2002 11:45:03 +0800
6683              Message-Id: <3CBA4CBF.9030306@stason.org>
6684      Branch: perl
6685            ! lib/Cwd.pm
6686 ____________________________________________________________________________
6687 [ 15917] By: ams                                   on 2002/04/15  04:21:14
6688         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
6689              From: Mark-Jason Dominus <mjd@plover.com>
6690              Date: Mon, 15 Apr 2002 00:30:26 -0400
6691              Message-Id: <20020415043026.11417.qmail@plover.com>
6692      Branch: perl
6693            ! perl.c t/lib/warnings/toke
6694 ____________________________________________________________________________
6695 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
6696         Log: Correct precedence problem in #15915
6697      Branch: perl
6698            ! lib/vars.pm
6699 ____________________________________________________________________________
6700 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
6701         Log: use vars wasn't use utf8 aware.
6702      Branch: perl
6703            ! lib/vars.pm
6704 ____________________________________________________________________________
6705 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
6706         Log: Subject: [PATCH] Re: restricted hashes are unblessable
6707              From: Nicholas Clark <nick@unfortu.net>
6708              Date: Sat, 13 Apr 2002 23:43:02 +0100
6709              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
6710              
6711              The function name sucks but can't think of anything better.
6712      Branch: perl
6713            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
6714 ____________________________________________________________________________
6715 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
6716         Log: Subject: AUTHORS update
6717              From: Chris Nandor <pudge@pobox.com>
6718              Date: Sun, 14 Apr 2002 11:54:40 -0400
6719              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
6720      Branch: perl
6721            ! AUTHORS
6722 ____________________________________________________________________________
6723 [ 15912] By: nick                                  on 2002/04/14  14:47:18
6724         Log: XS versions of encode/decode for Encode::Unicode
6725      Branch: perlio
6726            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
6727 ____________________________________________________________________________
6728 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
6729         Log: metaconfig unit changes for #15910.
6730      Branch: metaconfig
6731            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6732            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6733            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6734            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6735            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6736            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6737            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6738            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6739            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6740            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6741            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6742            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6743            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6744            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6745            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6746            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6747            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6748            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6749            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6750            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6751            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6752            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6753            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6754            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6755 ____________________________________________________________________________
6756 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
6757         Log: Simplify the _r probing code by adding the i_systime
6758              only for the APIs where it matters.
6759      Branch: perl
6760            ! Configure reentr.pl
6761 ____________________________________________________________________________
6762 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
6763         Log: Integrate perlio;
6764              
6765              Avoid expensive paranoid check that decoder does return legal UTF-8
6766              
6767              Disable test code (assertions) in CRLF layer.
6768      Branch: perl
6769           !> ext/Encode/Encode.xs perlio.c
6770 ____________________________________________________________________________
6771 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
6772         Log: Subject: patch for FileCache in 5.7.3
6773              From: JPIERCE <belg4mit@MIT.EDU>
6774              Date: Sun, 14 Apr 2002 00:38:21 -0400
6775              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
6776      Branch: perl
6777            ! lib/FileCache.pm
6778 ____________________________________________________________________________
6779 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
6780         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
6781              From: Tim Bunce <Tim.Bunce@pobox.com>
6782              Date: Sun, 14 Apr 2002 12:07:35 +0100
6783              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
6784      Branch: perl
6785            ! ext/Storable/Storable.xs
6786 ____________________________________________________________________________
6787 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
6788         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
6789              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6790              Date: Sun, 14 Apr 2002 16:29:59 +0200
6791              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
6792      Branch: perl
6793            ! hints/hpux.sh
6794 ____________________________________________________________________________
6795 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
6796         Log: Subject: Enable portable gcc code on hp-ux
6797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6798              Date: Sun, 14 Apr 2002 16:30:01 +0200
6799              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
6800      Branch: perl
6801            ! hints/hpux.sh
6802 ____________________________________________________________________________
6803 [ 15904] By: nick                                  on 2002/04/14  09:18:01
6804         Log: Disable test code (assertions) in CRLF layer.
6805      Branch: perlio
6806            ! perlio.c
6807 ____________________________________________________________________________
6808 [ 15903] By: nick                                  on 2002/04/14  09:16:39
6809         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
6810      Branch: perlio
6811            ! ext/Encode/Encode.xs
6812 ____________________________________________________________________________
6813 [ 15902] By: nick                                  on 2002/04/14  09:15:45
6814         Log: Integrate mainline
6815      Branch: perlio
6816           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
6817           +> t/win32/longpath.t t/win32/system.t
6818            - t/op/winsystem.t
6819           !> (integrate 30 files)
6820 ____________________________________________________________________________
6821 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
6822         Log: Fixed URL for the Alpha editor.
6823      Branch: perl
6824            ! pod/perlfaq3.pod
6825 ____________________________________________________________________________
6826 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
6827         Log: Dedodgify.
6828      Branch: perl
6829            ! ext/Storable/Storable.xs
6830 ____________________________________________________________________________
6831 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
6832         Log: AUTHORS updates.
6833      Branch: perl
6834            ! AUTHORS
6835 ____________________________________________________________________________
6836 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
6837         Log: s2p needs Config.pm.
6838      Branch: perl
6839            ! Makefile.SH
6840 ____________________________________________________________________________
6841 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
6842         Log: Subject: [PATCH] Benchmark.t 75,90,109
6843              From: Nicholas Clark <nick@unfortu.net>
6844              Date: Sat, 13 Apr 2002 21:43:04 +0100
6845              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
6846      Branch: perl
6847            ! lib/Benchmark.t
6848 ____________________________________________________________________________
6849 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
6850         Log: Tweaks by Autrijus Tang.
6851      Branch: perl
6852            ! ext/Encode/encoding.pm
6853 ____________________________________________________________________________
6854 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
6855         Log: FAQ sync.
6856      Branch: perl
6857            ! pod/perlfaq5.pod
6858 ____________________________________________________________________________
6859 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
6860         Log: z/OS tally update.
6861      Branch: perl
6862            ! pod/perldelta.pod
6863 ____________________________________________________________________________
6864 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
6865         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
6866              From: Nicholas Clark <nick@unfortu.net>
6867              Date: Sat, 13 Apr 2002 02:58:07 +0100
6868              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
6869      Branch: perl
6870            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
6871            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
6872            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
6873            ! t/lib/st-dump.pl
6874 ____________________________________________________________________________
6875 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
6876         Log: Add piconv and enc2xs to the list of utilities.
6877      Branch: perl
6878            ! utils.lst
6879 ____________________________________________________________________________
6880 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
6881         Log: s.
6882      Branch: perl
6883            ! pod/perlunicode.pod
6884 ____________________________________________________________________________
6885 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
6886         Log: Phrasing fixes by Nick Clark
6887      Branch: perl
6888            ! pod/perlunicode.pod
6889 ____________________________________________________________________________
6890 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
6891         Log: More POD fixes and typos
6892      Branch: perl
6893            ! pod/perlunicode.pod
6894 ____________________________________________________________________________
6895 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
6896         Log: Subject: Re: UTF-8 and DB_File ?
6897              From: andreas.koenig@anima.de (Andreas J. Koenig)
6898              Date: Sat, 13 Apr 2002 13:29:41 +0200
6899              Message-ID: <m3ads7j0pm.fsf@anima.de>
6900      Branch: perl
6901            ! pod/perlunicode.pod
6902 ____________________________________________________________________________
6903 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
6904         Log: Fix a typo noticed by Paul Johnson.
6905      Branch: perl
6906            ! MANIFEST
6907 ____________________________________________________________________________
6908 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
6909         Log: Subject: Re: Win32 Status
6910              From: Michael G Schwern <schwern@pobox.com>
6911              Date: Fri, 12 Apr 2002 10:15:33 -0400
6912              Message-ID: <20020412141533.GB9788@blackrider>
6913      Branch: perl
6914            ! lib/ExtUtils/t/INST.t
6915 ____________________________________________________________________________
6916 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
6917         Log: Upgrade to Encode 1.34, from Dan Kogai.
6918      Branch: perl
6919            ! ext/Encode/Changes ext/Encode/Encode.pm
6920            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6921            ! ext/Encode/t/Unicode.t
6922 ____________________________________________________________________________
6923 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
6924         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
6925              From: Graham TerMarsch <graham@howlingfrog.com>
6926              Date: Fri, 12 Apr 2002 12:28:47 -0700
6927              Message-Id: <200204121228.47826.graham@howlingfrog.com>
6928      Branch: perl
6929            ! AUTHORS
6930 ____________________________________________________________________________
6931 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
6932         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
6933              From: Nicholas Clark <nick@unfortu.net>
6934              Date: Fri, 12 Apr 2002 21:59:06 +0100
6935              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
6936      Branch: perl
6937            ! pp_pack.c t/op/pack.t
6938 ____________________________________________________________________________
6939 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
6940         Log: Re-sort MANIFEST.
6941      Branch: perl
6942            ! MANIFEST
6943 ____________________________________________________________________________
6944 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
6945         Log: Move also the Win32 system testing to t/win32.
6946      Branch: perl
6947            + t/win32/system.t
6948            - t/op/winsystem.t
6949            ! MANIFEST
6950 ____________________________________________________________________________
6951 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
6952         Log: Integrate change #15879 from maint-5.6;
6953              
6954              Win32::GetLongPathName() did not return valid results if there
6955              were "." and ".." components in the path; also fix a potential
6956              buffer overflow if the long path happens to be longer than
6957              MAX_PATH (this can presumably happen if they use \\?\... style
6958              paths); add a rather limited testsuite that exercises just the
6959              edge cases
6960      Branch: perl
6961           +> t/win32/longpath.t
6962           !> MANIFEST t/harness win32/win32.c
6963 ____________________________________________________________________________
6964 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
6965         Log: Win32::GetLongPathName() did not return valid results if there
6966              were "." and ".." components in the path; also fix a potential
6967              buffer overflow if the long path happens to be longer than
6968              MAX_PATH (this can presumably happen if they use \\?\... style
6969              paths); add a rather limited testsuite that exercises just the
6970              edge cases
6971      Branch: maint-5.6/perl
6972            + t/win32/longpath.t
6973            ! MANIFEST t/harness win32/win32.c
6974 ____________________________________________________________________________
6975 [ 15878] By: nick                                  on 2002/04/12  14:38:32
6976         Log: Integrate mainline
6977      Branch: perlio
6978           +> lib/ExtUtils/t/INST_PREFIX.t
6979           !> (integrate 37 files)
6980 ____________________________________________________________________________
6981 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
6982         Log: Update Changes.
6983      Branch: perl
6984            ! Changes patchlevel.h
6985 ____________________________________________________________________________
6986 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
6987         Log: Discuss the magic of \w in security terms.
6988      Branch: perl
6989            ! pod/perlsec.pod pod/perlunicode.pod
6990 ____________________________________________________________________________
6991 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
6992         Log: Add a warning about the symbolic methods and
6993              symbolic sub refs not being checked for taint.
6994      Branch: perl
6995            ! pod/perlsec.pod
6996 ____________________________________________________________________________
6997 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
6998         Log: In EBCDIC the BOM detection doesn't seem
6999              to be working right.  For now skipping the test,
7000              waiting for Dan's opinion.
7001      Branch: perl
7002            ! ext/Encode/t/Unicode.t
7003 ____________________________________________________________________________
7004 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
7005         Log: Update to Net::Ping 2.16.
7006      Branch: perl
7007            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7008 ____________________________________________________________________________
7009 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
7010         Log: Upgrade to CGI.pm 2.81.
7011      Branch: perl
7012            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
7013 ____________________________________________________________________________
7014 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
7015         Log: Move up restricted hashes a bit.
7016      Branch: perl
7017            ! pod/perldelta.pod
7018 ____________________________________________________________________________
7019 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
7020         Log: Now using Unicode 3.2.0.
7021      Branch: perl
7022            ! pod/perldelta.pod
7023 ____________________________________________________________________________
7024 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
7025         Log: UNICOS too has sockpair issues (unsurprisingly,
7026              since UNICOS/mk has them too)
7027      Branch: perl
7028            ! ext/Socket/socketpair.t
7029 ____________________________________________________________________________
7030 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
7031         Log: FAQ patch from mjd regarding Tie::File.
7032      Branch: perl
7033            ! pod/perlfaq5.pod
7034 ____________________________________________________________________________
7035 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
7036         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
7037              consider using the NamesList.
7038      Branch: perl
7039            ! lib/charnames.pm lib/charnames.t
7040 ____________________________________________________________________________
7041 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
7042         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
7043              From: "Craig A. Berry" <craigberry@mac.com>
7044              Date: Thu, 11 Apr 2002 13:47:21 -0500
7045              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
7046      Branch: perl
7047            ! lib/File/CheckTree.pm lib/File/CheckTree.t
7048 ____________________________________________________________________________
7049 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
7050         Log: More NT Unicode information from Jan Dubois.
7051      Branch: perl
7052            ! pod/perltodo.pod
7053 ____________________________________________________________________________
7054 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
7055         Log: Add one perltodo item (and move bunch of them to better spot),
7056              add sysopen() to "Functions for filehandles, files, or directories".
7057      Branch: perl
7058            ! pod/perlfunc.pod pod/perltodo.pod
7059 ____________________________________________________________________________
7060 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
7061         Log: Prettyprinting: shorten the lines to avoid linewrapping.
7062      Branch: perl
7063            ! t/TEST
7064 ____________________________________________________________________________
7065 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
7066         Log: Also NEC SUPER-UX has buggy sockpair().
7067      Branch: perl
7068            ! ext/Socket/socketpair.t
7069 ____________________________________________________________________________
7070 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
7071         Log: dTHX works on its own just fine.
7072      Branch: perl
7073            ! ext/DynaLoader/dl_aix.xs
7074 ____________________________________________________________________________
7075 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
7076         Log: Must hold off building s2p until there's a miniperl.
7077      Branch: perl
7078            ! Makefile.SH
7079 ____________________________________________________________________________
7080 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
7081         Log: AIX: strerror_r() needs dTHX.
7082      Branch: perl
7083            ! ext/DynaLoader/dl_aix.xs
7084 ____________________________________________________________________________
7085 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
7086         Log: Extracting the s2p may require the right dynlibpath.
7087      Branch: perl
7088            ! Makefile.SH
7089 ____________________________________________________________________________
7090 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
7091         Log: Doc tweaks.
7092      Branch: perl
7093            ! ext/Time/HiRes/HiRes.pm
7094 ____________________________________________________________________________
7095 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
7096         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
7097              From: Michael G Schwern <schwern@pobox.com>
7098              Date: Thu, 11 Apr 2002 01:25:26 -0400
7099              Message-ID: <20020411052525.GA17038@blackrider>
7100      Branch: perl
7101            + lib/ExtUtils/t/INST_PREFIX.t
7102            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
7103            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7104            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7105            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
7106            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
7107            ! lib/ExtUtils/t/prefixify.t
7108 ____________________________________________________________________________
7109 [ 15855] By: nick                                  on 2002/04/11  06:26:44
7110         Log: Integrate mainline
7111      Branch: perlio
7112           !> (integrate 42 files)
7113 ____________________________________________________________________________
7114 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
7115         Log: Unused variables.
7116      Branch: perl
7117            ! ext/threads/shared/shared.xs ext/threads/threads.xs
7118 ____________________________________________________________________________
7119 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
7120         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
7121              From: Ilya Martynov <ilya@martynov.org>
7122              Date: 11 Apr 2002 03:21:17 +0400
7123              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
7124      Branch: perl
7125            ! lib/Term/ReadLine.pm
7126 ____________________________________________________________________________
7127 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
7128         Log: Upgrade to Encode 1.33, from Dan Kogai.
7129      Branch: perl
7130            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7131            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
7132            ! ext/Encode/lib/Encode/Supported.pod
7133            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
7134            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
7135            ! ext/Encode/ucm/adobeSymbol.ucm
7136            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
7137 ____________________________________________________________________________
7138 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
7139         Log: Backward portability from Dan Kogai.
7140      Branch: perl
7141            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
7142            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
7143            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
7144            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
7145            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
7146            ! ext/Storable/t/store.t ext/Storable/t/tied.t
7147            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
7148            ! ext/Storable/t/utf8.t
7149 ____________________________________________________________________________
7150 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
7151         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
7152              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
7153              bug in B::walkoptree still to be fixed.
7154      Branch: perl
7155            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
7156 ____________________________________________________________________________
7157 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
7158         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
7159              From: Philip Newton <Philip.Newton@gmx.net>
7160              Date: Wed, 10 Apr 2002 21:29:58 +0200
7161              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
7162      Branch: perl
7163            ! pod/perldelta.pod
7164 ____________________________________________________________________________
7165 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
7166         Log: Integrate perlio;
7167              
7168              Add a \t to Win32 pm_to_blib $(TOUCH) line.
7169      Branch: perl
7170           !> lib/ExtUtils/MM_Win32.pm
7171 ____________________________________________________________________________
7172 [ 15847] By: nick                                  on 2002/04/10  13:08:29
7173         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
7174      Branch: perlio
7175            ! lib/ExtUtils/MM_Win32.pm
7176 ____________________________________________________________________________
7177 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
7178         Log: Try to fool old AIX when threading, from Merijn.
7179      Branch: perl
7180            ! perl.h
7181 ____________________________________________________________________________
7182 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
7183         Log: Update Changes.
7184      Branch: perl
7185            ! Changes patchlevel.h
7186 ____________________________________________________________________________
7187 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
7188         Log: Welcome to the 5.7.3.
7189      Branch: perl
7190            ! NetWare/Makefile win32/Makefile
7191 ____________________________________________________________________________
7192 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
7193         Log: Make x2p/s2p part of the test_prep target now that we
7194              have a test for it.
7195      Branch: perl
7196            ! Makefile.SH
7197 ____________________________________________________________________________
7198 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
7199         Log: Integrate perlio.
7200              
7201              We have been 5.7.3 for a while - install there ...
7202      Branch: perl
7203           !> win32/makefile.mk
7204 ____________________________________________________________________________
7205 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
7206         Log: SImilarly to old HP-UX, in old AIX too including
7207              crypt.h leads into trouble.  (from Merijn)
7208      Branch: perl
7209            ! hints/aix.sh
7210 ____________________________________________________________________________
7211 [ 15840] By: nick                                  on 2002/04/10  10:04:19
7212         Log: We have been 5.7.3 for a while - install there ...
7213      Branch: perlio
7214            ! win32/makefile.mk
7215 ____________________________________________________________________________
7216 [ 15839] By: nick                                  on 2002/04/10  10:03:46
7217         Log: Intgrate mainline
7218      Branch: perlio
7219           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
7220            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
7221            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
7222           !> (integrate 40 files)
7223 ____________________________________________________________________________
7224 [ 15838] By: ams                                   on 2002/04/10  04:16:45
7225         Log: Subject: [PATCH] ext/attrs.t getting skipped
7226              From: "Craig A. Berry" <craigberry@mac.com>
7227              Date: Tue, 9 Apr 2002 23:58:49 -0500
7228              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
7229      Branch: perl
7230            ! t/TEST
7231 ____________________________________________________________________________
7232 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
7233         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
7234              From: Michael G Schwern <schwern@pobox.com>
7235              Date: Tue, 9 Apr 2002 20:52:55 -0400
7236              Message-ID: <20020410005254.GI8954@blackrider>
7237      Branch: perl
7238            ! t/op/sub_lval.t
7239 ____________________________________________________________________________
7240 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
7241         Log: Undo accident in #15385.
7242      Branch: metaconfig/U/perl
7243            ! Extensions.U
7244 ____________________________________________________________________________
7245 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
7246         Log: Retract the UTF-8 filenames patch.  This may be
7247              better dealt with in Perl level, a la File::Spec
7248              (since the whole mess is strongly filesystem-specific).
7249      Branch: metaconfig/U/perl
7250            + usecjk.U
7251            ! Extensions.U
7252      Branch: perl
7253            - ext/File/Glob/t/utf8.t
7254            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7255            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
7256            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7257            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
7258            ! t/op/readdir.t
7259 ____________________________________________________________________________
7260 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
7261         Log: Upgrade to Encode 1.32, from Dan Kogai.
7262      Branch: perl
7263            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
7264            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
7265            - ext/Encode/ucm/macGurmukhi.ucm
7266            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
7267            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
7268            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
7269            ! ext/Encode/lib/Encode/Encoder.pm
7270            ! ext/Encode/lib/Encode/Supported.pod
7271            ! ext/Encode/lib/Encode/Unicode.pm
7272            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
7273            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
7274 ____________________________________________________________________________
7275 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
7276         Log: Add tests for s2p/psed, from Wolfgang Laun.
7277      Branch: perl
7278            + t/x2p/s2p.t
7279            ! MANIFEST t/TEST
7280 ____________________________________________________________________________
7281 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
7282         Log: FAQ sync.
7283      Branch: perl
7284            ! pod/perlfaq2.pod pod/perlfaq3.pod
7285 ____________________________________________________________________________
7286 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
7287         Log: Remove false dependency between getgrent and setpwent
7288              having/not having FILE**.  Also make the names of the
7289              {set,get,end}* interface struct members a bit shorter.
7290      Branch: perl
7291            ! reentr.c reentr.h reentr.pl
7292 ____________________________________________________________________________
7293 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
7294         Log: Avoid bad prototypes.
7295      Branch: perl
7296            ! hints/hpux.sh
7297 ____________________________________________________________________________
7298 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
7299         Log: metaconfig unit change for #15828.
7300      Branch: metaconfig
7301            ! U/protos/Protochk.U
7302 ____________________________________________________________________________
7303 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
7304         Log: As Merijn points out, pthread.h really needs to be known
7305              by protochk.
7306      Branch: perl
7307            ! Configure
7308 ____________________________________________________________________________
7309 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
7310         Log: Integrate perlio;
7311              
7312              Patch up Encode for Tk
7313      Branch: perl
7314           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
7315           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
7316 ____________________________________________________________________________
7317 [ 15826] By: nick                                  on 2002/04/09  12:38:25
7318         Log: Patch up Encode for Tk
7319      Branch: perlio
7320            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
7321            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
7322 ____________________________________________________________________________
7323 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
7324         Log: Portability tweak.
7325      Branch: perl
7326            ! lib/File/CheckTree.t
7327 ____________________________________________________________________________
7328 [ 15824] By: sky                                   on 2002/04/09  10:51:07
7329         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
7330              From: Abigail <abigail@osp.nl>
7331              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
7332              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
7333      Branch: perl
7334            ! pod/perlhist.pod
7335 ____________________________________________________________________________
7336 [ 15823] By: nick                                  on 2002/04/09  08:17:59
7337         Log: Integrate mainline
7338      Branch: perlio
7339           +> ext/Encode/lib/Encode/Config.pm
7340           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
7341           !> (integrate 37 files)
7342 ____________________________________________________________________________
7343 [ 15822] By: ams                                   on 2002/04/09  06:43:50
7344         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
7345              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7346              Date: Tue, 09 Apr 2002 02:00:51 -0400
7347              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
7348      Branch: perl
7349            ! lib/File/CheckTree.pm
7350 ____________________________________________________________________________
7351 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
7352         Log: Small perldelta tweaks.
7353      Branch: perl
7354            ! pod/perldelta.pod
7355 ____________________________________________________________________________
7356 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
7357         Log: File::Checktree update from Paul Grassie.
7358      Branch: perl
7359            ! lib/File/CheckTree.pm lib/File/CheckTree.t
7360 ____________________________________________________________________________
7361 [ 15819] By: ams                                   on 2002/04/08  22:43:48
7362         Log: Subject: patch against t/op/sub_lval.t
7363              From: Jim Cromie <jcromie@divsol.com>
7364              Date: Mon, 08 Apr 2002 17:38:16 -0600
7365              Message-Id: <3CB229E8.9080500@divsol.com>
7366      Branch: perl
7367            ! t/op/sub_lval.t
7368 ____________________________________________________________________________
7369 [ 15818] By: ams                                   on 2002/04/08  22:40:16
7370         Log: Humbly pay homage to the redundancy gods.
7371      Branch: perl
7372            ! mg.c
7373 ____________________________________________________________________________
7374 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
7375         Log: metaconfig mirror #15816.
7376      Branch: metaconfig
7377            ! U/modified/Unix.U
7378 ____________________________________________________________________________
7379 [ 15816] By: ams                                   on 2002/04/08  22:18:32
7380         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
7381      Branch: perl
7382            ! Porting/Glossary
7383 ____________________________________________________________________________
7384 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
7385         Log: Small piconv tweaks (sent to Dan).
7386      Branch: perl
7387            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
7388            ! ext/Encode/lib/Encode/Alias.pm
7389 ____________________________________________________________________________
7390 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
7391         Log: Update Changes.
7392      Branch: perl
7393            ! Changes patchlevel.h
7394 ____________________________________________________________________________
7395 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
7396         Log: FAQ sync.  (Ignoring the few URL differences for now.)
7397      Branch: perl
7398            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7399            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7400            ! pod/perlfaq7.pod pod/perlfaq9.pod
7401 ____________________________________________________________________________
7402 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
7403         Log: Upgrade to Encode 1.31, from Dan Kogai.
7404      Branch: perl
7405            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
7406            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
7407            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
7408            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
7409 ____________________________________________________________________________
7410 [ 15811] By: ams                                   on 2002/04/08  17:00:37
7411         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
7412              From: Andy Dougherty <doughera@lafayette.edu>
7413              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
7414              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
7415      Branch: perl
7416            ! lib/sort.t pp_sort.c
7417 ____________________________________________________________________________
7418 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
7419         Log: metaconfig unit changes for #15809.
7420      Branch: metaconfig
7421            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
7422 ____________________________________________________________________________
7423 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
7424         Log: Mirroring #15806.
7425      Branch: perl
7426            ! Porting/Glossary Porting/config.sh Porting/config_H
7427 ____________________________________________________________________________
7428 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
7429         Log: metaconfig unit changes for #15807.
7430      Branch: metaconfig
7431            ! U/protos/Protochk.U U/threads/d_asctime_r.U
7432            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
7433            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
7434            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
7435            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
7436            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
7437            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
7438            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
7439            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
7440            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
7441            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
7442            ! U/threads/d_getprotobyname_r.U
7443            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7444            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7445            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7446            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7447            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7448            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7449            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7450            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7451            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7452            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7453            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7454            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7455            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7456            ! U/threads/i_pthread.U
7457      Branch: perl
7458            ! config_h.SH
7459 ____________________________________________________________________________
7460 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
7461         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
7462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7463              Date: Mon, 08 Apr 2002 14:34:27 +0200
7464              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
7465      Branch: perl
7466            ! Configure hints/hpux.sh reentr.pl
7467 ____________________________________________________________________________
7468 [ 15806] By: ams                                   on 2002/04/08  13:50:43
7469         Log: Subject: [PATCH] Updates to Porting/Glossary
7470              From: Paul_GreenVOS@vos.stratus.com
7471              Date: Mon, 8 Apr 02 10:44 edt
7472              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
7473      Branch: perl
7474            ! Porting/Glossary
7475 ____________________________________________________________________________
7476 [ 15805] By: ams                                   on 2002/04/08  13:47:32
7477         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
7478              coredumps on startup)
7479              From: Michael G Schwern <schwern@pobox.com>
7480              Date: Mon, 8 Apr 2002 10:34:49 -0400
7481              Message-Id: <20020408143449.GB3245@blackrider>
7482      Branch: perl
7483            ! lib/ExtUtils/MM_Unix.pm
7484 ____________________________________________________________________________
7485 [ 15804] By: ams                                   on 2002/04/08  13:29:28
7486         Log: Subject: [PATCH] example in pod/perllexwarn.pod
7487              From: Slaven Rezic <slaven.rezic@berlin.de>
7488              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
7489              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
7490      Branch: perl
7491            ! pod/perllexwarn.pod
7492 ____________________________________________________________________________
7493 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
7494         Log: Upgrade to Encode 1.30, from Dan Kogai. 
7495      Branch: perl
7496            + ext/Encode/lib/Encode/Encoder.pm
7497            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
7498            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
7499            ! ext/Encode/lib/Encode/Supported.pod
7500            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
7501            ! ext/Encode/t/grow.t
7502 ____________________________________________________________________________
7503 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
7504         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
7505              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7506              Date: Mon, 08 Apr 2002 01:08:40 +0100
7507              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
7508      Branch: perl
7509            ! ext/MIME/Base64/t/base64.t
7510 ____________________________________________________________________________
7511 [ 15801] By: nick                                  on 2002/04/08  07:28:27
7512         Log: Integrate mainline
7513      Branch: perlio
7514           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
7515           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
7516           +> ext/File/Glob/t/utf8.t
7517           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7518           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7519           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
7520            - ext/Encode/lib/Encode/10646_1.pm
7521            - ext/Encode/lib/Encode/Internal.pm
7522            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7523            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
7524            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
7525            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
7526            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
7527            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
7528            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
7529           !> (integrate 157 files)
7530 ____________________________________________________________________________
7531 [ 15800] By: ams                                   on 2002/04/08  07:06:21
7532         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
7533              From: Jan Dubois <JanD@ActiveState.com>
7534              Date: Mon, 08 Apr 2002 00:10:39 -0700
7535              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
7536      Branch: perl
7537            ! lib/ExtUtils/Packlist.pm
7538 ____________________________________________________________________________
7539 [ 15799] By: ams                                   on 2002/04/08  04:50:36
7540         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
7541              From: Stas Bekman <stas@stason.org>
7542              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
7543              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
7544      Branch: perl
7545            ! pod/perlguts.pod
7546 ____________________________________________________________________________
7547 [ 15798] By: ams                                   on 2002/04/08  03:56:52
7548         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
7549      Branch: perl
7550            ! util.c
7551 ____________________________________________________________________________
7552 [ 15797] By: ams                                   on 2002/04/08  01:30:38
7553         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
7554              same line of code. (As suggested by Simon Cozens.)
7555      Branch: perl
7556            ! mg.c
7557 ____________________________________________________________________________
7558 [ 15796] By: ams                                   on 2002/04/08  01:27:24
7559         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
7560              Simon Cozens.
7561      Branch: perl
7562            ! embed.fnc util.c
7563 ____________________________________________________________________________
7564 [ 15795] By: ams                                   on 2002/04/08  01:05:16
7565         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
7566              From: Tom Brown <thecap@peach.ece.utexas.edu>
7567              Date: Sun, 07 Apr 2002 23:20:05 GMT
7568              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
7569      Branch: perl
7570            ! ext/Devel/DProf/DProf.xs
7571 ____________________________________________________________________________
7572 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
7573         Log: Retract #15793 since #15775 should fix the problem.
7574      Branch: perl
7575            ! hv.c
7576 ____________________________________________________________________________
7577 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
7578         Log: (Retracted by #15794)
7579              Subject: [PATCH] hv.c
7580              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7581              Date: Sun, 7 Apr 2002 14:25:48 +0200
7582              Message-ID: <3CB056EC.16340.1119992@localhost>
7583      Branch: perl
7584            ! hv.c
7585 ____________________________________________________________________________
7586 [ 15792] By: ams                                   on 2002/04/07  21:48:49
7587         Log: Make other nits nervous.
7588      Branch: perl
7589            ! gv.c perl.c
7590 ____________________________________________________________________________
7591 [ 15791] By: ams                                   on 2002/04/07  20:31:08
7592         Log: Subject: [MIME::Base64 patch] t/base64.t fix
7593              From: Dan Kogai <dankogai@dan.co.jp>
7594              Date: Mon, 8 Apr 2002 06:19:29 +0900
7595              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
7596      Branch: perl
7597            ! ext/MIME/Base64/t/base64.t
7598 ____________________________________________________________________________
7599 [ 15790] By: ams                                   on 2002/04/07  20:15:52
7600         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
7601              From: Slaven Rezic <slaven.rezic@berlin.de>
7602              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
7603              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
7604      Branch: perl
7605            ! ext/Devel/Peek/Peek.xs
7606 ____________________________________________________________________________
7607 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
7608         Log: Fully qualify in warning message the name of a subroutine redefined
7609              via glob assignment
7610      Branch: perl
7611            ! sv.c t/lib/warnings/op t/lib/warnings/sv
7612 ____________________________________________________________________________
7613 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
7614         Log: Update from Dan Kogai.
7615      Branch: perl
7616            ! ext/Encode/t/Unicode.t
7617 ____________________________________________________________________________
7618 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
7619         Log: Can't right now twist my brain to figure out
7620              the right CR/LF code point mappings in EBCDIC.
7621      Branch: perl
7622            ! lib/Pod/t/eol.t
7623 ____________________________________________________________________________
7624 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
7625         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
7626              From: Nicholas Clark <nick@ccl4.org>
7627              Date: Sun, 7 Apr 2002 15:01:56 +0100
7628              Message-ID: <20020407150156.R10686@plum.flirble.org>
7629      Branch: perl
7630            ! ext/Data/Dumper/Dumper.xs
7631 ____________________________________________________________________________
7632 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
7633         Log: Tpyo.
7634      Branch: perl
7635            ! lib/Pod/t/eol.t
7636 ____________________________________________________________________________
7637 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
7638         Log: EBCDIC branch was forgotten.
7639      Branch: perl
7640            ! ext/Devel/Peek/Peek.t
7641 ____________________________________________________________________________
7642 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
7643         Log: charnames::viacode() was broken, noticed by Jeffrey.
7644      Branch: perl
7645            ! lib/charnames.pm lib/charnames.t
7646 ____________________________________________________________________________
7647 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
7648         Log: Missing files.
7649      Branch: perl
7650            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
7651            ! MANIFEST ext/Encode/MANIFEST
7652 ____________________________________________________________________________
7653 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
7654         Log: (intentionally empty)
7655      Branch: perl
7656            ! MANIFEST sv.h
7657 ____________________________________________________________________________
7658 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
7659         Log: Upgrade to Encode 1.26, from Dan Kogai.
7660      Branch: perl
7661            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
7662            + ext/Encode/ucm/jis0212.ucm
7663            - ext/Encode/lib/Encode/10646_1.pm
7664            - ext/Encode/lib/Encode/Internal.pm
7665            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7666            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
7667            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
7668            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
7669            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
7670            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
7671            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
7672            - ext/Encode/ucm/macRumanian.ucm
7673            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
7674            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
7675            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
7676            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
7677            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7678            ! ext/Encode/lib/Encode/Encoding.pm
7679            ! ext/Encode/lib/Encode/Supported.pod
7680            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
7681            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
7682            ! ext/Encode/ucm/adobeSymbol.ucm
7683            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
7684            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
7685            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
7686            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
7687            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
7688            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
7689            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
7690            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
7691            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
7692            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
7693            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
7694            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
7695            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
7696            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
7697            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
7698            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
7699            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
7700            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
7701            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
7702            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
7703            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
7704            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
7705            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
7706            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
7707            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
7708            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
7709            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
7710            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
7711            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
7712            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
7713            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7714            ! ext/Encode/ucm/nextstep.ucm
7715 ____________________________________________________________________________
7716 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
7717         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
7718              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
7719              Now, where was my coffee mug...
7720      Branch: perl
7721            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
7722            ! pp_sys.c
7723 ____________________________________________________________________________
7724 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
7725         Log: Subject: [PATCH] MakeMaker basic.t on Win32
7726              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7727              Date: Sun, 7 Apr 2002 14:25:48 +0200
7728              Message-ID: <3CB056EC.27101.1119A3D@localhost>
7729              
7730              Subject: [PATCH] MakeMaker && Win32 && nmake
7731              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7732              Date: Sun, 7 Apr 2002 14:25:48 +0200
7733              Message-ID: <3CB056EC.9001.11199ED@localhost>
7734      Branch: perl
7735            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7736 ____________________________________________________________________________
7737 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
7738         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
7739              From: Philip Newton <Philip.Newton@gmx.net>
7740              Date: Sun, 07 Apr 2002 07:51:49 +0200      
7741              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
7742      Branch: perl
7743            ! utf8.c
7744 ____________________________________________________________________________
7745 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
7746         Log: There was no nice way of getting in UTF-8 filenames:
7747              now one can use in the (new) three-arg form of readdir()
7748              and in File::Glob import a ":utf8" to transparently accept
7749              the filenames as Unicode.  Note that only :utf8 is supported,
7750              not fancier stuff like :encoding(foobar)
7751      Branch: perl
7752            + ext/File/Glob/t/utf8.t
7753            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7754            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
7755            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7756            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
7757            ! t/op/readdir.t
7758 ____________________________________________________________________________
7759 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
7760         Log: Subject: [PATCH] Re: perl@15772
7761              From: Nicholas Clark <nick@ccl4.org>
7762              Date: Sun, 7 Apr 2002 11:06:42 +0100
7763              Message-ID: <20020407110641.O10686@plum.flirble.org>
7764      Branch: perl
7765            ! hv.c
7766 ____________________________________________________________________________
7767 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
7768         Log: Subject: [PATCH] Re: 15764 breakage
7769              From: Michael G Schwern <schwern@pobox.com>
7770              Date: Sat, 6 Apr 2002 19:14:02 -0500
7771              Message-ID: <20020407001401.GA7076@blackrider>
7772      Branch: perl
7773            ! lib/ExtUtils/MM_Unix.pm
7774 ____________________________________________________________________________
7775 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
7776         Log: Instruction tweak.
7777      Branch: perl
7778            ! README.os390
7779 ____________________________________________________________________________
7780 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
7781         Log: Update Changes.
7782      Branch: perl
7783            ! Changes patchlevel.h
7784 ____________________________________________________________________________
7785 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
7786         Log: Subject: [PATCH] Encode tweaks for VMS
7787              From: Michael G Schwern <schwern@pobox.com>
7788              Date: Sat, 6 Apr 2002 03:26:09 -0500
7789              Message-ID: <20020406082609.GA28758@blackrider>
7790      Branch: perl
7791            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7792            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
7793            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7794            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7795 ____________________________________________________________________________
7796 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
7797         Log: Prettyprinting and version paranoia.
7798      Branch: perl
7799            ! ext/DB_File/t/db-recno.t
7800 ____________________________________________________________________________
7801 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
7802         Log: Be explicit about the two DB_File tests croaking
7803              in Mac OS X.
7804      Branch: perl
7805            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
7806 ____________________________________________________________________________
7807 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
7808         Log: Regen toc.
7809      Branch: perl
7810            ! pod/perltoc.pod
7811 ____________________________________________________________________________
7812 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
7813         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7814              From: Benjamin Goldberg <goldbb2@earthlink.net>
7815              Date: Fri, 05 Apr 2002 19:15:42 -0500
7816              Message-ID: <3CAE3E2E.8483505@earthlink.net>
7817      Branch: perl
7818            ! hv.h
7819 ____________________________________________________________________________
7820 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
7821         Log: Underline that the current implementation is not
7822              guaranteed to be forever; and reformat a bit.
7823      Branch: perl
7824            ! lib/utf8.pm
7825 ____________________________________________________________________________
7826 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
7827         Log: Subject: Weak spots in the utf8 manpage
7828              From: andreas.koenig@anima.de (Andreas J. Koenig)
7829              Date: Fri, 05 Apr 2002 10:08:44 +0200      
7830              Message-ID: <m3u1qqefeb.fsf@anima.de>      
7831      Branch: perl
7832            ! lib/utf8.pm
7833 ____________________________________________________________________________
7834 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
7835         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
7836              From: Michael G Schwern <schwern@pobox.com>
7837              Date: Sat, 6 Apr 2002 03:22:03 -0500
7838              Message-ID: <20020406082203.GA28713@blackrider>
7839      Branch: perl
7840            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7841            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7842            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
7843            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7844            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
7845            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7846            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7847            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
7848            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
7849            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
7850 ____________________________________________________________________________
7851 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
7852         Log: No need to avoid utf8 warnings after #15762.
7853      Branch: perl
7854            ! lib/Unicode/Collate.pm
7855 ____________________________________________________________________________
7856 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
7857         Log: As noted by Philip Newton: nothing wrong with BOM,
7858              but 0xFFFE quite wrong.
7859      Branch: perl
7860            ! t/lib/warnings/utf8 utf8.c utf8.h
7861 ____________________________________________________________________________
7862 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
7863         Log: Explain the "gaps" in the UTF-8 encoding.
7864      Branch: perl
7865            ! pod/perlunicode.pod utf8.h
7866 ____________________________________________________________________________
7867 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
7868         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
7869              From: Nicholas Clark <nick@unfortu.net>
7870              Date: Sat, 6 Apr 2002 14:54:51 +0100
7871              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
7872      Branch: perl
7873            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7874 ____________________________________________________________________________
7875 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
7876         Log: Signedness nits.
7877      Branch: perl
7878            ! hv.c
7879 ____________________________________________________________________________
7880 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
7881         Log: Make hv_notallowed a static as suggested by Nick Clark;
7882              and synchronize the nomenclature to talk about restricted
7883              (not fixed) hashes.
7884      Branch: perl
7885            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
7886            ! proto.h
7887 ____________________________________________________________________________
7888 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
7889         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7890              From: Nicholas Clark <nick@unfortu.net>
7891              Date: Sat, 6 Apr 2002 00:21:17 +0100
7892              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
7893              
7894              (with the last one reversed)
7895      Branch: perl
7896            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
7897            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
7898 ____________________________________________________________________________
7899 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
7900         Log: Update the warning message.
7901      Branch: perl
7902            ! README.tru64
7903 ____________________________________________________________________________
7904 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
7905         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
7906              From: Dan Kogai <dankogai@dan.co.jp>
7907              Date: Sat, 6 Apr 2002 06:08:40 +0900
7908              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
7909      Branch: perl
7910            ! pod/perlunicode.pod
7911 ____________________________________________________________________________
7912 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
7913         Log: Some tests were failing silently instead of saying "not ok"
7914      Branch: perl
7915            ! t/comp/proto.t
7916 ____________________________________________________________________________
7917 [ 15753] By: nick                                  on 2002/04/05  19:30:12
7918         Log: Integrate mainline
7919      Branch: perlio
7920           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
7921           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
7922           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
7923 ____________________________________________________________________________
7924 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
7925         Log: Minor Tie::File test patch, from mjd.
7926      Branch: perl
7927            ! lib/Tie/File/t/24_cache_loop.t
7928 ____________________________________________________________________________
7929 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
7930         Log: Not *that* different line endings (noticed by Philip Newton)
7931      Branch: perl
7932            ! pod/perldelta.pod
7933 ____________________________________________________________________________
7934 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
7935         Log: Retract #15745 for now; won't work without more Encode fixes.
7936      Branch: perl
7937            ! ext/Encode/lib/Encode/10646_1.pm
7938 ____________________________________________________________________________
7939 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
7940         Log: metaconfig unit change for #15748.
7941      Branch: metaconfig
7942            ! U/modified/Oldconfig.U
7943 ____________________________________________________________________________
7944 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
7945         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
7946              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7947              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
7948              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
7949      Branch: perl
7950            ! Configure
7951 ____________________________________________________________________________
7952 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
7953         Log: NetWare update from C Aditya.
7954      Branch: perl
7955            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
7956 ____________________________________________________________________________
7957 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
7958         Log: Win32 pacifying from mjd.
7959      Branch: perl
7960            ! lib/Tie/File/t/26_twrite.t
7961 ____________________________________________________________________________
7962 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
7963         Log: Integrate perlio;
7964              
7965              Not only did UCS-2 have dodgy name it was buggy.
7966      Branch: perl
7967           !> ext/Encode/lib/Encode/10646_1.pm
7968 ____________________________________________________________________________
7969 [ 15744] By: nick                                  on 2002/04/05  13:02:36
7970         Log: Not only did UCS-2 have dodgy name it was buggy.
7971      Branch: perlio
7972            ! ext/Encode/lib/Encode/10646_1.pm
7973 ____________________________________________________________________________
7974 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
7975         Log: Subject: Patch for bug ID 20020221.007
7976              From: Archer Sully <archer@meer.net>
7977              Date: Thu, 4 Apr 2002 21:45:34 -0700
7978              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
7979              
7980              Fix for "[ID 20020221.007] SEGV in Storable with empty string
7981              scalar object" (dclone)
7982      Branch: perl
7983            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
7984 ____________________________________________________________________________
7985 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
7986         Log: Subject: Re: lib/sort.t failure 
7987              From: "John P. Linderman" <jpl@research.att.com>
7988              Date: Fri, 05 Apr 2002 06:19:07 -0500
7989              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
7990              
7991              with a minor formatting tweak
7992      Branch: perl
7993            ! pod/perlfunc.pod
7994 ____________________________________________________________________________
7995 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
7996         Log: Subject: Re: lib/sort.t failure (and [PATCH])
7997              From: "John P. Linderman" <jpl@research.att.com>
7998              Date: Fri, 05 Apr 2002 07:13:27 -0500
7999              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
8000      Branch: perl
8001            ! lib/sort.t
8002 ____________________________________________________________________________
8003 [ 15740] By: nick                                  on 2002/04/05  09:31:42
8004         Log: Integrate mainline
8005      Branch: perlio
8006           +> (branch 49 files)
8007           !> (integrate 82 files)
8008 ____________________________________________________________________________
8009 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
8010         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
8011              From: Dan Kogai <dankogai@dan.co.jp>
8012              Date: Fri, 5 Apr 2002 11:52:50 +0900
8013              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
8014      Branch: perl
8015            ! ext/Encode/t/Aliases.t
8016 ____________________________________________________________________________
8017 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
8018         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
8019              From: Dan Kogai <dankogai@dan.co.jp>
8020              Date: Fri, 5 Apr 2002 11:39:55 +0900
8021              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
8022      Branch: perl
8023            ! ext/Encode/lib/Encode/Alias.pm
8024 ____________________________________________________________________________
8025 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
8026         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
8027              From: Ilmari Karonen <iltzu@sci.fi>
8028              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
8029              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
8030      Branch: perl
8031            ! gv.c t/op/method.t
8032 ____________________________________________________________________________
8033 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
8034         Log: I was fooled for a while, somebody else might be too.
8035      Branch: perl
8036            ! t/test.pl
8037 ____________________________________________________________________________
8038 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
8039         Log: test.pl-ify.
8040      Branch: perl
8041            ! t/op/method.t
8042 ____________________________________________________________________________
8043 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
8044         Log: Upgrade to Encode 1.20, from Dan Kogai.
8045      Branch: perl
8046            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
8047            + ext/Encode/ucm/adobeSymbol.ucm
8048            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
8049            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
8050            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
8051            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
8052            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
8053            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
8054            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
8055            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
8056            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
8057            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
8058            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
8059            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
8060            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
8061            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
8062            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
8063            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
8064            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
8065            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
8066            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
8067            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
8068            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
8069            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
8070            + ext/Encode/ucm/macSymbol.ucm
8071            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8072            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
8073            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
8074            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8075            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8076            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
8077            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8078            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8079            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
8080            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
8081            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
8082            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
8083            ! ext/Encode/lib/Encode/Alias.pm
8084            ! ext/Encode/lib/Encode/Supported.pod
8085            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8086            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
8087            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
8088            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
8089            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
8090            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
8091            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
8092            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
8093            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
8094            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
8095            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
8096            ! ext/Encode/ucm/nextstep.ucm
8097 ____________________________________________________________________________
8098 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
8099         Log: Subject: left-over "use 5.7.2" in threads.pm
8100              From: Slaven Rezic <slaven.rezic@berlin.de>
8101              Date: 21 Mar 2002 23:18:13 +0100
8102              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
8103      Branch: perl
8104            ! ext/threads/threads.pm
8105 ____________________________________________________________________________
8106 [ 15732] By: ams                                   on 2002/04/04  17:08:13
8107         Log: Subject: [PATCH 5.7.3 DOCS]
8108              From: mjd@plover.com
8109              Date: 4 Apr 2002 15:59:39 -0000
8110              Message-Id: <20020404155939.6754.qmail@plover.com>
8111      Branch: perl
8112            ! pod/perlfaq9.pod
8113 ____________________________________________________________________________
8114 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
8115         Log: metaconfig unit change for #15730.
8116      Branch: metaconfig
8117            ! U/threads/usethreads.U
8118 ____________________________________________________________________________
8119 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
8120         Log: Subject: Re: lib/sort.t failure [PATCH]
8121              From: Andy Dougherty <doughera@lafayette.edu>
8122              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
8123              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
8124              
8125              Default to usethreads in case the user most probably forgot it.
8126      Branch: perl
8127            ! Configure
8128 ____________________________________________________________________________
8129 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
8130         Log: Typo nits from Wolfgang Laun.
8131      Branch: perl
8132            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
8133 ____________________________________________________________________________
8134 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
8135         Log: Detypo in diagnostics.
8136      Branch: perl
8137            ! lib/locale.t
8138 ____________________________________________________________________________
8139 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
8140         Log: pod2html: try to be EOL agnostic.
8141              (Needs testing on CRLF and CR platforms.)
8142      Branch: perl
8143            + lib/Pod/t/eol.t
8144            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
8145 ____________________________________________________________________________
8146 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
8147         Log: Subject: [PATCH} Pod::HTML and HTML4
8148              From: Robert Spier <rspier@pobox.com>
8149              Date: Wed, 03 Apr 2002 16:26:21 -0800
8150              Message-ID: <3CAB9DAD.20305@pobox.com>
8151      Branch: perl
8152            ! lib/Pod/Html.pm
8153 ____________________________________________________________________________
8154 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
8155         Log: Byebye, beebee.
8156      Branch: perl
8157            ! t/lib/warnings/perlio
8158 ____________________________________________________________________________
8159 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
8160         Log: Subject: Re: enc2xs needs portable way to know it's in the core
8161              From: PPrymmer@factset.com
8162              Date: Wed, 3 Apr 2002 14:29:32 -0500
8163              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
8164      Branch: perl
8165            ! configure.com
8166 ____________________________________________________________________________
8167 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
8168         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
8169              From: Dominic Dunlop <domo@computer.org>
8170              Date: Wed, 3 Apr 2002 22:44:01 +0200
8171              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
8172      Branch: perl
8173            ! lib/File/Spec/t/rel2abs2rel.t
8174 ____________________________________________________________________________
8175 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
8176         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
8177              From: Paul_GreenVOS@vos.stratus.com
8178              Date: Wed, 3 Apr 02 16:34 est
8179              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
8180      Branch: perl
8181            ! pp_pack.c
8182 ____________________________________________________________________________
8183 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
8184         Log: Upgrade to Tie::File 0.93, from mjd.
8185      Branch: perl
8186            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
8187            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
8188            ! lib/Tie/File/t/41_heap.t
8189 ____________________________________________________________________________
8190 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
8191         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
8192              From: Andy Dougherty <doughera@lafayette.edu>
8193              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
8194              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
8195      Branch: perl
8196            ! lib/AnyDBM_File.t
8197 ____________________________________________________________________________
8198 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
8199         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
8200              and ccflags including -DNO_LOCALE
8201      Branch: perl
8202            ! perl.h
8203 ____________________________________________________________________________
8204 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
8205         Log: EPOC tweaks from Olaf Flebbe.
8206      Branch: perl
8207            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
8208 ____________________________________________________________________________
8209 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
8210         Log: Subject: [PATCH] Set @INC earlier
8211              From: Andy Dougherty <doughera@lafayette.edu>
8212              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
8213              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
8214      Branch: perl
8215            ! lib/AnyDBM_File.t lib/sort.t
8216 ____________________________________________________________________________
8217 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
8218         Log: perlcompile.pod was listing all B:: modules, except B::Concise
8219              (resubmitted)
8220      Branch: perl
8221            ! pod/perlcompile.pod
8222 ____________________________________________________________________________
8223 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
8224         Log: perlcompile.pod was listing all B:: modules, except B::Concise
8225      Branch: perl
8226            ! pod/perlcompile.pod
8227 ____________________________________________________________________________
8228 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
8229         Log: non-perlio robustness.
8230      Branch: perl
8231            ! ext/Socket/socketpair.t lib/utf8.t
8232 ____________________________________________________________________________
8233 [ 15713] By: nick                                  on 2002/04/03  18:06:49
8234         Log: Integrate mainline
8235      Branch: perlio
8236           +> lib/Tie/File/t/41_heap.t
8237           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
8238           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
8239           !> regexec.c t/op/re_tests t/op/tiearray.t
8240 ____________________________________________________________________________
8241 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
8242         Log: Tweak for 8.3 compat.
8243      Branch: perl
8244            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
8245            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
8246            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
8247            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
8248            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8249            ! ext/Encode/bin/enc2xs
8250 ____________________________________________________________________________
8251 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
8252         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
8253              From: Mark-Jason Dominus <mjd@plover.com>
8254              Date: Wed, 03 Apr 2002 13:04:40 -0500
8255              Message-ID: <20020403180440.7614.qmail@plover.com>
8256      Branch: perl
8257            ! t/op/tiearray.t
8258 ____________________________________________________________________________
8259 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
8260         Log: Forgotten.
8261      Branch: perl
8262            + lib/Tie/File/t/41_heap.t
8263            ! MANIFEST
8264 ____________________________________________________________________________
8265 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
8266         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
8267              From: Mark Kvale <kvale@phy.ucsf.edu>
8268              Date: Tue, 2 Apr 2002 13:57:37 -0800
8269              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
8270      Branch: perl
8271            ! t/op/re_tests
8272 ____________________________________________________________________________
8273 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
8274         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
8275              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
8276              Date: Wed, 03 Apr 2002 03:34:34 +0100
8277              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
8278      Branch: perl
8279            ! regcomp.c
8280 ____________________________________________________________________________
8281 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
8282         Log: The leavetry crash should now be history.
8283      Branch: perl
8284            ! t/op/tiearray.t
8285 ____________________________________________________________________________
8286 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
8287         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
8288              From: Michael G Schwern <schwern@pobox.com>
8289              Date: Wed, 3 Apr 2002 10:56:44 -0500
8290              Message-ID: <20020403155644.GC916@blackrider>
8291      Branch: perl
8292            ! lib/ExtUtils/MM_Win95.pm
8293 ____________________________________________________________________________
8294 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
8295         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
8296              From: Dave Mitchell <davem@fdgroup.com>
8297              Date: Wed, 3 Apr 2002 02:08:26 +0100
8298              Message-ID: <20020403020825.B16724@fdgroup.com>
8299      Branch: perl
8300            ! pp_ctl.c
8301 ____________________________________________________________________________
8302 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
8303         Log: Prototype tweak for non-threaded builds.
8304      Branch: perl
8305            ! perl.c
8306 ____________________________________________________________________________
8307 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
8308         Log: Detached threads do not help; they still hold resources.
8309      Branch: perl
8310            ! ext/threads/threads.pm pod/perldiag.pod
8311 ____________________________________________________________________________
8312 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
8313         Log: Doc tweak from Wolfgang Laun.
8314      Branch: perl
8315            ! lib/File/Compare.pm
8316 ____________________________________________________________________________
8317 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
8318         Log: Subject: [PATCH bleadperl] regexec.c
8319              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8320              Date: Wed, 3 Apr 2002 11:13:30 +0200
8321              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
8322      Branch: perl
8323            ! regexec.c
8324 ____________________________________________________________________________
8325 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
8326         Log: Document the "Cleanup skipped ..." warning.
8327      Branch: perl
8328            ! ext/threads/threads.pm pod/perldiag.pod
8329 ____________________________________________________________________________
8330 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
8331         Log: Integrate perlio;
8332              
8333              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
8334              
8335              Fix segfaults when mainthread exits with other threads running:
8336              - track number of running threads
8337              - if main thread calls perl_destruct() with other threads running
8338              skip most of cleanup (with a warning).
8339      Branch: perl
8340           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
8341           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
8342           !> pod/perlapi.pod proto.h
8343 ____________________________________________________________________________
8344 [ 15698] By: nick                                  on 2002/04/03  13:15:30
8345         Log: Fix segfaults when mainthread exits with other threads running:
8346              - track number of running threads
8347              - if main thread calls perl_destruct() with other threads running
8348              skip most of cleanup (with a warning).
8349      Branch: perlio
8350            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
8351            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
8352 ____________________________________________________________________________
8353 [ 15697] By: nick                                  on 2002/04/03  07:34:13
8354         Log: Integrate mainline
8355      Branch: perlio
8356           +> lib/Net/Ping/t/250_ping_hires.t
8357           !> (integrate 33 files)
8358 ____________________________________________________________________________
8359 [ 15696] By: nick                                  on 2002/04/03  06:41:58
8360         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
8361      Branch: perlio
8362            ! lib/ExtUtils/xsubpp
8363 ____________________________________________________________________________
8364 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
8365         Log: Subject: [PATCH @15047] debugger
8366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8367              Date: Sat, 16 Mar 2002 04:38:50 -0500
8368              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
8369      Branch: perl
8370            ! lib/perl5db.pl
8371 ____________________________________________________________________________
8372 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
8373         Log: Third Degree flags.
8374      Branch: perl
8375            ! Makefile.SH
8376 ____________________________________________________________________________
8377 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
8378         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
8379              From: Mark-Jason Dominus <mjd@plover.com>
8380              Date: Tue, 02 Apr 2002 16:35:11 -0500
8381              Message-ID: <20020402213511.27781.qmail@plover.com>
8382              
8383              (tweaked)
8384      Branch: perl
8385            ! pod/perlfunc.pod
8386 ____________________________________________________________________________
8387 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
8388         Log: Upgrade to Tie::File 0.92, from mjd.
8389      Branch: perl
8390            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
8391            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8392            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
8393            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
8394            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
8395            ! lib/Tie/File/t/40_abs_cache.t
8396 ____________________________________________________________________________
8397 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
8398         Log: Subject: [PATCH] Update my email address in perl.c
8399              From: Paul_GreenVOS@vos.stratus.com
8400              Date: Tue, 2 Apr 02 15:27 est
8401              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
8402      Branch: perl
8403            ! AUTHORS perl.c
8404 ____________________________________________________________________________
8405 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
8406         Log: POD fix.
8407      Branch: perl
8408            ! pod/perldelta.pod
8409 ____________________________________________________________________________
8410 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
8411         Log: What started as a small nit (the charnames test, nit found
8412              be Hugo), ballooned a bit... the goal is Larry's wish that
8413              illegal Unicode (such as U+FFFF) by default doesn't warn,
8414              since what if somebody WANTS to create illegal Unicode?
8415              Now getting close to this in the regex runtime.
8416              (Also, fix more of my fixation that BOM would be U+FFFE.)
8417      Branch: perl
8418            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
8419            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
8420 ____________________________________________________________________________
8421 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
8422         Log: Talk more about Net::Ping.
8423      Branch: perl
8424            ! pod/perldelta.pod
8425 ____________________________________________________________________________
8426 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
8427         Log: Upgrade to Net::Ping 2.14.
8428      Branch: perl
8429            + lib/Net/Ping/t/250_ping_hires.t
8430            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
8431            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
8432            ! lib/Net/Ping/t/140_stream_inst.t
8433 ____________________________________________________________________________
8434 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
8435         Log: XML::Parser 2.31 should be out shortly.
8436      Branch: perl
8437            ! pod/perldelta.pod
8438 ____________________________________________________________________________
8439 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
8440         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
8441              From: George Necula <necula@eecs.berkeley.edu>
8442              Date: Tue, 2 Apr 2002 10:22:41 -0800
8443              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
8444      Branch: perl
8445            ! lib/File/Spec/Cygwin.pm
8446 ____________________________________________________________________________
8447 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
8448         Log: EBCDIC test tweak.
8449      Branch: perl
8450            ! pod/perldelta.pod t/uni/case.pl
8451 ____________________________________________________________________________
8452 [ 15683] By: nick                                  on 2002/04/02  15:36:17
8453         Log: Integrate mainline
8454      Branch: perlio
8455           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
8456           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
8457           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
8458 ____________________________________________________________________________
8459 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
8460         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
8461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8462              Date: Tue, 2 Apr 2002 00:37:08 -0500
8463              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
8464      Branch: perl
8465            ! os2/os2ish.h perlio.c
8466 ____________________________________________________________________________
8467 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
8468         Log: Subject: [PATCH @15047] debugger again
8469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8470              Date: Tue, 2 Apr 2002 00:30:31 -0500
8471              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
8472      Branch: perl
8473            ! lib/perl5db.pl
8474 ____________________________________________________________________________
8475 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
8476         Log: Subject: [PATCH @15047] test() in CPAN.pm
8477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8478              Date: Tue, 2 Apr 2002 00:46:45 -0500
8479              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
8480      Branch: perl
8481            ! lib/CPAN.pm
8482 ____________________________________________________________________________
8483 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
8484         Log: Sync with libnet-1.11
8485      Branch: perl
8486            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
8487            ! lib/Net/SMTP.pm
8488 ____________________________________________________________________________
8489 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
8490         Log: NetWare tweaks from C Aditya.
8491      Branch: perl
8492            ! NetWare/t/NWScripts.pl scope.c
8493 ____________________________________________________________________________
8494 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
8495         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
8496              From: Dan Kogai <dankogai@dan.co.jp>
8497              Date: Tue, 2 Apr 2002 22:21:47 +0900
8498              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
8499      Branch: perl
8500            ! ext/Encode/Encode.xs
8501 ____________________________________________________________________________
8502 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
8503         Log: Integrate perlio;
8504              
8505              Calculate buffer size needs in float to avoid 32-bit overflow.
8506              
8507              Add buffer size growth test.
8508      Branch: perl
8509           +> ext/Encode/t/grow.t
8510           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
8511 ____________________________________________________________________________
8512 [ 15675] By: nick                                  on 2002/04/02  07:49:41
8513         Log: Add buffer size growth test.
8514      Branch: perlio
8515            + ext/Encode/t/grow.t
8516            ! MANIFEST ext/Encode/MANIFEST
8517 ____________________________________________________________________________
8518 [ 15674] By: nick                                  on 2002/04/02  07:40:49
8519         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
8520      Branch: perlio
8521            ! ext/Encode/Encode.xs
8522 ____________________________________________________________________________
8523 [ 15673] By: nick                                  on 2002/04/02  07:40:06
8524         Log: Integrate mainline
8525      Branch: perlio
8526           +> (branch 102 files)
8527            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8528            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8529            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8530            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8531            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8532            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8533            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8534            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8535            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
8536            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
8537            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8538            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
8539            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
8540            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
8541            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
8542            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
8543            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
8544            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
8545            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
8546            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
8547            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
8548            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
8549            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
8550            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
8551            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
8552            - ext/Encode/Encode/macCentEuro.ucm
8553            - ext/Encode/Encode/macCroatian.ucm
8554            - ext/Encode/Encode/macCyrillic.ucm
8555            - ext/Encode/Encode/macDingbats.ucm
8556            - ext/Encode/Encode/macGreek.ucm
8557            - ext/Encode/Encode/macIceland.ucm
8558            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8559            - ext/Encode/Encode/macRumanian.ucm
8560            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8561            - ext/Encode/Encode/macTurkish.ucm
8562            - ext/Encode/Encode/macUkraine.ucm
8563            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8564            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
8565            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
8566            - ext/Encode/compile ext/Encode/encode.h
8567            - ext/Encode/lib/Encode/CN/2022_CN.pm
8568            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
8569            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8570            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
8571            - lib/unicore/PropertyValueAliases.txt
8572           !> (integrate 143 files)
8573 ____________________________________________________________________________
8574 [ 15672] By: ams                                   on 2002/04/02  04:42:44
8575         Log: Win32 fix for Tie::File from MJD.
8576      Branch: perl
8577            ! lib/Tie/File.pm
8578 ____________________________________________________________________________
8579 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
8580         Log: Add a few tests to the timing-sensitive list.
8581      Branch: perl
8582            ! INSTALL
8583 ____________________________________________________________________________
8584 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
8585         Log: Subject: [PATCH sort.t] extensive regression testing
8586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8587              Date: Mon, 1 Apr 2002 23:50:24 +0200
8588              Message-ID: <20020401235024.E677@rafael>
8589      Branch: perl
8590            ! lib/sort.t
8591 ____________________________________________________________________________
8592 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
8593         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
8594              From: Nicholas Clark <nick@unfortu.net>
8595              Date: Mon, 1 Apr 2002 21:54:05 +0100
8596              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
8597      Branch: perl
8598            ! lib/Memoize/t/errors.t
8599 ____________________________________________________________________________
8600 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
8601         Log: Subject: getting rid of a few superfluous $&/$`
8602              From: Jeffrey Friedl <jfriedl@yahoo.com>
8603              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
8604              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
8605              
8606              (with more-backward-compat than just using @- and @+, also by Jeffrey)
8607              
8608              (The version number of Text::Balanced intentionally not
8609              increased since Damian will make a new release after 5.8)
8610      Branch: perl
8611            ! lib/Pod/Html.pm lib/Text/Balanced.pm
8612 ____________________________________________________________________________
8613 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
8614         Log: Subject: [PATCH 5.7.3 TESTS]
8615              From: mjd@plover.com
8616              Date: 1 Apr 2002 20:32:18 -0000
8617              Message-ID: <20020401203218.25230.qmail@plover.com>
8618      Branch: perl
8619            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
8620            ! t/op/tiearray.t t/test.pl
8621 ____________________________________________________________________________
8622 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
8623         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
8624              From: Paul_GreenVOS@vos.stratus.com
8625              Date: Mon, 1 Apr 02 15:15 est
8626              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
8627      Branch: perl
8628            ! iperlsys.h
8629 ____________________________________________________________________________
8630 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
8631         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
8632              From: Paul_GreenVOS@vos.stratus.com
8633              Date: Mon, 1 Apr 02 14:11 est
8634              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
8635      Branch: perl
8636            ! lib/ExtUtils/MM_Unix.pm
8637 ____________________________________________________________________________
8638 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
8639         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
8640              From: Nicholas Clark <nick@unfortu.net>
8641              Date: Mon, 1 Apr 2002 19:30:05 +0100
8642              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
8643      Branch: perl
8644            ! t/op/pat.t t/op/utfhash.t
8645 ____________________________________________________________________________
8646 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
8647         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
8648              From: Mark-Jason Dominus <mjd@plover.com>
8649              Date: Mon, 01 Apr 2002 13:22:01 -0500
8650              Message-ID: <20020401182201.21189.qmail@plover.com>
8651      Branch: perl
8652            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
8653 ____________________________________________________________________________
8654 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
8655         Log: Update Changes.
8656      Branch: perl
8657            ! Changes patchlevel.h
8658 ____________________________________________________________________________
8659 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
8660         Log: Subject: [PATCH 5.7.3 DOC]
8661              From: mjd@plover.com
8662              Date: 1 Apr 2002 17:23:40 -0000
8663              Message-ID: <20020401172340.16410.qmail@plover.com>
8664      Branch: perl
8665            ! pod/perldelta.pod
8666 ____________________________________________________________________________
8667 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
8668         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
8669      Branch: perl
8670            ! hints/unicos.sh
8671 ____________________________________________________________________________
8672 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
8673         Log: Advertise piconv and enc2xs.
8674      Branch: perl
8675            ! pod/perldelta.pod
8676 ____________________________________________________________________________
8677 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
8678         Log: Add enc2xs.
8679      Branch: perl
8680            + utils/enc2xs.PL
8681            ! MANIFEST utils/Makefile
8682 ____________________________________________________________________________
8683 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
8684         Log: Integrate perlio;
8685              
8686              Be more explicit testing for \015 not \r
8687      Branch: perl
8688           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
8689           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
8690 ____________________________________________________________________________
8691 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
8692         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
8693              From: Philip Newton <Philip.Newton@gmx.net>
8694              Date: Mon, 01 Apr 2002 17:06:18 +0200
8695              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
8696      Branch: perl
8697            ! lib/charnames.pm lib/charnames.t
8698 ____________________________________________________________________________
8699 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
8700         Log: Subject: detypo patch
8701              From: andreas.koenig@anima.de (Andreas J. Koenig)
8702              Date: Mon, 01 Apr 2002 10:09:21 +0200
8703              Message-ID: <m3r8lzsuvi.fsf@anima.de>
8704      Branch: perl
8705            ! INSTALL
8706 ____________________________________________________________________________
8707 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
8708         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
8709              From: Philip Newton <Philip.Newton@gmx.net>
8710              Date: Mon, 01 Apr 2002 08:12:01 +0200
8711              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
8712      Branch: perl
8713            ! lib/charnames.pm lib/charnames.t
8714 ____________________________________________________________________________
8715 [ 15653] By: nick                                  on 2002/04/01  09:20:24
8716         Log: Be more explicit testing for \015 not \r
8717      Branch: perlio
8718            ! t/io/crlf.t
8719 ____________________________________________________________________________
8720 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
8721         Log: If under UTF-8 locale the utf8.pm really needs to be found.
8722      Branch: perl
8723            ! t/comp/cpp.t t/run/switchPx.t
8724 ____________________________________________________________________________
8725 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
8726         Log: Upgrade to Tie::File 0.91, from mjd.
8727      Branch: perl
8728            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
8729            + lib/Tie/File/t/26_twrite.t
8730            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8731            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8732            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
8733            ! lib/Tie/File/t/16_handle.t
8734 ____________________________________________________________________________
8735 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
8736         Log: DJGPP tweaks from Laszlo.
8737      Branch: perl
8738            ! lib/ExtUtils/MM_DOS.pm util.c
8739 ____________________________________________________________________________
8740 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
8741         Log: Discussion about minimal installations.
8742      Branch: perl
8743            ! INSTALL
8744 ____________________________________________________________________________
8745 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
8746         Log: Comment tweak from Hugo.
8747      Branch: perl
8748            ! regexec.c
8749 ____________________________________________________________________________
8750 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
8751         Log: Another UTF-8 locale tweak from Hugo.
8752      Branch: perl
8753            ! regexec.c
8754 ____________________________________________________________________________
8755 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
8756         Log: Document the known MacOS X locale problem.
8757      Branch: perl
8758            ! pod/perldelta.pod
8759 ____________________________________________________________________________
8760 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
8761         Log: Regex fix from Hugo: in UTF-8 locales the character
8762              counting code didn't work right for minimal matches.
8763      Branch: perl
8764            ! regexec.c
8765 ____________________________________________________________________________
8766 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
8767         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
8768              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8769              Date: Sun, 31 Mar 2002 20:32:43 -0500
8770              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
8771      Branch: perl
8772            ! lib/ExtUtils/xsubpp
8773 ____________________________________________________________________________
8774 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
8775         Log: Document known FreeBSD locale glitch. 
8776      Branch: perl
8777            ! pod/perldelta.pod
8778 ____________________________________________________________________________
8779 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
8780         Log: There is --list in glibc iconv.
8781      Branch: perl
8782            ! ext/Encode/bin/piconv
8783 ____________________________________________________________________________
8784 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
8785         Log: Slight usage tweaks to piconv: show usage with
8786              no -t -f or -l arguments, or with -h.
8787      Branch: perl
8788            ! ext/Encode/bin/piconv
8789 ____________________________________________________________________________
8790 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
8791         Log: Get the piconv installed.
8792      Branch: perl
8793            + utils/piconv.PL
8794            ! MANIFEST utils/Makefile
8795 ____________________________________________________________________________
8796 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
8797         Log: Spelling tweaks.
8798      Branch: perl
8799            ! ext/Encode/bin/piconv
8800 ____________________________________________________________________________
8801 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
8802         Log: Upgrade to Encode 1.11, from Dan Kogai.
8803      Branch: perl
8804            + ext/Encode/Encode/Changes.e2x
8805            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
8806            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
8807            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
8808            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
8809            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
8810            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
8811            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
8812            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
8813            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
8814            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
8815            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
8816            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
8817            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
8818            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
8819            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
8820            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
8821            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
8822            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
8823            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
8824            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
8825            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
8826            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
8827            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
8828            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
8829            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
8830            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
8831            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
8832            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
8833            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
8834            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
8835            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
8836            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
8837            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
8838            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
8839            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
8840            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
8841            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
8842            + ext/Encode/ucm/viscii.ucm
8843            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8844            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8845            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8846            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8847            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8848            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8849            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8850            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8851            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8852            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8853            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8854            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8855            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8856            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8857            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8858            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8859            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8860            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8861            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8862            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8863            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8864            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8865            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8866            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8867            - ext/Encode/Encode/ksc5601.ucm
8868            - ext/Encode/Encode/macCentEuro.ucm
8869            - ext/Encode/Encode/macCroatian.ucm
8870            - ext/Encode/Encode/macCyrillic.ucm
8871            - ext/Encode/Encode/macDingbats.ucm
8872            - ext/Encode/Encode/macGreek.ucm
8873            - ext/Encode/Encode/macIceland.ucm
8874            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8875            - ext/Encode/Encode/macRumanian.ucm
8876            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8877            - ext/Encode/Encode/macTurkish.ucm
8878            - ext/Encode/Encode/macUkraine.ucm
8879            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8880            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8881            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
8882            - lib/encoding.pm lib/encoding.t
8883            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8884            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
8885            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
8886            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
8887            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8888            ! ext/Encode/Makefile.PL ext/Encode/README
8889            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8890            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8891            ! ext/Encode/lib/Encode/Alias.pm
8892            ! ext/Encode/lib/Encode/Supported.pod
8893 ____________________________________________________________________________
8894 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
8895         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
8896              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
8897              respective test    and doc tweaks.
8898      Branch: perl
8899            ! lib/charnames.pm lib/charnames.t
8900 ____________________________________________________________________________
8901 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
8902         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
8903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8904              Date: Sun, 31 Mar 2002 22:47:31 +0200
8905              Message-ID: <20020331224731.E854@rafael>
8906      Branch: perl
8907            ! pod/perlfunc.pod
8908 ____________________________________________________________________________
8909 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
8910         Log: Subject: [PATCH] __attribute__ problems with g++
8911              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8912              Date: Sun, 31 Mar 2002 22:43:03 +0200
8913              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
8914      Branch: perl
8915            ! perl.h
8916 ____________________________________________________________________________
8917 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
8918         Log: Put back the #! line, false alarm.
8919      Branch: perl
8920            ! lib/ExtUtils/t/Constant.t
8921 ____________________________________________________________________________
8922 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
8923         Log: Subject: Re: [Patch] pod/perlvar.pod
8924              From: Philip Newton <Philip.Newton@gmx.net>
8925              Date: Sun, 31 Mar 2002 07:40:43 +0200
8926              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
8927      Branch: perl
8928            ! pod/perlvar.pod
8929 ____________________________________________________________________________
8930 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
8931         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
8932              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8933              Date: Sat, 30 Mar 2002 21:37:37 -0500
8934              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
8935      Branch: perl
8936            ! ext/Socket/socketpair.t
8937 ____________________________________________________________________________
8938 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
8939         Log: Subject: Re: compile tweak for Win32
8940              From: Michael G Schwern <schwern@pobox.com>
8941              Date: Fri, 29 Mar 2002 17:48:22 -0500      
8942              Message-ID: <20020329224822.GG16816@blackrider>
8943      Branch: perl
8944            ! win32/buildext.pl
8945 ____________________________________________________________________________
8946 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
8947         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
8948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8949              Date: Sat, 30 Mar 2002 22:19:46 +0100
8950              Message-ID: <20020330221946.A28497@rafael>
8951      Branch: perl
8952            ! t/lib/1_compile.t
8953 ____________________________________________________________________________
8954 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
8955         Log: Subject: [PATCH regmesg.t] increase output verbosity
8956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8957              Date: Sat, 30 Mar 2002 22:34:08 +0100
8958              Message-ID: <20020330223408.C28497@rafael>
8959      Branch: perl
8960            ! t/op/regmesg.t
8961 ____________________________________________________________________________
8962 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
8963         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
8964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8965              Date: Sat, 30 Mar 2002 21:36:23 +0100
8966              Message-ID: <20020330213623.A677@rafael>
8967      Branch: perl
8968            ! regcomp.c
8969 ____________________________________________________________________________
8970 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
8971         Log: If using a network filesystem several different hosts
8972              may be trying to lock the same file.  In this case offering
8973              to kill the other process is not that helpful.  (Unless one
8974              has *real* clustering, but that's not usually the case.)
8975      Branch: perl
8976            ! lib/CPAN.pm
8977 ____________________________________________________________________________
8978 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
8979         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
8980              From: andreas.koenig@anima.de (Andreas J. Koenig)
8981              Date: Sat, 30 Mar 2002 06:12:36 +0100
8982              Message-ID: <m3hemyvdtn.fsf@anima.de>
8983      Branch: perl
8984            ! lib/Dumpvalue.pm
8985 ____________________________________________________________________________
8986 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
8987         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
8988              From: Jeremy Zawodny <Jeremy@Zawodny.com>
8989              Date: Fri, 29 Mar 2002 17:55:20 -0800
8990              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
8991      Branch: perl
8992            ! utils/dprofpp.PL
8993 ____________________________________________________________________________
8994 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
8995         Log: Subject: [Patch] pod/perlvar.pod
8996              From: Dan Kogai <dankogai@dan.co.jp>
8997              Date: Sun, 31 Mar 2002 02:03:36 +0900
8998              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
8999      Branch: perl
9000            ! pod/perlvar.pod
9001 ____________________________________________________________________________
9002 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
9003         Log: Subject: [PATCH] MM & Encode fixes
9004              From: Michael G Schwern <schwern@pobox.com>
9005              Date: Sat, 30 Mar 2002 06:41:56 -0500
9006              Message-ID: <20020330114156.GA16533@blackrider>
9007      Branch: perl
9008            + lib/ExtUtils/t/basic.t
9009            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
9010            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
9011            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9012            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9013            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
9014            ! lib/ExtUtils/t/hints.t
9015 ____________________________________________________________________________
9016 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
9017         Log: EBCDICification.
9018      Branch: perl
9019            ! lib/charnames.t
9020 ____________________________________________________________________________
9021 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
9022         Log: Upgrade to Tie::File 0.90, from mjd.
9023      Branch: perl
9024            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
9025            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
9026            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
9027            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
9028            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
9029            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
9030            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
9031            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
9032            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
9033 ____________________________________________________________________________
9034 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
9035         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
9036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9037              Date: Sat, 30 Mar 2002 00:20:39 +0100
9038              Message-ID: <20020330002039.A716@rafael>
9039      Branch: perl
9040            ! lib/sort.pm
9041 ____________________________________________________________________________
9042 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
9043         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
9044              From: Michael G Schwern <schwern@pobox.com>
9045              Date: Fri, 29 Mar 2002 18:14:20 -0500
9046              Message-ID: <20020329231419.GI16816@blackrider>
9047      Branch: perl
9048            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
9049            ! wince/Makefile.ce
9050 ____________________________________________________________________________
9051 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
9052         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
9053              From: Paul_GreenVOS@vos.stratus.com
9054              Date: Fri, 29 Mar 02 18:01 est
9055              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
9056      Branch: perl
9057            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
9058 ____________________________________________________________________________
9059 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
9060         Log: AUTHORS updates.
9061      Branch: perl
9062            ! AUTHORS
9063 ____________________________________________________________________________
9064 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
9065         Log: Upgrade to Encode 1.01, from Dan Kogai.
9066      Branch: perl
9067            ! ext/Encode/Changes ext/Encode/Encode.pm
9068            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
9069            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
9070            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9071            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9072            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9073            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9074            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9075            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9076            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
9077            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9078            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
9079            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
9080            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
9081            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
9082            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
9083            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
9084            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
9085            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
9086            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
9087            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
9088            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
9089            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
9090            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
9091            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
9092            ! ext/Encode/Encode/ksc5601.ucm
9093            ! ext/Encode/Encode/macCentEuro.ucm
9094            ! ext/Encode/Encode/macCroatian.ucm
9095            ! ext/Encode/Encode/macCyrillic.ucm
9096            ! ext/Encode/Encode/macDingbats.ucm
9097            ! ext/Encode/Encode/macGreek.ucm
9098            ! ext/Encode/Encode/macIceland.ucm
9099            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
9100            ! ext/Encode/Encode/macRumanian.ucm
9101            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
9102            ! ext/Encode/Encode/macTurkish.ucm
9103            ! ext/Encode/Encode/macUkraine.ucm
9104            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
9105            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
9106            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
9107            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9108            ! ext/Encode/lib/Encode/CJKConstants.pm
9109            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
9110            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
9111            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
9112 ____________________________________________________________________________
9113 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
9114         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
9115              From: "Craig A. Berry" <craigberry@mac.com>
9116              Date: Fri, 29 Mar 2002 13:46:28 -0600
9117              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
9118      Branch: perl
9119            ! configure.com
9120 ____________________________________________________________________________
9121 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
9122         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
9123              which one has to get from the CPAN distribution.
9124      Branch: perl
9125            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
9126            + lib/Memoize/t/expmod_t.t
9127            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9128            - lib/Memoize/t/expire_module_t.t
9129            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
9130            ! lib/Memoize/README
9131 ____________________________________________________________________________
9132 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
9133         Log: metaconfig unit tweak.
9134      Branch: metaconfig/U/perl
9135            ! versiononly.U
9136 ____________________________________________________________________________
9137 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
9138         Log: Configure-related tweaks.
9139      Branch: perl
9140            ! Porting/Glossary Porting/config.sh Porting/config_H
9141            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9142            ! vos/config.ga.h
9143 ____________________________________________________________________________
9144 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
9145         Log: Ooops.
9146      Branch: perl
9147            ! t/op/ver.t
9148 ____________________________________________________________________________
9149 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
9150         Log: Subject: [PATCH @15606] d_time for vms
9151              From: "Craig A. Berry" <craigberry@mac.com>
9152              Date: Fri, 29 Mar 2002 11:58:29 -0600
9153              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
9154      Branch: perl
9155            ! configure.com
9156 ____________________________________________________________________________
9157 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
9158         Log: Subject: Re: Regex-Unicode bugs
9159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9160              Date: Thu, 28 Mar 2002 10:12:35 +0100
9161              Message-ID: <20020328101235.F678@rafael>
9162      Branch: perl
9163            ! t/op/regmesg.t
9164 ____________________________________________________________________________
9165 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
9166         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
9167              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9168              Date: Fri, 29 Mar 2002 16:53:27 +0000
9169              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
9170      Branch: perl
9171            ! pod/perlre.pod pod/perlretut.pod
9172 ____________________________________________________________________________
9173 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
9174         Log: Subject: Re: debugger debuggers wanted
9175              From: spidb@cpan.org
9176              Date: Fri, 29 Mar 2002 06:34:11 -0500
9177              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
9178      Branch: perl
9179            ! lib/perl5db.pl
9180 ____________________________________________________________________________
9181 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
9182         Log: Update Changes.
9183      Branch: perl
9184            ! Changes patchlevel.h
9185 ____________________________________________________________________________
9186 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
9187         Log: Rename for 8.3-friendliness.
9188      Branch: perl
9189            + lib/unicore/PropValueAliases.txt
9190            - lib/unicore/PropertyValueAliases.txt
9191            ! MANIFEST lib/unicore/README.perl
9192 ____________________________________________________________________________
9193 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
9194         Log: Retract ExtUtils/t/basic.t until it works.
9195      Branch: perl
9196            - lib/ExtUtils/t/basic.t
9197            ! MANIFEST
9198 ____________________________________________________________________________
9199 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
9200         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
9201              From: Slaven Rezic <slaven.rezic@berlin.de>
9202              Date: 28 Mar 2002 22:27:14 +0100
9203              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
9204      Branch: perl
9205            ! hints/freebsd.sh
9206 ____________________________________________________________________________
9207 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
9208         Log: Interesting... where did this come from?
9209              (The Configure change in #15600)
9210      Branch: perl
9211            ! config_h.SH
9212 ____________________________________________________________________________
9213 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
9214         Log: metaconfig unit change for #15600.
9215      Branch: metaconfig/U/perl
9216            ! versiononly.U
9217 ____________________________________________________________________________
9218 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
9219         Log: Subject: versiononly should not put `old' versions in inc
9220              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9221              Date: Fri, 29 Mar 2002 12:53:49 +0100
9222              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
9223      Branch: perl
9224            ! Configure
9225 ____________________________________________________________________________
9226 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
9227         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
9228              From: Michael G Schwern <schwern@pobox.com>
9229              Date: Fri, 29 Mar 2002 04:12:47 -0500
9230              Message-ID: <20020329091247.GA7432@blackrider>
9231              
9232              (with two nits: (1) change lib/Extutils/Command/MM.pm
9233              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
9234              @INC to compile.t)
9235      Branch: perl
9236            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
9237            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
9238            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
9239            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
9240            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9241            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9242            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
9243            + lib/ExtUtils/t/Problem-Module/Makefile.PL
9244            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9245            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
9246            + t/lib/MakeMaker/Test/Utils.pm
9247            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
9248            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9249            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
9250            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
9251            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
9252            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9253            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9254            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
9255            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
9256            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
9257            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
9258            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
9259            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
9260            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
9261            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
9262            ! t/lib/TieOut.pm
9263 ____________________________________________________________________________
9264 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
9265         Log: Leftovers from Encode 0.99.
9266      Branch: perl
9267            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
9268            - ext/Encode/compile ext/Encode/encode.h
9269            - ext/Encode/lib/Encode/CN/2022_CN.pm
9270            - ext/Encode/lib/Encode/Details.pod
9271 ____________________________________________________________________________
9272 [ 15597] By: nick                                  on 2002/03/29  14:03:35
9273         Log: Integrate mainline
9274      Branch: perlio
9275           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
9276           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
9277           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9278           !> (integrate 130 files)
9279 ____________________________________________________________________________
9280 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
9281         Log: Subject: Another Unicode-3.2-induced doc fix
9282              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9283              Date: Fri, 29 Mar 2002 21:45:47 +0900
9284              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
9285      Branch: perl
9286            ! ext/Unicode/Normalize/Normalize.pm
9287 ____________________________________________________________________________
9288 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
9289         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
9290              From: Slaven Rezic <slaven.rezic@berlin.de>
9291              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
9292              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
9293      Branch: perl
9294            ! reentr.c reentr.pl
9295 ____________________________________________________________________________
9296 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
9297         Log: Subject: [PATCH] Quieting OS X
9298              From: Michael G Schwern <schwern@pobox.com>
9299              Date: Fri, 29 Mar 2002 05:46:23 -0500
9300              Message-ID: <20020329104622.GA9163@blackrider>
9301      Branch: perl
9302            ! ext/POSIX/t/posix.t t/op/stat.t
9303 ____________________________________________________________________________
9304 [ 15593] By: ams                                   on 2002/03/29  07:32:22
9305         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
9306              From: Paul_GreenVOS@vos.stratus.com
9307              Date: Fri, 29 Mar 02 0:05 est
9308              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
9309      Branch: perl
9310            ! ext/Time/HiRes/HiRes.xs
9311 ____________________________________________________________________________
9312 [ 15592] By: ams                                   on 2002/03/29  07:28:29
9313         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
9314              From: Spider Boardman <spidb@cpan.org>
9315              Date: Fri, 29 Mar 2002 00:52:24 -0500
9316              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
9317      Branch: perl
9318            ! op.c t/op/attrs.t
9319 ____________________________________________________________________________
9320 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
9321         Log: It's perlce.
9322      Branch: perl
9323            ! pod/perldelta.pod
9324 ____________________________________________________________________________
9325 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
9326         Log: MPE/iX tweaks from Mark Bixby.
9327      Branch: perl
9328            ! ext/Storable/t/lock.t mpeix/relink
9329 ____________________________________________________________________________
9330 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
9331         Log: Upgrade to Encode 1.00, from Dan Kogai.
9332              
9333              (one nit: bin/enc2xs needed also ../..)
9334      Branch: perl
9335            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
9336            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
9337            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9338            ! (edit 104 files)
9339 ____________________________________________________________________________
9340 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
9341         Log: Subject: [PATCH] NEXT LINE --> NEL
9342              From: Philip Newton <Philip.Newton@gmx.net>
9343              Date: Thu, 28 Mar 2002 21:03:10 +0000
9344              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
9345      Branch: perl
9346            ! lib/charnames.pm lib/charnames.t
9347 ____________________________________________________________________________
9348 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
9349         Log: binmode :bytes, again.
9350      Branch: perl
9351            ! lib/utf8.t
9352 ____________________________________________________________________________
9353 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
9354         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
9355              From: Mark-Jason Dominus <mjd@plover.com>
9356              Date: Thu, 28 Mar 2002 10:36:03 -0500
9357              Message-ID: <20020328153603.11992.qmail@plover.com>
9358      Branch: perl
9359            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
9360 ____________________________________________________________________________
9361 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
9362         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
9363      Branch: perl
9364            ! lib/charnames.pm lib/charnames.t pp_pack.c
9365 ____________________________________________________________________________
9366 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
9367         Log: If expecting UTF-8, probably not expecting UTF-16.
9368      Branch: perl
9369            ! t/comp/require.t
9370 ____________________________________________________________________________
9371 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
9372         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
9373              From: Paul_GreenVOS@vos.stratus.com
9374              Date: Thu, 28 Mar 02 8:22 est
9375              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
9376      Branch: perl
9377            ! lib/Time/Local.pm
9378 ____________________________________________________________________________
9379 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
9380         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
9381              From: Paul_GreenVOS@vos.stratus.com
9382              Date: Thu, 28 Mar 02 7:46 est
9383              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
9384      Branch: perl
9385            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
9386 ____________________________________________________________________________
9387 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
9388         Log: A little bit better error message for \pq, still
9389              not good because the script context is not shown.
9390      Branch: perl
9391            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
9392 ____________________________________________________________________________
9393 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
9394         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
9395              From: Jeffrey Friedl <jfriedl@yahoo.com>
9396              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
9397              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
9398      Branch: perl
9399            ! sv.c t/op/pat.t
9400 ____________________________________________________________________________
9401 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
9402         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
9403              From: Mark-Jason Dominus <mjd@plover.com>
9404              Date: Thu, 28 Mar 2002 05:04:40 -0500
9405              Message-ID: <20020328100440.22081.qmail@plover.com>
9406      Branch: perl
9407            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
9408 ____________________________________________________________________________
9409 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
9410         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
9411              From: mjd@plover.com
9412              Date: 28 Mar 2002 09:22:06 -0000
9413              Message-ID: <20020328092206.18833.qmail@plover.com>
9414      Branch: perl
9415            ! lib/encoding.t
9416 ____________________________________________________________________________
9417 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
9418         Log: Unicode 3.2.0-induced doc tweaks.
9419      Branch: perl
9420            ! pod/perlretut.pod pod/perlunicode.pod
9421 ____________________________________________________________________________
9422 [ 15576] By: nick                                  on 2002/03/28  07:40:04
9423         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
9424      Branch: perlio
9425           +> (branch 31 files)
9426           !> (integrate 162 files)
9427 ____________________________________________________________________________
9428 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
9429         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
9430              From: Paul_GreenVOS@vos.stratus.com
9431              Date: Thu, 28 Mar 02 0:16 est
9432              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
9433      Branch: perl
9434            ! ext/POSIX/t/posix.t
9435 ____________________________________________________________________________
9436 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
9437         Log: Subject: Re: Regex-Unicode bugs
9438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9439              Date: Wed, 27 Mar 2002 13:48:06 +0100
9440              Message-ID: <20020327134806.C18945@rafael>
9441              
9442              regmesg.t patch still would be nice.
9443      Branch: perl
9444            ! regcomp.c
9445 ____________________________________________________________________________
9446 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
9447         Log: Subject: Re: Regex-Unicode bugs
9448              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
9449              Date: Wed, 27 Mar 2002 12:39:57 +0000
9450              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
9451      Branch: perl
9452            ! pod/perldiag.pod regcomp.c
9453 ____________________________________________________________________________
9454 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
9455         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
9456              From: Paul_GreenVOS@vos.stratus.com
9457              Date: Wed, 27 Mar 02 23:33 est
9458              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
9459      Branch: perl
9460            ! t/io/fs.t
9461 ____________________________________________________________________________
9462 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
9463         Log: The Official 3.2.0 came out.
9464      Branch: perl
9465            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
9466            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
9467            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
9468            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
9469            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
9470            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
9471            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
9472            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
9473            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
9474            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
9475            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
9476            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
9477            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
9478            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
9479            + lib/unicore/lib/UnifiedI.pl
9480            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
9481 ____________________________________________________________________________
9482 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
9483         Log: socketpair binmode :bytes.
9484      Branch: perl
9485            ! ext/Socket/socketpair.t
9486 ____________________________________________________________________________
9487 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
9488         Log: Don't install anything beneath 't' directories.
9489      Branch: perl
9490            ! installperl
9491 ____________________________________________________________________________
9492 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
9493         Log: More UTF-8 locale sensitivity.
9494      Branch: perl
9495            ! t/io/utf8.t
9496 ____________________________________________________________________________
9497 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
9498         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
9499              From: Stas Bekman <stas@stason.org>
9500              Date: Thu, 28 Mar 2002 10:13:45 +0800
9501              Message-ID: <3CA27C59.4020209@stason.org>
9502              
9503              Temp file cleanup.
9504      Branch: perl
9505            ! lib/Pod/t/pod2html-lib.pl
9506 ____________________________________________________________________________
9507 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
9508         Log: Be compatible also with non-UTF-8 locales.
9509      Branch: perl
9510            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
9511            ! lib/Locale/Language.pod
9512 ____________________________________________________________________________
9513 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
9514         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
9515              From: Spider Boardman <spidb@cpan.org>
9516              Date: Wed, 27 Mar 2002 20:52:28 -0500
9517              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
9518      Branch: perl
9519            ! cv.h op.c t/op/attrs.t toke.c
9520 ____________________________________________________________________________
9521 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
9522         Log: "Last element".
9523      Branch: perl
9524            ! pod/perlfunc.pod
9525 ____________________________________________________________________________
9526 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
9527         Log: Subject: Error in perlfunc for "die"
9528              From: William R Ward <bill@wards.net>
9529              Date: 27 Mar 2002 12:31:32 -0800
9530              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
9531      Branch: perl
9532            ! pod/perlfunc.pod
9533 ____________________________________________________________________________
9534 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
9535         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
9536              From: Mark Kvale <kvale@phy.ucsf.edu>
9537              Date: Wed, 27 Mar 2002 16:45:37 -0800
9538              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
9539      Branch: perl
9540            ! pod/perlre.pod pod/perlretut.pod
9541 ____________________________________________________________________________
9542 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
9543         Log: Try to handle UTF-8 locales.
9544      Branch: perl
9545            ! lib/locale.t
9546 ____________________________________________________________________________
9547 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
9548         Log: More binmode :bytes.
9549      Branch: perl
9550            ! t/io/utf8.t
9551 ____________________________________________________________________________
9552 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
9553         Log: binmode(FH, ":bytes") is the right way, methinks.
9554      Branch: perl
9555            ! ext/PerlIO/t/encoding.t
9556 ____________________________________________________________________________
9557 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
9558         Log: UTF-8 locale: need to open explicitly for bytes.
9559      Branch: perl
9560            ! ext/PerlIO/t/encoding.t
9561 ____________________________________________________________________________
9562 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
9563         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
9564      Branch: perl
9565            ! lib/Locale/Language.pm lib/Locale/Language.pod
9566 ____________________________________________________________________________
9567 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
9568         Log: Warn instead of croak.
9569      Branch: perl
9570            ! pod/perldiag.pod utf8.c
9571 ____________________________________________________________________________
9572 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
9573         Log: UTF-8 locale: there might already be one UTF-8 discipline.
9574      Branch: perl
9575            ! lib/open.t
9576 ____________________________________________________________________________
9577 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
9578         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
9579              From: "Craig A. Berry" <craigberry@mac.com>
9580              Date: Wed, 27 Mar 2002 15:22:13 -0600
9581              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
9582      Branch: perl
9583            ! t/lib/1_compile.t t/lib/compmod.pl
9584 ____________________________________________________________________________
9585 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
9586         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
9587              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9588              Date: Wed, 27 Mar 2002 22:35:03 +0100
9589              Message-ID: <20020327223503.A678@rafael>
9590      Branch: perl
9591            ! pod/perlop.pod
9592 ____________________________________________________________________________
9593 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
9594         Log: Start using the Unicode 3.2.0 data (NOTE: still
9595              unofficial, but the data is unlikely to change much.
9596              Doublecheck when 3.2.0 gets released.)
9597      Branch: perl
9598            + lib/unicore/PropertyAliases.txt
9599            + lib/unicore/PropertyValueAliases.txt
9600            ! (edit 129 files)
9601 ____________________________________________________________________________
9602 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
9603         Log: Update Changes.
9604      Branch: perl
9605            ! Changes patchlevel.h
9606 ____________________________________________________________________________
9607 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
9608         Log: Further fixing for #15549.  Six tests are failing
9609              under Solaris with en_US.UTF-8 but those failures seem
9610              unrelated to the BOUND problem, will look at them later.
9611      Branch: perl
9612            ! regexec.c
9613 ____________________________________________________________________________
9614 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
9615         Log: Possible fix for "Orks, Dragons, and Elves":
9616              should now build under UTF-8 locales (is building
9617              under Solaris en_US.UTF-8 right now).
9618      Branch: perl
9619            ! Makefile.SH regexec.c
9620 ____________________________________________________________________________
9621 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
9622         Log: Forgotten from #15523.
9623      Branch: perl
9624            ! lib/Math/BigInt/Calc.pm
9625 ____________________________________________________________________________
9626 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
9627         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
9628              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
9629              Date: Wed, 27 Mar 2002 13:32:00 +0100
9630              Message-ID: <20020327133200.A18945@rafael>
9631      Branch: perl
9632            ! regcomp.c t/lib/warnings/regcomp
9633 ____________________________________________________________________________
9634 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
9635         Log: Subject: [PATCH] MANIFES --> MANIFEST
9636              From: Philip Newton <Philip.Newton@gmx.net>
9637              Date: Wed, 27 Mar 2002 10:05:46 +0000
9638              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
9639              
9640              (plus a few tweaks more)
9641      Branch: perl
9642            ! Porting/check83.pl
9643 ____________________________________________________________________________
9644 [ 15545] By: nick                                  on 2002/03/27  07:37:36
9645         Log: Integrate mainline
9646      Branch: perlio
9647           +> lib/Math/BigInt/t/with_sub.t
9648            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9649            - lib/bignum/t/trace.t
9650           !> (integrate 76 files)
9651 ____________________________________________________________________________
9652 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
9653         Log: Obsolete mailing list information.
9654      Branch: perl
9655            ! README.bs2000 README.os390 README.vmesa
9656 ____________________________________________________________________________
9657 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
9658         Log: More URL "whitespacing".
9659      Branch: perl
9660            ! README.bs2000 README.hurd README.mpeix README.netware
9661            ! README.os390 README.vmesa README.vos README.win32
9662            ! pod/perl5004delta.pod pod/perl5005delta.pod
9663            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
9664            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
9665            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
9666            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
9667            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
9668            ! pod/perltodo.pod
9669 ____________________________________________________________________________
9670 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
9671         Log: I like doubleclicking on URLs in pods to select them.
9672      Branch: perl
9673            ! README.amiga README.epoc README.vos pod/perl561delta.pod
9674            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
9675            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9676            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
9677            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
9678            ! pod/perltodo.pod pod/perlvar.pod
9679 ____________________________________________________________________________
9680 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
9681         Log: Regen modlib.
9682      Branch: perl
9683            ! pod/perlmodlib.pod
9684 ____________________________________________________________________________
9685 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
9686         Log: Update the CPAN sites list.
9687      Branch: perl
9688            ! pod/perlmodlib.PL pod/perlmodlib.pod
9689 ____________________________________________________________________________
9690 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
9691         Log: Regen modlib, toc.
9692      Branch: perl
9693            ! pod/perlmodlib.pod pod/perltoc.pod
9694 ____________________________________________________________________________
9695 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
9696         Log: s/rationale/rational/
9697      Branch: perl
9698            ! lib/Math/BigRat.pm lib/bigrat.pm
9699 ____________________________________________________________________________
9700 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
9701         Log: s/done/esac/
9702      Branch: perl
9703            ! hints/dec_osf.sh
9704 ____________________________________________________________________________
9705 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
9706         Log: Advertise big* and BigRat.
9707      Branch: perl
9708            ! pod/perldelta.pod
9709 ____________________________________________________________________________
9710 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
9711         Log: A missing ) in #15527.
9712      Branch: perl
9713            ! pp_sys.c
9714 ____________________________________________________________________________
9715 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
9716         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
9717              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9718              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
9719              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
9720      Branch: perl
9721            ! lib/ExtUtils/typemap
9722 ____________________________________________________________________________
9723 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
9724         Log: Subject: Re: Cygwin PerlIO.t failing
9725              From: Stas Bekman <stas@stason.org>
9726              Date: Wed, 27 Mar 2002 01:34:11 +0800
9727              Message-ID: <3CA0B113.1070800@stason.org>
9728      Branch: perl
9729            ! ext/PerlIO/PerlIO.t
9730 ____________________________________________________________________________
9731 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
9732         Log: Subject: [PATCH] safety check for vms/test.com
9733              From: "Craig A. Berry" <craigberry@mac.com>
9734              Date: Tue, 26 Mar 2002 12:15:21 -0600
9735              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
9736      Branch: perl
9737            ! vms/test.com
9738 ____________________________________________________________________________
9739 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
9740         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
9741              From: PPrymmer@factset.com
9742              Date: Tue, 26 Mar 2002 13:04:59 -0500
9743              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
9744      Branch: perl
9745            ! configure.com
9746 ____________________________________________________________________________
9747 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
9748         Log: Subject: [PATCH] Minor typo in test harness
9749              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
9750              Date: Tue, 26 Mar 2002 17:44:06 -0000
9751              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
9752      Branch: perl
9753            ! t/lib/warnings/perlio
9754 ____________________________________________________________________________
9755 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
9756         Log: Subject: PATCH s2p.PL
9757              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9758              Date: Tue, 26 Mar 2002 17:16:46 +0100
9759              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
9760      Branch: perl
9761            ! x2p/s2p.PL
9762 ____________________________________________________________________________
9763 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
9764         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
9765      Branch: perl
9766            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9767            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9768            ! MANIFEST
9769 ____________________________________________________________________________
9770 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
9771         Log: Avoid and document a weird bug in UNICOS/mk.
9772      Branch: perl
9773            ! pod/perldelta.pod pp_sys.c
9774 ____________________________________________________________________________
9775 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
9776         Log: Math::BigInt::Lite 0.09, from Tels.
9777      Branch: perl
9778            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9779            ! MANIFEST
9780 ____________________________________________________________________________
9781 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
9782         Log: For now disable the test in OS/390; it seems to hang,
9783              but frustratingly seems to run from command line and
9784              from Perl debugger.
9785      Branch: perl
9786            ! lib/Math/BigInt/t/mbi_rand.t
9787 ____________________________________________________________________________
9788 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
9789         Log: EPOC update from Olaf Flebbe.
9790      Branch: perl
9791            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
9792            ! pod/perlport.pod t/io/fs.t
9793 ____________________________________________________________________________
9794 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
9795         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
9796              and bignum 0.11, from Tels.
9797      Branch: perl
9798            + lib/Math/BigInt/t/with_sub.t
9799            - lib/bignum/t/trace.t
9800            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9801            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
9802            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
9803            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
9804            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
9805            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
9806            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
9807            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
9808            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
9809            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
9810            ! lib/bignum/t/bigrat.t lib/bigrat.pm
9811            ! t/lib/Math/BigInt/Subclass.pm
9812 ____________________________________________________________________________
9813 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
9814         Log: Integrate perlio;
9815              
9816              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
9817              
9818              Testcase for crlf spanning buffer boundary
9819      Branch: perl
9820           +> t/io/crlf.t
9821           !> MANIFEST perlio.c
9822 ____________________________________________________________________________
9823 [ 15521] By: nick                                  on 2002/03/26  15:31:55
9824         Log: Testcase for crlf spanning buffer boundary
9825      Branch: perlio
9826            + t/io/crlf.t
9827            ! MANIFEST
9828 ____________________________________________________________________________
9829 [ 15520] By: nick                                  on 2002/03/26  15:09:52
9830         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
9831      Branch: perlio
9832            ! perlio.c
9833 ____________________________________________________________________________
9834 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
9835         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
9836      Branch: perl
9837            ! t/lib/1_compile.t
9838 ____________________________________________________________________________
9839 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
9840         Log: Document the Configure (really, awk) glitch in
9841              UNICOS/mk.
9842      Branch: perl
9843            ! pod/perldelta.pod
9844 ____________________________________________________________________________
9845 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
9846         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
9847              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9848              Date: Fri, 22 Mar 2002 16:11:28 +0100
9849              Message-ID: <3C9B57B0.31936.496399@localhost>
9850      Branch: perl
9851            ! win32/win32.c
9852 ____________________________________________________________________________
9853 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
9854         Log: Subject: Re: Jarkko likes OOOOs
9855              From: "Gerrit P. Haase" <gp@familiehaase.de>
9856              Date: Tue, 26 Mar 2002 08:44:02 +0100
9857              Message-ID: <40509050505.20020326084402@familiehaase.de>
9858      Branch: perl
9859            ! t/io/fs.t
9860 ____________________________________________________________________________
9861 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
9862         Log: Subject: [patch utils/perlbug] subject header setting problem      
9863              From: Stas Bekman <stas@stason.org>
9864              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
9865              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
9866      Branch: perl
9867            ! utils/perlbug.PL
9868 ____________________________________________________________________________
9869 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
9870         Log: Subject: [PATCH] win32/makefile.mk
9871              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9872              Date: Tue, 26 Mar 2002 13:56:19 +0100
9873              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
9874      Branch: perl
9875            ! win32/makefile.mk
9876 ____________________________________________________________________________
9877 [ 15513] By: nick                                  on 2002/03/26  07:17:17
9878         Log: Integrate mainline
9879      Branch: perlio
9880           +> (branch 39 files)
9881            - (delete 109 files)
9882           !> (integrate 105 files)
9883 ____________________________________________________________________________
9884 [ 15512] By: nick                                  on 2002/03/26  06:52:42
9885         Log: Integrate mainline
9886      Branch: perlio
9887           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
9888           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
9889           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
9890           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
9891           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
9892 ____________________________________________________________________________
9893 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
9894         Log: Installation advice from Robert Spier. 
9895      Branch: perl
9896            ! INSTALL
9897 ____________________________________________________________________________
9898 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
9899         Log: Stas setting things right.
9900      Branch: perl
9901            ! ext/PerlIO/PerlIO.t
9902 ____________________________________________________________________________
9903 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
9904         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
9905              From: Paul_GreenVOS@vos.stratus.com
9906              Date: Mon, 25 Mar 02 23:57 est
9907              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
9908      Branch: perl
9909            ! ext/IO/lib/IO/t/io_unix.t
9910 ____________________________________________________________________________
9911 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
9912         Log: Add threads hints for UNICOS/mk and UNICOS.
9913              (I'm just guessing on UNICOS.)
9914      Branch: perl
9915            ! hints/unicos.sh hints/unicosmk.sh
9916 ____________________________________________________________________________
9917 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
9918         Log: Mention the effect of Unicode keys on hashes.
9919      Branch: perl
9920            ! pod/perlunicode.pod
9921 ____________________________________________________________________________
9922 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
9923         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
9924              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9925              Date: Mon, 25 Mar 2002 17:24:33 -0600
9926              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
9927      Branch: perl
9928            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
9929            ! vms/vms_yfix.pl
9930 ____________________________________________________________________________
9931 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
9932         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
9933      Branch: perl
9934            ! hints/dec_osf.sh
9935 ____________________________________________________________________________
9936 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
9937         Log: The .ucm of Encode are big when uncompressed.
9938      Branch: perl
9939            ! INSTALL
9940 ____________________________________________________________________________
9941 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
9942         Log: I don't understand what is going on what these
9943              news tests, retracting the whole lot.
9944      Branch: perl
9945            ! ext/PerlIO/PerlIO.t
9946 ____________________________________________________________________________
9947 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
9948         Log: Upgrade to Encode 0.99, from Dan Kogai.
9949      Branch: perl
9950            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
9951            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
9952            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
9953            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
9954            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
9955            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
9956            + ext/Encode/Encode/ksc5601.ucm
9957            + ext/Encode/Encode/macCentEuro.ucm
9958            + ext/Encode/Encode/macCroatian.ucm
9959            + ext/Encode/Encode/macCyrillic.ucm
9960            + ext/Encode/Encode/macDingbats.ucm
9961            + ext/Encode/Encode/macGreek.ucm
9962            + ext/Encode/Encode/macIceland.ucm
9963            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
9964            + ext/Encode/Encode/macRumanian.ucm
9965            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
9966            + ext/Encode/Encode/macTurkish.ucm
9967            + ext/Encode/Encode/macUkraine.ucm
9968            + ext/Encode/Encode/shiftjis.ucm
9969            + ext/Encode/lib/Encode/10646_1.pm
9970            + ext/Encode/lib/Encode/CJKConstants.pm
9971            + ext/Encode/lib/Encode/CN/2022_CN.pm
9972            + ext/Encode/lib/Encode/JP/2022_JP.pm
9973            + ext/Encode/lib/Encode/JP/2022_JP1.pm
9974            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
9975            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9976            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9977            + ext/Encode/ucm2table
9978            - (delete 109 files)
9979            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
9980            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
9981            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
9982            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9983            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9984            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
9985            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
9986            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9987            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9988            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9989            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9990            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9991            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9992            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9993            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
9994            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
9995            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
9996            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
9997            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
9998            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
9999            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
10000            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
10001            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
10002            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
10003            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
10004            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10005            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10006            ! ext/Encode/Makefile.PL ext/Encode/README
10007            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
10008            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10009            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
10010            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10011            ! ext/Encode/lib/Encode/Details.pod
10012            ! ext/Encode/lib/Encode/Encoding.pm
10013            ! ext/Encode/lib/Encode/Internal.pm
10014            ! ext/Encode/lib/Encode/JP/H2Z.pm
10015            ! ext/Encode/lib/Encode/JP/JIS.pm
10016            ! ext/Encode/lib/Encode/Supported.pod
10017            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10018            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10019            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
10020            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
10021            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
10022            ! ext/Encode/t/jisx0212.ref
10023 ____________________________________________________________________________
10024 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
10025         Log: Noise with -w.
10026      Branch: perl
10027            ! ext/PerlIO/PerlIO.t
10028 ____________________________________________________________________________
10029 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
10030         Log: If no perlio no perlio warnings, either.
10031      Branch: perl
10032            ! lib/warnings.t
10033 ____________________________________________________________________________
10034 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
10035         Log: ...and put some of the new perlio tests here.
10036              The in-memory ones not yet since my poor brain
10037              refuses to find the right TODO incantation.
10038      Branch: perl
10039            ! ext/PerlIO/PerlIO.t
10040 ____________________________________________________________________________
10041 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
10042         Log: Take away the perlio-requiring tests..
10043      Branch: perl
10044            ! t/io/open.t
10045 ____________________________________________________________________________
10046 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
10047         Log: More correct now, but actually the two new tests
10048              need to be moved, since they are perlio-only...
10049      Branch: perl
10050            ! t/io/open.t
10051 ____________________________________________________________________________
10052 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
10053         Log: More neo-io tests from Stas Bekman.
10054      Branch: perl
10055            ! t/io/open.t
10056 ____________________________________________________________________________
10057 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
10058         Log: Document the QNX6 sprintf glitch.
10059      Branch: perl
10060            ! pod/perldelta.pod
10061 ____________________________________________________________________________
10062 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
10063         Log: AmigaOS must use the ixemul directly, since there
10064              is no more vfork support.
10065      Branch: perl
10066            ! hints/amigaos.sh
10067 ____________________________________________________________________________
10068 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
10069         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
10070              From: Norton Allen <allen@huarp.harvard.edu>
10071              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
10072              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
10073      Branch: perl
10074            ! pp_sys.c
10075 ____________________________________________________________________________
10076 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
10077         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
10078              From: Norton Allen <allen@huarp.harvard.edu>
10079              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
10080              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
10081      Branch: perl
10082            ! ext/Socket/socketpair.t
10083 ____________________________________________________________________________
10084 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
10085         Log: Clarify the 8.3 rule.
10086      Branch: perl
10087            ! Porting/check83.pl
10088 ____________________________________________________________________________
10089 [ 15490] By: nick                                  on 2002/03/25  16:05:07
10090         Log: Integrate mainline
10091      Branch: perlio
10092           +> ext/Encode/lib/Encode/EncFormat.pod
10093           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
10094            - ext/Encode/lib/EncodeFormat.pod
10095           !> (integrate 41 files)
10096 ____________________________________________________________________________
10097 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
10098         Log: Update Changes.
10099      Branch: perl
10100            ! Changes patchlevel.h
10101 ____________________________________________________________________________
10102 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
10103         Log: Forgotten from #15486.
10104      Branch: perl
10105            ! perl.c
10106 ____________________________________________________________________________
10107 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
10108         Log: It seems that FreeBSD does not like using Perl's malloc
10109              when multithreaded.
10110      Branch: perl
10111            ! hints/freebsd.sh
10112 ____________________________________________________________________________
10113 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
10114         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
10115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10116              Date: Mon, 25 Mar 2002 11:33:17 +0100
10117              Message-ID: <20020325113317.A1410@rafael>
10118              
10119              Apparently VMS does not do YYDEBUG.
10120      Branch: perl
10121            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
10122 ____________________________________________________________________________
10123 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
10124         Log: Subject: [PATCH] warnings for perlio + others
10125              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10126              Date: Mon, 25 Mar 2002 13:01:44 -0000
10127              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
10128      Branch: perl
10129            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
10130            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
10131            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
10132            ! warnings.pl
10133 ____________________________________________________________________________
10134 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
10135         Log: As verified by Doug MacEachern.
10136      Branch: perl
10137            ! pod/perldelta.pod
10138 ____________________________________________________________________________
10139 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
10140         Log: MPE/iX update from Mark Bixby.
10141      Branch: perl
10142            + mpeix/mpeix.c
10143            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
10144            ! hints/mpeix.sh mpeix/mpeixish.h
10145 ____________________________________________________________________________
10146 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
10147         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
10148              From: Nicholas Clark <nick@unfortu.net>
10149              Date: Sun, 24 Mar 2002 22:50:06 +0000
10150              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
10151      Branch: perl
10152            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
10153 ____________________________________________________________________________
10154 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
10155         Log: Subject: [PATCH] fix warning + carp interaction
10156              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
10157              Date: Sun, 24 Mar 2002 23:00:21 -0000
10158              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
10159      Branch: perl
10160            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
10161            ! warnings.pl
10162 ____________________________________________________________________________
10163 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
10164         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
10165              (All the code changes have already been applied earlier.)
10166      Branch: perl
10167            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10168 ____________________________________________________________________________
10169 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
10170         Log: DB_File: for the core version, no need to specify
10171              a minimum MM version.
10172      Branch: perl
10173            ! ext/DB_File/Makefile.PL
10174 ____________________________________________________________________________
10175 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
10176         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
10177              From: Dave Mitchell <davem@fdgroup.com>
10178              Date: Sun, 24 Mar 2002 22:23:08 +0000
10179              Message-ID: <20020324222308.B21963@fdgroup.com>
10180      Branch: perl
10181            ! pp_pack.c
10182 ____________________________________________________________________________
10183 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
10184         Log: Subject: [PATCH @15450] errno help for VMS
10185              From: "Craig A. Berry" <craigberry@mac.com>
10186              Date: Sun, 24 Mar 2002 16:17:52 -0600
10187              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
10188      Branch: perl
10189            ! ext/POSIX/t/posix.t vms/vms.c
10190 ____________________________________________________________________________
10191 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
10192         Log: Upgrade to Locale::Codes 2.03.
10193      Branch: perl
10194            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
10195            ! lib/Locale/Country.pm
10196 ____________________________________________________________________________
10197 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
10198         Log: metaconfig unit change for #15474.
10199      Branch: metaconfig/U/perl
10200            ! Extensions.U
10201 ____________________________________________________________________________
10202 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
10203         Log: The #15472 said "properly".  Ha!
10204      Branch: perl
10205            ! Configure
10206 ____________________________________________________________________________
10207 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
10208         Log: metaconfig unit change for #15472.
10209      Branch: metaconfig/U/perl
10210            ! Extensions.U
10211 ____________________________________________________________________________
10212 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
10213         Log: Properly scan for the subextensions of Encode
10214              when doing static builds.
10215      Branch: perl
10216            ! Configure
10217 ____________________________________________________________________________
10218 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
10219         Log: Tru64: Document the known odbm failure with static builds.
10220      Branch: perl
10221            ! README.tru64
10222 ____________________________________________________________________________
10223 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
10224         Log: microperl tweaks.
10225      Branch: perl
10226            ! Makefile.micro locale.c util.c
10227 ____________________________________________________________________________
10228 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
10229         Log: metaconfig unit changes for #15468.
10230      Branch: metaconfig
10231            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
10232            ! U/modified/libc.U U/modified/libs.U
10233            ! U/threads/d_pthread_atfork.U
10234 ____________________________________________________________________________
10235 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
10236         Log: Various metaconfig unit cleanup; only one visible change
10237              in Configure, though.
10238      Branch: perl
10239            ! Configure
10240 ____________________________________________________________________________
10241 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
10242         Log: Upgrade to Encode 0.98, from Dan Kogai.
10243      Branch: perl
10244            + ext/Encode/lib/Encode/EncFormat.pod
10245            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
10246            - ext/Encode/lib/EncodeFormat.pod
10247            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
10248            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
10249            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10250            ! ext/Encode/lib/Encode/Alias.pm
10251            ! ext/Encode/lib/Encode/Details.pod
10252            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10253            ! ext/Encode/lib/Encode/JP/JIS.pm
10254            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10255 ____________________________________________________________________________
10256 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
10257         Log: Integrate perlio;
10258              
10259              Avoid core-dump in Encode with PERLIO=mmap
10260      Branch: perl
10261           !> ext/Encode/Encode.xs
10262 ____________________________________________________________________________
10263 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
10264         Log: In the spirit of #15464.
10265      Branch: perl
10266            ! perl.c sv.c
10267 ____________________________________________________________________________
10268 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
10269         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
10270              From: Michael G Schwern <schwern@pobox.com>
10271              Date: Sun, 24 Mar 2002 02:27:25 -0500
10272              Message-ID: <20020324072725.GA3554@blackrider>
10273      Branch: perl
10274            ! perl.c
10275 ____________________________________________________________________________
10276 [ 15463] By: nick                                  on 2002/03/24  10:24:41
10277         Log: Integrate mainline
10278      Branch: perlio
10279           +> (branch 28 files)
10280            - lib/bigfloat.t lib/bigint.t
10281           !> (integrate 59 files)
10282 ____________________________________________________________________________
10283 [ 15462] By: nick                                  on 2002/03/24  08:59:35
10284         Log: Avoid core-dump in Encode with PERLIO=mmap
10285      Branch: perlio
10286            ! ext/Encode/Encode.xs
10287 ____________________________________________________________________________
10288 [ 15461] By: nick                                  on 2002/03/24  08:58:21
10289         Log: Too many machines doing integrate mainline
10290      Branch: perlio
10291           !> Changes Configure lib/AutoSplit.t
10292           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
10293           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
10294           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
10295           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
10296 ____________________________________________________________________________
10297 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
10298         Log: Retract Math::BigInt::Lite for now, seems to confuse
10299              bignum and bigrat.
10300      Branch: perl
10301            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
10302            ! MANIFEST
10303 ____________________________________________________________________________
10304 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
10305         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
10306              From: "Craig A. Berry" <craigberry@mac.com>
10307              Date: Sat, 23 Mar 2002 23:23:00 -0600
10308              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
10309      Branch: perl
10310            ! configure.com vms/vms.c
10311 ____________________________________________________________________________
10312 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
10313         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
10314              From: Michael G Schwern <schwern@pobox.com>
10315              Date: Sat, 23 Mar 2002 21:32:32 -0500
10316              Message-ID: <20020324023232.GA29972@blackrider>
10317              
10318              (with Russ Allbery's simplifications)
10319      Branch: perl
10320            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
10321 ____________________________________________________________________________
10322 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
10323         Log: Merge Math::BigInt::Lite 0.08, from Tels.
10324      Branch: perl
10325            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
10326            ! MANIFEST
10327 ____________________________________________________________________________
10328 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
10329         Log: Too chatty.
10330      Branch: perl
10331            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
10332 ____________________________________________________________________________
10333 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
10334         Log: Merge bignum 0.10, from Tels.
10335      Branch: perl
10336            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
10337            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
10338            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
10339            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
10340            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
10341            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
10342            ! MANIFEST
10343 ____________________________________________________________________________
10344 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
10345         Log: Rename the Perl 4 tests in preparation of bignum.
10346      Branch: perl
10347            + lib/bigfloatpl.t lib/bigintpl.t
10348            - lib/bigfloat.t lib/bigint.t
10349            ! MANIFEST
10350 ____________________________________________________________________________
10351 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
10352         Log: Merge Math::BigRat 0.04, from Tels.
10353      Branch: perl
10354            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
10355            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
10356            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10357            + t/lib/Math/BigRat/Test.pm
10358            ! MANIFEST
10359 ____________________________________________________________________________
10360 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
10361         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
10362              From: Dave Mitchell <davem@fdgroup.com>
10363              Date: Sat, 23 Mar 2002 22:27:24 +0000
10364              Message-ID: <20020323222724.A19425@fdgroup.com>
10365      Branch: perl
10366            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
10367 ____________________________________________________________________________
10368 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
10369         Log: Forgotten.
10370      Branch: perl
10371            ! ext/Unicode/Normalize/README
10372 ____________________________________________________________________________
10373 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
10374         Log: Update Changes.
10375      Branch: perl
10376            ! Changes patchlevel.h
10377 ____________________________________________________________________________
10378 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
10379         Log: Subject: perldoc -m [PATCH]
10380              From: "John L. Allen" <allen@grumman.com>
10381              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
10382              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
10383      Branch: perl
10384            ! utils/perldoc.PL
10385 ____________________________________________________________________________
10386 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
10387         Log: Subject: Re: Copious warnings from Sys::Syslog
10388              From: andreas.koenig@anima.de (Andreas J. Koenig)
10389              Date: Sat, 23 Mar 2002 06:47:08 +0100
10390              Message-ID: <m31yebvns3.fsf@anima.de>
10391      Branch: perl
10392            ! ext/Sys/Syslog/Syslog.pm
10393 ____________________________________________________________________________
10394 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
10395         Log: Upgrade to Math::BigInt 1.55, from Tels.
10396      Branch: perl
10397            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
10398            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
10399            + lib/Math/BigInt/t/use_lib4.t
10400            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10401            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
10402            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
10403            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
10404            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
10405            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
10406            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
10407            ! lib/Math/BigInt/t/upgrade.t
10408 ____________________________________________________________________________
10409 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
10410         Log: Upgrade to Encode 0.97, from Dan Kogai.
10411      Branch: perl
10412            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
10413            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
10414            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
10415            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10416            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10417            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
10418            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
10419            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
10420            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
10421            ! ext/Encode/t/Tcl.t
10422 ____________________________________________________________________________
10423 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
10424         Log: Slight tweaks on #15443.
10425      Branch: perl
10426            ! pod/perlvar.pod
10427 ____________________________________________________________________________
10428 [ 15444] By: nick                                  on 2002/03/23  17:30:42
10429         Log: Integrate mainline
10430      Branch: perlio
10431           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
10432           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
10433           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
10434           !> (integrate 50 files)
10435 ____________________________________________________________________________
10436 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
10437         Log: Subject: patch [bleadperl]: Document %! special variable
10438              From: mjd@plover.com
10439              Date: 23 Mar 2002 18:25:44 -0000
10440              Message-ID: <20020323182544.11741.qmail@plover.com>    
10441      Branch: perl
10442            ! pod/perlvar.pod
10443 ____________________________________________________________________________
10444 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
10445         Log: Since the Encode::JP is unsupported under EBCDIC we
10446              cannot run this test (aliases as such should work fine).
10447      Branch: perl
10448            ! ext/Encode/t/Aliases.t
10449 ____________________________________________________________________________
10450 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
10451         Log: EBCDIC: the sorting order is different under
10452              byte-EBCDIC and Unicode.
10453      Branch: perl
10454            ! t/op/utfhash.t
10455 ____________________________________________________________________________
10456 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
10457         Log: EBCDIC: the character codes are different.
10458      Branch: perl
10459            ! lib/Pod/t/pod2html-lib.pl
10460 ____________________________________________________________________________
10461 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
10462         Log: Purify: #15434 got the test the wrong.
10463              (Is there an approved way of testing "is this an unop"?)
10464      Branch: perl
10465            ! op.c
10466 ____________________________________________________________________________
10467 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
10468         Log: Purify: Array bounds read: could read one character past the end.
10469      Branch: perl
10470            ! pp_pack.c
10471 ____________________________________________________________________________
10472 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
10473         Log: Purify: Array bounds read: reading one byte before the buffer.
10474      Branch: perl
10475            ! util.c
10476 ____________________________________________________________________________
10477 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
10478         Log: Purify: Unitialized memory read.  Too many code paths
10479              to keep track of, I guess.
10480      Branch: perl
10481            ! sv.c
10482 ____________________________________________________________________________
10483 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
10484         Log: Purify: Array bounds write: pre-extend the strxfrm
10485              buffer by a factor of four (suggested maximum by HP-UX;
10486              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
10487              know how portable that is; locale.c uses yet another trick
10488              (not a particularly good trick, I might add))
10489      Branch: perl
10490            ! ext/POSIX/POSIX.xs
10491 ____________________________________________________________________________
10492 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
10493         Log: Purify: Array bounds read: o->op_last was accessed
10494              for unops (via newUNOP() and ck_eof()).
10495              (analysis okay, patch bad: see #15439)
10496      Branch: perl
10497            ! op.c
10498 ____________________________________________________________________________
10499 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
10500         Log: Subject: [PATCH] vms/test.com, File::Find tests
10501              From: "Craig A. Berry" <craigberry@mac.com>
10502              Date: Fri, 22 Mar 2002 16:52:59 -0600
10503              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
10504      Branch: perl
10505            ! vms/test.com
10506 ____________________________________________________________________________
10507 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
10508         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
10509              From: Michael G Schwern <schwern@pobox.com>
10510              Date: Fri, 22 Mar 2002 18:08:19 -0500
10511              Message-ID: <20020322230819.GB16454@blackrider>
10512      Branch: perl
10513            ! ext/Sys/Syslog/Syslog.pm
10514 ____________________________________________________________________________
10515 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
10516         Log: Update the information on Encode.
10517      Branch: perl
10518            ! pod/perldelta.pod
10519 ____________________________________________________________________________
10520 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
10521         Log: Upgrade to Encode 0.96, from Dan Kogai.
10522      Branch: perl
10523            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
10524            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
10525            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
10526            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10527            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10528            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10529            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
10530            ! ext/Encode/lib/Encode/Alias.pm
10531            ! ext/Encode/lib/Encode/Encoding.pm
10532            ! ext/Encode/lib/Encode/Internal.pm
10533            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10534 ____________________________________________________________________________
10535 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
10536         Log: Subject: [PATCH] h2xs.t fix for VMS
10537              From: "Craig A. Berry" <craigberry@mac.com>
10538              Date: Fri, 22 Mar 2002 15:47:38 -0600
10539              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
10540      Branch: perl
10541            ! lib/h2xs.t
10542 ____________________________________________________________________________
10543 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
10544         Log: One more pass.
10545      Branch: perl
10546            ! epoc/config.sh
10547 ____________________________________________________________________________
10548 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
10549         Log: Even better version from Olaf Flebbe.
10550      Branch: perl
10551            ! epoc/config.sh pp_sys.c util.c
10552 ____________________________________________________________________________
10553 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
10554         Log: EPOC update from Olaf Flebbe.
10555      Branch: perl
10556            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
10557            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
10558 ____________________________________________________________________________
10559 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
10560         Log: Tweak from John P. Linderman.
10561      Branch: perl
10562            ! pod/perlhack.pod
10563 ____________________________________________________________________________
10564 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
10565         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
10566              From: Stas Bekman <stas@stason.org>
10567              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
10568              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
10569      Branch: perl
10570            ! pod/perlfunc.pod
10571 ____________________________________________________________________________
10572 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
10573         Log: Subject: [PATCH] check sysconf's return value in reentr.c
10574              From: <slaven.rezic@berlin.de>
10575              Date: Fri, 22 Mar 2002 18:30:36 +0100
10576              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
10577              
10578              (plus use 4k instead 2k as the "usual" size)
10579      Branch: perl
10580            ! reentr.c reentr.pl
10581 ____________________________________________________________________________
10582 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
10583         Log: Update Changes.
10584      Branch: perl
10585            ! Changes patchlevel.h
10586 ____________________________________________________________________________
10587 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
10588         Log: Forgot from #15416.
10589      Branch: perl
10590            ! pod/perlfaq3.pod
10591 ____________________________________________________________________________
10592 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
10593         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
10594              From: andreas.koenig@anima.de (Andreas J. Koenig)
10595              Date: Fri, 22 Mar 2002 16:27:51 +0100
10596              Message-ID: <m3n0x0vczs.fsf@anima.de>
10597      Branch: perl
10598            ! pod/perlmodstyle.pod
10599 ____________________________________________________________________________
10600 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
10601         Log: metaconfig unit changes for #15418.
10602      Branch: metaconfig
10603            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10604            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10605            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10606            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10607            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10608            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10609            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10610            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10611            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10612            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10613            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10614            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10615            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10616            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10617            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10618            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10619            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10620            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10621            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10622            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10623            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10624            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10625            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10626            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10627 ____________________________________________________________________________
10628 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
10629         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
10630              Also, there's no i_stdio.
10631      Branch: perl
10632            ! Configure reentr.h reentr.pl
10633 ____________________________________________________________________________
10634 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
10635         Log: Document a known AIX warning.
10636      Branch: perl
10637            ! pod/perldelta.pod
10638 ____________________________________________________________________________
10639 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
10640         Log: Undo #15415, allow the faq people to catch up first.
10641      Branch: perl
10642            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10643 ____________________________________________________________________________
10644 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
10645         Log: FAQ sync.
10646      Branch: perl
10647            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
10648 ____________________________________________________________________________
10649 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
10650         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
10651              From: andreas.koenig@anima.de (Andreas J. Koenig)
10652              Date: Fri, 22 Mar 2002 15:16:19 +0100
10653              Message-ID: <m38z8kwuvg.fsf@anima.de>
10654              
10655              (plus reformat)
10656      Branch: perl
10657            ! pod/perldelta.pod
10658 ____________________________________________________________________________
10659 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
10660         Log: Integrate perlio;
10661              
10662              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
10663              
10664              Check for sanity of UTF-8 keys in hashes
10665      Branch: perl
10666           +> t/op/utfhash.t
10667           !> MANIFEST doio.c
10668 ____________________________________________________________________________
10669 [ 15412] By: nick                                  on 2002/03/22  10:50:53
10670         Log: Check for sanity of UTF-8 keys in hashes
10671              (feel free to add more tests...)
10672      Branch: perlio
10673            + t/op/utfhash.t
10674            ! MANIFEST
10675 ____________________________________________________________________________
10676 [ 15411] By: ams                                   on 2002/03/22  08:36:33
10677         Log: Revert #15200 for backwards compatiblity reasons.
10678      Branch: perl
10679            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
10680            ! pp_ctl.c t/op/override.t
10681 ____________________________________________________________________________
10682 [ 15410] By: nick                                  on 2002/03/22  07:47:41
10683         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
10684              - when (e.g.) STDOUT is char special file and gets IoOFP
10685              created - do _NOT_ pass num_svs as that fopen-s stringified
10686              glob, and not fdopen-s the fd.
10687      Branch: perlio
10688            ! doio.c
10689 ____________________________________________________________________________
10690 [ 15409] By: nick                                  on 2002/03/22  07:19:33
10691         Log: Integrate mainline
10692      Branch: perlio
10693           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
10694           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
10695           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
10696           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
10697           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
10698           +> ext/Encode/lib/Encode/Details.pod
10699           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10700           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
10701           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10702           +> lib/Pod/t/pod2html-lib.pl
10703            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10704           !> (integrate 39 files)
10705 ____________________________________________________________________________
10706 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
10707         Log: Win32 tweak from mjd.
10708      Branch: perl
10709            ! lib/Tie/File.pm
10710 ____________________________________________________________________________
10711 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
10712         Log: If Unicode keys are entered to a hash, a bit is turned on.
10713              If the bit is on, when the keys are fetched from the hash
10714              (%h, each %h, keys %h), the Unicodified versions of the keys
10715              are returned if needed.  This solution errs on the size of
10716              over-Unicodifying, the old solution erred on the side of
10717              under-Unicodifying.  As long as the hash keys can be a mix
10718              of byte and Unicode strings, a perfect fit is hard to come by.
10719      Branch: perl
10720            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
10721            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
10722 ____________________________________________________________________________
10723 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
10724         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
10725              From: Mike Guy <mjtg@cam.ac.uk>
10726              Date: Fri, 22 Mar 2002 02:08:20 +0000
10727              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
10728      Branch: perl
10729            ! pod/perldelta.pod
10730 ____________________________________________________________________________
10731 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
10732         Log: PM_SETRE() fallout.
10733      Branch: perl
10734            ! ext/ByteLoader/bytecode.h
10735 ____________________________________________________________________________
10736 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
10737         Log: Subject: [PATCH pod/perlxs.pod] doc fix
10738              From: Stas Bekman <stas@stason.org>
10739              Date: Thu, 21 Mar 2002 18:47:35 +0800
10740              Message-ID: <3C99BA47.9010403@stason.org>
10741      Branch: perl
10742            ! pod/perlxs.pod
10743 ____________________________________________________________________________
10744 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
10745         Log: Subject: [PATCH]
10746              From: Slaven Rezic <slaven.rezic@berlin.de>
10747              Date: 21 Mar 2002 10:19:23 +0100
10748              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
10749              
10750              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
10751      Branch: perl
10752            ! hints/freebsd.sh
10753 ____________________________________________________________________________
10754 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
10755         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
10756              From: Tim Bunce <Tim.Bunce@pobox.com>
10757              Date: Thu, 21 Mar 2002 21:18:05 +0000
10758              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
10759      Branch: perl
10760            ! ext/Storable/Storable.xs
10761 ____________________________________________________________________________
10762 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
10763         Log: Reword the Apache^Wmod_perl bit so that Sarathy
10764              can sleep easier :-)
10765      Branch: perl
10766            ! pod/perldelta.pod
10767 ____________________________________________________________________________
10768 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
10769         Log: It seems that the strange failure (core dump) of
10770              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
10771              (1) using Sun's cc helps
10772              (2) rewriting the ithreads PM_SETRE() to do the
10773              setting in two steps helps
10774              (3) no other platforms have the crash
10775              (4) Tru64's Third Degree sees nothing evil
10776              So we implement (2).
10777      Branch: perl
10778            ! op.h
10779 ____________________________________________________________________________
10780 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
10781         Log: Solaris: default to the SUNwspro cc if it is available.
10782      Branch: perl
10783            ! hints/solaris_2.sh
10784 ____________________________________________________________________________
10785 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
10786         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
10787              does not get fixed in time.
10788      Branch: perl
10789            ! pod/perldelta.pod
10790 ____________________________________________________________________________
10791 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
10792         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
10793              From: Dave Mitchell <davem@fdgroup.com>
10794              Date: Thu, 21 Mar 2002 17:24:40 +0000
10795              Message-ID: <20020321172440.C13683@fdgroup.com>
10796      Branch: perl
10797            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
10798            ! pod/perlapi.pod proto.h sv.h toke.c
10799 ____________________________________________________________________________
10800 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
10801         Log: One more proto escapee.
10802      Branch: perl
10803            ! hints/linux.sh
10804 ____________________________________________________________________________
10805 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
10806         Log: metaconfig unit change for #15394.
10807      Branch: metaconfig/U/perl
10808            ! Checkcc.U
10809 ____________________________________________________________________________
10810 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
10811         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
10812              From: Robin Barker <rmb1@cise.npl.co.uk>
10813              Date: Thu, 21 Mar 2002 17:35:00 GMT
10814              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
10815      Branch: perl
10816            ! Configure
10817 ____________________________________________________________________________
10818 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
10819         Log: Subject: Re: [tests for Pod::Html]
10820              From: Stas Bekman <stas@stason.org>
10821              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
10822              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
10823      Branch: perl
10824            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10825            - t/pod2html/README
10826            ! MANIFEST lib/Pod/t/pod2html-lib.pl
10827 ____________________________________________________________________________
10828 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
10829         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
10830              From: Stas Bekman <stas@stason.org>
10831              Date: Thu, 21 Mar 2002 18:50:56 +0800
10832              Message-ID: <3C99BB10.50004@stason.org>
10833      Branch: perl
10834            ! ext/Cwd/Cwd.xs
10835 ____________________________________________________________________________
10836 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
10837         Log: Upgrade to Encode 0.95, from Dan Kogai.
10838      Branch: perl
10839            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
10840            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
10841            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
10842            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
10843            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
10844            + ext/Encode/lib/Encode/Details.pod
10845            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10846            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10847            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10848            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
10849            ! ext/Encode/Makefile.PL
10850 ____________________________________________________________________________
10851 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
10852         Log: Mention the new syslog try-harder feature.
10853      Branch: perl
10854            ! pod/perldelta.pod
10855 ____________________________________________________________________________
10856 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
10857         Log: metaconfig unit changes for #15388.
10858      Branch: metaconfig
10859            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10860            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10861            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10862            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10863            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10864            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10865            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10866            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10867            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10868            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10869            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10870            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10871            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10872            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10873            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10874            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10875            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10876            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10877            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10878            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10879            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10880            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10881            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10882            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10883 ____________________________________________________________________________
10884 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
10885         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
10886              From: Spider Boardman <spider@web.zk3.dec.com>
10887              Date: Thu, 21 Mar 2002 09:23:45 -0500
10888              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
10889      Branch: perl
10890            ! Configure hints/hpux.sh reentr.pl
10891 ____________________________________________________________________________
10892 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
10893         Log: NetWare diff from C Aditya.
10894      Branch: perl
10895            ! perl.h
10896 ____________________________________________________________________________
10897 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
10898         Log: The htmlview test doesn't work yet.
10899      Branch: perl
10900            + t/pod2html/README
10901            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10902            ! MANIFEST
10903 ____________________________________________________________________________
10904 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
10905         Log: Placeholder.
10906      Branch: perl
10907            ! MANIFEST
10908 ____________________________________________________________________________
10909 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
10910         Log: Integrate perlio: missing tabs in makefile.mk.
10911      Branch: perl
10912           !> win32/makefile.mk
10913 ____________________________________________________________________________
10914 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
10915         Log: Subject: [tests for Pod::Html]
10916              From: Stas Bekman <stas@stason.org>
10917              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
10918              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
10919      Branch: perl
10920            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
10921            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10922            + lib/Pod/t/pod2html-lib.pl
10923            ! MANIFEST
10924 ____________________________________________________________________________
10925 [ 15382] By: nick                                  on 2002/03/21  07:21:57
10926         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
10927      Branch: perlio
10928           +> ext/Encode/AUTHORS ext/Encode/Changes
10929           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10930           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10931           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10932           +> ext/I18N/Langinfo/fallback/const-c.inc
10933           +> ext/I18N/Langinfo/fallback/const-xs.inc
10934           +> lib/ExtUtils/t/Constant.t
10935            - ext/Encode/Encode/euc-jp-0212.enc
10936            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
10937            - ext/Encode/t/table.euc ext/Encode/t/table.ref
10938            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
10939           !> (integrate 105 files)
10940 ____________________________________________________________________________
10941 [ 15381] By: nick                                  on 2002/03/21  06:59:57
10942         Log: Restore tabs so dmake will parse file!
10943      Branch: perlio
10944            ! win32/makefile.mk
10945 ____________________________________________________________________________
10946 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
10947         Log: Upgrade to Unicode::Normalize 0.16.
10948      Branch: perl
10949            ! ext/Unicode/Normalize/Changes
10950            ! ext/Unicode/Normalize/Normalize.pm
10951 ____________________________________________________________________________
10952 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
10953         Log: Schwern's wallet is a bit more loose.
10954      Branch: perl
10955            ! t/lib/1_compile.t
10956 ____________________________________________________________________________
10957 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
10958         Log: Subject: [PATCH]
10959              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10960              Date: Wed, 20 Mar 2002 22:56:17 -0000
10961              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
10962              
10963              packWARN also for subdirs.
10964      Branch: perl
10965            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
10966            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
10967            ! win32/win32.c
10968 ____________________________________________________________________________
10969 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
10970         Log: A plan is better.
10971      Branch: perl
10972            ! ext/Encode/t/CJKalias.t
10973 ____________________________________________________________________________
10974 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
10975         Log: Upgrade to Encode 0.94, from Dan Kogai.
10976      Branch: perl
10977            + ext/Encode/lib/Encode/Description.pod
10978            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10979            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
10980            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10981            ! ext/Encode/lib/Encode/Encoding.pm
10982            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10983            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10984            ! ext/Encode/t/CJKalias.t
10985 ____________________________________________________________________________
10986 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
10987         Log: Rats' nest.
10988      Branch: perl
10989            ! hints/solaris_2.sh
10990 ____________________________________________________________________________
10991 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
10992         Log: Rrright.
10993      Branch: perl
10994            ! pod/perlguts.pod
10995 ____________________________________________________________________________
10996 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
10997         Log: Update Changes.
10998      Branch: perl
10999            ! Changes patchlevel.h
11000 ____________________________________________________________________________
11001 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
11002         Log: Reapply #15336.
11003      Branch: perl
11004            ! ext/Encode/lib/Encode/Tcl.pm
11005 ____________________________________________________________________________
11006 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
11007         Log: Upgrade to Encode 0.93, from Dan Kogai.
11008      Branch: perl
11009            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
11010            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
11011            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11012            ! ext/Encode/README ext/Encode/TW/TW.pm
11013            ! ext/Encode/lib/Encode/CN/HZ.pm
11014            ! ext/Encode/lib/Encode/Encoding.pm
11015            ! ext/Encode/lib/Encode/Internal.pm
11016            ! ext/Encode/lib/Encode/JP/Constants.pm
11017            ! ext/Encode/lib/Encode/JP/H2Z.pm
11018            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11019            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
11020            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11021            ! ext/Encode/lib/Encode/Tcl/Table.pm
11022            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
11023            ! ext/Encode/lib/Encode/iso10646_1.pm
11024            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11025            ! ext/Encode/t/JP.t
11026 ____________________________________________________________________________
11027 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
11028         Log: Subject: patch for syslog
11029              From: <Nick.Williams@morganstanley.com>
11030              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
11031              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
11032      Branch: perl
11033            ! ext/Sys/Syslog/Syslog.pm
11034 ____________________________________________________________________________
11035 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
11036         Log: Some failure updates.
11037      Branch: perl
11038            ! pod/perldelta.pod
11039 ____________________________________________________________________________
11040 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
11041         Log: Getopt::Long 2.29 from Johan Vromans.
11042      Branch: perl
11043            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
11044 ____________________________________________________________________________
11045 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
11046         Log: Rename ExtUtils.t to Constant.t, as suggested by
11047              Nicholas Clark.
11048      Branch: perl
11049            + lib/ExtUtils/t/Constant.t
11050            - lib/ExtUtils/t/ExtUtils.t
11051            ! MANIFEST
11052 ____________________________________________________________________________
11053 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
11054         Log: Subject: [PATCH] TODO - Make Schwern Poorer
11055              From: Nicholas Clark <nick@unfortu.net>
11056              Date: Tue, 19 Mar 2002 22:50:28 +0000
11057              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
11058      Branch: perl
11059            ! t/lib/1_compile.t
11060 ____________________________________________________________________________
11061 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
11062         Log: Subject: Re: The story of O [PATCH]
11063              From: Richard.Foley@t-online.de (Richard Foley)
11064              Date: Sun, 17 Mar 2002 08:37:26 +0100
11065              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
11066      Branch: perl
11067            ! lib/perl5db.pl
11068 ____________________________________________________________________________
11069 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
11070         Log: Mention the external modules Encode::HanExtra and
11071              PadWalker.
11072      Branch: perl
11073            ! pod/perldelta.pod
11074 ____________________________________________________________________________
11075 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
11076         Log: Subject: [PATCH] List lexicals from debugger
11077              From: Peter Scott <Peter@PSDT.com>
11078              Date: Tue, 19 Mar 2002 12:28:52 -0800
11079              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
11080      Branch: perl
11081            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
11082 ____________________________________________________________________________
11083 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
11084         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
11085              and :encoding(xxx) was errorneously parsed.
11086      Branch: perl
11087            ! lib/open.pm
11088 ____________________________________________________________________________
11089 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
11090         Log: Subject: [PATCH bleadperl] exec.t tweak
11091              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11092              Date: Wed, 20 Mar 2002 01:21:40 +0100
11093              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
11094              
11095              4NT returns 2 as error-code for nonexistant file.
11096      Branch: perl
11097            ! t/op/exec.t
11098 ____________________________________________________________________________
11099 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
11100         Log: minor Tie::File test patch to make win32 happier, from mjd.
11101      Branch: perl
11102            ! lib/Tie/File/t/30_defer.t
11103 ____________________________________________________________________________
11104 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
11105         Log: Subject: [PATCH bleadperl] magic.t tweak
11106              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11107              Date: Wed, 20 Mar 2002 00:39:16 +0100
11108              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
11109      Branch: perl
11110            ! t/op/magic.t
11111 ____________________________________________________________________________
11112 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
11113         Log: Typo fix from Andreas Koenig, plus a tweak.
11114      Branch: perl
11115            ! pod/perlunicode.pod
11116 ____________________________________________________________________________
11117 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
11118         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
11119              in Mandrake 8.2.  Now we need to figure out a way not to
11120              unbreak Apache.
11121      Branch: perl
11122            ! hints/linux.sh
11123 ____________________________________________________________________________
11124 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
11125         Log: Fix for "UTF-8 bug with s///" from Hugo.
11126      Branch: perl
11127            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
11128            ! t/op/pat.t
11129 ____________________________________________________________________________
11130 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
11131         Log: metaconfig unit change for #15354.
11132      Branch: metaconfig
11133            ! U/threads/usethreads.U
11134 ____________________________________________________________________________
11135 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
11136         Log: Installation updates on threads and perlio.
11137      Branch: perl
11138            ! Configure INSTALL
11139 ____________________________________________________________________________
11140 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
11141         Log: Tpo.
11142      Branch: perl
11143            ! pod/perlfaq6.pod
11144 ____________________________________________________________________________
11145 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
11146         Log: Regen modlib and toc.
11147      Branch: perl
11148            ! pod/perlmodlib.pod pod/perltoc.pod
11149 ____________________________________________________________________________
11150 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
11151         Log: Whitespace tweaks.
11152      Branch: perl
11153            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
11154            ! pod/perltodo.pod pod/perlunicode.pod
11155 ____________________________________________________________________________
11156 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
11157         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
11158              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
11159              (And as suggested by Markus Kuhn.)
11160              
11161              While we are at it, document also the case of
11162              mixed hash keys as a known potential troublemaker.
11163              (Since it's locale-related, sometimes.)
11164      Branch: perl
11165            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
11166            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
11167            ! pod/perluniintro.pod
11168 ____________________________________________________________________________
11169 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
11170         Log: Surely a typo.
11171      Branch: perl
11172            ! gv.c
11173 ____________________________________________________________________________
11174 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
11175         Log: Take two.
11176      Branch: perl
11177            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11178            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11179 ____________________________________________________________________________
11180 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
11181         Log: Let's try this from scratch.
11182      Branch: perl
11183            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11184            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11185 ____________________________________________________________________________
11186 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
11187         Log: I could do this all day...
11188      Branch: perl
11189            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11190            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11191 ____________________________________________________________________________
11192 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
11193         Log: Grrr.
11194      Branch: perl
11195            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11196            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11197 ____________________________________________________________________________
11198 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
11199         Log: Subject: Re: Nearly OK for cygwin@15318
11200              From: John Peacock <jpeacock@rowman.com>
11201              Date: Tue, 19 Mar 2002 15:58:08 -0500
11202              Message-ID: <3C97A660.3060302@rowman.com>
11203      Branch: perl
11204            ! pod/perlport.pod
11205 ____________________________________________________________________________
11206 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
11207         Log: Subject: Re: Nearly OK for cygwin@15318
11208              From: <slaven.rezic@berlin.de>
11209              Date: Tue, 19 Mar 2002 21:47:49 +0100
11210              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
11211              
11212              Subject: Re: Nearly OK for cygwin@15318
11213              From: <slaven.rezic@berlin.de>
11214              Date: Tue, 19 Mar 2002 21:37:18 +0100
11215              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
11216      Branch: perl
11217            ! pod/perlport.pod t/io/fs.t
11218 ____________________________________________________________________________
11219 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
11220         Log: D'oh.
11221      Branch: perl
11222            + ext/I18N/Langinfo/fallback/const-c.inc
11223            + ext/I18N/Langinfo/fallback/const-xs.inc
11224 ____________________________________________________________________________
11225 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
11226         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
11227              From: Nicholas Clark <nick@unfortu.net>
11228              Date: Tue, 19 Mar 2002 22:37:08 +0000
11229              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
11230              
11231              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
11232              From: Nicholas Clark <nick@ccl4.org>
11233              Date: Tue, 19 Mar 2002 22:39:55 +0000
11234              Message-ID: <20020319223954.G94831@plum.flirble.org>
11235      Branch: perl
11236            - ext/I18N/Langinfo/fallback.xs
11237            ! MANIFEST
11238 ____________________________________________________________________________
11239 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
11240         Log: Text, not binary.
11241      Branch: perl
11242            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
11243            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
11244 ____________________________________________________________________________
11245 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
11246         Log: Subject: Re: perl@15244
11247              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11248              Date: Mon, 18 Mar 2002 17:37:31 +0100
11249              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
11250              
11251              (Goedendag: Dutch whitespace police)
11252      Branch: perl
11253            ! hints/hpux.sh
11254 ____________________________________________________________________________
11255 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
11256         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
11257              From: Nicholas Clark <nick@unfortu.net>
11258              Date: Tue, 19 Mar 2002 21:52:47 +0000
11259              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
11260      Branch: perl
11261            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
11262            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
11263            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
11264            ! ext/Sys/Syslog/Makefile.PL
11265 ____________________________________________________________________________
11266 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
11267         Log: More pathname portability checks.
11268      Branch: perl
11269            ! Porting/check83.pl
11270 ____________________________________________________________________________
11271 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
11272         Log: Begone, Encode::Tcl::Extended.
11273      Branch: perl
11274            ! ext/Encode/lib/Encode/Tcl.pm
11275 ____________________________________________________________________________
11276 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
11277         Log: This is like trying to put the shaving cream
11278              back to the can...
11279      Branch: perl
11280            ! hints/linux.sh
11281 ____________________________________________________________________________
11282 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
11283         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
11284              types of usleep().  Fun, fun. fun.
11285      Branch: perl
11286            ! hints/linux.sh
11287 ____________________________________________________________________________
11288 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
11289         Log: Sarathy's new suggestion for Linux threading flags.
11290      Branch: perl
11291            ! hints/linux.sh
11292 ____________________________________________________________________________
11293 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
11294         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
11295      Branch: perl
11296            - ext/Encode/Encode/euc-jp-0212.ucm
11297            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
11298            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
11299 ____________________________________________________________________________
11300 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
11301         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
11302              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11303              Date: Tue, 19 Mar 2002 00:42:22 +0100
11304              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
11305      Branch: perl
11306            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
11307 ____________________________________________________________________________
11308 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
11309         Log: "+" is not a valid filename character in VMS.
11310      Branch: perl
11311            + ext/Encode/Encode/euc-jp-0212.ucm
11312            - ext/Encode/Encode/euc-jp+0212.ucm
11313            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
11314 ____________________________________________________________________________
11315 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
11316         Log: Update Changes.
11317      Branch: perl
11318            ! Changes patchlevel.h
11319 ____________________________________________________________________________
11320 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
11321         Log: Take away _GNU_SOURCE since that does not seem
11322              to play well with other software (like Apache),
11323              just hint away the WHOAs.
11324      Branch: perl
11325            ! hints/linux.sh
11326 ____________________________________________________________________________
11327 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
11328         Log: metaconfig unit change for #15326.
11329      Branch: metaconfig
11330            ! U/threads/d_crypt_r.U
11331 ____________________________________________________________________________
11332 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
11333         Log: Support crypt_r(const char*,const char*, CRYPTD*).
11334      Branch: perl
11335            ! Configure reentr.h reentr.pl
11336 ____________________________________________________________________________
11337 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
11338         Log: VMS acrobatics from Peter Prymmer.
11339      Branch: perl
11340            ! lib/ExtUtils/t/ExtUtils.t
11341 ____________________________________________________________________________
11342 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
11343         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
11344              From: Stas Bekman <stas@stason.org>
11345              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
11346              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
11347      Branch: perl
11348            ! lib/Pod/Html.pm
11349 ____________________________________________________________________________
11350 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
11351         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
11352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11353              Date: Tue, 19 Mar 2002 10:49:27 +0100
11354              Message-ID: <20020319104927.C705@rafael>   
11355      Branch: perl
11356            ! ext/B/t/xref.t
11357 ____________________________________________________________________________
11358 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
11359         Log: Integrate perlio;
11360              
11361              Move docs for Encode::valid_utf8 (which does not exist)
11362              to be docs for utf8::valid() (which does).
11363      Branch: perl
11364           !> ext/Encode/Encode.pm lib/utf8.pm
11365 ____________________________________________________________________________
11366 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
11367         Log: Remove Encode::Tcl::Extended, suggested by
11368              SADAHIRO Tomoyuki.
11369      Branch: perl
11370            - ext/Encode/Encode/euc-jp-0212.enc
11371            - ext/Encode/lib/Encode/Tcl/Extended.pm
11372            ! MANIFEST ext/Encode/MANIFEST
11373            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11374            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
11375 ____________________________________________________________________________
11376 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
11377         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
11378      Branch: perl
11379            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
11380            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
11381            + ext/Encode/t/jisx0212.ref
11382            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
11383            - ext/Encode/t/table.ref
11384            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
11385            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
11386            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
11387            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11388            ! ext/Encode/lib/Encode/CN/HZ.pm
11389            ! ext/Encode/lib/Encode/Encoding.pm
11390            ! ext/Encode/lib/Encode/Internal.pm
11391            ! ext/Encode/lib/Encode/JP/Constants.pm
11392            ! ext/Encode/lib/Encode/JP/H2Z.pm
11393            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11394            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
11395            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11396            ! ext/Encode/lib/Encode/Tcl/Extended.pm
11397            ! ext/Encode/lib/Encode/Tcl/Table.pm
11398            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
11399            ! ext/Encode/lib/Encode/iso10646_1.pm
11400            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11401            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
11402            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
11403 ____________________________________________________________________________
11404 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
11405         Log: constness+signedness nit.
11406      Branch: perl
11407            ! ext/Unicode/Normalize/Normalize.xs
11408 ____________________________________________________________________________
11409 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
11410         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
11411      Branch: perl
11412            ! ext/Unicode/Normalize/Changes
11413            ! ext/Unicode/Normalize/Normalize.pm
11414            ! ext/Unicode/Normalize/Normalize.xs
11415            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11416            ! ext/Unicode/Normalize/t/func.t
11417 ____________________________________________________________________________
11418 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
11419         Log: Split the ebcdic details to perlebcdic.
11420      Branch: perl
11421            ! pod/perlebcdic.pod pod/perluniintro.pod
11422 ____________________________________________________________________________
11423 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
11424         Log: Be explicit.
11425      Branch: perl
11426            ! pod/perluniintro.pod
11427 ____________________________________________________________________________
11428 [ 15315] By: nick                                  on 2002/03/19  09:24:18
11429         Log: Integrate mainline
11430      Branch: perlio
11431           +> ext/List/Util/t/openhan.t
11432           !> (integrate 53 files)
11433 ____________________________________________________________________________
11434 [ 15314] By: nick                                  on 2002/03/19  07:39:07
11435         Log: Move docs for Encode::valid_utf8 (which does not exist)
11436              to be docs for utf8::valid() (which does).
11437      Branch: perlio
11438            ! ext/Encode/Encode.pm lib/utf8.pm
11439 ____________________________________________________________________________
11440 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
11441         Log: Update the Unicode vs EBCDIC situation.
11442      Branch: perl
11443            ! pod/perlebcdic.pod pod/perluniintro.pod
11444 ____________________________________________________________________________
11445 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
11446         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
11447              From: Robert Spier <rspier@pobox.com>
11448              Date: Mon, 18 Mar 2002 19:22:55 -0800
11449              Message-ID: <15510.44815.383439.823671@rls.cx>
11450      Branch: perl
11451            ! ext/threads/t/end.t
11452 ____________________________________________________________________________
11453 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
11454         Log: UTF-8 walk errors that become visible in EBCDIC.
11455      Branch: perl
11456            ! regexec.c
11457 ____________________________________________________________________________
11458 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
11459         Log: s/regcinclasslen/reginclass/ and remove the old
11460              reginclass since nothing is using it.
11461      Branch: perl
11462            ! embed.fnc embed.h proto.h regexec.c
11463 ____________________________________________________________________________
11464 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
11465         Log: Close the file so it can be (a) removed (b) reopened.
11466      Branch: perl
11467            ! ext/B/t/xref.t
11468 ____________________________________________________________________________
11469 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
11470         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
11471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11472              Date: Mon, 18 Mar 2002 23:14:31 +0100
11473              Message-ID: <20020318231431.A699@rafael>
11474      Branch: perl
11475            ! ext/B/B.xs utf8.c
11476 ____________________________________________________________________________
11477 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
11478         Log: Failed patch hunk reapplied.
11479      Branch: perl
11480            ! lib/Tie/File/t/32_defer_misc.t
11481 ____________________________________________________________________________
11482 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
11483         Log: For DEBUGGING threaded builds.
11484      Branch: perl
11485            ! sv.c
11486 ____________________________________________________________________________
11487 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
11488         Log: AUTHORS update.
11489      Branch: perl
11490            ! AUTHORS
11491 ____________________________________________________________________________
11492 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
11493         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
11494              (Fix from Craig Berry)
11495      Branch: perl
11496            ! pp_sys.c
11497 ____________________________________________________________________________
11498 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
11499         Log: Subject: [PATCH] configure.com home-grown kill() check
11500              From: "Craig A. Berry" <craigberry@mac.com>
11501              Date: Mon, 18 Mar 2002 13:52:59 -0600
11502              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
11503      Branch: perl
11504            ! configure.com
11505 ____________________________________________________________________________
11506 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
11507         Log: Upgrade to Tie::File 0.50.
11508      Branch: perl
11509            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11510            ! lib/Tie/File/t/32_defer_misc.t
11511 ____________________________________________________________________________
11512 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
11513         Log: AUTHORS updates.
11514      Branch: perl
11515            ! AUTHORS
11516 ____________________________________________________________________________
11517 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
11518         Log: Update Changes.
11519      Branch: perl
11520            ! Changes patchlevel.h
11521 ____________________________________________________________________________
11522 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
11523         Log: OS/390 update.
11524      Branch: perl
11525            ! pod/perldelta.pod
11526 ____________________________________________________________________________
11527 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
11528         Log: Forgot from #15288.
11529      Branch: perl
11530            ! ext/B/B.xs
11531 ____________________________________________________________________________
11532 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
11533         Log: Make regex DEBUGGING faster.
11534      Branch: perl
11535            ! perl.c perl.h regexec.c
11536 ____________________________________________________________________________
11537 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
11538         Log: Undo accidental perl.h part of #15295 (wait for #15297)
11539      Branch: perl
11540            ! perl.h
11541 ____________________________________________________________________________
11542 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
11543         Log: Subject: prefix slip
11544              From: andreas.koenig@anima.de (Andreas J. Koenig)
11545              Date: Mon, 18 Mar 2002 16:24:46 +0100
11546              Message-ID: <m3y9gp3nlt.fsf@anima.de>
11547              
11548              (perl.h part accidental, undone by #15296)
11549      Branch: perl
11550            ! INSTALL perl.h
11551 ____________________________________________________________________________
11552 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
11553         Log: Be tidy.
11554      Branch: perl
11555            ! ext/B/t/xref.t
11556 ____________________________________________________________________________
11557 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
11558         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
11559              From: Spider Boardman <spider@web.zk3.dec.com>
11560              Date: Mon, 18 Mar 2002 10:09:50 -0500
11561              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
11562      Branch: perl
11563            ! README.tru64 hints/dec_osf.sh
11564 ____________________________________________________________________________
11565 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
11566         Log: NetWare tweaks from C Aditya <caditya@novell.com>
11567      Branch: perl
11568            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
11569 ____________________________________________________________________________
11570 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
11571         Log: metaconfig unit change for #15290.
11572      Branch: metaconfig/U/perl
11573            ! perlxv.U
11574 ____________________________________________________________________________
11575 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
11576         Log: Subject: d_nv_preserves_uv_bits
11577              From: Nicholas Clark <nick@unfortu.net>
11578              Date: Thu, 14 Mar 2002 22:24:19 +0000
11579              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
11580      Branch: perl
11581            ! Configure Porting/Glossary Porting/config.sh config_h.SH
11582            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
11583            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11584            ! win32/config.bc win32/config.gc win32/config.vc
11585            ! win32/config.win64
11586 ____________________________________________________________________________
11587 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
11588         Log: Subject: Re: perl@15244
11589              From: Spider Boardman <spider@web.zk3.dec.com>
11590              Date: Mon, 18 Mar 2002 09:38:55 -0500
11591              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
11592              
11593              (IA64 work.)
11594      Branch: perl
11595            ! hints/hpux.sh perl.h
11596 ____________________________________________________________________________
11597 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
11598         Log: Subject: [PATCH B] B::perlstring()
11599              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11600              Date: Sun, 17 Mar 2002 23:06:12 +0100
11601              Message-ID: <20020317230612.A24442@rafael>
11602      Branch: perl
11603            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
11604 ____________________________________________________________________________
11605 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
11606         Log: Subject: [PATCH] another pack "w" thing
11607              From: Nicholas Clark <nick@unfortu.net>
11608              Date: Sat, 16 Mar 2002 21:52:15 +0000
11609              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
11610      Branch: perl
11611            ! pp_pack.c t/op/pack.t
11612 ____________________________________________________________________________
11613 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
11614         Log: More prototypes blindness in Solaris.
11615              (TODO: readdir64_r really needs to be seen.)
11616      Branch: perl
11617            ! hints/solaris_2.sh
11618 ____________________________________________________________________________
11619 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
11620         Log: Integrate perlio;
11621              
11622              Tidy the "does not map" message for non-characters
11623              (e.g. iso-8859-3 "\xA5").
11624      Branch: perl
11625           !> ext/Encode/Encode.xs
11626 ____________________________________________________________________________
11627 [ 15284] By: nick                                  on 2002/03/18  11:00:31
11628         Log: Integrate mainline
11629      Branch: perlio
11630           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
11631           +> lib/Tie/File/t/32_defer_misc.t
11632           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
11633           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
11634           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
11635           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
11636           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
11637           !> reentr.pl regexec.c t/op/pat.t util.c
11638 ____________________________________________________________________________
11639 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
11640         Log: Sync with Scalar-List-Utils-1.07
11641      Branch: perl
11642            + ext/List/Util/t/openhan.t
11643            ! MANIFEST ext/List/Util/ChangeLog
11644            ! ext/List/Util/lib/List/Util.pm
11645            ! ext/List/Util/lib/Scalar/Util.pm
11646 ____________________________________________________________________________
11647 [ 15282] By: nick                                  on 2002/03/18  08:11:28
11648         Log: Tidy the "does not map" message for non-characters
11649              (e.g. iso-8859-3 "\xA5").
11650      Branch: perlio
11651            ! ext/Encode/Encode.xs
11652 ____________________________________________________________________________
11653 [ 15281] By: ams                                   on 2002/03/18  04:44:37
11654         Log: URL fix from MJD.
11655      Branch: perl
11656            ! pod/perlfaq3.pod
11657 ____________________________________________________________________________
11658 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
11659         Log: More prototype calming (really should fix the Configure
11660              protochk, but not at this point in time).
11661      Branch: perl
11662            ! hints/solaris_2.sh
11663 ____________________________________________________________________________
11664 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
11665         Log: return at the wrong side of #endif.
11666      Branch: perl
11667            ! util.c
11668 ____________________________________________________________________________
11669 [ 15278] By: ams                                   on 2002/03/17  23:45:31
11670         Log: Typo fix from Stas Bekman.
11671      Branch: perl
11672            ! pod/perlhack.pod
11673 ____________________________________________________________________________
11674 [ 15277] By: ams                                   on 2002/03/17  23:41:35
11675         Log: Upgrade to Tie::File 0.21.
11676      Branch: perl
11677            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
11678            + lib/Tie/File/t/32_defer_misc.t
11679            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11680            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
11681            ! lib/Tie/File/t/22_autochomp.t
11682 ____________________________________________________________________________
11683 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
11684         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
11685              character classes use inlined macros instead of the full
11686              function call.
11687      Branch: perl
11688            ! regexec.c
11689 ____________________________________________________________________________
11690 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
11691         Log: Integrate perlio;
11692              
11693              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
11694              
11695              Other :encoding oddities
11696              - we should really pop while we can still make method calls
11697              in case DESTROY does something.
11698              - Provide a no-op DESTROY
11699              - Use SvPV_only() rather than just SvPV_on()
11700      Branch: perl
11701           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11702           !> ext/Encode/lib/Encode/Encoding.pm sv.c
11703 ____________________________________________________________________________
11704 [ 15274] By: nick                                  on 2002/03/17  20:00:12
11705         Log: Other :encoding oddities
11706              - we should really pop while we can still make method calls
11707              in case DESTROY does something.
11708              - Provide a no-op DESTROY
11709              - Use SvPV_only() rather than just SvPV_on()
11710      Branch: perlio
11711            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11712            ! ext/Encode/lib/Encode/Encoding.pm
11713 ____________________________________________________________________________
11714 [ 15273] By: nick                                  on 2002/03/17  19:53:24
11715         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
11716      Branch: perlio
11717            ! sv.c
11718 ____________________________________________________________________________
11719 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
11720         Log: Implement the retry-on-ERANGE for the get*_r().
11721              The buffer will keep doubling until 64k.
11722      Branch: perl
11723            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
11724            ! reentr.h reentr.pl
11725 ____________________________________________________________________________
11726 [ 15271] By: nick                                  on 2002/03/17  17:38:44
11727         Log: Integrate mainline
11728      Branch: perlio
11729           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
11730           +> t/op/pow.t
11731           !> (integrate 28 files)
11732 ____________________________________________________________________________
11733 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
11734         Log: Subject: UTF-8 bug (maybe alreayd known?)
11735              From: andreas.koenig@anima.de (Andreas J. Koenig)
11736              Date: Fri, 08 Mar 2002 16:36:01 +0100
11737              Message-ID: <m3n0xjul5q.fsf@anima.de>
11738      Branch: perl
11739            ! pp_hot.c t/op/pat.t
11740 ____________________________________________________________________________
11741 [ 15269] By: nick                                  on 2002/03/17  09:12:39
11742         Log: Integarate mainline
11743      Branch: perlio
11744           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11745           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11746           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
11747           !> (integrate 69 files)
11748 ____________________________________________________________________________
11749 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
11750         Log: Subject: SEGV in s/// and UTF-8
11751              From: andreas.koenig@anima.de (Andreas J. Koenig)
11752              Date: Tue, 12 Mar 2002 00:40:09 +0100
11753              Message-ID: <m3r8mqad2e.fsf@anima.de>
11754      Branch: perl
11755            ! regexec.c t/op/pat.t
11756 ____________________________________________________________________________
11757 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
11758         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
11759              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
11760              which assume that 2**someinteger is accurate.
11761      Branch: perl
11762            + t/op/pow.t
11763            ! MANIFEST pp.c t/test.pl
11764 ____________________________________________________________________________
11765 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
11766         Log: _r-ify config.win64, too.
11767      Branch: perl
11768            ! win32/config.win64
11769 ____________________________________________________________________________
11770 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
11771         Log: Better place to initialize (IRIX cc noticed that
11772              the many "goto defchars" bypass the initialization)
11773      Branch: perl
11774            ! regcomp.c
11775 ____________________________________________________________________________
11776 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
11777         Log: If not building threaded, never mind the threaded prototypes.
11778      Branch: perl
11779            ! Configure reentr.pl
11780 ____________________________________________________________________________
11781 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
11782         Log: metaconfig: If not using threads, not point probing for the
11783              prototypes (since they might be hidden behind many defines
11784              we won't have if not building threaded)
11785      Branch: metaconfig
11786            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11787            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11788            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11789            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11790            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11791            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11792            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11793            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11794            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11795            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11796            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11797            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11798            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11799            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11800            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11801            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11802            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11803            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11804            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11805            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11806            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11807            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11808            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11809            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11810 ____________________________________________________________________________
11811 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
11812         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
11813      Branch: perl
11814            ! hints/freebsd.sh
11815 ____________________________________________________________________________
11816 [ 15261] By: ams                                   on 2002/03/16  18:14:04
11817         Log: Upgrade to Tie::File 0.20.
11818      Branch: perl
11819            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
11820            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11821            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
11822            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
11823            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11824            ! lib/Tie/File/t/11_rv_splice_rs.t
11825            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
11826            ! lib/Tie/File/t/16_handle.t
11827 ____________________________________________________________________________
11828 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
11829         Log: There seems to be a trend for the *time_r to be hidden.
11830      Branch: perl
11831            ! hints/irix_6.sh
11832 ____________________________________________________________________________
11833 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
11834         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
11835              From: Stas Bekman <stas@stason.org>
11836              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
11837              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
11838      Branch: perl
11839            ! lib/Pod/Html.pm
11840 ____________________________________________________________________________
11841 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
11842         Log: Subject: [PATCH] Re: dumpvar.pl bug
11843              From: Peter Scott <Peter@PSDT.com>
11844              Date: Fri, 15 Mar 2002 18:19:21 -0800
11845              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
11846      Branch: perl
11847            ! lib/dumpvar.pl lib/perl5db.pl
11848 ____________________________________________________________________________
11849 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
11850         Log: More paranoid _r protochecking.  At least Tru64 and
11851              Linux need additional hinting help to believe that
11852              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
11853              to see what goes bang.
11854      Branch: perl
11855            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
11856            ! reentr.pl
11857 ____________________________________________________________________________
11858 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
11859         Log: metaconfig: more paranoid _r protochecking.
11860      Branch: metaconfig
11861            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11862            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11863            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11864            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11865            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11866            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11867            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11868            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11869            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11870            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11871            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11872            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11873            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11874            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11875            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11876            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11877            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11878            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11879            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11880            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11881            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11882            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11883            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11884            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11885 ____________________________________________________________________________
11886 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
11887         Log: HP-UX gcc 3 warnings found by Sarathy.
11888      Branch: perl
11889            ! regcomp.c sv.c
11890 ____________________________________________________________________________
11891 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
11892         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
11893              From: Slaven Rezic <slaven.rezic@berlin.de>
11894              Date: 16 Mar 2002 15:29:18 +0100
11895              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
11896      Branch: perl
11897            ! pod/perldelta.pod
11898 ____________________________________________________________________________
11899 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
11900         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
11901      Branch: perl
11902            ! Porting/findrfuncs reentr.h reentr.pl
11903 ____________________________________________________________________________
11904 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
11905         Log: UIN32_MAX with borken under HP-UX+gcc
11906      Branch: perl
11907            ! handy.h
11908 ____________________________________________________________________________
11909 [ 15251] By: ams                                   on 2002/03/16  02:38:08
11910         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11911              *::DESTROY() is deprecated
11912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11913              Date: Thu, 14 Mar 2002 18:39:22 -0500
11914              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
11915              
11916              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11917              *::DESTROY() is deprecated
11918              From: Dave Mitchell <davem@fdgroup.com>
11919              Date: Fri, 15 Mar 2002 19:22:49 +0000
11920              Message-Id: <20020315192249.A22389@fdgroup.com>
11921      Branch: perl
11922            ! gv.c t/op/method.t
11923 ____________________________________________________________________________
11924 [ 15250] By: ams                                   on 2002/03/16  02:14:41
11925         Log: Plural nit.
11926      Branch: perl
11927            ! pod/perldelta.pod
11928 ____________________________________________________________________________
11929 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
11930         Log: Doesn't make sense to test for protos if the
11931              functions are not to be used (!= functions exist!)
11932              This might be the key (well, a key) to the HP-UX
11933              problems.
11934      Branch: perl
11935            ! reentr.h reentr.pl
11936 ____________________________________________________________________________
11937 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
11938         Log: Typo in #15247.
11939      Branch: perl
11940            ! hints/hpux.sh
11941 ____________________________________________________________________________
11942 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
11943         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
11944              in HP-UX (from H.Merijn Brand)
11945      Branch: perl
11946            ! hints/hpux.sh
11947 ____________________________________________________________________________
11948 [ 15246] By: ams                                   on 2002/03/15  17:53:23
11949         Log: Subject: minor corrections in perldelta.pod
11950              From: mjd@plover.com
11951              Date: 15 Mar 2002 18:48:42 -0000
11952              Message-Id: <20020315184842.13573.qmail@plover.com>
11953      Branch: perl
11954            ! pod/perldelta.pod
11955 ____________________________________________________________________________
11956 [ 15245] By: ams                                   on 2002/03/15  17:37:52
11957         Log: Upgrade to Tie::File 0.19.
11958      Branch: perl
11959            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11960            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11961            + lib/Tie/File/t/21_win32.t
11962            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
11963            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
11964            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
11965            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
11966            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11967            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
11968            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
11969            ! lib/Tie/File/t/17_misc_meth.t
11970 ____________________________________________________________________________
11971 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
11972         Log: Update Changes.
11973      Branch: perl
11974            ! Changes patchlevel.h
11975 ____________________________________________________________________________
11976 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
11977         Log: Forgot from #15241.
11978      Branch: perl
11979            ! win32/config_sh.PL
11980 ____________________________________________________________________________
11981 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
11982         Log: Subject: patch pod/perltodo.pod
11983              From: mjd@plover.com
11984              Date: 15 Mar 2002 15:42:18 -0000
11985              Message-ID: <20020315154218.10163.qmail@plover.com>
11986              
11987              (With s/WANT/Want/)
11988      Branch: perl
11989            ! pod/perltodo.pod
11990 ____________________________________________________________________________
11991 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
11992         Log: Subject: [PATCH bleadperl] (revision 5 undef)
11993              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11994              Date: Fri, 15 Mar 2002 00:39:48 +0100
11995              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
11996      Branch: perl
11997            ! win32/config.bc win32/config.gc win32/config.vc
11998            ! win32/config.win64
11999 ____________________________________________________________________________
12000 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
12001         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
12002              From: Michael G Schwern <schwern@pobox.com>
12003              Date: Thu, 14 Mar 2002 16:39:29 -0500
12004              Message-ID: <20020314213929.GA2912@blackrider>
12005      Branch: perl
12006            ! lib/perl5db.pl
12007 ____________________________________________________________________________
12008 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
12009         Log: Integrate perlio.
12010      Branch: perl
12011           !> embed.fnc ext/Encode/t/JP.t
12012 ____________________________________________________________________________
12013 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
12014         Log: Monster _r patch: try to scan for all known _r variants,
12015              and then use them (under ithreads).  May fail in HP-UX,
12016              and the op/groups is known to be fickle everywhere.  Known
12017              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
12018              warnings in AIX since the first arguments of getnetbyaddr
12019              and getnetbyadd_r are of different types.  Thanks, IBM.)
12020              
12021              In non-Configure platforms deny the existence of any
12022              of the _r thingies.  (Also add the recently introduced
12023              d_tm_* to places it wasn't already in.)
12024              
12025              TODO: the suggested glibc buffer growth retry loop in case
12026              some entries (at least for: gr*, host*) are big.
12027              Forgot win32/config.win64.
12028      Branch: perl
12029            + reentr.c reentr.h reentr.pl
12030            ! Configure MANIFEST Makefile.SH NetWare/Makefile
12031            ! NetWare/config.wc Porting/Glossary Porting/config.sh
12032            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
12033            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
12034            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
12035            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
12036            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
12037            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
12038            ! win32/config.bc win32/config.gc win32/config.vc
12039            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
12040 ____________________________________________________________________________
12041 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
12042         Log: Be more explicit on when is the $! worth anything.
12043      Branch: perl
12044            ! pod/perlvar.pod
12045 ____________________________________________________________________________
12046 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
12047         Log: metaconfig: _r _r we go.
12048      Branch: metaconfig
12049            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12050            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12051            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12052            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12053            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12054            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12055            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12056            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12057            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12058            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12059            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12060            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12061            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12062            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12063            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12064            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12065            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12066            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12067            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12068            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12069            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12070            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12071            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12072            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12073 ____________________________________________________________________________
12074 [ 15235] By: nick                                  on 2002/03/15  07:31:54
12075         Log: Add the binmode()s to make JP.t pass on Win32
12076      Branch: perlio
12077            ! ext/Encode/t/JP.t
12078 ____________________________________________________________________________
12079 [ 15234] By: nick                                  on 2002/03/15  07:20:49
12080         Log: Integrate perlio
12081      Branch: perl
12082           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
12083 ____________________________________________________________________________
12084 [ 15233] By: nick                                  on 2002/03/15  07:18:02
12085         Log: Mark JP.t's data files as binary
12086      Branch: perlio
12087            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
12088 ____________________________________________________________________________
12089 [ 15232] By: nick                                  on 2002/03/15  07:13:38
12090         Log: Integrate mainline
12091      Branch: perlio
12092           +> ext/B/t/xref.t
12093           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
12094           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
12095           !> perl.c t/op/arith.t
12096 ____________________________________________________________________________
12097 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
12098         Log: The section needs to be in the makedepend script
12099              (from Jan-Erik Karlsson).
12100      Branch: perl
12101            ! makedepend.SH
12102 ____________________________________________________________________________
12103 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
12104         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
12105              From: Nicholas Clark <nick@unfortu.net>
12106              Date: Thu, 14 Mar 2002 23:05:23 +0000
12107              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
12108      Branch: perl
12109            ! ext/Safe/safe2.t
12110 ____________________________________________________________________________
12111 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
12112         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
12113              From: "Brent Dax" <brentdax@cpan.org>
12114              Date: Thu, 14 Mar 2002 09:08:41 -0800
12115              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
12116      Branch: perl
12117            ! lib/Pod/Html.pm
12118 ____________________________________________________________________________
12119 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
12120         Log: metaconfig: one round again for the _r.
12121      Branch: metaconfig
12122            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12123            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12124            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12125            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12126            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12127            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12128            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12129            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12130            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12131            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12132            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12133            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12134            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12135            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12136            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12137            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12138            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12139            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12140            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12141            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12142            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12143            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12144            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12145            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12146 ____________________________________________________________________________
12147 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
12148         Log: metaconfig: new round of the _r units.
12149      Branch: metaconfig
12150            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12151            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12152            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12153            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12154            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12155            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12156            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12157            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12158            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12159            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12160            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12161            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12162            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12163            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12164            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12165            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12166            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12167            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12168            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12169            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12170            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12171            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12172            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12173            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12174      Branch: metaconfig/U/perl
12175            + i_crypt.U
12176 ____________________________________________________________________________
12177 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
12178         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
12179              From: Paul_GreenVOS@vos.stratus.com
12180              Date: Tue, 12 Mar 02 19:22 est   
12181              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
12182      Branch: perl
12183            ! lib/Benchmark.t t/op/arith.t
12184 ____________________________________________________________________________
12185 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
12186         Log: Subject: Re: Win32: C:\Program Files
12187              From: "Ken Williams" <ken@mathforum.org>
12188              Date: Wed, 13 Mar 2002 17:50:59 -0600
12189              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
12190              
12191              Add -t to perl -h.
12192      Branch: perl
12193            ! perl.c
12194 ____________________________________________________________________________
12195 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
12196         Log: Extra paranoia from Nick Clark.
12197      Branch: perl
12198            ! ext/Safe/safe2.t
12199 ____________________________________________________________________________
12200 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
12201         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
12202              From: Nicholas Clark <nick@ccl4.org>
12203              Date: Wed, 13 Mar 2002 14:22:50 +0000
12204              Message-ID: <20020313142250.G92566@plum.flirble.org>
12205      Branch: perl
12206            ! ext/Safe/safe2.t
12207 ____________________________________________________________________________
12208 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
12209         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
12210              From: <slaven.rezic@berlin.de>
12211              Date: Tue, 12 Mar 2002 13:03:41 +0100      
12212              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
12213      Branch: perl
12214            ! Makefile.SH
12215 ____________________________________________________________________________
12216 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
12217         Log: Subject: [PATCH] a test for B::Xref
12218              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12219              Date: Wed, 13 Mar 2002 17:18:57 +0100
12220              Message-ID: <20020313171857.F1144@rafael>
12221      Branch: perl
12222            + ext/B/t/xref.t
12223            ! MANIFEST ext/B/B/Xref.pm
12224 ____________________________________________________________________________
12225 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
12226         Log: Subject: [PATCH] Exporter.pm POD fixups
12227              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12228              Date: Wed, 13 Mar 2002 16:21:42 +0100
12229              Message-ID: <20020313162142.A1144@rafael>
12230      Branch: perl
12231            ! lib/Exporter.pm
12232 ____________________________________________________________________________
12233 [ 15219] By: nick                                  on 2002/03/14  07:00:16
12234         Log: Integrate mainline
12235      Branch: perlio
12236           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
12237 ____________________________________________________________________________
12238 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
12239         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
12240              From: Michael G Schwern <schwern@pobox.com>
12241              Date: Wed, 13 Mar 2002 17:43:00 -0500
12242              Message-ID: <20020313224300.GG3311@blackrider>
12243      Branch: perl
12244            ! lib/ExtUtils/MM_VMS.pm
12245 ____________________________________________________________________________
12246 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
12247         Log: Pod tweak.
12248      Branch: perl
12249            ! lib/open.pm
12250 ____________________________________________________________________________
12251 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
12252         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
12253              From: "Craig A. Berry" <craigberry@mac.com>
12254              Date: Wed, 13 Mar 2002 01:44:01 -0600
12255              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
12256      Branch: perl
12257            ! vms/descrip_mms.template
12258 ____________________________________________________________________________
12259 [ 15215] By: nick                                  on 2002/03/13  08:08:36
12260         Log: Integrate mainline.
12261      Branch: perlio
12262           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
12263            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
12264            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
12265            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
12266            - ext/Data/Util/t/Hash.t
12267           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
12268           !> ext/Encode/lib/Encode/CN/HZ.pm
12269           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
12270           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
12271           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
12272           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12273           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
12274           !> t/op/override.t toke.c universal.c
12275 ____________________________________________________________________________
12276 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
12277         Log: metaconfig: three guesses.
12278      Branch: metaconfig
12279            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12280            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12281            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12282            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12283            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12284            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12285            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12286            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12287            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12288            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12289            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12290            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12291            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12292            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12293            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12294            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12295            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12296            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12297            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12298            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12299            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12300            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12301            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12302            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12303 ____________________________________________________________________________
12304 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
12305         Log: metaconfig: regen _r units again.
12306      Branch: metaconfig
12307            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12308            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12309            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12310            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12311            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12312            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12313            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12314            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12315            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12316            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12317            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12318            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12319            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12320            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12321            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12322            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12323            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12324            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12325            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12326            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12327            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12328            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12329            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12330            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12331 ____________________________________________________________________________
12332 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
12333         Log: metaconfig: regen _r units.
12334      Branch: metaconfig
12335            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
12336            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12337            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12338            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12339            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12340            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12341            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12342            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12343            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12344            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12345            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12346            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12347            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12348            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12349            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12350            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12351            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12352            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12353            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12354            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12355            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12356            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12357            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12358            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12359            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12360 ____________________________________________________________________________
12361 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
12362         Log: metaconfig unit tweaks.
12363      Branch: metaconfig
12364            + U/threads/d_setprotoent_r.U
12365            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12366            ! U/threads/d_tmpnam_r.U
12367 ____________________________________________________________________________
12368 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
12369         Log: metaconfig: replace the _r units with autogenerated ones.
12370      Branch: metaconfig
12371            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12372            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
12373            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12374            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
12375            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12376            + U/threads/d_getprotobyname_r.U
12377            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12378            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
12379            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
12380            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12381            + U/threads/d_setservent_r.U
12382            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
12383            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
12384            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
12385            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
12386            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
12387            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
12388            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
12389            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
12390            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
12391            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12392            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12393            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12394            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
12395            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12396            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
12397            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
12398            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12399            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12400            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12401            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12402            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
12403            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
12404            ! U/threads/d_ttyname_r.U
12405 ____________________________________________________________________________
12406 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
12407         Log: More known threadsafings.
12408      Branch: perl
12409            ! Porting/findrfuncs
12410 ____________________________________________________________________________
12411 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
12412         Log: Small tweaks.
12413      Branch: perl
12414            ! lib/Internals.t universal.c
12415 ____________________________________________________________________________
12416 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
12417         Log: VERSIONize.
12418      Branch: perl
12419            ! ext/Encode/lib/Encode/CN/HZ.pm
12420            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
12421            ! ext/Encode/lib/Encode/JP/JIS.pm
12422 ____________________________________________________________________________
12423 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
12424         Log: Subject: perl datastructure conversion shortcuts for DDD
12425              From: Stas Bekman <stas@stason.org>
12426              Date: Mon, 11 Mar 2002 14:54:31 +0800
12427              Message-ID: <3C8C54A7.5020502@stason.org>
12428      Branch: perl
12429            ! pod/perlhack.pod
12430 ____________________________________________________________________________
12431 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
12432         Log: Regen modlib.
12433      Branch: perl
12434            ! pod/perlmodlib.pod
12435 ____________________________________________________________________________
12436 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
12437         Log: Regen toc.
12438      Branch: perl
12439            ! pod/perltoc.pod
12440 ____________________________________________________________________________
12441 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
12442         Log: Tiny pod tweaks.
12443      Branch: perl
12444            ! lib/Hash/Util.pm
12445 ____________________________________________________________________________
12446 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
12447         Log: perldeltaize Hash::Util.
12448      Branch: perl
12449            ! pod/perldelta.pod
12450 ____________________________________________________________________________
12451 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
12452         Log: Move the readonly interface back to universal.c,
12453              (new name: Internals::SvREADONLY), remove Data::Util,
12454              move Hash::Util to lib, also introduce refcnt interface
12455              (Internals::SvREFCNT).     Make both the new interfaces
12456              to be more sane so that if they set the value, they return
12457              the new value, not the old one.
12458      Branch: perl
12459            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
12460            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
12461            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
12462            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
12463            - ext/Data/Util/t/Hash.t
12464            ! MANIFEST ext/B/t/stash.t universal.c
12465 ____________________________________________________________________________
12466 [ 15200] By: ams                                   on 2002/03/12  15:16:05
12467         Log: Subject: Disambiguate "Can't locate"
12468              From: Mike Guy <mjtg@cam.ac.uk>
12469              Date: Tue, 12 Mar 2002 16:04:23 +0000
12470              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
12471      Branch: perl
12472            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
12473            ! pp_ctl.c t/op/override.t
12474 ____________________________________________________________________________
12475 [ 15199] By: ams                                   on 2002/03/12  15:04:43
12476         Log: Subject: [PATCH] perl/lib/File/stat.t
12477              From: Paul_GreenVOS@vos.stratus.com
12478              Date: Tue, 12 Mar 02 11:00 est
12479              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
12480      Branch: perl
12481            ! lib/File/stat.t
12482 ____________________________________________________________________________
12483 [ 15198] By: ams                                   on 2002/03/12  15:00:44
12484         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
12485              From: Robin Barker <rmb1@cise.npl.co.uk>
12486              Date: Tue, 12 Mar 2002 13:31:58 GMT
12487              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
12488      Branch: perl
12489            ! pod/perlfunc.pod
12490 ____________________________________________________________________________
12491 [ 15197] By: ams                                   on 2002/03/12  14:57:34
12492         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
12493              From: "Clinton A. Pierce" <clintp@geeksalad.org>
12494              Date: Tue, 12 Mar 2002 10:11:53 -0500
12495              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
12496      Branch: perl
12497            ! toke.c
12498 ____________________________________________________________________________
12499 [ 15196] By: nick                                  on 2002/03/12  13:40:35
12500         Log: Integrate mainline
12501      Branch: perlio
12502           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
12503           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
12504           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
12505           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
12506            - t/lib/access.t
12507           !> (integrate 96 files)
12508 ____________________________________________________________________________
12509 [ 15195] By: nick                                  on 2002/03/12  06:08:24
12510         Log: Integrate mainline (a while ago)
12511      Branch: perlio
12512           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
12513           +> ext/Encode/t/TW.t
12514            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
12515            - ext/Encode/lib/Encode/Tcl/HanZi.pm
12516            - ext/I18N/Langinfo/fallback.c
12517           !> (integrate 80 files)
12518 ____________________________________________________________________________
12519 [ 15194] By: ams                                   on 2002/03/12  06:02:20
12520         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
12521              From: Jonathan Stowe <gellyfish@gellyfish.com>
12522              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
12523              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
12524      Branch: perl
12525            ! ext/Encode/CN/Makefile.PL
12526 ____________________________________________________________________________
12527 [ 15193] By: ams                                   on 2002/03/12  05:55:07
12528         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
12529              From: Dave Mitchell <davem@fdgroup.co.uk>
12530              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
12531              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
12532      Branch: perl
12533            ! pod/perlguts.pod
12534 ____________________________________________________________________________
12535 [ 15192] By: ams                                   on 2002/03/12  05:50:08
12536         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
12537              From: Anton Tagunov <tagunov@motor.ru>
12538              Date: Tue, 12 Mar 2002 01:40:58 +0300
12539              Message-Id: <1194068830.20020312014058@motor.ru>
12540              (Applied with tweaks.)
12541      Branch: perl
12542            ! lib/utf8.pm
12543 ____________________________________________________________________________
12544 [ 15191] By: ams                                   on 2002/03/12  05:42:21
12545         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
12546              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12547              Date: Sun, 10 Mar 2002 22:10:15 +0100
12548              Message-Id: <3C8BD9C7.13988.73992D@localhost>
12549      Branch: perl
12550            ! iperlsys.h
12551 ____________________________________________________________________________
12552 [ 15190] By: ams                                   on 2002/03/12  05:38:08
12553         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
12554              From: Anton Tagunov <tagunov@motor.ru>
12555              Date: Mon, 11 Mar 2002 23:27:47 +0300
12556              Message-Id: <19414222180.20020311232747@motor.ru>
12557      Branch: perl
12558            ! pod/perlsub.pod
12559 ____________________________________________________________________________
12560 [ 15189] By: ams                                   on 2002/03/12  05:34:49
12561         Log: Subject: minor patch for comment in utfebcdic.h
12562              From: Anton Tagunov <tagunov@motor.ru>
12563              Date: Tue, 12 Mar 2002 00:20:21 +0300
12564              Message-Id: <13817376786.20020312002021@motor.ru>
12565      Branch: perl
12566            ! utfebcdic.h
12567 ____________________________________________________________________________
12568 [ 15188] By: ams                                   on 2002/03/12  05:32:30
12569         Log: Subject: [PATCH ?] B::Xref improvements
12570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12571              Date: Mon, 11 Mar 2002 23:32:20 +0100
12572              Message-Id: <20020311233220.A12677@rafael>
12573      Branch: perl
12574            ! ext/B/B/Xref.pm
12575 ____________________________________________________________________________
12576 [ 15187] By: ams                                   on 2002/03/12  05:30:02
12577         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
12578              From: Paul_GreenVOS@vos.stratus.com
12579              Date: Mon, 11 Mar 02 17:23 est
12580              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
12581      Branch: perl
12582            ! lib/ExtUtils/MM_Unix.pm
12583 ____________________________________________________________________________
12584 [ 15186] By: ams                                   on 2002/03/12  05:27:06
12585         Log: Subject: [PATCH] installperl - minor untangle for VOS
12586              From: Paul_GreenVOS@vos.stratus.com
12587              Date: Mon, 11 Mar 02 17:05 est
12588              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
12589      Branch: perl
12590            ! installperl
12591 ____________________________________________________________________________
12592 [ 15185] By: ams                                   on 2002/03/12  05:25:59
12593         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
12594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12595              Date: Mon, 11 Mar 2002 22:37:39 +0100
12596              Message-Id: <20020311223739.A691@rafael>
12597      Branch: perl
12598            ! ext/B/B/Deparse.pm
12599 ____________________________________________________________________________
12600 [ 15184] By: ams                                   on 2002/03/12  05:20:54
12601         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
12602              From: Michael G Schwern <schwern@pobox.com>
12603              Date: Tue, 12 Mar 2002 01:12:08 -0500
12604              Message-Id: <20020312061208.GD904@blackrider>
12605      Branch: perl
12606            ! hints/netbsd.sh
12607 ____________________________________________________________________________
12608 [ 15183] By: ams                                   on 2002/03/12  04:12:30
12609         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
12610              From: Autrijus Tang <autrijus@autrijus.org>
12611              Date: Tue, 12 Mar 2002 13:05:53 +0800
12612              Message-Id: <20020312050553.GA7864@not.autrijus.org>
12613              (Only doc hunk applied, supplementing #15182.)
12614      Branch: perl
12615            ! ext/Encode/Encode.pm
12616 ____________________________________________________________________________
12617 [ 15182] By: ams                                   on 2002/03/12  04:04:34
12618         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
12619              From: Autrijus Tang <autrijus@autrijus.org>
12620              Date: Tue, 12 Mar 2002 12:56:46 +0800
12621              Message-Id: <20020312045646.GA7689@not.autrijus.org>
12622              (Private mail.)
12623      Branch: perl
12624            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
12625 ____________________________________________________________________________
12626 [ 15181] By: ams                                   on 2002/03/12  03:09:20
12627         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
12628              From: Autrijus Tang <autrijus@autrijus.org>
12629              Date: Tue, 12 Mar 2002 11:55:06 +0800
12630              Message-Id: <20020312035506.GA6946@not.autrijus.org>
12631      Branch: perl
12632            ! ext/Encode/Encode.pm
12633 ____________________________________________________________________________
12634 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
12635         Log: Deypo.
12636      Branch: metaconfig
12637            ! U/threads/d_asctime_r.U
12638 ____________________________________________________________________________
12639 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
12640         Log: FAQ sync.
12641      Branch: perl
12642            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12643            ! pod/perlfaq4.pod pod/perlfaq5.pod
12644 ____________________________________________________________________________
12645 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
12646         Log: The test needs perlio.
12647      Branch: perl
12648            ! lib/open.t
12649 ____________________________________________________________________________
12650 [ 15177] By: ams                                   on 2002/03/11  15:41:08
12651         Log: Subject: perlreftut update
12652              From: Mark-Jason Dominus <mjd@plover.com>
12653              Date: Mon, 11 Mar 2002 11:36:27 -0500
12654              Message-Id: <20020311163627.31020.qmail@plover.com>
12655      Branch: perl
12656            ! pod/perlreftut.pod
12657 ____________________________________________________________________________
12658 [ 15176] By: ams                                   on 2002/03/11  15:35:24
12659         Log: Subject: Minor correction in perlfaq5
12660              From: mjd@plover.com
12661              Date: 11 Mar 2002 16:34:22 -0000
12662              Message-Id: <20020311163422.30963.qmail@plover.com>
12663      Branch: perl
12664            ! pod/perlfaq5.pod
12665 ____________________________________________________________________________
12666 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
12667         Log: number of skipped tests was incorrect
12668      Branch: perl
12669            ! t/op/stat.t
12670 ____________________________________________________________________________
12671 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
12672         Log: remove doubled CRs
12673      Branch: perl
12674            ! win32/Makefile
12675 ____________________________________________________________________________
12676 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
12677         Log: Update Changes.
12678      Branch: perl
12679            ! Changes patchlevel.h
12680 ____________________________________________________________________________
12681 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
12682         Log: Regen toc.
12683      Branch: perl
12684            ! pod/perltoc.pod
12685 ____________________________________________________________________________
12686 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
12687         Log: Add t/CN.t and t/TW.t; re-sort.
12688      Branch: perl
12689            ! ext/Encode/MANIFEST
12690 ____________________________________________________________________________
12691 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
12692         Log: Document what to do if one yearns back to
12693              the old legacy encoding.
12694      Branch: perl
12695            ! lib/encoding.pm
12696 ____________________________________________________________________________
12697 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
12698         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
12699              as general purpose encoding transformation interfaces
12700              since that's not what they are.
12701      Branch: perl
12702            ! lib/utf8.pm pod/perlunicode.pod sv.c
12703 ____________________________________________________________________________
12704 [ 15168] By: ams                                   on 2002/03/11  12:54:16
12705         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
12706              warnings
12707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12708              Date: Mon, 11 Mar 2002 14:35:22 +0100
12709              Message-Id: <20020311143522.A7431@rafael>
12710      Branch: perl
12711            ! t/lib/warnings/pp_sys
12712 ____________________________________________________________________________
12713 [ 15167] By: ams                                   on 2002/03/11  04:57:20
12714         Log: A little commonsense is better than 1_compile.
12715      Branch: perl
12716            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12717 ____________________________________________________________________________
12718 [ 15166] By: ams                                   on 2002/03/11  04:53:50
12719         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
12720              From: Michael G Schwern <schwern@pobox.com>
12721              Date: Sun, 10 Mar 2002 13:27:12 -0500
12722              Message-Id: <20020310182712.GC693@blackrider>
12723              
12724              Subject: [PATCH] Hash::Util part 2
12725              From: Michael G Schwern <schwern@pobox.com>
12726              Date: Sun, 10 Mar 2002 15:09:34 -0500
12727              Message-Id: <20020310200934.GB27112@blackrider>
12728              
12729              Subject: [PATCH] Hash::Util MANIFEST correction
12730              From: Michael G Schwern <schwern@pobox.com>
12731              Date: Sun, 10 Mar 2002 16:27:07 -0500
12732              Message-Id: <20020310212707.GF27112@blackrider>
12733              
12734              (Also changes find.t and taint.t, which were looking for access.t)
12735      Branch: perl
12736            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
12737            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
12738            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
12739            + ext/Data/Util/t/Hash.t
12740            - t/lib/access.t
12741            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
12742            ! pod/perldiag.pod pod/perltodo.pod universal.c
12743 ____________________________________________________________________________
12744 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
12745         Log: metaconfig: more thready fixes.
12746      Branch: metaconfig
12747            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
12748            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
12749            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12750            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
12751            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
12752            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
12753            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12754            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12755            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
12756 ____________________________________________________________________________
12757 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
12758         Log: Skip obsoleted interfaces.
12759      Branch: perl
12760            ! Porting/findrfuncs
12761 ____________________________________________________________________________
12762 [ 15162] By: ams                                   on 2002/03/11  03:48:14
12763         Log: Typo fixes.
12764      Branch: perl
12765            ! perl.c
12766 ____________________________________________________________________________
12767 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
12768         Log: Upgrade to Locale::Codes 2.02.
12769      Branch: perl
12770            + lib/Locale/Codes/t/rename.t
12771            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12772            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
12773            ! lib/Locale/Country.pod
12774 ____________________________________________________________________________
12775 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
12776         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
12777              From: Nicholas Clark <nick@unfortu.net>
12778              Date: Sun, 10 Mar 2002 18:17:50 +0000
12779              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
12780              
12781              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
12782              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12783              Date: Sun, 10 Mar 2002 13:53:34 -0800
12784              Message-ID: <eX9i8gzkg26G092yn@efn.org>
12785              
12786              (and reenable the feature in freebsd,
12787              and move the freebsd pr url to perl.c)
12788      Branch: perl
12789            ! hints/freebsd.sh perl.c pod/perldelta.pod
12790 ____________________________________________________________________________
12791 [ 15159] By: ams                                   on 2002/03/11  03:34:13
12792         Log: Subject: [PATCH stash.t] access::readonly is gone
12793              From: Michael G Schwern <schwern@pobox.com>
12794              Date: Sun, 10 Mar 2002 16:18:14 -0500
12795              Message-Id: <20020310211813.GE27112@blackrider>
12796      Branch: perl
12797            ! ext/B/t/stash.t
12798 ____________________________________________________________________________
12799 [ 15158] By: ams                                   on 2002/03/11  03:28:04
12800         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
12801              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12802              Date: Sun, 10 Mar 2002 22:10:15 +0100
12803              Message-Id: <3C8BD9C7.610.7398DD@localhost>
12804      Branch: perl
12805            ! lib/Net/Ping/t/110_icmp_inst.t
12806 ____________________________________________________________________________
12807 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
12808         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
12809              From: Michael G Schwern <schwern@pobox.com>
12810              Date: Sun, 10 Mar 2002 19:22:33 -0500
12811              Message-ID: <20020311002233.GE4927@blackrider>
12812      Branch: perl
12813            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
12814            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
12815            ! lib/Test/Simple/t/fail-more.t
12816 ____________________________________________________________________________
12817 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
12818         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
12819              From: Michael G Schwern <schwern@pobox.com>
12820              Date: Sun, 10 Mar 2002 17:14:10 -0500
12821              Message-ID: <20020310221410.GA4915@blackrider>
12822      Branch: perl
12823            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
12824            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
12825 ____________________________________________________________________________
12826 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
12827         Log: Subject: [PATCH] more warnings tidyup
12828              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12829              Date: Sun, 10 Mar 2002 21:01:39 -0000
12830              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
12831      Branch: perl
12832            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
12833            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
12834            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
12835            ! util.c
12836 ____________________________________________________________________________
12837 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
12838         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
12839              From: Nicholas Clark <nick@unfortu.net>
12840              Date: Sun, 10 Mar 2002 23:21:07 +0000
12841              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
12842      Branch: perl
12843            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
12844            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
12845            ! ext/Encode/TW/Makefile.PL
12846 ____________________________________________________________________________
12847 [ 15153] By: ams                                   on 2002/03/11  03:06:59
12848         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
12849              From: Max Baker <max@warped.org>
12850              Date: Fri, 8 Mar 2002 10:56:19 -0800
12851              Message-Id: <20020308105619.A15039@warped.org>
12852      Branch: perl
12853            ! ext/IO/lib/IO/Socket/INET.pm
12854 ____________________________________________________________________________
12855 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
12856         Log: Subject: [PATCH] spelling correction
12857              From: Nicholas Clark <nick@unfortu.net>
12858              Date: Sun, 10 Mar 2002 18:34:42 +0000
12859              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
12860      Branch: perl
12861            ! pp.c pp_hot.c
12862 ____________________________________________________________________________
12863 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
12864         Log: DG/UX updates from Takis Psarogiannakopoulos.
12865      Branch: perl
12866            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
12867 ____________________________________________________________________________
12868 [ 15150] By: ams                                   on 2002/03/11  03:02:47
12869         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
12870              From: Chris Nandor <pudge@pobox.com>
12871              Date: Mon, 04 Mar 2002 17:48:12 -0500
12872              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
12873      Branch: perl
12874            ! lib/DB.pm lib/perl5db.pl
12875 ____________________________________________________________________________
12876 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
12877         Log: metaconfig unit changes in preparation of reentrancy changes.
12878      Branch: metaconfig
12879            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
12880            + U/threads/d_ttyname_r.U
12881            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
12882            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
12883            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
12884            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
12885            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12886            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
12887            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12888            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
12889            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
12890            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12891            ! U/threads/d_strerror_r.U
12892 ____________________________________________________________________________
12893 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
12894         Log: Mysterious characters.
12895      Branch: perl
12896            ! utf8.h
12897 ____________________________________________________________________________
12898 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
12899         Log: Unused.
12900      Branch: perl
12901            ! op.c
12902 ____________________________________________________________________________
12903 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
12904         Log: Implement :std subpragma of the open pragma
12905              that makes the standard filehandles to talk in
12906              encodings.  This change set off a weird warning
12907              from op.c, though: disabled it now until someone
12908              who knows what it is about comes along.
12909      Branch: perl
12910            ! lib/open.pm op.c
12911 ____________________________________________________________________________
12912 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
12913         Log: Document the logic of :locale better.
12914      Branch: perl
12915            ! lib/open.pm
12916 ____________________________________________________________________________
12917 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
12918         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
12919              From: Slaven Rezic <slaven.rezic@berlin.de>
12920              Date: 10 Mar 2002 02:49:17 +0100
12921              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
12922      Branch: perl
12923            ! hints/freebsd.sh
12924 ____________________________________________________________________________
12925 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
12926         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
12927              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12928              Date: Sun, 10 Mar 2002 17:08:54 +0900
12929              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
12930      Branch: perl
12931            ! ext/Encode/lib/Encode/Tcl.pm
12932            ! ext/Encode/lib/Encode/Tcl/Escape.pm
12933            ! ext/Encode/lib/Encode/Tcl/Extended.pm
12934            ! ext/Encode/lib/Encode/Tcl/Table.pm
12935 ____________________________________________________________________________
12936 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
12937         Log: The patch does the following:
12938              - Nix the unneccessary diagnostics line
12939              - Quell -w warnings if the first ENV doesn't exist
12940              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
12941              is too baroque and bloated for daily use (and for perl core inclusion).
12942              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
12943              non-fatal.
12944              - Consequently, the ^OPEN bits is set only when needed.
12945      Branch: perl
12946            ! lib/open.pm
12947 ____________________________________________________________________________
12948 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
12949         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
12950      Branch: perl
12951            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
12952 ____________________________________________________________________________
12953 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
12954         Log: Precedence problem.
12955      Branch: perl
12956            ! ext/Socket/socketpair.t
12957 ____________________________________________________________________________
12958 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
12959         Log: Renaming tweaks, and split off the reentrant "superbuffer"
12960              init routine.
12961      Branch: perl
12962            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
12963            ! sv.c util.c
12964 ____________________________________________________________________________
12965 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
12966         Log: The 7-bit jis seems to be the hanging one.
12967      Branch: perl
12968            ! ext/Encode/t/Tcl.t
12969 ____________________________________________________________________________
12970 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
12971         Log: Begone.
12972      Branch: perl
12973            ! ext/Encode/MANIFEST
12974 ____________________________________________________________________________
12975 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
12976         Log: Better fix from Autrijus.
12977      Branch: perl
12978            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
12979            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
12980 ____________________________________________________________________________
12981 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
12982         Log: Not everybody has Encode::HanExtra.
12983      Branch: perl
12984            ! ext/Encode/Encode.pm
12985 ____________________________________________________________________________
12986 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
12987         Log: Decutandpasto.
12988      Branch: perl
12989            ! ext/Encode/lib/Encode/Tcl.pm
12990 ____________________________________________________________________________
12991 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
12992         Log: Subject: [PATCH] Data::Dumper
12993              From: Nicholas Clark <nick@unfortu.net>
12994              Date: Sat, 9 Mar 2002 19:03:54 +0000
12995              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
12996      Branch: perl
12997            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12998            ! ext/Data/Dumper/t/dumper.t
12999 ____________________________________________________________________________
13000 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
13001         Log: Subject: [PATCH] socketpair.t w/o fork
13002              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13003              Date: Sat, 9 Mar 2002 14:55:11 +0100
13004              Message-ID: <3C8A224F.29578.13691BA@localhost>
13005              
13006              (modified as suggested by Sarathy)
13007      Branch: perl
13008            ! ext/Socket/socketpair.t
13009 ____________________________________________________________________________
13010 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
13011         Log: Subject: [PATCH perldelta] Mention Change 14727
13012              From: Autrijus Tang <autrijus@autrijus.org>
13013              Date: Sat, 9 Mar 2002 23:31:40 +0800
13014              Message-ID: <20020309153140.GA4224@not.autrijus.org>
13015      Branch: perl
13016            ! pod/perldelta.pod
13017 ____________________________________________________________________________
13018 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
13019         Log: Make Encode.pm implicitly load external CJK tables the first
13020              time they're needed (instead of immediately), from Autrijus
13021              Tang.
13022      Branch: perl
13023            ! ext/Encode/Encode.pm
13024 ____________________________________________________________________________
13025 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
13026         Log: Subject: Re: Two questions
13027              From: Nicholas Clark <nick@unfortu.net>
13028              Date: Sat, 9 Mar 2002 12:42:40 +0000
13029              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
13030      Branch: perl
13031            ! Porting/pumpkin.pod
13032 ____________________________________________________________________________
13033 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
13034         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
13035              From: Paul_GreenVOS@vos.stratus.com
13036              Date: Fri, 8 Mar 02 22:34 est
13037              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
13038      Branch: perl
13039            ! pp_sys.c
13040 ____________________________________________________________________________
13041 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
13042         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
13043              From: davem@fdgroup.co.uk
13044              Date: Sat, 9 Mar 2002 00:13:27 GMT
13045              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
13046      Branch: perl
13047            ! dump.c
13048 ____________________________________________________________________________
13049 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
13050         Log: Deglitch from Rafael.
13051      Branch: perl
13052            ! ext/B/t/lint.t
13053 ____________________________________________________________________________
13054 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
13055         Log: Still more portability.
13056      Branch: perl
13057            ! Porting/findrfuncs
13058 ____________________________________________________________________________
13059 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
13060         Log: More portability.
13061      Branch: perl
13062            ! Porting/findrfuncs
13063 ____________________________________________________________________________
13064 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
13065         Log: Shared library paths; running tests manually.
13066      Branch: perl
13067            ! INSTALL
13068 ____________________________________________________________________________
13069 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
13070         Log: Subject: RE: Two questions
13071              From: "Green, Paul" <Paul.Green@stratus.com>
13072              Date: Fri, 8 Mar 2002 17:55:19 -0500
13073              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
13074      Branch: perl
13075            ! Porting/pumpkin.pod
13076 ____________________________________________________________________________
13077 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
13078         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
13079              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
13080      Branch: perl
13081            + ext/B/t/lint.t
13082            ! MANIFEST ext/B/B/Lint.pm
13083 ____________________________________________________________________________
13084 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
13085         Log: metaconfig unit change for #15119.
13086      Branch: metaconfig
13087            ! U/threads/d_pthread_atfork.U
13088 ____________________________________________________________________________
13089 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
13090         Log: In DG/UX finding pthread_atfork requires a true compile,
13091              from Takis Psarogiannakopoulos.
13092      Branch: perl
13093            ! Configure config_h.SH
13094 ____________________________________________________________________________
13095 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
13096         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
13097              From: John Peacock <jpeacock@rowman.com>
13098              Date: Fri, 08 Mar 2002 15:52:41 -0500
13099              Message-ID: <3C892499.4050502@rowman.com>
13100      Branch: perl
13101            ! lib/ExtUtils/xsubpp
13102 ____________________________________________________________________________
13103 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
13104         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
13105              From: "Craig A. Berry" <craigberry@mac.com>
13106              Date: Fri, 08 Mar 2002 15:02:51 -0600
13107              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
13108      Branch: perl
13109            ! t/op/write.t
13110 ____________________________________________________________________________
13111 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
13112         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
13113              From: Paul_GreenVOS@vos.stratus.com
13114              Date: Fri, 8 Mar 02 14:45 est
13115              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
13116      Branch: perl
13117            ! installperl
13118 ____________________________________________________________________________
13119 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
13120         Log: Subject: [PATCH @15109] tm_tm_* for VMS
13121              From: "Craig A. Berry" <craigberry@mac.com>
13122              Date: Fri, 08 Mar 2002 13:07:52 -0600
13123              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
13124      Branch: perl
13125            ! configure.com
13126 ____________________________________________________________________________
13127 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
13128         Log: Detypo.
13129      Branch: perl
13130            ! Changes
13131 ____________________________________________________________________________
13132 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
13133         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
13134      Branch: perl
13135            ! t/op/pat.t
13136 ____________________________________________________________________________
13137 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
13138         Log: HP-UX nm seems to repeat itself.
13139      Branch: perl
13140            ! Porting/findrfuncs
13141 ____________________________________________________________________________
13142 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
13143         Log: Nice porting script from Sarathy.  Well, less nice
13144              in the sense that it shows the looong road ahead.
13145      Branch: perl
13146            + Porting/findrfuncs
13147            ! MANIFEST Porting/makerel
13148 ____________________________________________________________________________
13149 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
13150         Log: Subject: Re: Performance considerations for UTF-8
13151              From: Jarkko Hietaniemi <jhi@iki.fi>
13152              Date: Fri, 8 Mar 2002 18:53:28 +0200
13153              Message-ID: <20020308185328.D640@alpha.hut.fi>
13154              
13155              (put all in perlunicode)
13156      Branch: perl
13157            ! pod/perlunicode.pod
13158 ____________________________________________________________________________
13159 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
13160         Log: Update Changes.
13161      Branch: perl
13162            ! Changes patchlevel.h
13163 ____________________________________________________________________________
13164 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
13165         Log: Subject: Cygwin cygipc support skipped
13166              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
13167              Date: Fri, 8 Mar 2002 16:59:34 +0100
13168              Message-ID: <113694157285.20020308165934@familiehaase.de>
13169      Branch: perl
13170            ! hints/cygwin.sh
13171 ____________________________________________________________________________
13172 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
13173         Log: metaconfig unit change for #15106.
13174      Branch: metaconfig
13175            ! U/compline/d_gconvert.U
13176 ____________________________________________________________________________
13177 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
13178         Log: Subject: Re: [PATCH] tests for Gconvert
13179              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13180              Date: Thu, 07 Mar 2002 16:48:10 -0800
13181              Message-ID: <KpAi8gzkganW092yn@efn.org>
13182      Branch: perl
13183            ! Configure config_h.SH t/base/num.t
13184 ____________________________________________________________________________
13185 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
13186         Log: The new test has some teething problems.
13187      Branch: perl
13188            - ext/B/t/lint.t
13189            ! MANIFEST
13190 ____________________________________________________________________________
13191 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
13192         Log: Subject: [PATCH] B::Lint tests
13193              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13194              Date: Fri, 8 Mar 2002 14:47:19 +0100
13195              Message-ID: <20020308144719.A2663@rafael>
13196      Branch: perl
13197            + ext/B/t/lint.t
13198            ! MANIFEST ext/B/B/Lint.pm
13199 ____________________________________________________________________________
13200 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
13201         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
13202              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
13203              Date: Fri, 8 Mar 2002 13:24:14 GMT
13204              Message-Id: <200203081324.NAA00642@cleo>
13205      Branch: perl
13206            ! hints/powerux.sh
13207 ____________________________________________________________________________
13208 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
13209         Log: Subject: HP has some new models
13210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13211              Date: Fri, 08 Mar 2002 13:07:02 +0100
13212              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
13213      Branch: perl
13214            ! README.hpux
13215 ____________________________________________________________________________
13216 [ 15101] By: ams                                   on 2002/03/08  09:11:40
13217         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
13218              From: Stas Bekman <stas@stason.org>
13219              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
13220              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
13221      Branch: perl
13222            ! pod/perlguts.pod
13223 ____________________________________________________________________________
13224 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
13225         Log: Update Changes
13226      Branch: maint-5.6/macperl
13227            ! macos/Changes
13228 ____________________________________________________________________________
13229 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
13230         Log: Replace macperlbundled with macperldelta
13231      Branch: maint-5.6/macperl
13232            ! macos/macperl/MacPerl.podhelp
13233 ____________________________________________________________________________
13234 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
13235         Log: Comsetic fixes (Thomas Wegner)
13236      Branch: maint-5.6/macperl
13237            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
13238 ____________________________________________________________________________
13239 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
13240         Log: Bump OS version
13241      Branch: maint-5.6/macperl
13242            ! macos/config.sh
13243 ____________________________________________________________________________
13244 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
13245         Log: Thought I deleted this already?
13246      Branch: perl
13247            - ext/I18N/Langinfo/fallback.c
13248 ____________________________________________________________________________
13249 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
13250         Log: perlport updates from Pudge.
13251      Branch: perl
13252            ! pod/perlport.pod
13253 ____________________________________________________________________________
13254 [ 15094] By: ams                                   on 2002/03/08  03:06:03
13255         Log: Nitpick.
13256      Branch: perl
13257            ! MANIFEST
13258 ____________________________________________________________________________
13259 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
13260         Log: Wrong test.
13261      Branch: perl
13262            ! pod/perldelta.pod
13263 ____________________________________________________________________________
13264 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
13265         Log: Integrate change 14064 from macperl to blead.
13266      Branch: perl
13267           !> pod/perlmodinstall.pod pod/perlport.pod
13268 ____________________________________________________________________________
13269 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
13270         Log: Integrate recent perlport changes
13271      Branch: maint-5.6/macperl
13272           !> pod/perlport.pod
13273 ____________________________________________________________________________
13274 [ 15089] By: ams                                   on 2002/03/08  01:54:03
13275         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
13276              minor typo in perlguts.pod
13277              From: Anton Tagunov <tagunov@motor.ru>
13278              Date: Fri, 8 Mar 2002 05:26:59 +0300
13279              Message-Id: <4649821189.20020308052659@motor.ru>
13280      Branch: perl
13281            ! pod/perlguts.pod
13282 ____________________________________________________________________________
13283 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
13284         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
13285              From: Anton Tagunov <tagunov@newmail.ru>
13286              Date: Fri, 8 Mar 2002 04:31:44 +0300
13287              Message-ID: <13946506773.20020308043144@newmail.ru>
13288              
13289              (one test changed)
13290      Branch: perl
13291            ! lib/encoding.t sv.c
13292 ____________________________________________________________________________
13293 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
13294         Log: Subject: [PATCH perldelta] some more deltas
13295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13296              Date: Thu, 7 Mar 2002 23:13:23 +0100
13297              Message-ID: <20020307231323.A13068@rafael>
13298      Branch: perl
13299            ! pod/perldelta.pod
13300 ____________________________________________________________________________
13301 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
13302         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
13303              From: Paul_GreenVOS@vos.stratus.com
13304              Date: Thu, 7 Mar 02 14:25 est
13305              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
13306      Branch: perl
13307            ! t/io/fs.t
13308 ____________________________________________________________________________
13309 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
13310         Log: As suggested by Anton Tagunov, eq and cmp now obey the
13311              encoding pragma (by remapping their byte argument if the
13312              other argument is in Unicode).  Also fix a bug found by
13313              Anton where ord undef under the encoding pragma would barf.
13314              ([ID 20020307.009] A null pointer dereference with 'use encoding')
13315              Finally, use the nicer form of sv_recode_to_utf8.
13316      Branch: perl
13317            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
13318 ____________________________________________________________________________
13319 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
13320         Log: Retract #14985, #14899, and #14990, following the principles
13321              "Do no harm." and "If it ain't broke, don't fix it."
13322              
13323              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
13324              some, but still broken, and I do not have the extra brain
13325              cells for the EBCDIC backport.  Secondly, the old version
13326              worked both in EBCDIC and non-.  Thirdly, the old version
13327              may be more amenable for the behaviour suggsted by Anton
13328              Tagunov regarding the encoding pragma.
13329      Branch: perl
13330            ! embed.fnc embed.h global.sym proto.h sv.c util.c
13331 ____________________________________________________________________________
13332 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
13333         Log: Long doubles give you long doubles.
13334      Branch: perl
13335            ! t/base/num.t
13336 ____________________________________________________________________________
13337 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
13338         Log: Forgotten deMANIFESTation.
13339      Branch: perl
13340            ! MANIFEST
13341 ____________________________________________________________________________
13342 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
13343         Log: Obsolete unused file, noticed by Dank Kogai.
13344      Branch: perl
13345            - ext/Encode/lib/Encode/JP/Tr.pm
13346 ____________________________________________________________________________
13347 [ 15080] By: ams                                   on 2002/03/07  11:31:46
13348         Log: Subject: [PATCH Changes] Changes should mirror version number
13349              From: Robin Barker <rmb1@cise.npl.co.uk>
13350              Date: Thu, 7 Mar 2002 11:04:24 GMT
13351              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
13352      Branch: perl
13353            ! Porting/pumpkin.pod
13354 ____________________________________________________________________________
13355 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
13356         Log: metaconfig unit change for #15078.
13357      Branch: metaconfig
13358            ! U/compline/d_gconvert.U
13359 ____________________________________________________________________________
13360 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
13361         Log: Subject: Re: [PATCH] tests for Gconvert
13362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13363              Date: Wed, 06 Mar 2002 20:22:54 -0800
13364              Message-ID: <esuh8gzkg2/b092yn@efn.org>
13365      Branch: perl
13366            ! Configure pod/perldelta.pod t/base/num.t
13367 ____________________________________________________________________________
13368 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
13369         Log: Mac OS X UFS does not do ctime.
13370      Branch: perl
13371            ! pod/perldelta.pod pod/perlport.pod
13372 ____________________________________________________________________________
13373 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
13374         Log: AUTHORS updates.
13375      Branch: perl
13376            ! AUTHORS
13377 ____________________________________________________________________________
13378 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
13379         Log: Continued Chinese puzzles from Autrijus.
13380      Branch: perl
13381            + ext/Encode/t/CN.t ext/Encode/t/TW.t
13382            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
13383 ____________________________________________________________________________
13384 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
13385         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
13386              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13387              Date: Wed, 6 Mar 2002 18:13:51 +0100
13388              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
13389      Branch: perl
13390            ! lib/File/Spec/Win32.pm
13391 ____________________________________________________________________________
13392 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
13393         Log: perlport tweaks.
13394      Branch: perl
13395            ! pod/perlport.pod
13396 ____________________________________________________________________________
13397 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
13398         Log: Subject: Re: [PATCH docs] Re: Bug with -M
13399              From: Michael G Schwern <schwern@pobox.com>
13400              Date: Wed, 6 Mar 2002 16:20:27 -0500
13401              Message-ID: <20020306212027.GC4257@blackrider>
13402      Branch: perl
13403            ! pod/perlfunc.pod pod/perlport.pod
13404 ____________________________________________________________________________
13405 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
13406         Log: perldelta updates.
13407      Branch: perl
13408            ! pod/perldelta.pod
13409 ____________________________________________________________________________
13410 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
13411         Log: 5005threads wasn't even compiling.
13412      Branch: perl
13413            ! perl.c
13414 ____________________________________________________________________________
13415 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
13416         Log: Subject: Re: perl@15047 New format tests for still existing bugs
13417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13418              Date: Wed, 06 Mar 2002 12:59:29 +0100
13419              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
13420      Branch: perl
13421            ! t/op/write.t
13422 ____________________________________________________________________________
13423 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
13424         Log: Regen Glossary et al.
13425      Branch: perl
13426            ! Porting/Glossary Porting/config.sh Porting/config_H
13427 ____________________________________________________________________________
13428 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
13429         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
13430              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
13431      Branch: perl
13432            ! util.c
13433 ____________________________________________________________________________
13434 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
13435         Log: metaconfig unit change for #15065.
13436      Branch: metaconfig
13437            ! U/compline/i_time.U
13438 ____________________________________________________________________________
13439 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
13440         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
13441      Branch: perl
13442            ! Configure config_h.SH
13443 ____________________________________________________________________________
13444 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
13445         Log: Must remove fallback.c also from here.
13446      Branch: perl
13447            ! MANIFEST
13448 ____________________________________________________________________________
13449 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
13450         Log: Subject: Re: perl@15047 WinCE
13451              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13452              Date: Wed, 06 Mar 2002 13:41:30 +0100
13453              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
13454              
13455              Subject: Re: perl@15047 Win32
13456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13457              Date: Wed, 06 Mar 2002 13:46:02 +0100
13458              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
13459              
13460              Subject: Re: perl@15047 Epoc
13461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13462              Date: Wed, 06 Mar 2002 13:48:31 +0100
13463              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
13464              
13465              Subject: Re: perl@15047 NetWare
13466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13467              Date: Wed, 06 Mar 2002 13:55:46 +0100
13468              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
13469      Branch: perl
13470            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
13471            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13472            ! wince/Makefile.ce wince/config.h
13473 ____________________________________________________________________________
13474 [ 15062] By: ams                                   on 2002/03/06  09:26:49
13475         Log: Subject: Re: perl@15047
13476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13477              Date: Wed, 06 Mar 2002 11:25:50 +0100
13478              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
13479      Branch: perl
13480            ! cygwin/perlld.in
13481 ____________________________________________________________________________
13482 [ 15061] By: ams                                   on 2002/03/06  08:44:12
13483         Log: Subject: Re: perl@15047
13484              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13485              Date: Wed, 06 Mar 2002 10:38:02 +0100
13486              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
13487      Branch: perl
13488            ! pod/perldelta.pod
13489 ____________________________________________________________________________
13490 [ 15060] By: ams                                   on 2002/03/06  08:30:33
13491         Log: Subject: Update perlhist.pod
13492              From: mjd@plover.com
13493              Date: 6 Mar 2002 07:11:55 -0000
13494              Message-Id: <20020306071155.10240.qmail@plover.com>
13495              
13496              Subject: [PATCH pod/perlvar.pod] $^V => string
13497              From: Stas Bekman <stas@stason.org>
13498              Date: Wed, 06 Mar 2002 14:56:55 +0800
13499              Message-Id: <3C85BDB7.7050700@stason.org>
13500      Branch: perl
13501            ! pod/perlhist.pod pod/perlvar.pod
13502 ____________________________________________________________________________
13503 [ 15059] By: ams                                   on 2002/03/06  04:15:38
13504         Log: Subject: [PATCH] assorted configure.com fix-ups
13505              From: "Craig A. Berry" <craigberry@mac.com>
13506              Date: Tue, 5 Mar 2002 23:11:22 -0600
13507              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
13508      Branch: perl
13509            ! configure.com
13510 ____________________________________________________________________________
13511 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
13512         Log: IRIX failure with long doubles.
13513      Branch: perl
13514            ! t/op/pack.t
13515 ____________________________________________________________________________
13516 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
13517         Log: Make reality and Changes coincide.
13518      Branch: perl
13519            ! Changes
13520 ____________________________________________________________________________
13521 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
13522         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
13523              From: Anton Tagunov <tagunov@motor.ru>
13524              Date: Wed, 6 Mar 2002 02:10:21 +0300
13525              Message-ID: <11152782757.20020306021021@motor.ru>
13526              
13527              (reworded)
13528      Branch: perl
13529            ! pod/perluniintro.pod
13530 ____________________________________________________________________________
13531 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
13532         Log: Subject: [PATCH] B::Lint doesn't work
13533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13534              Date: Tue, 5 Mar 2002 22:51:18 +0100
13535              Message-ID: <20020305225118.C733@rafael>
13536      Branch: perl
13537            ! ext/B/B/Lint.pm
13538 ____________________________________________________________________________
13539 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
13540         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
13541              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13542              Date: Mon, 04 Mar 2002 16:24:32 -0800
13543              Message-ID: <ABBh8gzkgezX092yn@efn.org>
13544      Branch: perl
13545            ! op.h pp_ctl.c t/op/flip.t
13546 ____________________________________________________________________________
13547 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
13548         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
13549              From: Nicholas Clark <nick@unfortu.net>
13550              Date: Tue, 5 Mar 2002 22:30:49 +0000
13551              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
13552      Branch: perl
13553            ! pod/perldelta.pod
13554 ____________________________________________________________________________
13555 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
13556         Log: Subject: [PATCH] tests for Gconvert
13557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13558              Date: Tue, 05 Mar 2002 16:35:45 -0800
13559              Message-ID: <hRWh8gzkgONX092yn@efn.org>
13560      Branch: perl
13561            ! t/base/num.t
13562 ____________________________________________________________________________
13563 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
13564         Log: Subject: [PATCH] toplevel Makefile.SH
13565              From: Paul_GreenVOS@vos.stratus.com
13566              Date: Tue, 5 Mar 02 17:34 est
13567              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
13568      Branch: perl
13569            ! Makefile.SH
13570 ____________________________________________________________________________
13571 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
13572         Log: Subject: [PATCH] pointer to perldelta in Changes
13573              From: Chris Nandor <pudge@pobox.com>
13574              Date: Tue, 05 Mar 2002 16:04:50 -0500
13575              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
13576      Branch: perl
13577            ! Changes
13578 ____________________________________________________________________________
13579 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
13580         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
13581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13582              Date: Tue, 5 Mar 2002 22:26:20 +0100
13583              Message-ID: <20020305222620.A733@rafael>
13584      Branch: perl
13585            ! pod/perldelta.pod
13586 ____________________________________________________________________________
13587 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
13588         Log: Solaris: allow for /usr/bin/df not to exist.
13589              
13590              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
13591              From: Kingpin <mthurn@copper.dulles.tasc.com>
13592              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
13593              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
13594      Branch: perl
13595            ! hints/solaris_2.sh
13596 ____________________________________________________________________________
13597 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
13598         Log: Update Changes.
13599      Branch: perl
13600            ! Changes patchlevel.h
13601 ____________________________________________________________________________
13602 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
13603         Log: Double MANIFESTing.
13604      Branch: perl
13605            ! ext/Encode/MANIFEST
13606 ____________________________________________________________________________
13607 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
13608         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
13609      Branch: perl
13610            - ext/Encode/Encode/7bit-kr.enc
13611            - ext/Encode/lib/Encode/Tcl/HanZi.pm
13612            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
13613 ____________________________________________________________________________
13614 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
13615         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
13616              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13617              Date: Tue, 5 Mar 2002 14:35:57 +0100
13618              Message-ID: <20020305143557.C695@rafael>   
13619      Branch: perl
13620            ! pp_sys.c t/lib/warnings/pp_sys
13621 ____________________________________________________________________________
13622 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
13623         Log: Subject: [PATCH Devel::PPPort]
13624              From: Robin Barker <rmb1@cise.npl.co.uk>
13625              Date: Tue, 5 Mar 2002 13:37:59 GMT
13626              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
13627      Branch: perl
13628            ! ext/Devel/PPPort/Makefile.PL
13629 ____________________________________________________________________________
13630 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
13631         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
13632      Branch: perl
13633            ! ext/Encode/t/Tcl.t
13634 ____________________________________________________________________________
13635 [ 15041] By: nick                                  on 2002/03/05  07:23:58
13636         Log: Integrate mainline (5.7.3)
13637      Branch: perlio
13638           +> ext/Encode/lib/Encode/CN/HZ.pm
13639            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
13640           !> (integrate 54 files)
13641 ____________________________________________________________________________
13642 [ 15040] By: ams                                   on 2002/03/05  05:10:33
13643         Log: Subject: DOC PATCH 5.7.3 (perldelta)
13644              From: mjd@plover.com
13645              Date: 5 Mar 2002 05:35:58 -0000
13646              Message-Id: <20020305053558.31677.qmail@plover.com>
13647      Branch: perl
13648            ! pod/perldelta.pod
13649 ____________________________________________________________________________
13650 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
13651         Log: This is 5.7.3.
13652      Branch: perl
13653            ! patchlevel.h
13654 ____________________________________________________________________________
13655 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
13656         Log: Shoo.
13657      Branch: perl
13658            ! ext/Encode/t/Tcl.t
13659 ____________________________________________________________________________
13660 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
13661         Log: Update Changes.
13662      Branch: perl
13663            ! Changes patchlevel.h
13664 ____________________________________________________________________________
13665 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
13666         Log: Regen perlapi.
13667      Branch: perl
13668            ! pod/perlapi.pod
13669 ____________________________________________________________________________
13670 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
13671         Log: Tie::File doc tweak for Win32 from mjd. 
13672      Branch: perl
13673            ! lib/Tie/File.pm
13674 ____________________________________________________________________________
13675 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
13676         Log: Regen toc.
13677      Branch: perl
13678            ! pod/perltoc.pod
13679 ____________________________________________________________________________
13680 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
13681         Log: Decommission Encode::Tcl HZ testing for now.
13682      Branch: perl
13683            ! ext/Encode/t/Tcl.t
13684 ____________________________________________________________________________
13685 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
13686         Log: Must have a return.
13687      Branch: perl
13688            ! pp_pack.c
13689 ____________________________________________________________________________
13690 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
13691         Log: The very latest win32 score from Jan Dubois.
13692      Branch: perl
13693            ! pod/perldelta.pod
13694 ____________________________________________________________________________
13695 [ 15030] By: ams                                   on 2002/03/05  01:40:01
13696         Log: Subject: [PATCH] README.macos
13697              From: Chris Nandor <pudge@pobox.com>
13698              Date: Mon, 04 Mar 2002 17:37:59 -0500
13699              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
13700      Branch: perl
13701            ! README.macos
13702 ____________________________________________________________________________
13703 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
13704         Log: "The last pieces of Chinese puzzle" from Autrijus.
13705      Branch: perl
13706            + ext/Encode/lib/Encode/CN/HZ.pm
13707            - ext/Encode/Encode/HZ.enc
13708            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
13709            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
13710 ____________________________________________________________________________
13711 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
13712         Log: Known test failures updates.
13713      Branch: perl
13714            ! pod/perldelta.pod
13715 ____________________________________________________________________________
13716 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
13717         Log: One more nit from mjd.
13718      Branch: perl
13719            ! lib/Tie/File/t/16_handle.t
13720 ____________________________________________________________________________
13721 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
13722         Log: Upgrade to Tie::File 0.17 from mjd.
13723      Branch: perl
13724            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
13725            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13726 ____________________________________________________________________________
13727 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
13728         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
13729              From: Nicholas Clark <nick@unfortu.net>
13730              Date: Mon, 4 Mar 2002 23:33:52 +0000
13731              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
13732      Branch: perl
13733            ! pod/perldelta.pod
13734 ____________________________________________________________________________
13735 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
13736         Log: Escapee.
13737      Branch: perl
13738            ! proto.h
13739 ____________________________________________________________________________
13740 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
13741         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
13742              From: Nicholas Clark <nick@unfortu.net>
13743              Date: Mon, 4 Mar 2002 22:48:38 +0000
13744              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
13745      Branch: perl
13746            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
13747            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
13748            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
13749            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
13750            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
13751            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
13752            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
13753 ____________________________________________________________________________
13754 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
13755         Log: Cleaner.
13756      Branch: perl
13757            ! Makefile.SH
13758 ____________________________________________________________________________
13759 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
13760         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
13761              From: Jeffrey Friedl <jfriedl@yahoo.com>
13762              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
13763              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
13764      Branch: perl
13765            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
13766            ! pod/perlvar.pod
13767 ____________________________________________________________________________
13768 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
13769         Log: More Han tweaks from Autrjius Tang: most importantly,
13770              gbk is identical to cp936, so gbk can be removed and
13771              taken care of by an alias.
13772      Branch: perl
13773            - ext/Encode/Encode/gbk.enc
13774            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13775            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
13776            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13777            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13778 ____________________________________________________________________________
13779 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
13780         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
13781              From: Nicholas Clark <nick@unfortu.net>
13782              Date: Mon, 4 Mar 2002 22:20:13 +0000
13783              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
13784      Branch: perl
13785            ! pod/perldelta.pod
13786 ____________________________________________________________________________
13787 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
13788         Log: Based on
13789              
13790              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
13791              From: Anton Tagunov <tagunov@motor.ru>
13792              Date: Mon, 4 Mar 2002 21:14:39 +0300
13793              Message-ID: <1814137429.20020304211439@motor.ru>
13794      Branch: perl
13795            ! pod/perlunicode.pod
13796 ____________________________________________________________________________
13797 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
13798         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
13799              From: John Peacock <jpeacock@rowman.com>
13800              Date: Mon, 04 Mar 2002 16:18:42 -0500
13801              Message-ID: <3C83E4B2.3060700@rowman.com>
13802              
13803              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
13804              From: John Peacock <jpeacock@rowman.com>
13805              Date: Mon, 04 Mar 2002 16:42:55 -0500
13806              Message-ID: <3C83EA5F.80303@rowman.com>
13807      Branch: perl
13808            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13809 ____________________________________________________________________________
13810 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
13811         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
13812              From: "Craig A. Berry" <craigberry@mac.com>
13813              Date: Mon, 04 Mar 2002 14:47:59 -0600
13814              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
13815              
13816              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
13817              From: "Craig A. Berry" <craigberry@mac.com>
13818              Date: Mon, 04 Mar 2002 15:04:58 -0600
13819              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
13820      Branch: perl
13821            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
13822 ____________________________________________________________________________
13823 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
13824         Log: metaconfig unit change for #15014.
13825      Branch: metaconfig/U/perl
13826            ! Extensions.U
13827 ____________________________________________________________________________
13828 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
13829         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
13830              of known extensions, where Encode::JP already is.
13831      Branch: perl
13832            ! Configure Porting/config.sh Porting/config_H uconfig.h
13833 ____________________________________________________________________________
13834 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
13835         Log: SJIS, from Dan Kogai.
13836      Branch: perl
13837            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
13838 ____________________________________________________________________________
13839 [ 15012] By: nick                                  on 2002/03/04  17:35:50
13840         Log: Intergrate perlio's Encode/compile
13841      Branch: perl
13842           !> ext/Encode/compile
13843 ____________________________________________________________________________
13844 [ 15011] By: nick                                  on 2002/03/04  17:29:54
13845         Log: Avoid $Id$ cleverness and just have a $VERSION.
13846      Branch: perlio
13847            ! ext/Encode/compile
13848 ____________________________________________________________________________
13849 [ 15010] By: nick                                  on 2002/03/04  17:29:14
13850         Log: Integrate mainline
13851      Branch: perlio
13852           +> lib/Math/BigInt/t/isa.t
13853           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
13854           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
13855           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13856           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
13857           !> warnings.pl
13858 ____________________________________________________________________________
13859 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
13860         Log: Integrate ext/Encode/compile from perlio.
13861      Branch: perl
13862           !> ext/Encode/compile
13863 ____________________________________________________________________________
13864 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
13865         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
13866              updates not integrated, something odd going on in there.)
13867      Branch: perl
13868           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
13869           !> lib/Tie/File/t/16_handle.t
13870 ____________________________________________________________________________
13871 [ 15007] By: nick                                  on 2002/03/04  17:08:17
13872         Log: Integrate mainline
13873      Branch: perlio
13874           !> AUTHORS Changes Porting/Glossary Porting/config.sh
13875           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
13876           !> pod/perltoc.pod
13877 ____________________________________________________________________________
13878 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
13879         Log: A new M::BI test.
13880      Branch: perl
13881            + lib/Math/BigInt/t/isa.t
13882            ! MANIFEST
13883 ____________________________________________________________________________
13884 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
13885         Log: Subject: VMS test and perldelta update
13886              From: "Craig A. Berry" <craigberry@mac.com>
13887              Date: Mon, 04 Mar 2002 11:03:37 -0600
13888              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
13889      Branch: perl
13890            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
13891 ____________________________________________________________________________
13892 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
13893         Log: Needed for threaded builds.
13894      Branch: perl
13895            ! embed.fnc embed.h
13896 ____________________________________________________________________________
13897 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
13898         Log: Subject: [PATCH] taint + deprecated warnings
13899              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13900              Date: Mon, 4 Mar 2002 16:33:23 -0000
13901              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
13902      Branch: perl
13903            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
13904            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13905            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
13906 ____________________________________________________________________________
13907 [ 15002] By: nick                                  on 2002/03/04  16:19:06
13908         Log: Win32 tweak
13909      Branch: perlio
13910            ! lib/Tie/File/t/16_handle.t
13911 ____________________________________________________________________________
13912 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
13913         Log: Update Changes.
13914      Branch: perl
13915            ! Changes patchlevel.h
13916 ____________________________________________________________________________
13917 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
13918         Log: AUTHORS updates.
13919      Branch: perl
13920            ! AUTHORS
13921 ____________________________________________________________________________
13922 [ 14999] By: nick                                  on 2002/03/04  15:26:43
13923         Log: Win32 hack
13924      Branch: perlio
13925            ! ext/Encode/compile ext/Encode/t/JP.t
13926 ____________________________________________________________________________
13927 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
13928         Log: Encode doc tweak from Autrijus Tang.
13929      Branch: perl
13930            ! ext/Encode/Encode.pm
13931 ____________________________________________________________________________
13932 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
13933         Log: Regen Glossary et al.  (It seems the #14875 didn't
13934              quite work in removing the double-dot?)
13935      Branch: perl
13936            ! Porting/Glossary Porting/config.sh Porting/config_H
13937 ____________________________________________________________________________
13938 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
13939         Log: Regen toc.
13940      Branch: perl
13941            ! pod/perltoc.pod
13942 ____________________________________________________________________________
13943 [ 14995] By: nick                                  on 2002/03/04  14:42:09
13944         Log: Remove debugging assert
13945      Branch: perlio
13946            ! ext/threads/shared/shared.xs
13947 ____________________________________________________________________________
13948 [ 14994] By: nick                                  on 2002/03/04  14:41:54
13949         Log: Integrate mainline
13950      Branch: perlio
13951           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
13952           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13953           !> lib/Tie/File/t/15_pushpop.t util.c
13954 ____________________________________________________________________________
13955 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
13956         Log: Han update from Autrijus Tang. 
13957      Branch: perl
13958            ! ext/Encode/Encode.pm
13959 ____________________________________________________________________________
13960 [ 14992] By: nick                                  on 2002/03/04  14:08:38
13961         Log: Integrate mainline - all tests pass - some noise from threads
13962              av_simple (SuSE7.3).
13963      Branch: perlio
13964           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13965           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13966           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13967           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13968           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13969           +> lib/Tie/File/t/11_rv_splice_rs.t
13970           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13971           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13972           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13973            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13974            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13975            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13976            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13977            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13978            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13979            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13980            - lib/Tie/File/15_pushpop.t
13981           !> (integrate 47 files)
13982 ____________________________________________________________________________
13983 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
13984         Log: Missing MANIFESTations.
13985      Branch: perl
13986            ! MANIFEST
13987 ____________________________________________________________________________
13988 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
13989         Log: Attempt at portability.
13990      Branch: perl
13991            ! util.c
13992 ____________________________________________________________________________
13993 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
13994         Log: Needed by #14985.
13995      Branch: perl
13996            ! embed.h global.sym proto.h
13997 ____________________________________________________________________________
13998 [ 14988] By: ams                                   on 2002/03/04  08:59:27
13999         Log: Upgrade to Tie::File 0.16.
14000      Branch: perl
14001            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
14002            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
14003            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
14004            ! lib/Tie/File/t/15_pushpop.t
14005 ____________________________________________________________________________
14006 [ 14987] By: ams                                   on 2002/03/04  08:48:11
14007         Log: Subject: [PATCH @14577] perly-fixer
14008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14009              Date: Mon, 4 Mar 2002 02:28:51 -0500
14010              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
14011      Branch: perl
14012            ! Makefile.SH perly.fixer
14013 ____________________________________________________________________________
14014 [ 14986] By: ams                                   on 2002/03/04  08:43:37
14015         Log: Subject: [PATCH @14577] xsubpp
14016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14017              Date: Mon, 4 Mar 2002 02:25:52 -0500
14018              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
14019      Branch: perl
14020            ! lib/ExtUtils/xsubpp pod/perlxs.pod
14021 ____________________________________________________________________________
14022 [ 14985] By: ams                                   on 2002/03/04  08:40:46
14023         Log: Subject: [PATCH @14577] sv_cmp and friends
14024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14025              Date: Mon, 4 Mar 2002 02:31:04 -0500
14026              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
14027      Branch: perl
14028            ! embed.fnc sv.c util.c
14029 ____________________________________________________________________________
14030 [ 14984] By: ams                                   on 2002/03/04  08:16:06
14031         Log: Fix File::Path docs as suggested by Ronald Kimball.
14032      Branch: perl
14033            ! lib/File/Path.pm
14034 ____________________________________________________________________________
14035 [ 14983] By: ams                                   on 2002/03/04  08:11:20
14036         Log: Update perldata fix as suggested by Benjamin Goldberg.
14037      Branch: perl
14038            ! pod/perldata.pod
14039 ____________________________________________________________________________
14040 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
14041         Log: Faulty skip.
14042      Branch: perl
14043            ! ext/DB_File/t/db-recno.t
14044 ____________________________________________________________________________
14045 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
14046         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
14047              From: Anton Tagunov <tagunov@motor.ru>
14048              Date: Mon, 4 Mar 2002 05:41:41 +0300
14049              Message-Id: <7916563907.20020304054141@motor.ru>
14050              
14051              Subject: [ID 20020303.005] Patch perlinicode C API description
14052              From: Anton Tagunov <tagunov@motor.ru>
14053              Date: Mon, 4 Mar 2002 06:08:23 +0300
14054              Message-Id: <2018165510.20020304060823@motor.ru>
14055      Branch: perl
14056            ! lib/utf8.pm pod/perlunicode.pod
14057 ____________________________________________________________________________
14058 [ 14980] By: ams                                   on 2002/03/04  02:19:20
14059         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
14060              From: Anton Tagunov <tagunov@motor.ru>
14061              Date: Mon, 4 Mar 2002 02:17:40 +0300
14062              Message-Id: <1344322124.20020304021740@motor.ru>
14063      Branch: perl
14064            ! pod/perldata.pod
14065 ____________________________________________________________________________
14066 [ 14979] By: ams                                   on 2002/03/04  02:17:54
14067         Log: Subject: RE: [PATCH] RE: DB_File breakage
14068              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14069              Date: Sun, 3 Mar 2002 23:56:31 -0000
14070              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
14071      Branch: perl
14072            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14073            ! ext/DB_File/t/db-recno.t
14074 ____________________________________________________________________________
14075 [ 14978] By: ams                                   on 2002/03/04  02:07:16
14076         Log: Subject: [PATCH] docs for ExtUtils::Manifest
14077              From: Nicholas Clark <nick@unfortu.net>
14078              Date: Sun, 3 Mar 2002 23:29:25 +0000
14079              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
14080      Branch: perl
14081            ! lib/ExtUtils/Manifest.pm
14082 ____________________________________________________________________________
14083 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
14084         Log: Forgot from the M::BI 1.54 update.
14085      Branch: perl
14086            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
14087            ! lib/Math/BigInt/t/upgrade.inc
14088 ____________________________________________________________________________
14089 [ 14976] By: ams                                   on 2002/03/04  02:04:32
14090         Log: Subject: [PATCH] attr
14091              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14092              Date: Sun, 3 Mar 2002 22:09:58 -0000
14093              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
14094      Branch: perl
14095            ! lib/warnings.pm warnings.pl
14096 ____________________________________________________________________________
14097 [ 14975] By: ams                                   on 2002/03/04  02:01:27
14098         Log: Subject: [PATCH] File::Path documentation
14099              From: Colin Meyer <cmeyer@helvella.org>
14100              Date: Sun, 3 Mar 2002 14:54:24 -0800
14101              Message-Id: <20020303145424.A21774@hobart.helvella.org>
14102      Branch: perl
14103            ! lib/File/Path.pm
14104 ____________________________________________________________________________
14105 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
14106         Log: Typo.
14107      Branch: perl
14108            ! lib/Math/BigInt/t/upgrade.t
14109 ____________________________________________________________________________
14110 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
14111         Log: Editing errors.
14112      Branch: perl
14113            ! MANIFEST
14114 ____________________________________________________________________________
14115 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
14116         Log: Upgrade to Math::BigInt 1.54.
14117      Branch: perl
14118            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14119            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14120            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
14121            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
14122            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
14123            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
14124 ____________________________________________________________________________
14125 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
14126         Log: Test tweak from Craig Berry.
14127      Branch: perl
14128            ! lib/Tie/File/t/15_pushpop.t
14129 ____________________________________________________________________________
14130 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
14131         Log: Upgrade to Tie::File 0.15.
14132      Branch: perl
14133            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
14134            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
14135            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14136            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
14137            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
14138            + lib/Tie/File/t/11_rv_splice_rs.t
14139            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
14140            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
14141            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
14142            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
14143            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
14144            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
14145            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
14146            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
14147            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
14148            - lib/Tie/File/15_pushpop.t
14149            ! MANIFEST lib/Tie/File.pm
14150 ____________________________________________________________________________
14151 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
14152         Log: The EBCDIC gaps apply only to the real A-Z.
14153      Branch: perl
14154            ! ext/B/B/Deparse.pm
14155 ____________________________________________________________________________
14156 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
14157         Log: EBCDIC: deparse \cX correctly.
14158      Branch: perl
14159            ! ext/B/B/Deparse.pm
14160 ____________________________________________________________________________
14161 [ 14967] By: ams                                   on 2002/03/03  18:18:00
14162         Log: Subject: [PATCH] nit in perlsyn.pod
14163              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
14164              Date: Sun, 03 Mar 2002 20:16:10 +0100
14165              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
14166      Branch: perl
14167            ! pod/perlsyn.pod
14168 ____________________________________________________________________________
14169 [ 14966] By: ams                                   on 2002/03/03  18:06:32
14170         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
14171              From: Michael G Schwern <schwern@pobox.com>
14172              Date: Sun, 3 Mar 2002 13:33:28 -0500
14173              Message-Id: <20020303183328.GA3296@blackrider>
14174      Branch: perl
14175            ! utils/h2xs.PL
14176 ____________________________________________________________________________
14177 [ 14965] By: ams                                   on 2002/03/03  18:00:03
14178         Log: Subject: [ PATCH ] HP back to default
14179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14180              Date: Sun, 03 Mar 2002 18:48:34 +0100
14181              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
14182      Branch: perl
14183            ! hints/hpux.sh
14184 ____________________________________________________________________________
14185 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
14186         Log: EBCDIC: special cases of special cases.
14187      Branch: perl
14188            ! t/uni/case.pl
14189 ____________________________________________________________________________
14190 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
14191         Log: EBCDIC: the v-string components cannot exceed 2147483647.
14192      Branch: perl
14193            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
14194 ____________________________________________________________________________
14195 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
14196         Log: Remove the bogus "incorrect case" warning completely.
14197              The problem exists, but the cure, in which ever form
14198              it will be, needs to be something more subtle.
14199      Branch: perl
14200            ! op.c pod/perldiag.pod
14201 ____________________________________________________________________________
14202 [ 14961] By: ams                                   on 2002/03/03  13:39:09
14203         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
14204              From: Mark-Jason Dominus <mjd@plover.com>
14205              Date: Sun, 03 Mar 2002 09:32:16 -0500
14206              Message-Id: <20020303143216.10536.qmail@plover.com>
14207      Branch: perl
14208            ! t/op/tiearray.t
14209 ____________________________________________________________________________
14210 [ 14960] By: nick                                  on 2002/03/03  09:59:59
14211         Log: Integrate mainline
14212      Branch: perlio
14213           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
14214            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
14215            ! ext/Encode/compile
14216           !> (integrate 27 files)
14217 ____________________________________________________________________________
14218 [ 14959] By: ams                                   on 2002/03/03  08:11:34
14219         Log: Fix #14957.
14220      Branch: perl
14221            ! ext/DB_File/t/db-recno.t
14222 ____________________________________________________________________________
14223 [ 14958] By: ams                                   on 2002/03/03  05:51:00
14224         Log: Subject: [PATCH @14577] NL in debugger
14225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14226              Date: Sat, 2 Mar 2002 05:34:12 -0500
14227              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
14228      Branch: perl
14229            ! lib/perl5db.pl
14230 ____________________________________________________________________________
14231 [ 14957] By: ams                                   on 2002/03/03  05:00:04
14232         Log: Subject: Re: DB_File breakage
14233              From: Schuyler Erle <schuyler@oreilly.com>
14234              Date: Sat, 02 Mar 2002 21:50:30 -0800
14235              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
14236      Branch: perl
14237            ! ext/DB_File/t/db-recno.t
14238 ____________________________________________________________________________
14239 [ 14956] By: ams                                   on 2002/03/03  04:40:08
14240         Log: Subject: [PATCH @14577] Debugging OPs
14241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14242              Date: Sat, 2 Mar 2002 05:49:58 -0500
14243              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
14244      Branch: perl
14245            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
14246            ! pod/perlrun.pod sv.h
14247 ____________________________________________________________________________
14248 [ 14955] By: ams                                   on 2002/03/03  04:34:41
14249         Log: Subject: Tie::Array doc patch
14250              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
14251              Date: Sat, 02 Mar 2002 08:42:56 +0900
14252              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
14253      Branch: perl
14254            ! lib/Tie/Array.pm
14255 ____________________________________________________________________________
14256 [ 14954] By: ams                                   on 2002/03/03  04:23:33
14257         Log: Subject: Re: Smoke 14870
14258              From: Nicholas Clark <nick@unfortu.net>
14259              Date: Sat, 2 Mar 2002 20:00:53 +0000
14260              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
14261      Branch: perl
14262            ! README.hpux
14263 ____________________________________________________________________________
14264 [ 14953] By: ams                                   on 2002/03/03  04:15:49
14265         Log: Subject: RE: VERSION core
14266              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14267              Date: Sat, 2 Mar 2002 22:50:44 -0000
14268              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
14269      Branch: perl
14270            ! t/comp/use.t
14271 ____________________________________________________________________________
14272 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
14273         Log: The #14949 removed this error from non-Win32.
14274      Branch: perl
14275            ! t/lib/warnings/op
14276 ____________________________________________________________________________
14277 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
14278         Log: BeOS back on track.
14279      Branch: perl
14280            ! README.beos
14281 ____________________________________________________________________________
14282 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
14283         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
14284              higher is okay.
14285      Branch: perl
14286            ! ext/POSIX/t/posix.t
14287 ____________________________________________________________________________
14288 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
14289         Log: For now, make "incorrect case" a Win32-only warning.
14290      Branch: perl
14291            ! op.c
14292 ____________________________________________________________________________
14293 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
14294         Log: Demand more before attempting socketpair().
14295      Branch: perl
14296            ! pp_sys.c
14297 ____________________________________________________________________________
14298 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
14299         Log: Remove obsolete hack.
14300      Branch: perl
14301            ! makedepend.SH
14302 ____________________________________________________________________________
14303 [ 14946] By: ams                                   on 2002/03/02  16:00:32
14304         Log: Forgot to delete encode.* from MANIFEST.
14305      Branch: perl
14306            ! MANIFEST
14307 ____________________________________________________________________________
14308 [ 14945] By: ams                                   on 2002/03/02  14:41:03
14309         Log: Delete ex-test output.
14310      Branch: perl
14311            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
14312 ____________________________________________________________________________
14313 [ 14944] By: ams                                   on 2002/03/02  13:54:35
14314         Log: Subject: [PATCH] DB_File 1.803
14315              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14316              Date: Sat, 2 Mar 2002 14:33:32 -0000
14317              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
14318      Branch: perl
14319            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14320            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
14321 ____________________________________________________________________________
14322 [ 14943] By: ams                                   on 2002/03/02  13:43:06
14323         Log: Upgrade to Tie::File 0.14.
14324      Branch: perl
14325            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
14326            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
14327            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
14328 ____________________________________________________________________________
14329 [ 14942] By: nick                                  on 2002/03/02  11:05:53
14330         Log: Integrate mainline
14331      Branch: perlio
14332           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
14333           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
14334           +> ext/Encode/t/table.utf8
14335           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
14336           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
14337           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14338           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
14339           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
14340           !> universal.c utils/perldoc.PL
14341 ____________________________________________________________________________
14342 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
14343         Log: More CJK (just C, really) tables from Autrijus Tang
14344              (originally from iconv, used with permission of Bruno Haible)
14345      Branch: perl
14346            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
14347            + ext/Encode/Encode/iso-ir-165.enc
14348            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14349            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
14350            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
14351 ____________________________________________________________________________
14352 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
14353         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
14354              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14355              Date: Fri, 1 Mar 2002 15:32:13 -0500
14356              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
14357      Branch: perl
14358            ! utils/perldoc.PL
14359 ____________________________________________________________________________
14360 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
14361         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
14362              From: Schuyler Erle <schuyler@oreilly.com>
14363              Date: Fri, 01 Mar 2002 14:22:19 -0800
14364              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
14365              
14366              Subject: Re: PATCH: "splice() offset past end of array" warning.
14367              From: Mark-Jason Dominus <mjd@plover.com>
14368              Date: Fri, 01 Mar 2002 17:19:49 -0500
14369              Message-ID: <20020301221949.7610.qmail@plover.com>
14370      Branch: perl
14371            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
14372 ____________________________________________________________________________
14373 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
14374         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
14375              From: Mark-Jason Dominus <mjd@plover.com>
14376              Date: Fri, 01 Mar 2002 18:35:35 -0500
14377              Message-ID: <20020301233535.15969.qmail@plover.com>
14378      Branch: perl
14379            ! av.c
14380 ____________________________________________________________________________
14381 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
14382         Log: Subject: RE: VERSION core
14383              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14384              Date: Fri, 1 Mar 2002 23:47:48 -0000
14385              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
14386      Branch: perl
14387            ! pod/perldiag.pod universal.c
14388 ____________________________________________________________________________
14389 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
14390         Log: Update Changes
14391      Branch: maint-5.6/macperl
14392            ! macos/Changes
14393 ____________________________________________________________________________
14394 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
14395         Log: Fix update to resources
14396      Branch: maint-5.6/macperl
14397            ! macos/macperl/MacPerl.r
14398 ____________________________________________________________________________
14399 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
14400         Log: metaconfig unit change for #14930.
14401      Branch: metaconfig
14402            ! U/modified/Init.U
14403 ____________________________________________________________________________
14404 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
14405         Log: Fix debugger to handle Mac OS psedofiles
14406      Branch: maint-5.6/macperl
14407            ! lib/DB.pm lib/perl5db.pl
14408 ____________________________________________________________________________
14409 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
14410         Log: Various fixes from Thomas Wegner
14411      Branch: maint-5.6/macperl
14412            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
14413 ____________________________________________________________________________
14414 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
14415         Log: Some resource updates
14416      Branch: maint-5.6/macperl
14417            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
14418            ! macos/macperl/MacPerl.rsrc
14419 ____________________________________________________________________________
14420 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
14421         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
14422              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14423              Date: Fri, 01 Mar 2002 09:38:59 -0800
14424              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
14425      Branch: perl
14426            ! Configure
14427 ____________________________________________________________________________
14428 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
14429         Log: Add some missing sfio symbols (Alan Fry)
14430      Branch: maint-5.6/macperl
14431            ! macos/macperl.sym
14432 ____________________________________________________________________________
14433 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
14434         Log: Update version and README
14435      Branch: maint-5.6/macperl
14436            ! README.macos macos/MPVersion.r
14437 ____________________________________________________________________________
14438 [ 14926] By: nick                                  on 2002/03/01  15:56:41
14439         Log: Integrate mainline
14440      Branch: perlio
14441           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
14442           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
14443           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
14444           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
14445           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
14446           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
14447           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
14448           +> lib/Tie/File/13_size_rs.t
14449           !> (integrate 80 files)
14450 ____________________________________________________________________________
14451 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
14452         Log: Better advertising.
14453      Branch: perl
14454            ! pod/perldelta.pod pod/perlfaq5.pod
14455 ____________________________________________________________________________
14456 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
14457         Log: Update Changes.
14458      Branch: perl
14459            ! Changes patchlevel.h
14460 ____________________________________________________________________________
14461 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
14462         Log: Lost in the shuffle.
14463      Branch: perl
14464            + lib/Math/BigInt/t/downgrade.t
14465            ! MANIFEST
14466 ____________________________________________________________________________
14467 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
14468         Log: Advertise Tie::File.
14469      Branch: perl
14470            ! pod/perldelta.pod pod/perlfaq5.pod
14471 ____________________________________________________________________________
14472 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
14473         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
14474              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14475              Date: Thu, 28 Feb 2002 18:55:48 +0100
14476              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
14477      Branch: perl
14478            ! x2p/walk.c
14479 ____________________________________________________________________________
14480 [ 14920] By: ams                                   on 2002/03/01  09:06:01
14481         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
14482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14483              Date: Tue, 26 Feb 2002 19:54:31 -0500
14484              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
14485      Branch: perl
14486            ! embed.fnc ext/B/B/Deparse.pm gv.c
14487 ____________________________________________________________________________
14488 [ 14919] By: ams                                   on 2002/03/01  03:03:12
14489         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
14490      Branch: perl
14491            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
14492            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
14493            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
14494            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
14495            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
14496            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
14497            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
14498 ____________________________________________________________________________
14499 [ 14918] By: ams                                   on 2002/03/01  02:36:58
14500         Log: Add Tie::File 0.12 from MJD.
14501      Branch: perl
14502            + lib/Tie/File.pm lib/Tie/File/01_gen.t
14503            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
14504            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
14505            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
14506            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
14507            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
14508            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
14509            ! MANIFEST
14510 ____________________________________________________________________________
14511 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
14512         Log: Encoding name mapping tweaks.
14513      Branch: perl
14514            ! ext/Encode/Encode.pm
14515 ____________________________________________________________________________
14516 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
14517         Log: metaconfig unit change for #14915.
14518      Branch: metaconfig
14519            ! U/modified/Init.U
14520 ____________________________________________________________________________
14521 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
14522         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
14523              From: Paul_GreenVOS@vos.stratus.com
14524              Date: Thu, 28 Feb 02 15:05 est
14525              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
14526      Branch: perl
14527            ! Configure
14528 ____________________________________________________________________________
14529 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
14530         Log: PL_bostr was pointing to the wrong string
14531              (a string left around from the loading of the Unicode \w)
14532              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
14533              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
14534      Branch: perl
14535            ! regexec.c
14536 ____________________________________________________________________________
14537 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
14538         Log: Sync with libnet-1.10
14539      Branch: perl
14540            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
14541            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
14542            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
14543            ! lib/Net/t/netrc.t
14544 ____________________________________________________________________________
14545 [ 14912] By: ams                                   on 2002/02/28  13:02:50
14546         Log: Subject: [PATCH] perldelta.pod fixes
14547              From: Autrijus Tang <autrijus@autrijus.org>
14548              Date: Thu, 28 Feb 2002 21:44:15 +0800
14549              Message-Id: <20020228134415.GB16422@not.autrijus.org>
14550      Branch: perl
14551            ! pod/perldelta.pod
14552 ____________________________________________________________________________
14553 [ 14911] By: ams                                   on 2002/02/28  11:31:44
14554         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
14555              From: Stas Bekman <stas@stason.org>
14556              Date: Mon, 04 Feb 2002 16:18:53 +0800
14557              Message-Id: <3C7E1E5F.1000605@stason.org>
14558              (Applied by hand).
14559      Branch: perl
14560            ! lib/File/Copy.pm
14561 ____________________________________________________________________________
14562 [ 14910] By: ams                                   on 2002/02/28  11:26:47
14563         Log: Subject: [PATCH lib/Pod/Html.pm]
14564              From: Stas Bekman <stas@stason.org>
14565              Date: Thu, 28 Feb 2002 20:05:01 +0800
14566              Message-Id: <3C7E1CED.7000307@stason.org>
14567      Branch: perl
14568            ! lib/Pod/Html.pm
14569 ____________________________________________________________________________
14570 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
14571         Log: Tests for #14908.
14572      Branch: perl
14573            ! t/op/pat.t
14574 ____________________________________________________________________________
14575 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
14576         Log: Make shared hash keys to be \0-terminated:
14577              one possible resolution for
14578              "UTF-8, weird \w behaviour after HASH-KEY-ification"
14579              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
14580              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
14581              The hash keys weren't \0-terminated.  This meant that the EOL ($)
14582              in regmatch() got the nextchr beyond the last character.  Since
14583              the keys were UTF-8, the nextchr was \1, not the usual
14584              string-terminating \0.  Wham, no match.
14585              
14586              I think another possible resolution could be to stop the nextchr
14587              computation in regmatch() from peeking beyond the last character
14588              of the string:
14589              
14590              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
14591      Branch: perl
14592            ! hv.c hv.h
14593 ____________________________________________________________________________
14594 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
14595         Log: Subject: [PATCH] Perl interface to newIO()
14596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14597              Date: Wed, 27 Feb 2002 20:15:27 -0800
14598              Message-ID: <f7af8gzkgaET092yn@efn.org>
14599      Branch: perl
14600            ! lib/Symbol.pm
14601 ____________________________________________________________________________
14602 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
14603         Log: The "list" part of
14604              
14605              Subject: [PATCH perlop] .. returns a *list* of *integers*
14606              From: Mike Guy <mjtg@cam.ac.uk>
14607              Date: Tue, 26 Feb 2002 18:30:22 +0000
14608              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
14609              
14610              plus few nits.
14611      Branch: perl
14612            ! pod/perlop.pod
14613 ____________________________________________________________________________
14614 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
14615         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
14616              From: Abe Timmerman <abe@ztreet.demon.nl>
14617              Date: Thu, 28 Feb 2002 00:04:06 +0100
14618              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
14619      Branch: perl
14620            ! lib/File/stat.t
14621 ____________________________________________________________________________
14622 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
14623         Log: Integrate from maintperl.
14624      Branch: maint-5.6/macperl
14625           !> doio.c op.c t/io/open.t t/pragma/strict-subs
14626 ____________________________________________________________________________
14627 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
14628         Log: Upgrade to Math::BigInt 1.53.
14629      Branch: perl
14630            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14631            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14632            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14633            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
14634            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
14635            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
14636 ____________________________________________________________________________
14637 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
14638         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
14639              From: "Craig A. Berry" <craigberry@mac.com>
14640              Date: Wed, 27 Feb 2002 15:36:38 -0600
14641              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
14642      Branch: perl
14643            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
14644            ! vms/ext/filespec.t
14645 ____________________________________________________________________________
14646 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
14647         Log: Subject: [PATCH] Some minor changes for Cygwin
14648              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
14649              Date: Wed, 27 Feb 2002 22:25:41 +0100
14650              Message-ID: <14296492589.20020227222541@familiehaase.de>
14651      Branch: perl
14652            ! Makefile.SH README.cygwin cygwin/perlld.in
14653 ____________________________________________________________________________
14654 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
14655         Log: Update the UTF-8 explanation table.
14656      Branch: perl
14657            ! pod/perlunicode.pod utf8.h
14658 ____________________________________________________________________________
14659 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
14660         Log: Repatch from Robin Barker: anon subs in C<package;> are
14661              now __ANON__::__ANON__ (should help for mod_perl package
14662              since #12251)
14663      Branch: perl
14664            ! gv.c op.c t/op/runlevel.t toke.c
14665 ____________________________________________________________________________
14666 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
14667         Log: Update Changes.
14668      Branch: perl
14669            ! Changes patchlevel.h
14670 ____________________________________________________________________________
14671 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
14672         Log: perldelta updates.
14673      Branch: perl
14674            ! pod/perldelta.pod
14675 ____________________________________________________________________________
14676 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
14677         Log: Signedness nit.
14678      Branch: perl
14679            ! regexec.c
14680 ____________________________________________________________________________
14681 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
14682         Log: Subject: Re: Smoke 14870
14683              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14684              Date: Wed, 27 Feb 2002 16:48:35 +0100
14685              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
14686              
14687              (with some additional garnish)
14688      Branch: perl
14689            ! README.hpux hints/hpux.sh
14690 ____________________________________________________________________________
14691 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
14692         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
14693              into perl.exp in AIX.
14694      Branch: perl
14695            ! makedef.pl perl.h
14696 ____________________________________________________________________________
14697 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
14698         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
14699              From: Robin Barker <rmb1@cise.npl.co.uk>
14700              Date: Wed, 27 Feb 2002 14:39:35 GMT
14701              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
14702      Branch: perl
14703            ! pod/perlrun.pod
14704 ____________________________________________________________________________
14705 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
14706         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
14707              From: Robin Barker <rmb1@cise.npl.co.uk>
14708              Date: Wed, 27 Feb 2002 12:25:30 GMT
14709              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
14710      Branch: perl
14711            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
14712            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
14713            ! pod/perlunicode.pod pod/perluniintro.pod
14714 ____________________________________________________________________________
14715 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
14716         Log: Only modify LD_LIBRARY_PATH in case there are directories.
14717      Branch: perl
14718            ! hints/dec_osf.sh
14719 ____________________________________________________________________________
14720 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
14721         Log: Subject: [PATCH] perl/hints/vos.sh
14722              From: Paul_GreenVOS@vos.stratus.com
14723              Date: Tue, 26 Feb 02 15:19 est
14724              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
14725      Branch: perl
14726            ! hints/vos.sh
14727 ____________________________________________________________________________
14728 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
14729         Log: Forgot from #14888.
14730      Branch: perl
14731            ! ext/Unicode/Normalize/mkheader
14732 ____________________________________________________________________________
14733 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
14734         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
14735      Branch: perl
14736            ! ext/Unicode/Normalize/Changes
14737            ! ext/Unicode/Normalize/Normalize.pm
14738            ! ext/Unicode/Normalize/Normalize.xs
14739            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
14740            ! ext/Unicode/Normalize/t/test.t
14741 ____________________________________________________________________________
14742 [ 14887] By: ams                                   on 2002/02/26  23:51:52
14743         Log: Subject: Missing diagnostics
14744              From: Simon Glover <scog@roe.ac.uk>
14745              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
14746              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
14747              
14748              Subject: [PATCH] Better wording for the lvalue vec diagnostic
14749              From: Simon Glover <scog@roe.ac.uk>
14750              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
14751              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
14752      Branch: perl
14753            ! doop.c pod/perldiag.pod t/op/vec.t
14754 ____________________________________________________________________________
14755 [ 14886] By: ams                                   on 2002/02/26  15:48:34
14756         Log: Subject: [PATCH] Not OK 5.7.2@14884
14757              From: andreas.koenig@anima.de (Andreas J. Koenig)
14758              Date: Tue, 26 Feb 2002 15:03:55 +0100
14759              Message-Id: <m38z9gfigk.fsf@anima.de>
14760      Branch: perl
14761            ! t/lib/access.t
14762 ____________________________________________________________________________
14763 [ 14885] By: nick                                  on 2002/02/26  13:48:55
14764         Log: Integrate mainline
14765      Branch: perlio
14766           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
14767           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
14768           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14769            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
14770           !> (integrate 102 files)
14771 ____________________________________________________________________________
14772 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
14773         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
14774              1.1999999999999996, or thereabouts (yes, even sprintf).
14775      Branch: perl
14776            ! t/base/num.t
14777 ____________________________________________________________________________
14778 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
14779         Log: Neither.
14780      Branch: perl
14781            ! pod/perldelta.pod
14782 ____________________________________________________________________________
14783 [ 14882] By: ams                                   on 2002/02/26  08:46:55
14784         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
14785              From: Michael G Schwern <schwern@pobox.com>
14786              Date: Tue, 26 Feb 2002 01:01:28 -0500
14787              Message-Id: <20020226060128.GA2439@blackrider>
14788      Branch: perl
14789            ! hv.c pod/perldiag.pod
14790 ____________________________________________________________________________
14791 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
14792         Log: Subject: [PATCH B::Concise] docs, typos
14793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14794              Date: Mon, 25 Feb 2002 16:41:16 +0100
14795              Message-ID: <20020225164116.A1054@rafael>
14796      Branch: perl
14797            ! ext/B/B/Concise.pm
14798 ____________________________________________________________________________
14799 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
14800         Log: POSIX: add isatty to @EXPORT_OK, reformat.
14801      Branch: perl
14802            ! ext/POSIX/POSIX.pm
14803 ____________________________________________________________________________
14804 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
14805         Log: If using -Dloclibpth=... the directories need to
14806              be appended to LD_LIBRARY_PATH (and ickily, if those
14807              directories contain a (newer?) libdb.so, we need to
14808              prepend    /usr/shlib to loclibpth).
14809      Branch: perl
14810            ! hints/dec_osf.sh
14811 ____________________________________________________________________________
14812 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
14813         Log: Subject: [PATCH] Perl interface to newIO()
14814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
14815              Date: Mon, 25 Feb 2002 15:04:57 -0800
14816              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
14817      Branch: perl
14818            ! lib/Symbol.pm lib/Symbol.t
14819 ____________________________________________________________________________
14820 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
14821         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
14822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
14823              Date: Mon, 25 Feb 2002 21:58:30 +0100
14824              Message-ID: <20020225215830.A744@rafael>
14825      Branch: perl
14826            ! pod/perlvar.pod
14827 ____________________________________________________________________________
14828 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
14829         Log: Big5 tweaks from Autrijus Tang.
14830      Branch: perl
14831            ! ext/Encode/Encode/big5.enc
14832 ____________________________________________________________________________
14833 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
14834         Log: Subject: [PATCH Glossary configpm] cleanups
14835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14836              Date: Mon, 25 Feb 2002 23:27:15 +0100
14837              Message-ID: <20020225232715.C744@rafael>
14838      Branch: perl
14839            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
14840 ____________________________________________________________________________
14841 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
14842         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
14843              From: Nicholas Clark <nick@unfortu.net>
14844              Date: Mon, 25 Feb 2002 21:53:24 +0000
14845              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
14846      Branch: perl
14847            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
14848            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14849            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
14850 ____________________________________________________________________________
14851 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
14852         Log: Upgrade to I18N::LangTags 0.27.
14853              (Causes one flipflop back to perl.com URL, must poke Sean.)
14854      Branch: perl
14855            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14856            ! lib/I18N/LangTags/List.pm
14857 ____________________________________________________________________________
14858 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
14859         Log: Upgrade to Getopt::Long 2.28.
14860      Branch: perl
14861            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14862            ! lib/Getopt/Long/README
14863 ____________________________________________________________________________
14864 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
14865         Log: No =head.
14866      Branch: perl
14867            ! pod/perlebcdic.pod
14868 ____________________________________________________________________________
14869 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
14870         Log: Update Changes.
14871      Branch: perl
14872            ! Changes patchlevel.h
14873 ____________________________________________________________________________
14874 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
14875         Log: metaconfig unit change for #14868.
14876      Branch: metaconfig
14877            ! U/modified/Chk_MANI.U
14878 ____________________________________________________________________________
14879 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
14880         Log: Some hosts understand split -l 50, some only split -50
14881              (from Paul Eggert).
14882      Branch: perl
14883            ! Configure
14884 ____________________________________________________________________________
14885 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
14886         Log: Subject: Re: [PATCH bleadperl] socketpair.t
14887              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14888              Date: Sun, 24 Feb 2002 10:31:25 +0100
14889              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
14890              
14891              (the pid half only)
14892      Branch: perl
14893            ! win32/win32.c
14894 ____________________________________________________________________________
14895 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
14896         Log: Mention the new pack tricks.
14897      Branch: perl
14898            ! pod/perldelta.pod
14899 ____________________________________________________________________________
14900 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
14901         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
14902              From: Richard.Foley@t-online.de (Richard Foley)
14903              Date: Mon, 25 Feb 2002 13:47:03 +0100
14904              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
14905      Branch: perl
14906            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
14907            ! pod/perldebug.pod pod/perldelta.pod
14908 ____________________________________________________________________________
14909 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
14910         Log: Typo corrections from John P. Linderman.
14911      Branch: perl
14912            ! ext/IPC/SysV/Semaphore.pm
14913 ____________________________________________________________________________
14914 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
14915         Log: Upgrade to Math::BigInt 1.52.
14916      Branch: perl
14917            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14918            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14919            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14920            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
14921            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
14922 ____________________________________________________________________________
14923 [ 14862] By: ams                                   on 2002/02/25  10:39:40
14924         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
14925              From: Robin Barker <rmb1@cise.npl.co.uk>
14926              Date: Mon, 25 Feb 2002 11:35:06 GMT
14927              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
14928              
14929              Subject: [PATCH Net/Cmd.pm]
14930              From: Robin Barker <rmb1@cise.npl.co.uk>
14931              Date: Mon, 25 Feb 2002 11:37:06 GMT
14932              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
14933      Branch: perl
14934            ! lib/Cwd.pm lib/Net/Cmd.pm
14935 ____________________________________________________________________________
14936 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
14937         Log: Cut-and-paste errors.
14938      Branch: perl
14939            ! t/op/pat.t
14940 ____________________________________________________________________________
14941 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
14942         Log: EBCDIC: the control characters are not that easy to find.
14943      Branch: perl
14944            ! t/op/pat.t
14945 ____________________________________________________________________________
14946 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
14947         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
14948              From: John Peacock <jpeacock@rowman.com>
14949              Date: Sun, 24 Feb 2002 22:08:28 -0500
14950              Message-ID: <3C79AAAC.6060903@rowman.com>
14951      Branch: perl
14952            ! sv.c
14953 ____________________________________________________________________________
14954 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
14955         Log: SvSetSV() is not returnable, but that's okay since
14956              sv_copypv() returns void.
14957      Branch: perl
14958            ! sv.c
14959 ____________________________________________________________________________
14960 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
14961         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
14962              From: John Peacock <jpeacock@rowman.com>                 
14963              Date: Sun, 24 Feb 2002 16:40:07 -0500
14964              Message-ID: <3C795DB7.40105@rowman.com>               
14965      Branch: perl
14966            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
14967            ! pp_hot.c proto.h sv.c
14968 ____________________________________________________________________________
14969 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
14970         Log: Tiny code cleanup.
14971      Branch: perl
14972            ! regexec.c
14973 ____________________________________________________________________________
14974 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
14975         Log: Use to_uni_fold().
14976      Branch: perl
14977            ! regcomp.c
14978 ____________________________________________________________________________
14979 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
14980         Log: Document the new taint behaviour of exec LIST and
14981              system LIST.
14982      Branch: perl
14983            ! pod/perldelta.pod
14984 ____________________________________________________________________________
14985 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
14986         Log: Subject: [PATCH] Re: taint news
14987              From: Rick Delaney <rick.delaney@rogers.com>             
14988              Date: 24 Feb 2002 11:35:00 -0500
14989              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
14990      Branch: perl
14991            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
14992 ____________________________________________________________________________
14993 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
14994         Log: EBCDIC tweak (native instead of uni) and comment update.
14995      Branch: perl
14996            ! regexec.c
14997 ____________________________________________________________________________
14998 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
14999         Log: Using uninitialized (and wrong) variables is not good.
15000      Branch: perl
15001            ! regcomp.c
15002 ____________________________________________________________________________
15003 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
15004         Log: EBCDIC: this seems to calm the last of the
15005              Malformed UTF-8 warnings.
15006      Branch: perl
15007            ! regcomp.c utf8.c
15008 ____________________________________________________________________________
15009 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
15010         Log: EBCDIC: document using Encode for character conversions.
15011      Branch: perl
15012            ! pod/perlebcdic.pod
15013 ____________________________________________________________________________
15014 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
15015         Log: EBCDIC: disable also Unicode::Collate and
15016              Unicode::Normalize for now.  Real users of
15017              EBCDIC have to decide what they want.
15018      Branch: perl
15019            ! ext/Unicode/Normalize/Normalize.pm
15020            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15021            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
15022            ! lib/Unicode/Collate/t/test.t
15023 ____________________________________________________________________________
15024 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
15025         Log: AUTHORS updates.
15026      Branch: perl
15027            ! AUTHORS
15028 ____________________________________________________________________________
15029 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
15030         Log: Retract #14571: there may be a better solution than
15031              tweaking the test.
15032      Branch: perl
15033            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15034 ____________________________________________________________________________
15035 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
15036         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
15037              From: "Craig A. Berry" <craigberry@mac.com> 
15038              Date: Sat, 23 Feb 2002 14:14:35 -0600
15039              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
15040      Branch: perl
15041            ! configure.com
15042 ____________________________________________________________________________
15043 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
15044         Log: metaconfig unit change for #14843.
15045      Branch: metaconfig/U/perl
15046            ! Extensions.U
15047 ____________________________________________________________________________
15048 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
15049         Log: Also Encode/JP needs to be listed explicitly.
15050              (Any other sub-Encode extensions?)
15051      Branch: perl
15052            ! Configure
15053 ____________________________________________________________________________
15054 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
15055         Log: Document known UNICOS/mk deficiency.
15056      Branch: perl
15057            ! pod/perldelta.pod
15058 ____________________________________________________________________________
15059 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
15060         Log: Subject: [PATCH] README mention version 5.0
15061              From: Autrijus Tang <autrijus@autrijus.org>
15062              Date: Sat, 23 Feb 2002 09:35:22 +0800
15063              Message-ID: <20020223013522.GA8694@not.autrijus.org>
15064      Branch: perl
15065            ! README
15066 ____________________________________________________________________________
15067 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
15068         Log: metaconfig unit change for #14839.
15069      Branch: metaconfig
15070            ! U/modified/Signal.U
15071 ____________________________________________________________________________
15072 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
15073         Log: Old hosts like NeXT Classic don't have sort -k,
15074              from Paul Eggert.
15075      Branch: perl
15076            ! Configure
15077 ____________________________________________________________________________
15078 [ 14838] By: ams                                   on 2002/02/22  21:14:29
15079         Log: Minor clarifications as suggested by Anton Tagunov.
15080      Branch: perl
15081            ! pod/perlsyn.pod
15082 ____________________________________________________________________________
15083 [ 14837] By: ams                                   on 2002/02/22  21:07:02
15084         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
15085              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15086              Date: Fri, 22 Feb 2002 23:01:07 +0100
15087              Message-Id: <20020222230107.A15069@rafael>
15088      Branch: perl
15089            ! sv.c t/op/gv.t
15090 ____________________________________________________________________________
15091 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
15092         Log: metaconfig unit change for #14835.
15093      Branch: metaconfig
15094            ! U/modified/Chk_MANI.U
15095 ____________________________________________________________________________
15096 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
15097         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
15098      Branch: perl
15099            ! Configure
15100 ____________________________________________________________________________
15101 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
15102         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
15103              From: Michael G Schwern <schwern@pobox.com>
15104              Date: Fri, 22 Feb 2002 12:10:28 -0500
15105              Message-ID: <20020222171027.GB4181@blackrider>
15106      Branch: perl
15107            ! ext/Encode/compile
15108 ____________________________________________________________________________
15109 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
15110         Log: Update Changes.
15111      Branch: perl
15112            ! Changes patchlevel.h
15113 ____________________________________________________________________________
15114 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
15115         Log: Implement IV/UV/NV/long double pack/unpack with
15116              template letters j/J/F/D (the latter two have been
15117              undocumented aliases of f/d).
15118      Branch: perl
15119            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
15120 ____________________________________________________________________________
15121 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
15122         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
15123              From: Nicholas Clark <nick@unfortu.net>
15124              Date: Fri, 22 Feb 2002 14:01:25 +0000
15125              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
15126      Branch: perl
15127            ! ext/Encode/compile
15128 ____________________________________________________________________________
15129 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
15130         Log: NetWare change from Ananth Kesari.
15131      Branch: perl
15132            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
15133            ! MANIFEST
15134 ____________________________________________________________________________
15135 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
15136         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
15137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15138              Date: Fri, 22 Feb 2002 03:55:13 -0500
15139              Message-ID: <20020222035513.A894@math.ohio-state.edu>
15140      Branch: perl
15141            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
15142 ____________________________________________________________________________
15143 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
15144         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
15145      Branch: perl
15146            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
15147 ____________________________________________________________________________
15148 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
15149         Log: Make measure_struct a file static.
15150      Branch: perl
15151            ! pp_pack.c
15152 ____________________________________________________________________________
15153 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
15154         Log: EBCDIC: someone who knows what they are doing
15155              and whether it is possible at all in the first
15156              place needs to figure these tests out on EBCDIC.
15157              The CJK encodings heavily abuse their knowledge
15158              of ASCII and that may require a translation layer
15159              or four to survive UTF-EBCDIC.
15160      Branch: perl
15161            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
15162 ____________________________________________________________________________
15163 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
15164         Log: croak() needs context.
15165      Branch: perl
15166            ! pp_pack.c
15167 ____________________________________________________________________________
15168 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
15169         Log: Subject: [PATCH @14577] pack with a human face: the sequel
15170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15171              Date: Thu, 21 Feb 2002 21:33:37 -0500
15172              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
15173      Branch: perl
15174            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
15175            ! proto.h t/op/pack.t
15176 ____________________________________________________________________________
15177 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
15178         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
15179              From: Nicholas Clark <nick@unfortu.net> 
15180              Date: Fri, 22 Feb 2002 00:49:44 +0000
15181              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
15182      Branch: perl
15183            ! ext/Encode/compile
15184 ____________________________________________________________________________
15185 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
15186         Log: Test for #14795.
15187      Branch: perl
15188            ! t/op/pat.t
15189 ____________________________________________________________________________
15190 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
15191         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
15192      Branch: perl
15193            ! t/op/pat.t
15194 ____________________________________________________________________________
15195 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
15196         Log: Subject: [PATCH] next batch of bugfixes
15197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15198              Date: Thu, 21 Feb 2002 23:54:41 +0100
15199              Message-ID: <20020221235441.A17260@rafael>
15200      Branch: perl
15201            ! ext/B/B/Deparse.pm
15202 ____________________________________________________________________________
15203 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
15204         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
15205              From: chromatic <chromatic@rmci.net>
15206              Date: Thu, 21 Feb 2002 14:17:35 -0700
15207              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
15208      Branch: perl
15209            ! lib/File/stat.pm lib/File/stat.t
15210 ____________________________________________________________________________
15211 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
15212         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
15213      Branch: perl
15214            ! ext/re/re.xs
15215 ____________________________________________________________________________
15216 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
15217         Log: Upgrade to Math::BigInt 1.51.
15218      Branch: perl
15219            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
15220            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
15221            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
15222            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15223            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
15224            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
15225            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
15226            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
15227            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
15228            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
15229            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
15230            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
15231 ____________________________________________________________________________
15232 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
15233         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
15234              From: "Gerrit P. Haase" <gp@familiehaase.de>
15235              Date: Thu, 21 Feb 2002 21:20:25 +0100
15236              Message-ID: <69510538936.20020221212025@familiehaase.de>
15237      Branch: perl
15238            ! Makefile.SH
15239 ____________________________________________________________________________
15240 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
15241         Log: Subject: [PATCH @14577] grouping in pack/unpack
15242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15243              Date: Thu, 21 Feb 2002 06:06:14 -0500
15244              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
15245      Branch: perl
15246            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
15247            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
15248 ____________________________________________________________________________
15249 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
15250         Log: Subject: [PATCH propose] question about fs.t
15251              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15252              Date: Thu, 21 Feb 2002 15:10:21 +0100
15253              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
15254      Branch: perl
15255            ! t/io/fs.t
15256 ____________________________________________________________________________
15257 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
15258         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
15259              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
15260              Date: Thu, 21 Feb 2002 09:54:28 +0100
15261              Message-ID: <13576559576.20020221095428@familiehaase.de>     
15262      Branch: perl
15263            ! Makefile.SH
15264 ____________________________________________________________________________
15265 [ 14812] By: ams                                   on 2002/02/21  14:59:09
15266         Log: Subject: typo correction
15267              From: mjd@plover.com
15268              Date: 21 Feb 2002 15:43:49 -0000
15269              Message-Id: <20020221154349.22772.qmail@plover.com>
15270      Branch: perl
15271            ! pod/perldebug.pod
15272 ____________________________________________________________________________
15273 [ 14811] By: ams                                   on 2002/02/21  14:02:12
15274         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
15275              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15276              Date: Thu, 21 Feb 2002 15:22:22 +0100
15277              Message-Id: <20020221152222.A15095@rafael>
15278      Branch: perl
15279            ! op.h toke.c
15280 ____________________________________________________________________________
15281 [ 14810] By: ams                                   on 2002/02/21  12:45:28
15282         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
15283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15284              Date: Thu, 21 Feb 2002 06:02:48 -0500
15285              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
15286      Branch: perl
15287            ! lib/ExtUtils/Mksymlists.pm makedef.pl
15288 ____________________________________________________________________________
15289 [ 14809] By: nick                                  on 2002/02/21  09:31:08
15290         Log: Integrate mainline
15291      Branch: perlio
15292           +> lib/Pod/t/Select.t
15293           !> (integrate 37 files)
15294 ____________________________________________________________________________
15295 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
15296         Log: metaconfig unit change for #14807.
15297      Branch: metaconfig
15298            ! U/modified/Signal.U
15299 ____________________________________________________________________________
15300 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
15301         Log: Revert #14805, didn't quite work.
15302      Branch: perl
15303            ! Configure config_h.SH
15304 ____________________________________________________________________________
15305 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
15306         Log: metaconfig changes for #14805.
15307      Branch: metaconfig
15308            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
15309 ____________________________________________________________________________
15310 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
15311         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
15312              From: Paul Eggert <eggert@twinsun.com>
15313              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
15314              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
15315      Branch: perl
15316            ! Configure config_h.SH
15317 ____________________________________________________________________________
15318 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
15319         Log: More advice.
15320      Branch: perl
15321            ! README.os390
15322 ____________________________________________________________________________
15323 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
15324         Log: Missing MANIFESTation.
15325      Branch: perl
15326            ! MANIFEST
15327 ____________________________________________________________________________
15328 [ 14802] By: ams                                   on 2002/02/20  22:55:25
15329         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
15330              From: Autrijus Tang <autrijus@autrijus.org>
15331              Date: Thu, 21 Feb 2002 07:13:12 +0800
15332              Message-Id: <20020220231312.GA775@not.autrijus.org>
15333      Branch: perl
15334            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
15335 ____________________________________________________________________________
15336 [ 14801] By: ams                                   on 2002/02/20  22:27:20
15337         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
15338              From: Abe Timmerman <abe@ztreet.demon.nl>
15339              Date: Thu, 21 Feb 2002 00:20:40 +0100
15340              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
15341      Branch: perl
15342            + lib/Pod/t/Select.t
15343 ____________________________________________________________________________
15344 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
15345         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
15346              twice, causing the loop to skip every other character.
15347      Branch: perl
15348            ! utf8.c
15349 ____________________________________________________________________________
15350 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
15351         Log: Better debugging info.
15352      Branch: perl
15353            ! t/uni/case.pl
15354 ____________________________________________________________________________
15355 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
15356         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
15357              From: Nicholas Clark <nick@unfortu.net>
15358              Date: Wed, 20 Feb 2002 22:13:05 +0000
15359              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
15360      Branch: perl
15361            ! ext/Encode/compile
15362 ____________________________________________________________________________
15363 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
15364         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
15365              From: Paul Eggert <eggert@twinsun.com>
15366              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
15367              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
15368      Branch: perl
15369            ! pod/perlhack.pod
15370 ____________________________________________________________________________
15371 [ 14796] By: nick                                  on 2002/02/20  18:15:00
15372         Log: Integrate mainline
15373      Branch: perlio
15374           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15375           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
15376           +> lib/Locale/Country.pod lib/Locale/Currency.pod
15377           +> lib/Locale/Language.pod lib/Locale/Script.pm
15378           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
15379           +> t/uni/title.t t/uni/upper.t
15380           !> (integrate 41 files)
15381 ____________________________________________________________________________
15382 [ 14795] By: ams                                   on 2002/02/20  17:08:38
15383         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
15384              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15385              Date: Wed, 20 Feb 2002 18:06:59 +0000
15386              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
15387      Branch: perl
15388            ! pp_ctl.c
15389 ____________________________________________________________________________
15390 [ 14794] By: ams                                   on 2002/02/20  16:41:56
15391         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
15392              From: Paul_GreenVOS@vos.stratus.com
15393              Date: Wed, 20 Feb 02 12:21 est
15394              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
15395      Branch: perl
15396            ! Makefile.SH
15397 ____________________________________________________________________________
15398 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
15399         Log: Forgot from #14790.
15400      Branch: perl
15401            ! pp_pack.c
15402 ____________________________________________________________________________
15403 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
15404         Log: Update Changes.
15405      Branch: perl
15406            ! Changes patchlevel.h
15407 ____________________________________________________________________________
15408 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
15409         Log: Integrate change #14778 from maintperl.
15410      Branch: perl
15411            ! t/lib/strict/subs
15412           !> op.c
15413 ____________________________________________________________________________
15414 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
15415         Log: Subject: Re: [ID 20020220.001] pack w with objects
15416              From: Ulrich Pfeifer <upf@de.uu.net>
15417              Date: 20 Feb 2002 11:21:15 +0100
15418              Message-ID: <p5g03wcv38.fsf@de.uu.net>
15419      Branch: perl
15420            ! t/op/pack.t
15421 ____________________________________________________________________________
15422 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
15423         Log: Subject: Re: [PATCH] go faster for Encode's compile
15424              From: Nicholas Clark <nick@unfortu.net> 
15425              Date: Tue, 19 Feb 2002 23:38:36 +0000
15426              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
15427      Branch: perl
15428            ! ext/Encode/compile
15429 ____________________________________________________________________________
15430 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
15431         Log: Regen Glossary.
15432      Branch: perl
15433            ! Porting/Glossary Porting/config.sh Porting/config_H
15434 ____________________________________________________________________________
15435 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
15436         Log: metaconfig unit change for #14786 (not visible yet,
15437              since Glossary needs regenerating)
15438      Branch: metaconfig
15439            ! U/compline/d_gconvert.U
15440 ____________________________________________________________________________
15441 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
15442         Log: Subject: d_Gconvert hints and Glossary
15443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15444              Date: Tue, 19 Feb 2002 11:55:36 -0800
15445              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
15446      Branch: perl
15447            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
15448            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
15449            ! hints/svr5.sh
15450 ____________________________________________________________________________
15451 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
15452         Log: metaconfig unit changes for #14784.
15453      Branch: metaconfig
15454            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
15455 ____________________________________________________________________________
15456 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
15457         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
15458              From: Paul Eggert <eggert@twinsun.com>              
15459              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
15460              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
15461      Branch: perl
15462            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
15463            ! pod/perlhack.pod
15464 ____________________________________________________________________________
15465 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
15466         Log: metaconfig unit change for #14782.
15467      Branch: metaconfig/U/perl
15468            ! Mksymlinks.U
15469 ____________________________________________________________________________
15470 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
15471         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
15472              From: "Gerrit P. Haase" <gp@familiehaase.de>
15473              Date: Wed, 20 Feb 2002 00:23:29 +0100
15474              Message-ID: <70348722516.20020220002329@familiehaase.de>
15475      Branch: perl
15476            ! Configure
15477 ____________________________________________________________________________
15478 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
15479         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
15480              From: Nicholas Clark <nick@unfortu.net> 
15481              Date: Tue, 19 Feb 2002 19:27:42 +0000
15482              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
15483              
15484              (with modifications)
15485      Branch: perl
15486            ! pod/perlsub.pod
15487 ____________________________________________________________________________
15488 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
15489         Log: NetWare tweak from Ananth Kesari.
15490      Branch: perl
15491            ! lib/ExtUtils/MakeMaker.pm
15492 ____________________________________________________________________________
15493 [ 14779] By: ams                                   on 2002/02/20  06:51:55
15494         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
15495      Branch: perl
15496            ! pod/perlfaq4.pod
15497 ____________________________________________________________________________
15498 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
15499         Log: constant folding on the range operator had the effect of disabling
15500              peephole optimizations in all the siblings of the range OP; the
15501              effect of this was that barewords could escape strictures when
15502              they were hiding in such places
15503      Branch: maint-5.6/perl
15504            ! op.c t/pragma/strict-subs
15505 ____________________________________________________________________________
15506 [ 14777] By: ams                                   on 2002/02/20  00:56:21
15507         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
15508              From: Graham Barr <gbarr@pobox.com>
15509              Date: Tue, 19 Feb 2002 23:08:47 +0000
15510              Message-Id: <20020219230847.G66560@pobox.com>
15511      Branch: perl
15512            ! lib/Time/Local.pm
15513 ____________________________________________________________________________
15514 [ 14776] By: ams                                   on 2002/02/19  17:20:28
15515         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
15516              From: Nicholas Clark <nick@unfortu.net>
15517              Date: Tue, 19 Feb 2002 16:23:22 +0000
15518              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
15519      Branch: perl
15520            ! lib/Tie/Hash.pm
15521 ____________________________________________________________________________
15522 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
15523         Log: Regen doc, regen toc.
15524      Branch: perl
15525            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
15526 ____________________________________________________________________________
15527 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
15528         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
15529              From: Dave Mitchell <davem@fdgroup.co.uk>
15530              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
15531              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
15532      Branch: perl
15533            ! pod/perlsub.pod
15534 ____________________________________________________________________________
15535 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
15536         Log: Detypo.
15537      Branch: perl
15538            ! lib/Tie/Memoize.pm
15539 ____________________________________________________________________________
15540 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
15541         Log: UTF-8 C API doc tweaks.
15542      Branch: perl
15543            ! pod/perlunicode.pod
15544 ____________________________________________________________________________
15545 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
15546         Log: Mention that the case-switchers know about Unicode, too.
15547      Branch: perl
15548            ! pod/perlop.pod
15549 ____________________________________________________________________________
15550 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
15551         Log: Upgrade to Locale::Codes 2.01.
15552      Branch: perl
15553            + lib/Locale/Constants.pod lib/Locale/Country.pod
15554            + lib/Locale/Currency.pod lib/Locale/Language.pod
15555            + lib/Locale/Script.pod
15556            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15557            ! lib/Locale/Constants.pm lib/Locale/Country.pm
15558            ! lib/Locale/Currency.pm lib/Locale/Language.pm
15559            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
15560 ____________________________________________________________________________
15561 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
15562         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
15563              From: Dave Mitchell <davem@fdgroup.co.uk>
15564              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
15565              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
15566      Branch: perl
15567            ! pod/perlsub.pod
15568 ____________________________________________________________________________
15569 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
15570         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
15571              From: Sam Tregar <sam@tregar.com> 
15572              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
15573              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
15574      Branch: perl
15575            ! sv.h
15576 ____________________________________________________________________________
15577 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
15578         Log: The test requires perlio.
15579      Branch: perl
15580            ! ext/Encode/t/JP.t
15581 ____________________________________________________________________________
15582 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
15583         Log: Misplaced block end.
15584      Branch: perl
15585            ! utf8.c
15586 ____________________________________________________________________________
15587 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
15588         Log: The POSIX extensions are deadly.
15589      Branch: perl
15590            ! regcomp.c
15591 ____________________________________________________________________________
15592 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
15593         Log: Let's not overdo the growth.
15594      Branch: perl
15595            ! pp.c
15596 ____________________________________________________________________________
15597 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
15598         Log: Third time makes the charm.
15599      Branch: perl
15600            ! README.os390
15601 ____________________________________________________________________________
15602 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
15603         Log: Oops.
15604      Branch: perl
15605            ! utf8.c
15606 ____________________________________________________________________________
15607 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
15608         Log: Add back the new casing tests.
15609      Branch: perl
15610            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
15611            ! MANIFEST
15612 ____________________________________________________________________________
15613 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
15614         Log: Prefer special case mappings.
15615      Branch: perl
15616            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
15617            ! lib/unicore/To/Upper.pl lib/unicore/mktables
15618 ____________________________________________________________________________
15619 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
15620         Log: Try special casing first.
15621      Branch: perl
15622            ! utf8.c
15623 ____________________________________________________________________________
15624 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
15625         Log: Not extending enough.
15626      Branch: perl
15627            ! pp.c utf8.h
15628 ____________________________________________________________________________
15629 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
15630         Log: No need to store identity mappings.
15631      Branch: perl
15632            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
15633            ! lib/unicore/mktables
15634 ____________________________________________________________________________
15635 [ 14756] By: ams                                   on 2002/02/18  20:21:17
15636         Log: Forward port #14704 from maint-5.6.
15637      Branch: perl
15638            ! doio.c
15639 ____________________________________________________________________________
15640 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
15641         Log: Regen Changes.
15642      Branch: perl
15643            ! Changes
15644 ____________________________________________________________________________
15645 [ 14754] By: ams                                   on 2002/02/18  19:01:09
15646         Log: Subject: [PATCH] VMS cando_by_name and current process privs
15647              From: "Craig A. Berry" <craigberry@mac.com>
15648              Date: Mon, 18 Feb 2002 14:03:30 -0600
15649              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
15650      Branch: perl
15651            ! vms/vms.c
15652 ____________________________________________________________________________
15653 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
15654         Log: Update Changes.
15655      Branch: perl
15656            ! Changes patchlevel.h
15657 ____________________________________________________________________________
15658 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
15659         Log: What do you know; these tests unearthed nasty problems.
15660              Will resolve those first.
15661      Branch: perl
15662            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
15663            ! MANIFEST
15664 ____________________________________________________________________________
15665 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
15666         Log: Update Changes.
15667      Branch: perl
15668            ! Changes patchlevel.h
15669 ____________________________________________________________________________
15670 [ 14750] By: ams                                   on 2002/02/18  17:36:05
15671         Log: Subject: Re: IO::Poll: Removing Handles
15672              From: Matthew Sachs <matthewg@zevils.com>
15673              Date: Mon, 18 Feb 2002 13:19:01 -0500
15674              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
15675      Branch: perl
15676            ! ext/IO/lib/IO/t/io_poll.t
15677 ____________________________________________________________________________
15678 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
15679         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
15680              From: "Craig A. Berry" <craigberry@mac.com>
15681              Date: Mon, 18 Feb 2002 11:52:21 -0600
15682              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
15683      Branch: perl
15684            ! t/op/alarm.t t/op/glob.t
15685 ____________________________________________________________________________
15686 [ 14748] By: ams                                   on 2002/02/18  15:53:36
15687         Log: s/load_module/Perl_load_module/
15688      Branch: perl
15689            ! gv.c
15690 ____________________________________________________________________________
15691 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
15692         Log: Unused in ASCII, used in EBCDIC.
15693      Branch: perl
15694            ! utf8.c
15695 ____________________________________________________________________________
15696 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
15697         Log: Upgrade to Locale::Codes 2.00.
15698      Branch: perl
15699            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15700            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
15701            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
15702            ! lib/Locale/Constants.pm lib/Locale/Country.pm
15703            ! lib/Locale/Currency.pm lib/Locale/Language.pm
15704 ____________________________________________________________________________
15705 [ 14745] By: ams                                   on 2002/02/18  15:20:44
15706         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
15707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15708              Date: Sat, 16 Feb 2002 00:06:01 +0100
15709              Message-Id: <20020216000601.A17249@rafael>
15710      Branch: perl
15711            ! gv.c
15712 ____________________________________________________________________________
15713 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
15714         Log: More Unicode casing checks.
15715      Branch: perl
15716            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
15717            ! MANIFEST
15718 ____________________________________________________________________________
15719 [ 14743] By: ams                                   on 2002/02/18  14:35:38
15720         Log: Subject: IO::Poll: Removing Handles
15721              From: Matthew Sachs <matthewg@zevils.com>
15722              Date: Sun, 17 Feb 2002 04:49:46 -0500
15723              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
15724      Branch: perl
15725            ! ext/IO/lib/IO/Poll.pm
15726 ____________________________________________________________________________
15727 [ 14741] By: ams                                   on 2002/02/18  13:59:48
15728         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
15729              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15730              Date: Mon, 18 Feb 2002 15:41:26 +0100
15731              Message-Id: <20020218154126.A692@rafael>
15732      Branch: perl
15733            ! pp_ctl.c t/op/do.t
15734 ____________________________________________________________________________
15735 [ 14740] By: nick                                  on 2002/02/18  09:09:23
15736         Log: Integrate mainline
15737      Branch: perlio
15738           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15739           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
15740           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
15741           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15742           +> ext/Encode/lib/Encode/JP/Constants.pm
15743           +> ext/Encode/lib/Encode/JP/H2Z.pm
15744           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15745           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
15746           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
15747           +> os2/OS2/Process/t/os2_process.t
15748           +> os2/OS2/Process/t/os2_process_kid.t
15749           +> os2/OS2/Process/t/os2_process_text.t
15750            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15751            - ext/Encode/t/Japanese.t
15752           !> (integrate 47 files)
15753 ____________________________________________________________________________
15754 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
15755         Log: EBCDIC: now the worst seems to be over for
15756              the "Malformed" warnings.  Still a few of them,
15757              and plenty of test failures, but getting better.
15758      Branch: perl
15759            ! regcomp.c utf8.c
15760 ____________________________________________________________________________
15761 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
15762         Log: Upgrade to Net::Ping 2.12.
15763      Branch: perl
15764            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15765            ! lib/Net/Ping/t/110_icmp_inst.t
15766 ____________________________________________________________________________
15767 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
15768         Log: After much rewriting we are now pretty much
15769              back to where we started.
15770      Branch: perl
15771            ! utf8.c
15772 ____________________________________________________________________________
15773 [ 14736] By: ams                                   on 2002/02/18  01:23:00
15774         Log: Subject: [PATCH B::Deparse] two fixes
15775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15776              Date: Sun, 17 Feb 2002 23:58:59 +0100
15777              Message-Id: <20020217235859.A32513@rafael>
15778      Branch: perl
15779            ! ext/B/B/Deparse.pm
15780 ____________________________________________________________________________
15781 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
15782         Log: Buglet.
15783      Branch: perl
15784            ! ext/Encode/lib/Encode/JP/JIS.pm
15785 ____________________________________________________________________________
15786 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
15787         Log: Clearing up to_utf8_case() continues: this time use
15788              a single return, and EBCDICification for all paths.
15789      Branch: perl
15790            ! utf8.c
15791 ____________________________________________________________________________
15792 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
15793         Log: Small tweaks to get the test running (fix @INC and
15794              do not overwrite the table.utf8 and table.rnd).
15795      Branch: perl
15796            ! ext/Encode/t/JP.t
15797 ____________________________________________________________________________
15798 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
15799         Log: Tiny tweak.
15800      Branch: perl
15801            ! utf8.c
15802 ____________________________________________________________________________
15803 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
15804         Log: Redundant casts.
15805      Branch: perl
15806            ! utf8.c
15807 ____________________________________________________________________________
15808 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
15809         Log: More filename portability tips.
15810      Branch: perl
15811            ! pod/perlport.pod
15812 ____________________________________________________________________________
15813 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
15814         Log: FAQ sync.
15815      Branch: perl
15816            ! pod/perlfaq3.pod pod/perlfaq5.pod
15817 ____________________________________________________________________________
15818 [ 14728] By: ams                                   on 2002/02/17  16:15:09
15819         Log: Subject: podlators 1.21 released
15820              From: Russ Allbery <rra@stanford.edu>
15821              Date: Sat, 16 Feb 2002 21:42:56 -0800
15822              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
15823      Branch: perl
15824            ! lib/Pod/Text/Overstrike.pm
15825 ____________________________________________________________________________
15826 [ 14727] By: sky                                   on 2002/02/17  11:36:52
15827         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
15828              From: Autrijus Tang <autrijus@autrijus.org>
15829              Date: Sun, 17 Feb 2002 19:46:47 +0800
15830              Message-ID: <20020217194647.A1410@not.autrijus.org>
15831      Branch: perl
15832            ! pp_ctl.c t/op/tiehandle.t util.c
15833 ____________________________________________________________________________
15834 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
15835         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
15836              input in native code points, not Unicode.
15837      Branch: perl
15838            ! utf8.c
15839 ____________________________________________________________________________
15840 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
15841         Log: Regen Glossary.
15842      Branch: perl
15843            ! Porting/Glossary Porting/config.sh Porting/config_H
15844 ____________________________________________________________________________
15845 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
15846         Log: The #14715 and #14716 were okay: they just revealed
15847              a bug in the EXACTF matching.
15848      Branch: perl
15849            ! regexec.c utf8.c
15850 ____________________________________________________________________________
15851 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
15852         Log: Retreat, retreat! (retract #14715 and #14716)
15853      Branch: perl
15854            ! utf8.c
15855 ____________________________________________________________________________
15856 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
15857         Log: Encode 0.40, from Dan Kogai.
15858      Branch: perl
15859            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15860            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
15861            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
15862            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15863            + ext/Encode/lib/Encode/JP/Constants.pm
15864            + ext/Encode/lib/Encode/JP/H2Z.pm
15865            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15866            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
15867            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
15868            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
15869            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15870            - ext/Encode/t/Japanese.t
15871            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
15872            ! ext/Encode/t/Encode.t
15873 ____________________________________________________________________________
15874 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
15875         Log: metaconfig unit change for #14720.
15876      Branch: perl
15877            ! Configure
15878 ____________________________________________________________________________
15879 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
15880         Log: Regenerate Configure (small tweaks on Yitzchak's,
15881              main difference being that the preference variables are
15882              called gconvert_...).
15883      Branch: metaconfig
15884            ! U/compline/d_gconvert.U
15885 ____________________________________________________________________________
15886 [ 14719] By: ams                                   on 2002/02/16  14:11:01
15887         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
15888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15889              Date: Thu, 14 Feb 2002 22:27:33 -0800
15890              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
15891              (Applied by hand.)
15892      Branch: perl
15893            ! Configure
15894 ____________________________________________________________________________
15895 [ 14718] By: ams                                   on 2002/02/16  13:45:28
15896         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
15897              From: Philip Newton <Philip.Newton@gmx.net>
15898              Date: Sat, 16 Feb 2002 10:05:05 +0100
15899              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
15900              (Applied by hand.)
15901      Branch: perl
15902            ! pod/perlport.pod
15903 ____________________________________________________________________________
15904 [ 14717] By: ams                                   on 2002/02/16  04:30:23
15905         Log: Remove dubious test.
15906      Branch: perl
15907            ! t/io/open.t
15908 ____________________________________________________________________________
15909 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
15910         Log: Tiny tweak.
15911      Branch: perl
15912            ! utf8.c
15913 ____________________________________________________________________________
15914 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
15915         Log: Restructure to_utf8_case() for simpler execution paths.
15916      Branch: perl
15917            ! utf8.c
15918 ____________________________________________________________________________
15919 [ 14714] By: ams                                   on 2002/02/16  02:43:59
15920         Log: Absorb #14701 by Sarathy from maint-5.6.
15921      Branch: perl
15922            ! doio.c t/io/open.t
15923 ____________________________________________________________________________
15924 [ 14713] By: ams                                   on 2002/02/16  01:51:27
15925         Log: Subject: [PATCH] VOS patches for perl 5.8
15926              From: Paul_GreenVOS@vos.stratus.com
15927              Date: Fri, 15 Feb 02 17:41 est
15928              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
15929      Branch: perl
15930            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
15931            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15932            ! vos/install_perl.cm
15933 ____________________________________________________________________________
15934 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
15935         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
15936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15937              Date: Fri, 15 Feb 2002 23:05:44 +0100
15938              Message-ID: <20020215230544.A690@rafael>
15939      Branch: perl
15940            ! ext/B/B/Deparse.pm
15941 ____________________________________________________________________________
15942 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
15943         Log: Add $VERSION.
15944      Branch: perl
15945            ! lib/Tie/Memoize.pm
15946 ____________________________________________________________________________
15947 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
15948         Log: Update Changes.
15949      Branch: perl
15950            ! Changes patchlevel.h
15951 ____________________________________________________________________________
15952 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
15953         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
15954              From: Robin Barker <rmb1@cise.npl.co.uk>
15955              Date: Thu, 14 Feb 2002 19:07:40 GMT
15956              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
15957              
15958              (the hints part only)
15959      Branch: perl
15960            ! hints/solaris_2.sh
15961 ____________________________________________________________________________
15962 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
15963         Log: metaconfig unit changes for #14707.
15964      Branch: metaconfig
15965            ! U/modified/cc.U
15966      Branch: metaconfig/U/perl
15967            ! Checkcc.U
15968 ____________________________________________________________________________
15969 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
15970         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
15971              From: Robin Barker <rmb1@cise.npl.co.uk>
15972              Date: Fri, 15 Feb 2002 12:14:39 GMT
15973              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
15974              
15975              Split checking-for-gcc and checking-for-cc.
15976      Branch: perl
15977            ! Configure
15978 ____________________________________________________________________________
15979 [ 14706] By: ams                                   on 2002/02/15  13:57:15
15980         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15981              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
15982              Date: 15 Feb 2002 10:53:06 +0200
15983              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
15984      Branch: perl
15985            ! lib/Pod/Html.pm
15986 ____________________________________________________________________________
15987 [ 14705] By: ams                                   on 2002/02/15  08:42:55
15988         Log: Subject: [PATCH @14577] OS/2 tests and more
15989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15990              Date: Fri, 15 Feb 2002 03:56:24 -0500
15991              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
15992      Branch: perl
15993            + os2/OS2/Process/t/os2_process.t
15994            + os2/OS2/Process/t/os2_process_kid.t
15995            + os2/OS2/Process/t/os2_process_text.t
15996            ! MANIFEST configpm hints/os2.sh makedef.pl
15997            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
15998            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
15999            ! os2/os2ish.h
16000 ____________________________________________________________________________
16001 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
16002         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
16003              avoid wasteful PL_fdpid fiddling where that is not warranted;
16004              mostly whitespace fixes
16005              
16006              these were longstanding todo items from:
16007              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
16008      Branch: maint-5.6/perl
16009            ! doio.c
16010 ____________________________________________________________________________
16011 [ 14702] By: nick                                  on 2002/02/15  08:31:41
16012         Log: Integrate mainline
16013      Branch: perlio
16014           +> lib/if.pm lib/if.t
16015           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
16016           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
16017           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
16018           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
16019           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
16020           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
16021           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
16022           !> t/lib/warnings/pp_sys
16023 ____________________________________________________________________________
16024 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
16025         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
16026              (and also dies quickly on Windows); this bug crept in as
16027              change#610, a.k.a change#646
16028      Branch: maint-5.6/perl
16029            ! doio.c t/io/open.t
16030 ____________________________________________________________________________
16031 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
16032         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
16033              From: Ville "Skyttä" <ville.skytta@iki.fi>
16034              Date: Wed, 13 Feb 2002 22:29:39 +0200
16035              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
16036      Branch: perl
16037            ! lib/Pod/Html.pm
16038 ____________________________________________________________________________
16039 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
16040         Log: Document and test the C0 and C1.
16041      Branch: perl
16042            ! lib/charnames.pm lib/charnames.t
16043 ____________________________________________________________________________
16044 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
16045         Log: metaconfig unit change for #14697.
16046      Branch: metaconfig
16047            ! U/modified/Init.U
16048 ____________________________________________________________________________
16049 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
16050         Log: Also OS/2 seems to need exe set early.
16051      Branch: perl
16052            ! Configure
16053 ____________________________________________________________________________
16054 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
16055         Log: Document pack U0U.
16056      Branch: perl
16057            ! pod/perluniintro.pod
16058 ____________________________________________________________________________
16059 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
16060         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
16061              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16062              Date: Thu, 14 Feb 2002 23:58:00 +0100
16063              Message-ID: <20020214235800.A12901@rafael>
16064      Branch: perl
16065            ! pp_sys.c t/lib/warnings/pp_sys
16066 ____________________________________________________________________________
16067 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
16068         Log: Subject: [PATCH @13746] conditional pragmas
16069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16070              Date: Mon, 31 Dec 2001 18:18:09 -0500
16071              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
16072      Branch: perl
16073            + lib/if.pm lib/if.t
16074            ! MANIFEST
16075 ____________________________________________________________________________
16076 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
16077         Log: Deparse bug introduced by #14615: the fix is just a workaround,
16078              I suspect there to be another deeper bug, must distill simpler
16079              test case.
16080      Branch: perl
16081            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
16082 ____________________________________________________________________________
16083 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
16084         Log: Integrate perlio; 
16085              
16086              Make dependencies more precise (for nmake)
16087      Branch: perl
16088           !> ext/Encode/EUC_JP/Makefile.PL
16089 ____________________________________________________________________________
16090 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
16091         Log: Just a guess.
16092      Branch: perl
16093            ! lib/Tie/Handle.pm
16094 ____________________________________________________________________________
16095 [ 14690] By: nick                                  on 2002/02/14  16:30:56
16096         Log: Integrate mainline
16097      Branch: perlio
16098           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
16099           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
16100           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
16101           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
16102           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
16103           !> utf8.c
16104 ____________________________________________________________________________
16105 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
16106         Log: Upgrade to Net::Ping 2.11.
16107      Branch: perl
16108            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
16109            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
16110            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
16111            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
16112 ____________________________________________________________________________
16113 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
16114         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
16115              From: Robin Barker <rmb1@cise.npl.co.uk>
16116              Date: Wed, 13 Feb 2002 17:37:07 GMT
16117              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
16118              
16119              (updated version of the above)
16120      Branch: perl
16121            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
16122 ____________________________________________________________________________
16123 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
16124         Log: Excise inexact blather.
16125      Branch: perl
16126            ! utf8.c
16127 ____________________________________________________________________________
16128 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
16129         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
16130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16131              Date: Mon, 31 Dec 2001 20:28:46 -0500
16132              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
16133      Branch: perl
16134            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
16135            ! MANIFEST
16136 ____________________________________________________________________________
16137 [ 14685] By: nick                                  on 2002/02/14  14:20:20
16138         Log: Make dependencies more precise (for nmake)
16139      Branch: perlio
16140            ! ext/Encode/EUC_JP/Makefile.PL
16141 ____________________________________________________________________________
16142 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
16143         Log: Subject: [PATCH @13746] tied hashes
16144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
16145              Date: Mon, 31 Dec 2001 19:15:39 -0500
16146              Message-ID: <20011231191539.A46@math.ohio-state.edu>
16147      Branch: perl
16148            ! lib/Tie/Hash.pm pod/perltie.pod
16149 ____________________________________________________________________________
16150 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
16151         Log: Subject: Re: [PATCH] Configure followed by make minitest
16152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16153              Date: Sun, 10 Feb 2002 23:22:05 -0800
16154              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
16155      Branch: perl
16156            ! Makefile.SH
16157 ____________________________________________________________________________
16158 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
16159         Log: Subject: Re: perl@14647
16160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16161              Date: Mon, 11 Feb 2002 19:30:36 +0100
16162              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
16163      Branch: perl
16164            ! t/op/groups.t
16165 ____________________________________________________________________________
16166 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
16167         Log: Update Changes.
16168      Branch: perl
16169            ! Changes patchlevel.h
16170 ____________________________________________________________________________
16171 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
16172         Log: Integrate perlio;
16173              
16174              Do not lc() the file names before doing dirname() or they don't match.
16175      Branch: perl
16176           !> lib/ExtUtils/t/Installed.t
16177 ____________________________________________________________________________
16178 [ 14679] By: sky                                   on 2002/02/13  12:56:13
16179         Log: rename mutex to make a bit more sense
16180      Branch: perl
16181            ! ext/threads/threads.xs
16182 ____________________________________________________________________________
16183 [ 14678] By: sky                                   on 2002/02/13  12:46:11
16184         Log: Track active threads....
16185      Branch: perl
16186            ! ext/threads/threads.pm ext/threads/threads.xs
16187 ____________________________________________________________________________
16188 [ 14677] By: nick                                  on 2002/02/13  09:30:42
16189         Log: Do not lc() the file names before doing dirname() or they don't match.
16190      Branch: perlio
16191            ! lib/ExtUtils/t/Installed.t
16192 ____________________________________________________________________________
16193 [ 14676] By: sky                                   on 2002/02/13  09:03:37
16194         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
16195              From: Michael G Schwern <schwern@pobox.com>
16196              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
16197              Message-Id: <20020213100017.GA6288@blackrider>
16198      Branch: perl
16199            ! lib/File/Spec/t/rel2abs2rel.t
16200 ____________________________________________________________________________
16201 [ 14675] By: sky                                   on 2002/02/13  09:00:24
16202         Log: Do not propagate END blocks to child threads, test.
16203      Branch: perl
16204            + ext/threads/t/end.t
16205            ! MANIFEST ext/threads/threads.xs
16206 ____________________________________________________________________________
16207 [ 14674] By: nick                                  on 2002/02/13  08:34:55
16208         Log: Integrate mainline
16209      Branch: perlio
16210           +> ext/threads/t/join.t
16211           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
16212           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
16213           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
16214 ____________________________________________________________________________
16215 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
16216         Log: metaconfig unit change for #14672.
16217      Branch: metaconfig
16218            ! U/modified/lns.U
16219 ____________________________________________________________________________
16220 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
16221         Log: $ln is supposed to be already set to $ln + executable suffix
16222              on platforms that need it, from Paul Green.
16223      Branch: perl
16224            ! Configure
16225 ____________________________________________________________________________
16226 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
16227         Log: Subject: New command syntax for 'x' command
16228              From: Mark-Jason Dominus <mjd@plover.com>
16229              Date: Tue, 12 Feb 2002 20:54:01 -0500
16230              Message-ID: <20020213015401.25685.qmail@plover.com>
16231      Branch: perl
16232            ! lib/perl5db.pl pod/perldebug.pod
16233 ____________________________________________________________________________
16234 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
16235         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
16236              From: Mark-Jason Dominus <mjd@plover.com>
16237              Date: Tue, 12 Feb 2002 20:20:42 -0500
16238              Message-ID: <20020213012042.25245.qmail@plover.com>
16239      Branch: perl
16240            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16241 ____________________________________________________________________________
16242 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
16243         Log: Iteration continues.
16244      Branch: perl
16245            ! utf8.c
16246 ____________________________________________________________________________
16247 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
16248         Log: Duh.
16249      Branch: perl
16250            ! pp_pack.c t/op/length.t
16251 ____________________________________________________________________________
16252 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
16253         Log: Retract #14666.
16254      Branch: perl
16255            ! t/op/lc.t
16256 ____________________________________________________________________________
16257 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
16258         Log: (retracted by #14667)
16259      Branch: perl
16260            ! t/op/lc.t
16261 ____________________________________________________________________________
16262 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
16263         Log: Tiny test script tweaks.
16264      Branch: perl
16265            ! t/uni/fold.t
16266 ____________________________________________________________________________
16267 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
16268         Log: Rewrite the "special mapping" part of to_utf8_case(),
16269              this time with fewer bugs.  (See: The Law of Cybernetic
16270              Entymology.)
16271      Branch: perl
16272            ! utf8.c
16273 ____________________________________________________________________________
16274 [ 14663] By: sky                                   on 2002/02/12  18:26:16
16275         Log: Stop failures if you pass an object, sv_dup might not be the right 
16276              thing to use since I have a feeling we end up cloning far too much. 
16277              (Like the stash for example).... Maybe we need a lightweight sv_dup 
16278              that searches the target for things....
16279              Real fix is another option to perl_clone which controls if you should 
16280              save stashes.
16281      Branch: perl
16282            ! ext/threads/threads.xs
16283 ____________________________________________________________________________
16284 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
16285         Log: Retract #14661.
16286      Branch: perl
16287            ! hints/solaris_2.sh
16288 ____________________________________________________________________________
16289 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
16290         Log: (retracted by #14662)
16291      Branch: perl
16292            ! hints/solaris_2.sh
16293 ____________________________________________________________________________
16294 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
16295         Log: EBCDIC: another "can't happen".
16296      Branch: perl
16297            ! utf8.c
16298 ____________________________________________________________________________
16299 [ 14659] By: sky                                   on 2002/02/12  14:38:21
16300         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
16301      Branch: perl
16302            + ext/threads/t/join.t
16303            ! MANIFEST ext/threads/threads.xs
16304 ____________________________________________________________________________
16305 [ 14658] By: nick                                  on 2002/02/12  13:54:06
16306         Log: Integrate mainline
16307      Branch: perlio
16308           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
16309           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
16310           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
16311 ____________________________________________________________________________
16312 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
16313         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
16314              From: Jan Dubois <JanD@ActiveState.com> 
16315              Date: Tue, 12 Feb 2002 00:56:31 -0800
16316              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
16317      Branch: perl
16318            ! lib/Win32.pod win32/win32.c win32/win32.h
16319 ____________________________________________________________________________
16320 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
16321         Log: Subject: [PATCH] Re: 14654 introduced a bug 
16322              From: Michael G Schwern <schwern@pobox.com> 
16323              Date: Tue, 12 Feb 2002 05:37:36 -0500
16324              Message-ID: <20020212103736.GC14327@blackrider>
16325      Branch: perl
16326            ! lib/File/Spec/t/rel2abs2rel.t
16327 ____________________________________________________________________________
16328 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
16329         Log: More unset installman[13]dir tweaks from chromatic.
16330      Branch: perl
16331            ! lib/ExtUtils/Installed.pm
16332 ____________________________________________________________________________
16333 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
16334         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
16335              From: Michael G Schwern <schwern@pobox.com>
16336              Date: Mon, 11 Feb 2002 12:23:02 -0500
16337              Message-ID: <20020211172302.GD9556@blackrider>
16338      Branch: perl
16339            ! lib/File/Spec/t/rel2abs2rel.t
16340 ____________________________________________________________________________
16341 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
16342         Log: Use `` instead of -| to be a little bit more portable,
16343              from Michael Schwern.
16344      Branch: perl
16345            ! lib/ExtUtils/t/Embed.t
16346 ____________________________________________________________________________
16347 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
16348         Log: EBCDIC: this change for \N{} in particular is now
16349              unnecessary because of the recent more general
16350              pack U change.
16351      Branch: perl
16352            ! toke.c
16353 ____________________________________________________________________________
16354 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
16355         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
16356              From: "Craig A. Berry" <craigberry@mac.com>
16357              Date: Mon, 11 Feb 2002 17:13:47 -0600
16358              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
16359      Branch: perl
16360            ! t/test.pl
16361 ____________________________________________________________________________
16362 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
16363         Log: EBCDIC: pack U bytes change.
16364      Branch: perl
16365            ! t/op/length.t
16366 ____________________________________________________________________________
16367 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
16368         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
16369      Branch: perl
16370            ! t/op/each.t
16371 ____________________________________________________________________________
16372 [ 14648] By: nick                                  on 2002/02/11  16:14:50
16373         Log: Integrate mainline
16374      Branch: perlio
16375           !> Changes Configure Makefile.SH autodoc.pl
16376           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
16377           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
16378           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
16379 ____________________________________________________________________________
16380 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
16381         Log: Update Changes.
16382      Branch: perl
16383            ! Changes patchlevel.h
16384 ____________________________________________________________________________
16385 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
16386         Log: Regen toc.
16387      Branch: perl
16388            ! pod/perltoc.pod
16389 ____________________________________________________________________________
16390 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
16391         Log: Forgot from #14641.
16392      Branch: perl
16393            ! lib/ExtUtils/t/Embed.t
16394 ____________________________________________________________________________
16395 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
16396         Log: A forgotten metaconfig unit.
16397      Branch: metaconfig/U/perl
16398            + i_features.U
16399 ____________________________________________________________________________
16400 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
16401         Log: metaconfig unit changes for #14642.
16402      Branch: metaconfig
16403            + U/modified/lns.U
16404      Branch: metaconfig/U/perl
16405            ! issymlink.U
16406 ____________________________________________________________________________
16407 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
16408         Log: -Dmksymlinks was broken by #14628.
16409      Branch: perl
16410            ! Configure
16411 ____________________________________________________________________________
16412 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
16413         Log: Subject: [PATCH @14577] OS/2 build
16414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16415              Date: Mon, 11 Feb 2002 06:56:41 -0500
16416              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
16417              
16418              (sans the Configure, perlio.sym, and t/op/stat.t parts)
16419      Branch: perl
16420            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
16421            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
16422            ! os2/os2ish.h
16423 ____________________________________________________________________________
16424 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
16425         Log: Integrate perlio;
16426              
16427              Re-structure Japanese encodings - part 1
16428              
16429              Split Japanese encodings - part 2
16430              - build separate .c files with separate 'compile' steps
16431              - overall Japanese.xs / Japanese.pm which loads them
16432              
16433              Add test for Japanese encoding (well euc-jp anyway).
16434              Fix one bug shown by above
16435              Skip test which does not pass yet.
16436              
16437              Patch up the failing multi-byte write case, and un-skip
16438              the test.
16439      Branch: perl
16440           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
16441           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
16442            - ext/Encode/EUC_JP/EUC_JP.pm
16443           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16444 ____________________________________________________________________________
16445 [ 14639] By: nick                                  on 2002/02/11  11:59:18
16446         Log: Patch up the failing multi-byte write case, and un-skip
16447              the test.
16448      Branch: perlio
16449            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
16450 ____________________________________________________________________________
16451 [ 14638] By: nick                                  on 2002/02/11  10:55:39
16452         Log: Add test for Japanese encoding (well euc-jp anyway).
16453              Fix one bug shown by above
16454              Skip test which does not pass yet.
16455      Branch: perlio
16456            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
16457            + ext/Encode/t/table.ref
16458            ! MANIFEST ext/Encode/Encode.xs
16459 ____________________________________________________________________________
16460 [ 14637] By: nick                                  on 2002/02/11  09:07:04
16461         Log: Split Japanese encodings - part 2
16462              - build separate .c files with separate 'compile' steps
16463              - overall Japanese.xs / Japanese.pm which loads them
16464      Branch: perlio
16465            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
16466 ____________________________________________________________________________
16467 [ 14636] By: nick                                  on 2002/02/11  08:15:42
16468         Log: Re-structure Japanese encodings - part 1
16469      Branch: perlio
16470           +> ext/Encode/EUC_JP/Japanese.pm
16471            - ext/Encode/EUC_JP/EUC_JP.pm
16472            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
16473 ____________________________________________________________________________
16474 [ 14635] By: nick                                  on 2002/02/11  08:05:12
16475         Log: Integrate mainline
16476      Branch: perlio
16477           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
16478           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
16479           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
16480 ____________________________________________________________________________
16481 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
16482         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
16483              From: Mike Guy <mjtg@cam.ac.uk>
16484              Date: Mon, 11 Feb 2002 02:50:42 +0000
16485              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
16486      Branch: perl
16487            ! t/op/arith.t
16488 ____________________________________________________________________________
16489 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
16490         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
16491              Stepping backward in the string would be majorly bad.
16492      Branch: perl
16493            ! regcomp.c
16494 ____________________________________________________________________________
16495 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
16496         Log: The debugger part of
16497              
16498              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
16499              From: Michael G Schwern <schwern@pobox.com> 
16500              Date: Wed, 6 Feb 2002 17:32:12 -0500
16501              Message-ID: <20020206223212.GG1346@blackrider>
16502      Branch: perl
16503            ! lib/perl5db.pl
16504 ____________________________________________________________________________
16505 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
16506         Log: Integrate perlio;
16507              
16508              Borland/Win32 tuning
16509              
16510              Move PerlIO_perlio to layer_syms where it belongs?
16511      Branch: perl
16512           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
16513 ____________________________________________________________________________
16514 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
16515         Log: EBCDIC: the low 256 needs to be shuffled also
16516              in pack/unpack U (this breaks the equivalence
16517              of pack U and v-strings, but I think if someone
16518              has to give, v-strings are a good victim)
16519      Branch: perl
16520            ! pp_pack.c t/op/pack.t
16521 ____________________________________________________________________________
16522 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
16523         Log: metaconfig unit changes for #14628.
16524      Branch: metaconfig/U/perl
16525            ! d_u32align.U issymlink.U
16526 ____________________________________________________________________________
16527 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
16528         Log: Two Configure tweaks; the u32align test was trying
16529              to write into a string literal, the ln -s test was
16530              failing in VOS.
16531      Branch: perl
16532            ! Configure
16533 ____________________________________________________________________________
16534 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
16535         Log: DJGPP tweaks from Laszlo Molnar.
16536      Branch: perl
16537            ! djgpp/djgpp.c lib/File/Spec.pm
16538 ____________________________________________________________________________
16539 [ 14626] By: nick                                  on 2002/02/10  18:36:47
16540         Log: Move PerlIO_perlio to layer_syms where it belongs?
16541      Branch: perlio
16542            ! makedef.pl
16543 ____________________________________________________________________________
16544 [ 14625] By: nick                                  on 2002/02/10  18:02:21
16545         Log: Borland/Win32 tuning
16546      Branch: perlio
16547            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
16548 ____________________________________________________________________________
16549 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
16550         Log: Additional explanation for the [:...:] failure.
16551      Branch: perl
16552            ! pod/perldiag.pod
16553 ____________________________________________________________________________
16554 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
16555         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
16556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16557              Date: Sun, 10 Feb 2002 13:32:48 +0100
16558              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
16559      Branch: perl
16560            ! makedef.pl
16561 ____________________________________________________________________________
16562 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
16563         Log: Test tweaks from chromatic for cases where there
16564              are no installman1dir or installman3dir.
16565      Branch: perl
16566            ! lib/ExtUtils/t/Installed.t
16567 ____________________________________________________________________________
16568 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
16569         Log: Integrate perlio;
16570              
16571              Nick Clark's tweaks to Encode compile process
16572              1. Use decimal constants to unit string arrays rather than
16573              very long string litterals (latter having possible "\0"
16574              on end issues, and needing ANSI C line splicing).
16575              2. Replace tail-recursion during insert process with itteration.
16576              Nick C sees 12% speedup from these.
16577      Branch: perl
16578           !> ext/Encode/Encode.pm ext/Encode/compile
16579 ____________________________________________________________________________
16580 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
16581         Log: Portability notes: filename characters, character sets.
16582      Branch: perl
16583            ! pod/perlport.pod
16584 ____________________________________________________________________________
16585 [ 14619] By: nick                                  on 2002/02/10  11:06:05
16586         Log: Integrate mainline
16587      Branch: perlio
16588            ! ext/Encode/Encode.pm
16589           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
16590           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
16591           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
16592           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
16593           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
16594 ____________________________________________________________________________
16595 [ 14618] By: nick                                  on 2002/02/10  10:48:15
16596         Log: Nick Clark's tweaks to Encode compile process
16597              1. Use decimal constants to unit string arrays rather than
16598              very long string litterals (latter having possible "\0"
16599              on end issues, and needing ANSI C line splicing).
16600              2. Replace tail-recursion during insert process with itteration.
16601              Nick C sees 12% speedup from these.
16602      Branch: perlio
16603            ! ext/Encode/compile
16604 ____________________________________________________________________________
16605 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
16606         Log: Use the "Unicode 1.0" name field for control characters,
16607              as suggested by Mark Davis.  Note that Unicode 3.2 will
16608              require some more legwork on this because of certain
16609              alternative names.
16610      Branch: perl
16611            ! lib/unicore/Name.pl lib/unicore/mktables
16612 ____________________________________________________________________________
16613 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
16614         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
16615      Branch: perl
16616            ! hints/os390.sh
16617 ____________________________________________________________________________
16618 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
16619         Log: EBCDIC: the non-printable characters are different.
16620      Branch: perl
16621            ! ext/B/B/Deparse.pm
16622 ____________________________________________________________________________
16623 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
16624         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
16625              From: Nicholas Clark <nick@unfortu.net> 
16626              Date: Sat, 9 Feb 2002 22:31:29 +0000
16627              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
16628      Branch: perl
16629            ! t/lib/warnings/pp_hot
16630 ____________________________________________________________________________
16631 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
16632         Log: Subject: [PATCH] Re: Modulus operator inconsistency
16633              From: Nicholas Clark <nick@unfortu.net>
16634              Date: Sat, 9 Feb 2002 21:00:13 +0000
16635              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
16636      Branch: perl
16637            ! op.c t/op/arith.t
16638 ____________________________________________________________________________
16639 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
16640         Log: Use the same escaping mechanism for all the *flags.
16641      Branch: perl
16642            ! lib/ExtUtils/Embed.pm
16643 ____________________________________________________________________________
16644 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
16645         Log: Protect possible parentheses in ccflags, ccdlflags, and
16646              ldflags.  (In OS/390 there are parentheses in ccflags.)
16647      Branch: perl
16648            ! lib/ExtUtils/Embed.pm
16649 ____________________________________________________________________________
16650 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
16651         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
16652              From: Peter Scott <Peter@PSDT.com>
16653              Date: Fri, 08 Feb 2002 19:20:19 -0800
16654              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
16655      Branch: perl
16656            ! lib/perl5db.pl
16657 ____________________________________________________________________________
16658 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
16659         Log: FAQ sync.
16660      Branch: perl
16661            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
16662 ____________________________________________________________________________
16663 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
16664         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
16665              From: Chris Nandor <pudge@pobox.com>
16666              Date: Fri, 08 Feb 2002 16:31:41 -0500
16667              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
16668      Branch: perl
16669            ! cop.h deb.c pp_ctl.c toke.c util.c
16670 ____________________________________________________________________________
16671 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
16672         Log: Redo CopFILE / MacPerl_MPWFIleName patch
16673      Branch: maint-5.6/macperl
16674            ! cop.h deb.c pp_ctl.c toke.c util.c
16675 ____________________________________________________________________________
16676 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
16677         Log: The metaconfig unit change to go with #14605.
16678      Branch: metaconfig/U/perl
16679            ! libperl.U
16680 ____________________________________________________________________________
16681 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
16682         Log: The Configure change to go with #14604.
16683      Branch: perl
16684            ! Configure
16685 ____________________________________________________________________________
16686 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
16687         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
16688              From: Andy Dougherty <doughera@lafayette.edu>
16689              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
16690              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
16691      Branch: perl
16692            ! hints/bsdos.sh
16693 ____________________________________________________________________________
16694 [ 14603] By: nick                                  on 2002/02/08  18:16:09
16695         Log: Integrate mainline
16696      Branch: perlio
16697           +> ext/threads/t/libc.t
16698           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
16699           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
16700 ____________________________________________________________________________
16701 [ 14602] By: sky                                   on 2002/02/08  15:19:15
16702         Log: Start testing for safe localtime functions, TODO, test more functions.
16703      Branch: perl
16704            + ext/threads/t/libc.t
16705            ! MANIFEST
16706 ____________________________________________________________________________
16707 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
16708         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
16709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16710              Date: Fri, 8 Feb 2002 00:21:07 +0100
16711              Message-ID: <20020208002107.E763@rafael>
16712      Branch: perl
16713            ! doio.c pp_sys.c t/io/argv.t
16714 ____________________________________________________________________________
16715 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
16716         Log: Subject: [PATCH] Configure followed by make minitest
16717              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16718              Date: Wed, 06 Feb 2002 21:35:20 -0800
16719              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
16720      Branch: perl
16721            ! t/op/taint.t t/run/fresh_perl.t
16722 ____________________________________________________________________________
16723 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
16724         Log: Integrate perlio;
16725              
16726              Extract something from yesterdays effort - convert my mail on pad
16727              data structures (incoporating Sarathy's corrections/clarifications)
16728              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
16729      Branch: perl
16730           !> cv.h pod/perlapi.pod pod/perlintern.pod
16731 ____________________________________________________________________________
16732 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
16733         Log: metaconfig unit changes for #14597.
16734      Branch: metaconfig
16735            ! U/modified/Loc.U
16736      Branch: metaconfig/U/perl
16737            ! libperl.U
16738 ____________________________________________________________________________
16739 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
16740         Log: Configure DJGPP tweak from Laszlo Molnar.
16741      Branch: perl
16742            ! Configure
16743 ____________________________________________________________________________
16744 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
16745         Log: DJGPP tweaks from Laszlo Molnar.
16746      Branch: perl
16747            ! djgpp/djgppsed.sh perl.c
16748 ____________________________________________________________________________
16749 [ 14595] By: nick                                  on 2002/02/08  09:19:29
16750         Log: Extract something from yesterdays effort - convert my mail on pad
16751              data structures (incoporating Sarathy's corrections/clarifications)
16752              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
16753      Branch: perlio
16754            ! cv.h pod/perlapi.pod pod/perlintern.pod
16755 ____________________________________________________________________________
16756 [ 14594] By: nick                                  on 2002/02/08  08:34:49
16757         Log: Integrate mainline
16758      Branch: perlio
16759           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
16760           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
16761           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
16762           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16763           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
16764           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
16765 ____________________________________________________________________________
16766 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
16767         Log: To really skip the test an exit() is needed.
16768      Branch: perl
16769            ! lib/encoding.t
16770 ____________________________________________________________________________
16771 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
16772         Log: More diagnostics from Nicholas Clark.
16773      Branch: perl
16774            ! lib/Benchmark.t
16775 ____________________________________________________________________________
16776 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
16777         Log: In case of failure be more verbose.
16778      Branch: perl
16779            ! t/base/num.t
16780 ____________________________________________________________________________
16781 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
16782         Log: Update Changes
16783      Branch: maint-5.6/macperl
16784            ! macos/Changes
16785 ____________________________________________________________________________
16786 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
16787         Log: Merge AEGizmos library into PPC binary
16788      Branch: maint-5.6/macperl
16789            ! macos/Makefile.mk
16790 ____________________________________________________________________________
16791 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
16792         Log: Add -ansifor for MrCpp options
16793      Branch: maint-5.6/macperl
16794            ! macos/BuildRules.mk
16795 ____________________________________________________________________________
16796 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
16797         Log: Check ownership of CatInfos (MacPerl Bug #494482)
16798      Branch: maint-5.6/macperl
16799            ! macos/ext/Mac/Files/Files.xs
16800 ____________________________________________________________________________
16801 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
16802         Log: Resource updates
16803      Branch: maint-5.6/macperl
16804            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
16805 ____________________________________________________________________________
16806 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
16807         Log: Empty path is ENOENT (MacPerl Bug #512351)
16808      Branch: maint-5.6/macperl
16809            ! macos/macperl/MPAppleEvents.c
16810 ____________________________________________________________________________
16811 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
16812         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
16813      Branch: maint-5.6/macperl
16814            ! macos/macperl/MPAEVTStream.cp
16815 ____________________________________________________________________________
16816 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
16817         Log: macify(ABSTRACT_FROM)
16818      Branch: maint-5.6/macperl
16819            ! macos/lib/ExtUtils/MM_MacOS.pm
16820 ____________________________________________________________________________
16821 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
16822         Log: Use correct Mac filenames in error messages, caller()
16823      Branch: maint-5.6/macperl
16824            ! deb.c pp_ctl.c toke.c util.c
16825 ____________________________________________________________________________
16826 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
16827         Log: Sanity checks to see that the IV/NV and the PV of numeric
16828              scalars stay in sync (unearthed this via the OS/390 gcvt()
16829              brokenness)
16830      Branch: perl
16831            + t/base/num.t
16832            ! MANIFEST
16833 ____________________________________________________________________________
16834 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
16835         Log: Retract the anon leak subpatch of #14418 and #14431
16836              (the latter came into bleadperl as part of #14433).
16837      Branch: perl
16838            ! op.c t/run/fresh_perl.t
16839 ____________________________________________________________________________
16840 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
16841         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
16842              mangles 0.1 to "10".  sprintf() seems more well-behaved.
16843      Branch: perl
16844            ! hints/os390.sh
16845 ____________________________________________________________________________
16846 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
16847         Log: Subject: [PATCH @14557] another Encode fix for VMS
16848              From: "Craig A. Berry" <craigberry@mac.com>
16849              Date: Wed, 06 Feb 2002 14:44:20 -0600
16850              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
16851      Branch: perl
16852            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
16853 ____________________________________________________________________________
16854 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
16855         Log: Integrate perlio;
16856              
16857              One way to avoid OS390 winge about #line directives.
16858      Branch: perl
16859           !> ext/Encode/EUC_JP/Makefile.PL
16860 ____________________________________________________________________________
16861 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
16862         Log: Update Changes.
16863      Branch: perl
16864            ! Changes patchlevel.h
16865 ____________________________________________________________________________
16866 [ 14575] By: nick                                  on 2002/02/06  15:23:24
16867         Log: One way to avoid OS390 winge about #line directives.
16868      Branch: perlio
16869            ! ext/Encode/EUC_JP/Makefile.PL
16870 ____________________________________________________________________________
16871 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
16872         Log: s/Netware/NetWare/
16873      Branch: perl
16874            ! MANIFEST
16875 ____________________________________________________________________________
16876 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
16877         Log: New Netware scripts.
16878      Branch: perl
16879            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
16880            + NetWare/t/NWScripts-Exist.pl
16881            ! MANIFEST
16882 ____________________________________________________________________________
16883 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
16884         Log: EBCDIC: the encoding pragma would need some rethinking,
16885              probably a pass of EBCDIC->Unicode mapping.  For now,
16886              disable it on EBCDIC.
16887      Branch: perl
16888            ! lib/encoding.pm lib/encoding.t
16889 ____________________________________________________________________________
16890 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
16891         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
16892              for the low 256.  Now tweaked the tests, but maybe it's
16893              the module that needs few NATIVE_TO_UNI()s somewhere?
16894      Branch: perl
16895            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16896 ____________________________________________________________________________
16897 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
16898         Log: Subject: [PATCH utf8.c] format problem
16899              From: Robin Barker <rmb1@cise.npl.co.uk>
16900              Date: Wed, 6 Feb 2002 14:01:43 GMT
16901              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
16902      Branch: perl
16903            ! utf8.c
16904 ____________________________________________________________________________
16905 [ 14569] By: nick                                  on 2002/02/06  09:52:23
16906         Log: Integrate mainline
16907      Branch: perlio
16908           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
16909           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16910           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16911           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16912           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
16913           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
16914 ____________________________________________________________________________
16915 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
16916         Log: EBCDIC: 0x41 is not cricket.
16917      Branch: perl
16918            ! ext/Encode/t/Encode.t
16919 ____________________________________________________________________________
16920 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
16921         Log: NetWare update from Ananth Kesari.
16922      Branch: perl
16923            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
16924            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16925            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16926            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16927            ! NetWare/t/NWScripts.pl makedef.pl
16928 ____________________________________________________________________________
16929 [ 14566] By: sky                                   on 2002/02/05  18:39:13
16930         Log: Subject: Re: File::Spec::rel2abs2rel (?)
16931              From: Michael G Schwern <schwern@pobox.com>
16932              Date: Tue, 5 Feb 2002 13:47:39 -0500
16933              Message-ID: <20020205184739.GB17375@blackrider>
16934      Branch: perl
16935            ! lib/File/Spec/t/rel2abs2rel.t
16936 ____________________________________________________________________________
16937 [ 14565] By: nick                                  on 2002/02/05  17:31:24
16938         Log: Integrate mainline
16939      Branch: perlio
16940           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
16941           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
16942           !> utf8.h
16943 ____________________________________________________________________________
16944 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
16945         Log: Integrate perlio;
16946              
16947              More Encode tweaks:
16948              - make expensive and marginal substring search optional (-O)
16949              - enable -O for ASCII-oid encodings (search space is small)
16950              - add ASCII-oid jis0201 to basic Encode.so
16951              - add some other Japanese encodings to EUC_JP bundle (without -O)
16952      Branch: perl
16953           +> ext/Encode/Encode/jis0201.ucm
16954           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16955           !> ext/Encode/compile
16956 ____________________________________________________________________________
16957 [ 14563] By: nick                                  on 2002/02/05  16:01:15
16958         Log: More Encode tweaks:
16959              - make expensive and marginal substring search optional (-O)
16960              - enable -O for ASCII-oid encodings (search space is small)
16961              - add ASCII-oid jis0201 to basic Encode.so
16962              - add some other Japanese encodings to EUC_JP bundle (without -O)
16963      Branch: perlio
16964            + ext/Encode/Encode/jis0201.ucm
16965            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16966            ! ext/Encode/compile
16967 ____________________________________________________________________________
16968 [ 14562] By: sky                                   on 2002/02/05  14:50:36
16969         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
16970      Branch: perl
16971            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
16972 ____________________________________________________________________________
16973 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
16974         Log: EBCDIC: SHARP S is different.
16975      Branch: perl
16976            ! regexec.c utf8.h
16977 ____________________________________________________________________________
16978 [ 14560] By: sky                                   on 2002/02/05  13:49:40
16979         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
16980      Branch: perl
16981            ! t/op/filetest.t
16982 ____________________________________________________________________________
16983 [ 14559] By: sky                                   on 2002/02/05  11:39:24
16984         Log: Add . first to the PATH environment to test that we really
16985              get ./perl and not some other older perl.
16986      Branch: perl
16987            ! lib/File/Spec/t/rel2abs2rel.t
16988 ____________________________________________________________________________
16989 [ 14558] By: sky                                   on 2002/02/05  11:20:21
16990         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
16991      Branch: perl
16992            ! ext/POSIX/t/posix.t
16993 ____________________________________________________________________________
16994 [ 14557] By: sky                                   on 2002/02/05  10:30:58
16995         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
16996      Branch: perl
16997            ! hints/darwin.sh perl.h
16998 ____________________________________________________________________________
16999 [ 14556] By: nick                                  on 2002/02/05  06:58:52
17000         Log: Integrate mainline
17001      Branch: perlio
17002           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
17003           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
17004           !> lib/File/Find/t/taint.t
17005 ____________________________________________________________________________
17006 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
17007         Log: Integrate change #14439 from maintperl
17008      Branch: maint-5.6/macperl
17009           !> op.c
17010 ____________________________________________________________________________
17011 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
17012         Log: Subject: [PATCH] File::Find tests not cleaning up properly
17013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17014              Date: Mon, 4 Feb 2002 22:09:07 +0100
17015              Message-ID: <20020204220907.A8288@rafael>
17016      Branch: perl
17017            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17018 ____________________________________________________________________________
17019 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
17020         Log: Signedness mumblings from Tru64.
17021      Branch: perl
17022            ! ext/Encode/Encode.xs
17023 ____________________________________________________________________________
17024 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
17025         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
17026              From: "Craig A. Berry" <craigberry@mac.com>
17027              Date: Mon, 04 Feb 2002 17:16:00 -0600
17028              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
17029      Branch: perl
17030            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
17031            ! ext/Encode/Encode.xs
17032 ____________________________________________________________________________
17033 [ 14551] By: nick                                  on 2002/02/04  16:00:31
17034         Log: Integrate mainline
17035      Branch: perlio
17036           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
17037           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
17038           !> regcomp.c
17039 ____________________________________________________________________________
17040 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
17041         Log: Update Changes.
17042      Branch: perl
17043            ! Changes patchlevel.h
17044 ____________________________________________________________________________
17045 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
17046         Log: Comment microtweaks.
17047      Branch: perl
17048            ! lib/locale.t
17049 ____________________________________________________________________________
17050 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
17051         Log: Subject: trivial docu patch
17052              From: andreas.koenig@anima.de (Andreas J. Koenig)
17053              Date: 04 Feb 2002 08:15:19 +0100
17054              Message-ID: <m3pu3l7m60.fsf@anima.de>
17055      Branch: perl
17056            ! pod/perluniintro.pod
17057 ____________________________________________________________________________
17058 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
17059         Log: Subject: [PATCH] (??{ }) anomaly
17060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17061              Date: Sun, 03 Feb 2002 20:21:45 -0800
17062              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
17063      Branch: perl
17064            ! regcomp.c
17065 ____________________________________________________________________________
17066 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
17067         Log: Integrate perlio.
17068              
17069              Carry on where we left off if we have to grow destination
17070              SV during XS encode/decode
17071              
17072              Remove debugging warning, be consistent about API fails.
17073      Branch: perl
17074           !> ext/Encode/Encode.xs
17075 ____________________________________________________________________________
17076 [ 14545] By: nick                                  on 2002/02/03  20:03:38
17077         Log: Remove debugging warning, be consistent about API fails.
17078      Branch: perlio
17079            ! ext/Encode/Encode.xs
17080 ____________________________________________________________________________
17081 [ 14544] By: nick                                  on 2002/02/03  19:47:48
17082         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
17083      Branch: perlio
17084            ! ext/Encode/Encode.xs
17085 ____________________________________________________________________________
17086 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
17087         Log: Subject: PATCH CPAN.pm
17088              From: Mark-Jason Dominus <mjd@plover.com>
17089              Date: Sun, 03 Feb 2002 12:36:36 -0500
17090              Message-ID: <20020203173636.27451.qmail@plover.com>
17091      Branch: perl
17092            ! lib/CPAN.pm
17093 ____________________________________________________________________________
17094 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
17095         Log: Must search further back.
17096      Branch: perl
17097            ! lib/h2xs.t
17098 ____________________________________________________________________________
17099 [ 14541] By: nick                                  on 2002/02/03  18:52:09
17100         Log: Integrate mainline
17101      Branch: perlio
17102           !> (integrate 29 files)
17103 ____________________________________________________________________________
17104 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
17105         Log: EBCDIC: more natification.
17106      Branch: perl
17107            ! regcomp.c
17108 ____________________________________________________________________________
17109 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
17110         Log: Debug noise.
17111      Branch: perl
17112            ! ext/Encode/Encode.xs
17113 ____________________________________________________________________________
17114 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
17115         Log: Integrate perlio;
17116              
17117              Stable intermediate point in Encode cleanup.
17118              :encode(euc-jp) works on Dan's table.euc
17119              Much buffer copying and other silliness remains.
17120      Branch: perl
17121           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17122           !> ext/Encode/lib/Encode/Encoding.pm
17123 ____________________________________________________________________________
17124 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
17125         Log: Prettify.
17126      Branch: perl
17127            ! lib/unicore/mktables
17128 ____________________________________________________________________________
17129 [ 14536] By: nick                                  on 2002/02/03  17:32:03
17130         Log: Stable intermediate point in Encode cleanup.
17131              :encode(euc-jp) works on Dan's table.euc
17132              Much buffer copying and other silliness remains.
17133      Branch: perlio
17134            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17135            ! ext/Encode/lib/Encode/Encoding.pm
17136 ____________________________________________________________________________
17137 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
17138         Log: EBCDIC: it's much nicer to compare Unicode code points
17139              to Unicode code points.
17140      Branch: perl
17141            ! regexec.c
17142 ____________________________________________________________________________
17143 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
17144         Log: EBCDIC: character classes must remap the low 256.
17145      Branch: perl
17146            ! regcomp.c
17147 ____________________________________________________________________________
17148 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
17149         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
17150      Branch: perl
17151            ! lib/I18N/LangTags/List.pm
17152 ____________________________________________________________________________
17153 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
17154         Log: FAQ sync.
17155      Branch: perl
17156            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
17157            ! pod/perlfaq6.pod pod/perlfaq7.pod
17158 ____________________________________________________________________________
17159 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
17160         Log: Integrate perlio;
17161              
17162              Re-indent Encode.xs
17163              
17164              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
17165              (Mis-feature discovered by Encode.)
17166      Branch: perl
17167           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
17168 ____________________________________________________________________________
17169 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
17170         Log: Subject: [PATCH] lstat FH and -l FH warnings
17171              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17172              Date: Sat, 2 Feb 2002 22:24:54 +0100           
17173              Message-ID: <20020202222454.A11608@rafael>       
17174      Branch: perl
17175            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
17176            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
17177 ____________________________________________________________________________
17178 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
17179         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
17180              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17181              Date: Sat, 2 Feb 2002 13:11:01 +0100           
17182              Message-ID: <20020202131101.A722@rafael>               
17183              
17184              Subject: [PATCH t/op/ver.t] another false positive
17185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17186              Date: Sat, 2 Feb 2002 13:38:22 +0100           
17187              Message-ID: <20020202133822.E722@rafael>         
17188              
17189              Subject: [PATCH] t/test.pl:ok() doesn't work
17190              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
17191              Date: Sun, 03 Feb 2002 00:02:38 -0800          
17192              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
17193      Branch: perl
17194            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
17195            ! t/test.pl
17196 ____________________________________________________________________________
17197 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
17198         Log: Subject: [PATCH @13746] OS2::Process's constants
17199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17200              Date: Sat, 2 Feb 2002 01:00:55 -0500           
17201              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
17202      Branch: perl
17203            ! os2/OS2/Process/Makefile.PL
17204 ____________________________________________________________________________
17205 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
17206         Log: Subject: [PATCH @13746] h2xs   
17207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17208              Date: Sat, 2 Feb 2002 00:58:44 -0500           
17209              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
17210      Branch: perl
17211            ! utils/h2xs.PL
17212 ____________________________________________________________________________
17213 [ 14526] By: nick                                  on 2002/02/03  14:54:18
17214         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
17215              (Mis-feature discovered by Encode.)
17216      Branch: perlio
17217            ! sv.c
17218 ____________________________________________________________________________
17219 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
17220         Log: EBCDIC: since #14519 made \N{...} to remap,
17221              the test cannot expect an ASCII code point.
17222      Branch: perl
17223            ! lib/charnames.t
17224 ____________________________________________________________________________
17225 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
17226         Log: Sub-MANIFEST-tweak.
17227      Branch: perl
17228            ! ext/Encode/MANIFEST
17229 ____________________________________________________________________________
17230 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
17231         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
17232              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17233              Date: Fri, 01 Feb 2002 23:51:03 +0900
17234              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
17235      Branch: perl
17236            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17237 ____________________________________________________________________________
17238 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
17239         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
17240              From: Andy Dougherty <doughera@lafayette.edu>
17241              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
17242              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
17243      Branch: perl
17244            ! README.solaris hints/solaris_2.sh
17245 ____________________________________________________________________________
17246 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
17247         Log: EBCDIC: no hope to get the low 256 right in unifolding.
17248      Branch: perl
17249            ! t/uni/fold.t
17250 ____________________________________________________________________________
17251 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
17252         Log: todo entry for missing pack formats.
17253      Branch: perl
17254            ! pod/perltodo.pod
17255 ____________________________________________________________________________
17256 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
17257         Log: EBCDIC: the low 256 \N{...} need to be remapped.
17258      Branch: perl
17259            ! toke.c
17260 ____________________________________________________________________________
17261 [ 14518] By: nick                                  on 2002/02/01  18:32:03
17262         Log: indent -kr -nce and some manual tweaks to match perl style.
17263      Branch: perlio
17264            ! ext/Encode/Encode.xs
17265 ____________________________________________________________________________
17266 [ 14517] By: nick                                  on 2002/02/01  18:20:46
17267         Log: Integrate mainline
17268      Branch: perlio
17269           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
17270           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
17271           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
17272           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
17273           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
17274           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
17275           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
17276 ____________________________________________________________________________
17277 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
17278         Log: Integrate perlio; 
17279              
17280              Minor Encode tweaks:
17281              - move Encode.pm back to top of Encode like normal XS extension
17282              - avoid .def as a file extension (Win32 builds)
17283      Branch: perl
17284            ! MANIFEST
17285           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
17286           !> ext/Encode/Makefile.PL ext/Encode/compile
17287 ____________________________________________________________________________
17288 [ 14515] By: nick                                  on 2002/02/01  16:27:59
17289         Log: Minor Encode tweaks:
17290              - move Encode.pm back to top of Encode like normal XS extension
17291              - avoid .def as a file extension (Win32 builds)
17292      Branch: perlio
17293           +> ext/Encode/Encode.pm
17294            - ext/Encode/lib/Encode.pm
17295            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
17296            ! ext/Encode/Makefile.PL ext/Encode/compile
17297 ____________________________________________________________________________
17298 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
17299         Log: Subject: [PATCH utf8.t] temp file not cleaned up
17300              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17301              Date: Fri, 1 Feb 2002 15:47:46 +0100
17302              Message-ID: <20020201154746.A24079@rafael>
17303      Branch: perl
17304            ! t/io/utf8.t
17305 ____________________________________________________________________________
17306 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
17307         Log: Subject: [PATCH] make "lstat FH" croak
17308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17309              Date: Fri, 1 Feb 2002 15:12:50 +0100
17310              Message-ID: <20020201151250.A738@rafael>
17311      Branch: perl
17312            ! pod/perldiag.pod pp_sys.c t/op/stat.t
17313 ____________________________________________________________________________
17314 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
17315         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
17316              From: Kay Röpke <kroepke@dolphin-services.de>
17317              Date: Fri, 1 Feb 2002 01:10:43 +0100
17318              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
17319      Branch: perl
17320            ! t/op/stat.t
17321 ____________________________________________________________________________
17322 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
17323         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
17324              I got it in Tru64 + ithreads but only without -g, took
17325              some debugging by printf (which was no fun either since
17326              adding some debug printfs hid the error)
17327      Branch: perl
17328            ! regexec.c utf8.c
17329 ____________________________________________________________________________
17330 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
17331         Log: Subject: Re: [PATCH] perl -V:
17332              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
17333              Date: Thu, 31 Jan 2002 12:10:20 -0800
17334              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
17335              
17336              Subject: Re: [PATCH] perl -V:
17337              From: Michael G Schwern <schwern@pobox.com>
17338              Date: Thu, 31 Jan 2002 16:43:13 -0500
17339              Message-ID: <20020131214313.GH6498@blackrider>
17340      Branch: perl
17341            ! t/run/switches.t
17342 ____________________________________________________________________________
17343 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
17344         Log: #14505 effect.
17345      Branch: perl
17346            ! pod/perluniintro.pod
17347 ____________________________________________________________________________
17348 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
17349         Log: Daniel S. Lewart adopts the Math::Complex.
17350      Branch: perl
17351            ! lib/Math/Complex.pm
17352 ____________________________________________________________________________
17353 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
17354         Log: More Complex DWIMmery.
17355      Branch: perl
17356            ! lib/Math/Complex.pm lib/Math/Complex.t
17357 ____________________________________________________________________________
17358 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
17359         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
17360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17361              Date: Thu, 31 Jan 2002 14:37:52 +0100
17362              Message-ID: <20020131143752.A1452@rafael>
17363      Branch: perl
17364            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
17365 ____________________________________________________________________________
17366 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
17367         Log: Turn the I/O Unicode error by default on, but the
17368              character-generating Unicode error by default off,
17369              as Larry suggested.
17370      Branch: perl
17371            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
17372            ! utf8.c
17373 ____________________________________________________________________________
17374 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
17375         Log: Subject: [PATCH] open.pm minor cleanup
17376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17377              Date: Thu, 31 Jan 2002 15:03:02 +0100
17378              Message-ID: <20020131150302.C1452@rafael>
17379      Branch: perl
17380            ! lib/open.pm
17381 ____________________________________________________________________________
17382 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
17383         Log: Update Changes.
17384      Branch: perl
17385            ! Changes patchlevel.h
17386 ____________________________________________________________________________
17387 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
17388         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
17389              From: Robin Barker <rmb1@cise.npl.co.uk>
17390              Date: Wed, 30 Jan 2002 11:58:33 GMT
17391              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
17392      Branch: perl
17393            ! lib/CPAN.pm
17394 ____________________________________________________________________________
17395 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
17396         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
17397              re-sort MANIFEST.
17398      Branch: perl
17399            + ext/Encode/Encode.pm
17400            - ext/Encode/lib/Encode.pm
17401            ! MANIFEST ext/Encode/Makefile.PL
17402 ____________________________________________________________________________
17403 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
17404         Log: Integrate perlio;
17405              
17406              Collect some stats during compile process.
17407              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
17408              as one XS - inconclusive - marginal win?
17409              Add some comments to encode.h
17410      Branch: perl
17411           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
17412           !> ext/Encode/encode.h
17413 ____________________________________________________________________________
17414 [ 14499] By: nick                                  on 2002/01/30  09:57:47
17415         Log: Collect some stats during compile process.
17416              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
17417              as one XS - inconclusive - marginal win?
17418              Add some comments to encode.h
17419      Branch: perlio
17420            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
17421            ! ext/Encode/encode.h
17422 ____________________________________________________________________________
17423 [ 14498] By: nick                                  on 2002/01/30  07:27:55
17424         Log: Integrate Jarkko's path/INC tweaks
17425      Branch: perlio
17426           !> ext/Encode/compile
17427 ____________________________________________________________________________
17428 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
17429         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
17430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17431              Date: Tue, 29 Jan 2002 01:13:09 -0800
17432              Message-ID: <lemV8gzkgu/K092yn@efn.org>
17433      Branch: perl
17434            ! configpm
17435 ____________________________________________________________________________
17436 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
17437         Log: Subject: [PATCH t/op/inccode.t] new test
17438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17439              Date: Tue, 29 Jan 2002 22:03:45 +0100
17440              Message-ID: <20020129220345.A704@rafael>
17441      Branch: perl
17442            ! t/op/inccode.t
17443 ____________________________________________________________________________
17444 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
17445         Log: EBCDIC: t/op/lc.t now passes.
17446      Branch: perl
17447            ! t/op/lc.t
17448 ____________________________________________________________________________
17449 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
17450         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
17451      Branch: perl
17452            ! utf8.c
17453 ____________________________________________________________________________
17454 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
17455         Log: Must find stuff during build.
17456      Branch: perl
17457            ! ext/Encode/compile
17458 ____________________________________________________________________________
17459 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
17460         Log: Integrate with perlio;
17461              
17462              Basics of a compiled Encode XS extension
17463      Branch: perl
17464           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
17465           +> ext/Encode/Encode/euc-jp.ucm
17466           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
17467           !> ext/Encode/encode.h
17468 ____________________________________________________________________________
17469 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
17470         Log: EBCDIC tweaks-- no new test passes, but getting closer.
17471      Branch: perl
17472            ! utf8.c
17473 ____________________________________________________________________________
17474 [ 14490] By: nick                                  on 2002/01/29  21:20:57
17475         Log: Basics of a compiled Encode XS extension
17476      Branch: perlio
17477            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
17478            + ext/Encode/Encode/euc-jp.ucm
17479            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
17480            ! ext/Encode/encode.h
17481 ____________________________________________________________________________
17482 [ 14489] By: nick                                  on 2002/01/29  18:40:54
17483         Log: Integrate mainline
17484      Branch: perlio
17485           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
17486           +> ext/Encode/lib/Encode/Encoding.pm
17487           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
17488           +> ext/Encode/lib/Encode/Tcl/Escape.pm
17489           +> ext/Encode/lib/Encode/Tcl/Extended.pm
17490           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
17491           +> ext/Encode/lib/Encode/Tcl/Table.pm
17492           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
17493           +> ext/Encode/lib/Encode/iso10646_1.pm
17494           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
17495           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
17496           +> ext/Encode/t/Tcl.t
17497            - ext/Encode.t ext/Encode/Encode.pm
17498            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
17499            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
17500           !> (integrate 33 files)
17501 ____________________________________________________________________________
17502 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
17503         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
17504              From: Richard Clamp <richardc@unixbeard.net>
17505              Date: Mon, 28 Jan 2002 02:17:55 +0000
17506              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
17507      Branch: perl
17508            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
17509 ____________________________________________________________________________
17510 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
17511         Log: OS/390 seems to do length 0 udp reads, Nicholas says
17512              skippage is for now the best cause of action.
17513      Branch: perl
17514            ! ext/Socket/socketpair.t
17515 ____________________________________________________________________________
17516 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
17517         Log: Encode cleanup from Dan Kogai; reworked even further.
17518      Branch: perl
17519            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
17520            + ext/Encode/lib/Encode/Encoding.pm
17521            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
17522            + ext/Encode/lib/Encode/Tcl/Escape.pm
17523            + ext/Encode/lib/Encode/Tcl/Extended.pm
17524            + ext/Encode/lib/Encode/Tcl/HanZi.pm
17525            + ext/Encode/lib/Encode/Tcl/Table.pm
17526            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
17527            + ext/Encode/lib/Encode/iso10646_1.pm
17528            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
17529            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
17530            + ext/Encode/t/Tcl.t
17531            - ext/Encode.t ext/Encode/Encode.pm
17532            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
17533            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
17534            ! MANIFEST ext/Encode/Encode/8859-1.ucm
17535            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
17536            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
17537            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
17538            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
17539            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
17540            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
17541            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
17542            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
17543            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
17544            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
17545            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
17546            ! ext/Encode/compile
17547 ____________________________________________________________________________
17548 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
17549         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
17550      Branch: perl
17551            ! djgpp/djgpp.c perlio.c
17552 ____________________________________________________________________________
17553 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
17554         Log: Prettier printing from Michael Schwern.
17555      Branch: perl
17556            ! t/test.pl
17557 ____________________________________________________________________________
17558 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
17559         Log: Show also the debug and debugcolor as known pragmas.
17560      Branch: perl
17561            ! ext/re/re.pm
17562 ____________________________________________________________________________
17563 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
17564         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
17565              From: "Craig A. Berry" <craigberry@mac.com>
17566              Date: Mon, 28 Jan 2002 16:30:30 -0600
17567              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
17568      Branch: perl
17569            ! ext/B/t/assembler.t
17570 ____________________________________________________________________________
17571 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
17572         Log: metaconfig unit change for #14480.
17573      Branch: metaconfig
17574            ! U/modified/Init.U
17575 ____________________________________________________________________________
17576 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
17577         Log: DJGPP needs to know its exe soon, too.
17578      Branch: perl
17579            ! Configure
17580 ____________________________________________________________________________
17581 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
17582         Log: Round #2 on EBCDICation.
17583      Branch: perl
17584            ! t/op/append.t
17585 ____________________________________________________________________________
17586 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
17587         Log: Integrate perlio;
17588              
17589              Set makefile.mk CCHOME etc. for default locations of MinGW and free
17590              Borland compilers. (Borland builds one or two oddities.)
17591      Branch: perl
17592           !> win32/config.bc win32/makefile.mk
17593 ____________________________________________________________________________
17594 [ 14477] By: nick                                  on 2002/01/28  20:12:31
17595         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
17596              Borland compilers. (Borland builds one or two oddities.)
17597      Branch: perlio
17598            ! win32/config.bc win32/makefile.mk
17599 ____________________________________________________________________________
17600 [ 14476] By: nick                                  on 2002/01/28  18:43:47
17601         Log: Integrate mainline
17602      Branch: perlio
17603           !> Configure hints/hpux.sh
17604 ____________________________________________________________________________
17605 [ 14475] By: nick                                  on 2002/01/28  17:15:12
17606         Log: Integrate mainline
17607      Branch: perlio
17608           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
17609           !> patchlevel.h pp_sys.c t/lib/warnings/perl
17610 ____________________________________________________________________________
17611 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
17612         Log: metaconfig unit change for #14472.
17613      Branch: metaconfig/U/perl
17614            ! d_u32align.U
17615 ____________________________________________________________________________
17616 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
17617         Log: Misunderstood Merijn's patch.
17618      Branch: perl
17619            ! hints/hpux.sh
17620 ____________________________________________________________________________
17621 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
17622         Log: Misapplied Merijn's patch.
17623      Branch: perl
17624            ! Configure
17625 ____________________________________________________________________________
17626 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
17627         Log: Update Changes.
17628      Branch: perl
17629            ! Changes patchlevel.h
17630 ____________________________________________________________________________
17631 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
17632         Log: BeOS has sockets but not true ones.
17633      Branch: perl
17634            ! pp_sys.c
17635 ____________________________________________________________________________
17636 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
17637         Log: metaconfig unit change for #14467.
17638      Branch: metaconfig/U/perl
17639            ! d_u32align.U
17640 ____________________________________________________________________________
17641 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
17642         Log: For some strange reason under the smoke harness the alignment
17643              test hangs in HP-UX 10.20.  So hint it to avoid the test.
17644      Branch: perl
17645            ! hints/hpux.sh
17646 ____________________________________________________________________________
17647 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
17648         Log: Allow d_u32align to be hinted.
17649      Branch: perl
17650            ! Configure
17651 ____________________________________________________________________________
17652 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
17653         Log: The shift key is important.
17654      Branch: perl
17655            ! ext/B/B.xs
17656 ____________________________________________________________________________
17657 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
17658         Log: The "used only once" warnings (from gv_check) come
17659              in pseudorandom hash order-- in EBCDIC the order
17660              is different.  Add a new option that allow the warnings
17661              to come in any order (Paul Marquess).
17662      Branch: perl
17663            ! lib/warnings.t t/lib/warnings/perl
17664 ____________________________________________________________________________
17665 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
17666         Log: Integrate perlio; the 0nothread test failure without threads.
17667      Branch: perl
17668           !> ext/threads/shared/t/0nothread.t
17669 ____________________________________________________________________________
17670 [ 14463] By: nick                                  on 2002/01/28  08:22:36
17671         Log: Integrate mainline
17672      Branch: perlio
17673           !> (integrate 37 files)
17674 ____________________________________________________________________________
17675 [ 14462] By: nick                                  on 2002/01/28  08:09:53
17676         Log: 1st attempt at skipping broke threads case.
17677      Branch: perlio
17678            ! ext/threads/shared/t/0nothread.t
17679 ____________________________________________________________________________
17680 [ 14461] By: nick                                  on 2002/01/28  07:25:58
17681         Log: Skip new threads::shared test unless -Duseithreads
17682      Branch: perlio
17683            ! ext/threads/shared/t/0nothread.t
17684 ____________________________________________________________________________
17685 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
17686         Log: FAQ sync.
17687      Branch: perl
17688            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17689            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17690            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17691            ! pod/perlfaq9.pod
17692 ____________________________________________________________________________
17693 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
17694         Log: Upgrade to podlators 1.20.
17695      Branch: perl
17696            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
17697 ____________________________________________________________________________
17698 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
17699         Log: Retract #14448, a better patch coming up.
17700      Branch: perl
17701            ! lib/Pod/t/basic.t
17702 ____________________________________________________________________________
17703 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
17704         Log: EBCDIC portability.
17705      Branch: perl
17706            ! t/op/append.t
17707 ____________________________________________________________________________
17708 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
17709         Log: Further cygwin installperl tweak from Gerrit P. Haase.
17710      Branch: perl
17711            ! installperl
17712 ____________________________________________________________________________
17713 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
17714         Log: A bug in Bulgarian EBCDIC locale (this sounds like
17715              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
17716              locales failed, too.  The patch works around the bug by
17717              skipping the test, but the real problem may be deeper
17718              (affecting probably only EBCDIC platforms, though):
17719              see the comment in locale.t for more details.
17720      Branch: perl
17721            ! lib/locale.t
17722 ____________________________________________________________________________
17723 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
17724         Log: metaconfig unit change for #14453.
17725      Branch: metaconfig/U/perl
17726            ! libperl.U
17727 ____________________________________________________________________________
17728 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
17729         Log: Subject: Bleadperl on Cygwin today
17730              From: "Gerrit P. Haase" <gp@familiehaase.de>              
17731              Date: Sun, 27 Jan 2002 22:30:41 +0100
17732              Message-ID: <462007239437.20020127223041@familiehaase.de>
17733      Branch: perl
17734            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
17735            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
17736            ! lib/ExtUtils/t/MM_Cygwin.t
17737 ____________________________________________________________________________
17738 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
17739         Log: Unfinished EBCDIC branch.
17740      Branch: perl
17741            ! t/op/ver.t
17742 ____________________________________________________________________________
17743 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
17744         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
17745      Branch: perl
17746            ! ext/B/B.xs ext/B/B/Deparse.pm
17747 ____________________________________________________________________________
17748 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
17749         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
17750              platforms.
17751      Branch: perl
17752            ! ext/B/t/stash.t
17753 ____________________________________________________________________________
17754 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
17755         Log: Apparently no need for EBCDIC exception any more.
17756      Branch: perl
17757            ! ext/B/t/showlex.t
17758 ____________________________________________________________________________
17759 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
17760         Log: (retracted by #14458)
17761              (Russ Allbery) OS/390 is using a high-bit character for ESC,
17762              skip the test for now.  A better fix would be to override
17763              the notion of the platform's escape sequence in the test
17764              of Pod::Text::Termcap.  We may have to apply a filter to
17765              the output to substitute back in the ESC character that
17766              the test expects, but only on OS/390.
17767      Branch: perl
17768            ! lib/Pod/t/basic.t
17769 ____________________________________________________________________________
17770 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
17771         Log: Detypo.
17772      Branch: perl
17773            ! ext/Devel/Peek/Peek.t
17774 ____________________________________________________________________________
17775 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
17776         Log: OS/390 USS has a different idea of the pw* functions.
17777              Also, test the name with eq, not with ==.
17778      Branch: perl
17779            ! lib/User/pwent.t
17780 ____________________________________________________________________________
17781 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
17782         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
17783      Branch: perl
17784            ! doio.c
17785 ____________________________________________________________________________
17786 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
17787         Log: ASCIIisms.
17788      Branch: perl
17789            ! ext/PerlIO/t/encoding.t
17790 ____________________________________________________________________________
17791 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
17792         Log: chr(42) ne '*'  if one is in EBCDIC.
17793      Branch: perl
17794            ! t/op/pack.t
17795 ____________________________________________________________________________
17796 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
17797         Log: Subject: [PATCH] Fix up recent op/stat.t failures
17798              From: Andy Dougherty <doughera@lafayette.edu>
17799              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
17800              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
17801      Branch: perl
17802            ! t/op/stat.t
17803 ____________________________________________________________________________
17804 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
17805         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
17806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17807              Date: Sun, 27 Jan 2002 15:03:18 +0100
17808              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
17809      Branch: perl
17810            ! lib/ExtUtils/t/Command.t
17811 ____________________________________________________________________________
17812 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
17813         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
17814              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17815              Date: Sun, 27 Jan 2002 14:51:10 +0100
17816              Message-ID: <20020127145110.A16332@rafael>
17817      Branch: perl
17818            ! ext/B/B/Deparse.pm
17819 ____________________________________________________________________________
17820 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
17821         Log: integrate change#14431 from perlio branch (Nick's fix for
17822              change#13474 to be more defensive about looking at pad entries
17823              that may not exist yet)
17824      Branch: maint-5.6/perl
17825            ! op.c
17826 ____________________________________________________________________________
17827 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
17828         Log: Comment to avoid later "cleanups."
17829      Branch: perl
17830            ! lib/ExtUtils/MakeMaker.pm
17831 ____________________________________________________________________________
17832 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
17833         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
17834              instead of just FOO=... cmd ...
17835      Branch: perl
17836            ! Makefile.SH
17837 ____________________________________________________________________________
17838 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
17839         Log: Overquoting bad (in UNIX one would get
17840              Can't open perl script "'-I../lib'": No such file or directory)
17841      Branch: perl
17842            ! lib/Pod/t/Usage.t
17843 ____________________________________________________________________________
17844 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
17845         Log: Integrate perlio;
17846              
17847              "All tests successful" VC6.0 Win32
17848              (Update config.vc to need cppstdin so those tests are skipped...)
17849      Branch: perl
17850           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17851           !> win32/config_H.vc
17852 ____________________________________________________________________________
17853 [ 14434] By: nick                                  on 2002/01/26  22:27:08
17854         Log: "All tests successful" VC6.0 Win32
17855              (Update config.vc to need cppstdin so those tests are skipped...)
17856      Branch: perlio
17857            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17858            ! win32/config_H.vc
17859 ____________________________________________________________________________
17860 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
17861         Log: Integrate perlio;
17862              
17863              1st two tests of File/Find/t/find.t and taint.t were run after 
17864              calling cleanup(). If previous fail had left for_find directory,
17865              but no content in it then cleanup() returned cd'ed to that directory.
17866              So tests failed. Fixed cleanup()-s.
17867              
17868              If we get to sighandler by mistake (no perl handler set) then
17869              warn() and exit() rather than die() - should never happen
17870              but if it does context needed to die is likely to be trashed
17871              as well.
17872              
17873              Win32 signal emulation cleanup.
17874              
17875              Tinkering with thread cleanup mutex-ing - not the problem 
17876              (op.c is) but could have been...
17877              
17878              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17879              Should really be looked at by someone that knows about pads.
17880              
17881              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17882              for CRLF line endings.
17883      Branch: perl
17884           !> ext/threads/threads.xs lib/File/Find/t/find.t
17885           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
17886           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17887 ____________________________________________________________________________
17888 [ 14432] By: nick                                  on 2002/01/26  21:10:38
17889         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17890              for CRLF line endings.
17891      Branch: perlio
17892            ! lib/Filter/Simple.pm
17893 ____________________________________________________________________________
17894 [ 14431] By: nick                                  on 2002/01/26  21:08:35
17895         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17896              Should really be looked at by someone that knows about pads.
17897      Branch: perlio
17898            ! op.c
17899 ____________________________________________________________________________
17900 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
17901         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
17902              From: "Craig A. Berry" <craigberry@mac.com>       
17903              Date: Sat, 26 Jan 2002 11:19:44 -0600
17904              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
17905      Branch: perl
17906            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
17907 ____________________________________________________________________________
17908 [ 14429] By: nick                                  on 2002/01/26  18:04:22
17909         Log: Tinkering with thread cleanup mutex-ing - not the problem 
17910              (op.c is) but could have been...
17911      Branch: perlio
17912            ! ext/threads/threads.xs
17913 ____________________________________________________________________________
17914 [ 14428] By: nick                                  on 2002/01/26  18:03:13
17915         Log: Win32 signal emulation cleanup.
17916      Branch: perlio
17917            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17918 ____________________________________________________________________________
17919 [ 14427] By: nick                                  on 2002/01/26  13:59:33
17920         Log: If we get to sighandler by mistake (no perl handler set) then
17921              warn() and exit() rather than die() - should never happen
17922              but if it does context needed to die is likely to be trashed
17923              as well.
17924      Branch: perlio
17925            ! mg.c
17926 ____________________________________________________________________________
17927 [ 14426] By: nick                                  on 2002/01/26  13:56:23
17928         Log: Integrate mainline
17929      Branch: perlio
17930           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
17931           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
17932           !> t/run/fresh_perl.t
17933 ____________________________________________________________________________
17934 [ 14425] By: nick                                  on 2002/01/26  08:11:33
17935         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
17936              calling cleanup(). If previous fail had left for_find directory,
17937              but no content in it then cleanup() returned cd'ed to that directory.
17938              So tests failed. Fixed cleanup()-s.
17939      Branch: perlio
17940            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17941 ____________________________________________________________________________
17942 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
17943         Log: Integrate perlio;
17944              
17945              Fix winsystem.t's attempt to build showav.exe to work
17946              with gcc (which writes a.exe unless told with -o ).
17947              Also put in a few more fail-safes to check .exe got
17948              built somehow.
17949              
17950              More Win32 tuning
17951              
17952              Save $! so that other syscalls don't disturb it before
17953              we test it.
17954      Branch: perl
17955           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
17956           !> t/op/winsystem.t
17957 ____________________________________________________________________________
17958 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
17959         Log: Subject: [PATCH] new test in op/universal.t
17960              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17961              Date: Fri, 25 Jan 2002 23:17:33 +0100
17962              Message-ID: <20020125231733.A11733@rafael>
17963      Branch: perl
17964            ! t/op/universal.t
17965 ____________________________________________________________________________
17966 [ 14422] By: nick                                  on 2002/01/25  21:37:03
17967         Log: Save $! so that other syscalls don't disturb it before 
17968              we test it.
17969      Branch: perlio
17970            ! ext/Socket/socketpair.t
17971 ____________________________________________________________________________
17972 [ 14421] By: nick                                  on 2002/01/25  19:05:57
17973         Log: More Win32 tuning
17974      Branch: perlio
17975            ! t/op/stat.t t/op/taint.t
17976 ____________________________________________________________________________
17977 [ 14420] By: nick                                  on 2002/01/25  18:21:42
17978         Log: Fix winsystem.t's attempt to build showav.exe to work 
17979              with gcc (which writes a.exe unless told with -o ).
17980              Also put in a few more fail-safes to check .exe got 
17981              built somehow.
17982      Branch: perlio
17983            ! t/op/winsystem.t
17984 ____________________________________________________________________________
17985 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
17986         Log: Subject: [Patch Encode.xs] calculation of need overflows
17987              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17988              Date: Sat, 26 Jan 2002 00:58:50 +0900
17989              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
17990      Branch: perl
17991            ! ext/Encode/Encode.xs
17992 ____________________________________________________________________________
17993 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
17994         Log: Integrate changes 13474+13478+13584 from maintperl;
17995              anon sub leakage.
17996      Branch: perl
17997            ! op.c t/run/fresh_perl.t
17998 ____________________________________________________________________________
17999 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
18000         Log: Update Changes.
18001      Branch: perl
18002            ! Changes patchlevel.h
18003 ____________________________________________________________________________
18004 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
18005         Log: Integrate perlio; extensive threads and threads::shared work
18006              (note that the below is a chronological list of perlio
18007              check-in entries since the last integrate)
18008              
18009              Nearly-working threads re-structuring. Do not integrate,
18010              submit-ing to get to Win32, and as "off site" backup.
18011              
18012              threads work again on Win32. (Not threads::shared yet)
18013              Submit to see if they do on Linux.
18014              
18015              Add new threads/typemap to MANIFEST
18016              
18017              XS side of new threads::shared designed, coded and compiles,
18018              and mostly commented but is totaly untested.
18019              submit in case anyone wants a preview.
18020              
18021              Miss mg_len == 0 meaning don't Safefree
18022              
18023              Shared scalars working, some shared array ops working.
18024              
18025              Implement recursive lock and use of scope for PL_sharedsv_space,
18026              so now croak() from asserts does not leave locks.
18027              Make hv_simple compile (new prototype for debugging probe).
18028              
18029              thread::shared nearly working again - remaining issue
18030              is references withing shared space.
18031              Added bulk test with no threads involved (for debugging)
18032              Tuned tests to skip those needing _thrcnt
18033              
18034              SvTEMP_off to stop private PV's being stolen and stored in shared space
18035              
18036              Except Win32 from echo tests. (Alarm does not break into connect)
18037              
18038              Expand command line test globs on Win32.
18039              
18040              threads::shared tidy up:
18041              - Add _id() function to shared.xs so we can test refs point at same thing.
18042              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
18043              - Allow no_share to pass if sharing to works despite mis-ordering.
18044              - Change docs of threads to document ->create() (as used in tests),
18045              and not mention "new".
18046              
18047              Linux/NFS hackery was not faking right number of passes.
18048      Branch: perl
18049           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
18050           +> ext/threads/typemap
18051            - ext/threads/threads.h sharedsv.c sharedsv.h
18052            ! NetWare/config_H.wc
18053           !> (integrate 38 files)
18054 ____________________________________________________________________________
18055 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
18056         Log: Subject: Re: perldebguts minor tweaks
18057              From: Joe McMahon <mcmahon@metalab.unc.edu>
18058              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
18059              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
18060      Branch: perl
18061            ! pod/perldebguts.pod
18062 ____________________________________________________________________________
18063 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
18064         Log: metaconfig unit change for #14413.
18065      Branch: metaconfig
18066            ! U/modified/prototype.U
18067 ____________________________________________________________________________
18068 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
18069         Log: Okay, you can come home now, _().
18070      Branch: perl
18071            ! config_h.SH
18072 ____________________________________________________________________________
18073 [ 14412] By: nick                                  on 2002/01/25  11:01:49
18074         Log: Integrate mainline
18075              All but ../lib/Unicode/UCD.t pass.
18076      Branch: perlio
18077           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
18078           +> lib/unicore/CaseFolding.txt
18079           +> lib/unicore/CompositionExclusions.txt
18080           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
18081           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
18082           +> vos/vos.c
18083            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
18084            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
18085            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
18086            - lib/unicore/NamesList.html lib/unicore/PropList.html
18087            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
18088            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
18089            - lib/unicore/rename
18090           !> (integrate 424 files)
18091 ____________________________________________________________________________
18092 [ 14411] By: nick                                  on 2002/01/25  09:45:13
18093         Log: Linux/NFS hackery was not faking right number of passes.
18094      Branch: perlio
18095            ! t/io/fs.t
18096 ____________________________________________________________________________
18097 [ 14410] By: nick                                  on 2002/01/25  09:35:07
18098         Log: threads::shared tidy up:
18099              - Add _id() function to shared.xs so we can test refs point at same thing.
18100              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
18101              - Allow no_share to pass if sharing to works despite mis-ordering.
18102              - Change docs of threads to document ->create() (as used in tests),
18103              and not mention "new".
18104      Branch: perlio
18105            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18106            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
18107            ! ext/threads/threads.pm
18108 ____________________________________________________________________________
18109 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
18110         Log: Subject: perldebguts minor tweaks
18111              From: Joe McMahon <mcmahon@metalab.unc.edu>
18112              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
18113              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
18114      Branch: perl
18115            ! pod/perldebguts.pod
18116 ____________________________________________________________________________
18117 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
18118         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
18119              From: Peter Scott <Peter@PSDT.com>
18120              Date: Thu, 24 Jan 2002 08:51:34 -0800
18121              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
18122      Branch: perl
18123            ! pod/perldebguts.pod
18124 ____________________________________________________________________________
18125 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
18126         Log: Few more paranoia checks for Unicode hash keys.
18127      Branch: perl
18128            ! t/op/each.t
18129 ____________________________________________________________________________
18130 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
18131         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
18132              From: Andy Dougherty <doughera@lafayette.edu>
18133              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
18134              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
18135      Branch: perl
18136            ! t/op/stat.t
18137 ____________________________________________________________________________
18138 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
18139         Log: The
18140              
18141              Subject: Very old debugger UTF-8 bug
18142              From: andreas.koenig@anima.de (Andreas J. Koenig)
18143              Date: 24 Jan 2002 12:45:44 +0100
18144              Message-ID: <m3y9iot1jr.fsf@anima.de>
18145              
18146              still broken, but this should work as a stopgap
18147              measure to stop pp_match accessing naughty data.
18148      Branch: perl
18149            ! pod/perldiag.pod pp_hot.c
18150 ____________________________________________________________________________
18151 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
18152         Log: metaconfig unit change for #14403.
18153      Branch: metaconfig/U/perl
18154            ! d_u32align.U
18155 ____________________________________________________________________________
18156 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
18157         Log: Pacify picky compilers (this time Sun Workshop).
18158      Branch: perl
18159            ! Configure
18160 ____________________________________________________________________________
18161 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
18162         Log: Subject: Very old debugger UTF-8 bug
18163              From: andreas.koenig@anima.de (Andreas J. Koenig)
18164              Date: 24 Jan 2002 12:45:44 +0100
18165              Message-ID: <m3y9iot1jr.fsf@anima.de>
18166      Branch: perl
18167            ! lib/dumpvar.pl
18168 ____________________________________________________________________________
18169 [ 14401] By: nick                                  on 2002/01/24  07:50:38
18170         Log: Expand command line test globs on Win32.
18171      Branch: perlio
18172            ! t/harness
18173 ____________________________________________________________________________
18174 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
18175         Log: Sprinkle some copyrights (use the oldest timestamp to
18176              be found in the repository, which is most often not right,
18177              but at least consistent)
18178      Branch: perl
18179            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
18180            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
18181            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
18182            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
18183            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
18184            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
18185            ! unixish.h xsutils.c
18186 ____________________________________________________________________________
18187 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
18188         Log: Don't crash on Help for long text (bug #506672)
18189      Branch: maint-5.6/macperl
18190            ! macos/macperl/MPHelp.c
18191 ____________________________________________________________________________
18192 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
18193         Log: Fix minor path problem
18194      Branch: maint-5.6/macperl
18195            ! macos/macperl/Droplets/tarzipme.plx
18196 ____________________________________________________________________________
18197 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
18198         Log: Minor text changes
18199      Branch: maint-5.6/macperl
18200            ! macos/Perl.r
18201 ____________________________________________________________________________
18202 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
18203         Log: Bump versions, dates, etc.
18204      Branch: maint-5.6/macperl
18205            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
18206 ____________________________________________________________________________
18207 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
18208         Log: coderefs in @INC and absolute paths
18209      Branch: maint-5.6/macperl
18210            ! embed.h pp_ctl.c proto.h
18211 ____________________________________________________________________________
18212 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
18213         Log: Minor module thingys
18214      Branch: maint-5.6/macperl
18215            ! macos/ext/Mac/Controls/Controls.xs
18216            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
18217            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
18218            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
18219            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
18220            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
18221            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
18222            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
18223            ! macos/ext/Mac/Movies/Movies.xs
18224            ! macos/ext/Mac/Navigation/Navigation.pm
18225            ! macos/ext/Mac/Navigation/Navigation.xs
18226            ! macos/ext/Mac/Notification/Notification.xs
18227            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
18228            ! macos/ext/Mac/Processes/Processes.xs
18229            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
18230            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
18231            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
18232            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
18233            ! macos/ext/Mac/Resources/Resources.pm
18234            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
18235            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
18236            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
18237            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
18238            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
18239 ____________________________________________________________________________
18240 [ 14393] By: nick                                  on 2002/01/23  19:52:19
18241         Log: Except Win32 from echo tests. (Alarm does not break into connect)
18242      Branch: perlio
18243            ! ext/Socket/Socket.t
18244 ____________________________________________________________________________
18245 [ 14392] By: nick                                  on 2002/01/23  19:31:57
18246         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
18247      Branch: perlio
18248            ! ext/threads/shared/shared.xs
18249 ____________________________________________________________________________
18250 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
18251         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
18252      Branch: perl
18253            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18254            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
18255            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
18256            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
18257            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
18258            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
18259            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
18260            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
18261            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
18262            ! x2p/util.c x2p/util.h x2p/walk.c
18263 ____________________________________________________________________________
18264 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
18265         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
18266              therefore quite probably also obsolete code.
18267      Branch: perl
18268            ! sv.c
18269 ____________________________________________________________________________
18270 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
18271         Log: Update Changes.
18272      Branch: perl
18273            ! Changes patchlevel.h
18274 ____________________________________________________________________________
18275 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
18276         Log: Small update on todo.  Could use a lot more.
18277      Branch: perl
18278            ! pod/perltodo.pod
18279 ____________________________________________________________________________
18280 [ 14387] By: nick                                  on 2002/01/23  14:19:30
18281         Log: thread::shared nearly working again - remaining issue
18282              is references withing shared space.
18283              Added bulk test with no threads involved (for debugging)
18284              Tuned tests to skip those needing _thrcnt
18285      Branch: perlio
18286            + ext/threads/shared/t/0nothread.t
18287            ! MANIFEST ext/threads/shared/shared.pm
18288            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
18289            ! ext/threads/shared/t/hv_refs.t
18290            ! ext/threads/shared/t/hv_simple.t
18291            ! ext/threads/shared/t/sv_simple.t
18292 ____________________________________________________________________________
18293 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
18294         Log: Subject: [ID 20020121.003] perldata doco bug
18295              From: John Stumbles <jstumbles@bluearc.com>
18296              Date: Mon, 21 Jan 2002 14:19:56 -0000
18297              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
18298      Branch: perl
18299            ! pod/perldata.pod
18300 ____________________________________________________________________________
18301 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
18302         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
18303              From: Michael G Schwern <schwern@pobox.com>
18304              Date: Mon, 21 Jan 2002 15:16:42 -0500
18305              Message-ID: <20020121201642.GA6659@blackrider>
18306      Branch: perl
18307            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
18308 ____________________________________________________________________________
18309 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
18310         Log: Subject: [PATCH] Re: eval not catching warnings?
18311              From: abigail@foad.org
18312              Date: Wed, 23 Jan 2002 15:35:47 +0100
18313              Message-ID: <20020123143547.24798.qmail@foad.org>
18314      Branch: perl
18315            ! pod/perlfunc.pod
18316 ____________________________________________________________________________
18317 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
18318         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
18319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18320              Date: Tue, 22 Jan 2002 17:00:54 -0800            
18321              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
18322      Branch: perl
18323            ! t/run/fresh_perl.t
18324 ____________________________________________________________________________
18325 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
18326         Log: metaconfig unit change for #14381.
18327      Branch: metaconfig/U/perl
18328            ! d_u32align.U
18329 ____________________________________________________________________________
18330 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
18331         Log: HP-UX 10.20 cc pacifying from Merijn.
18332      Branch: perl
18333            ! Configure
18334 ____________________________________________________________________________
18335 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
18336         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
18337              From: "Craig A. Berry" <craigberry@mac.com> 
18338              Date: Tue, 22 Jan 2002 22:14:26 -0600
18339              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
18340      Branch: perl
18341            ! vms/test.com
18342 ____________________________________________________________________________
18343 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
18344         Log: AIX cpp bug: having macro arguments and character constants
18345              "the same" means trouble (here s and 's')
18346              What broke now was 841 and 842 of t/op/pat.t, because of the
18347              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
18348              (note that breakage happened only under cc_r and usethreads+
18349              useithreads)
18350      Branch: perl
18351            ! utf8.h
18352 ____________________________________________________________________________
18353 [ 14378] By: nick                                  on 2002/01/22  20:33:15
18354         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
18355              so now croak() from asserts does not leave locks.
18356              Make hv_simple compile (new prototype for debugging probe).
18357      Branch: perlio
18358            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18359            ! ext/threads/shared/t/hv_simple.t
18360 ____________________________________________________________________________
18361 [ 14377] By: nick                                  on 2002/01/22  17:32:21
18362         Log: Shared scalars working, some shared array ops working.
18363      Branch: perlio
18364            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18365            ! ext/threads/shared/t/sv_refs.t
18366            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
18367 ____________________________________________________________________________
18368 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
18369         Log: Subject: [PATCH] Support truncate() in VOS port
18370              From: Paul_GreenVOS@vos.stratus.com
18371              Date: Mon, 21 Jan 02 23:27 est
18372              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
18373      Branch: perl
18374            + vos/vos.c
18375            ! MANIFEST hints/vos.sh vos/vosish.h
18376 ____________________________________________________________________________
18377 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
18378         Log: metaconfig unit changes for #14374.  Couldn't figure
18379              how to get completely rid of _() (some weird dependency
18380              pulling it in?) so renamed it as PROTO_().
18381      Branch: metaconfig
18382            + U/modified/d_shmat.U U/modified/prototype.U
18383            ! U/protos/d_drand48proto.U
18384      Branch: metaconfig/U/perl
18385            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
18386 ____________________________________________________________________________
18387 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
18388         Log: Get rid of the _() macro since (1) we require ANSI anyway
18389              (2) Other software (GNU) seems to use it and we don't need it,
18390              so let's give it up.
18391      Branch: perl
18392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18393            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
18394            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
18395            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
18396            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
18397            ! wince/config.h wince/config_H.ce
18398 ____________________________________________________________________________
18399 [ 14373] By: nick                                  on 2002/01/22  10:10:48
18400         Log: Miss mg_len == 0 meaning don't Safefree
18401      Branch: perlio
18402            ! mg.c
18403 ____________________________________________________________________________
18404 [ 14372] By: nick                                  on 2002/01/21  22:34:06
18405         Log: XS side of new threads::shared designed, coded and compiles,
18406              and mostly commented but is totaly untested.
18407              submit in case anyone wants a preview.
18408      Branch: perlio
18409            + ext/threads/shared/typemap
18410            ! MANIFEST ext/threads/shared/shared.pm
18411            ! ext/threads/shared/shared.xs
18412 ____________________________________________________________________________
18413 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
18414         Log: Subject: [BUG] /\_/ an unrecognized escape?
18415              From: Michael G Schwern <schwern@pobox.com>
18416              Date: Mon, 21 Jan 2002 15:22:54 -0500
18417              Message-ID: <20020121202254.GA6731@blackrider>
18418      Branch: perl
18419            ! t/lib/warnings/toke toke.c
18420 ____________________________________________________________________________
18421 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
18422         Log: Undo the renaming of the Unicode data files; the simple
18423              solution being not including the *.html files.  This means
18424              that in the future there is no need for any renamings
18425              (well, assuming that the Consortium doesn't cause any),
18426              and the files are named like they are in the Consortium
18427              website, thus alleviating confusion.
18428      Branch: perl
18429            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
18430            + lib/unicore/CaseFolding.txt
18431            + lib/unicore/CompositionExclusions.txt
18432            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
18433            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
18434            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
18435            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
18436            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
18437            - lib/unicore/NamesList.html lib/unicore/PropList.html
18438            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
18439            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
18440            - lib/unicore/rename
18441            ! (edit 285 files)
18442 ____________________________________________________________________________
18443 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
18444         Log: Update Changes.
18445      Branch: perl
18446            ! Changes patchlevel.h
18447 ____________________________________________________________________________
18448 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
18449         Log: Subject: RE: BCC for Win32 is unhappy @14331
18450              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
18451              Date: Mon, 21 Jan 2002 09:48:40 +0300
18452              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
18453              
18454              (using IV instead of int)
18455      Branch: perl
18456            ! hv.h
18457 ____________________________________________________________________________
18458 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
18459         Log: path_is_absolute() needs a prototype (and maybe
18460              a better name, but that's another story).
18461      Branch: perl
18462            ! embed.fnc embed.h pp_ctl.c proto.h
18463 ____________________________________________________________________________
18464 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
18465         Log: Subject: Re: coderefs in @INC
18466              From: Chris Nandor <pudge@pobox.com>
18467              Date: Thu, 17 Jan 2002 11:26:02 -0500
18468              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
18469      Branch: perl
18470            ! pp_ctl.c
18471 ____________________________________________________________________________
18472 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
18473         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
18474              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18475              Date: Sun, 20 Jan 2002 22:53:56 +0100
18476              Message-ID: <20020120225356.A12093@rafael>
18477      Branch: perl
18478            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
18479            ! t/lib/warnings/9enabled warnings.h warnings.pl
18480 ____________________________________________________________________________
18481 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
18482         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
18483              From: "Craig A. Berry" <craigberry@mac.com>
18484              Date: Sun, 20 Jan 2002 22:49:42 -0600
18485              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
18486      Branch: perl
18487            ! lib/ExtUtils/MakeMaker.pm
18488 ____________________________________________________________________________
18489 [ 14363] By: nick                                  on 2002/01/20  20:38:23
18490         Log: Add new threads/typemap to MANIFEST
18491      Branch: perlio
18492            ! MANIFEST
18493 ____________________________________________________________________________
18494 [ 14362] By: nick                                  on 2002/01/20  20:34:36
18495         Log: Integrate mainline
18496      Branch: perlio
18497           +> lib/Pod/t/Usage.t
18498           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
18499           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
18500           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
18501           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
18502           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
18503           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
18504           !> util.c
18505 ____________________________________________________________________________
18506 [ 14361] By: nick                                  on 2002/01/20  18:51:47
18507         Log: Integrate MANIFEST
18508      Branch: perlio
18509           !> MANIFEST
18510 ____________________________________________________________________________
18511 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
18512         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
18513              From: Paul_GreenVOS@vos.stratus.com
18514              Date: Sat, 19 Jan 02 17:17 est
18515              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
18516              
18517              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
18518              From: Paul_GreenVOS@vos.stratus.com
18519              Date: Sat, 19 Jan 02 17:19 est
18520              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
18521      Branch: perl
18522            ! lib/ExtUtils/t/Command.t
18523 ____________________________________________________________________________
18524 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
18525         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
18526              From: Paul_GreenVOS@vos.stratus.com
18527              Date: Sat, 19 Jan 02 14:30 est
18528              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
18529      Branch: perl
18530            ! lib/AnyDBM_File.t
18531 ____________________________________________________________________________
18532 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
18533         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
18534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
18535              Date: Sun, 20 Jan 2002 13:51:36 +0100
18536              Message-ID: <20020120135136.A710@rafael>
18537      Branch: perl
18538            ! ext/File/Glob/t/basic.t
18539 ____________________________________________________________________________
18540 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
18541         Log: #14352 deleted ext/threads/threads.h
18542      Branch: perlio
18543            ! MANIFEST
18544 ____________________________________________________________________________
18545 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
18546         Log: Eradicate sharedsv.*
18547      Branch: perlio
18548            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
18549 ____________________________________________________________________________
18550 [ 14355] By: nick                                  on 2002/01/20  11:50:22
18551         Log: threads work again on Win32. (Not threads::shared yet)
18552              Submit to see if they do on Linux.
18553      Branch: perlio
18554            ! ext/threads/shared/shared.xs ext/threads/threads.xs
18555            ! win32/makefile.mk
18556 ____________________________________________________________________________
18557 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
18558         Log: Make also hex() and oct() to croak if their arguments
18559              cannot be downgraded (that is, if they contain wide
18560              characters), just like crypt() does (and use the croak
18561              feature of sv_utf8_downgrade()).
18562      Branch: perl
18563            ! pp.c t/op/oct.t
18564 ____________________________________________________________________________
18565 [ 14353] By: nick                                  on 2002/01/19  22:20:09
18566         Log: Integrate Time/Local and its test
18567      Branch: perlio
18568           !> lib/Time/Local.pm lib/Time/Local.t
18569 ____________________________________________________________________________
18570 [ 14352] By: nick                                  on 2002/01/19  22:17:07
18571         Log: Nearly-working threads re-structuring. Do not integrate,
18572              submit-ing to get to Win32, and as "off site" backup.
18573      Branch: perlio
18574            + ext/threads/typemap
18575            - ext/threads/threads.h sharedsv.c sharedsv.h
18576            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
18577            ! embedvar.h ext/threads/shared/shared.pm
18578            ! ext/threads/shared/shared.xs ext/threads/threads.pm
18579            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
18580            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
18581            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
18582 ____________________________________________________________________________
18583 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
18584         Log: Regen toc.
18585      Branch: perl
18586            ! pod/perltoc.pod
18587 ____________________________________________________________________________
18588 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
18589         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
18590              From: David Dyck <dcd@tc.fluke.com>
18591              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
18592              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
18593      Branch: perl
18594            ! pod/perl5004delta.pod pod/perl5005delta.pod
18595            ! pod/perl561delta.pod pod/perl56delta.pod
18596 ____________________________________________________________________________
18597 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
18598         Log: FAQ sync.
18599      Branch: perl
18600            ! pod/perlfaq1.pod pod/perlfaq2.pod
18601 ____________________________________________________________________________
18602 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
18603         Log: Subject: [PATCH lib/Pod/t/Usage.t]
18604              From: Abe Timmerman <abe@ztreet.demon.nl>
18605              Date: Sat, 19 Jan 2002 19:57:57 +0100
18606              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
18607      Branch: perl
18608            + lib/Pod/t/Usage.t
18609            ! MANIFEST
18610 ____________________________________________________________________________
18611 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
18612         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
18613              From: Paul_GreenVOS@vos.stratus.com
18614              Date: Sat, 19 Jan 02 13:15 est
18615              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
18616      Branch: perl
18617            ! ext/SDBM_File/sdbm.t
18618 ____________________________________________________________________________
18619 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
18620         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
18621      Branch: perl
18622           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
18623           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
18624 ____________________________________________________________________________
18625 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
18626         Log: Alternative Time::Local algorithm that uses matemathical formula
18627              for timegm instead of progressive guessing
18628      Branch: perl
18629            ! lib/Time/Local.pm
18630 ____________________________________________________________________________
18631 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
18632         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
18633              From: Paul_GreenVOS@vos.stratus.com
18634              Date: Sat, 19 Jan 02 11:20 est
18635              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
18636      Branch: perl
18637            ! ext/File/Glob/t/basic.t
18638 ____________________________________________________________________________
18639 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
18640         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
18641              From: Paul_GreenVOS@vos.stratus.com
18642              Date: Fri, 18 Jan 02 22:56 est
18643              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
18644      Branch: perl
18645            ! ext/Cwd/t/cwd.t
18646 ____________________________________________________________________________
18647 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
18648         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
18649              From: Paul_GreenVOS@vos.stratus.com
18650              Date: Fri, 18 Jan 02 22:48 est
18651              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
18652      Branch: perl
18653            ! lib/Time/Local.t
18654 ____________________________________________________________________________
18655 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
18656         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
18657              From: Paul_GreenVOS@vos.stratus.com
18658              Date: Fri, 18 Jan 02 16:22 est
18659              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
18660      Branch: perl
18661            ! ext/Devel/DProf/DProf.t
18662 ____________________________________________________________________________
18663 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
18664         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
18665              From: Tels <perl_dummy@bloodgate.com>
18666              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
18667              Message-Id: <200201182106.XAA19133@taku.hut.fi>
18668      Branch: perl
18669            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
18670 ____________________________________________________________________________
18671 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
18672         Log: Don't do socketpair udp unless you've got all what it takes.
18673      Branch: perl
18674            ! util.c
18675 ____________________________________________________________________________
18676 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
18677         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
18678              From: Tels <perl_dummy@bloodgate.com>
18679              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
18680              Message-Id: <200201182206.AAA15310@taku.hut.fi>
18681      Branch: perl
18682            ! lib/ExtUtils/MM_BeOS.pm
18683 ____________________________________________________________________________
18684 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
18685         Log: metaconfig unit change for #14336.
18686      Branch: metaconfig
18687            ! U/modified/myhostname.U
18688 ____________________________________________________________________________
18689 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
18690         Log: Avoid bare "set", and kiss .uucp goodbye.
18691      Branch: perl
18692            ! Configure
18693 ____________________________________________________________________________
18694 [ 14335] By: nick                                  on 2002/01/18  22:11:42
18695         Log: Split out core of sv_magic() into sv_magicext().
18696              sv_magic provides the extra restictions (no READONLY, only
18697              one of each type, canned set of vtables), and sv_magicext()
18698              does the actual data twiddling.
18699              Also enhances semantics of ->mg_ptr setting via name/namlen
18700              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
18701              scratch area (namlen > 0 && name == NULL).
18702              sv_magicext also returns the MAGIC * it added.
18703              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
18704              
18705              To come sv_unmagicext() - which will remove just one magic
18706              of particular type, and additionaly match against ->mg_ptr,
18707              or the MAGIC * (need to experiment as to which is more natural).
18708      Branch: perlio
18709            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
18710            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
18711 ____________________________________________________________________________
18712 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
18713         Log: Retract #14327 for now, going to the limit seems
18714              to be too much for many platforms.
18715      Branch: perl
18716            ! lib/Time/Local.t
18717 ____________________________________________________________________________
18718 [ 14333] By: nick                                  on 2002/01/18  18:58:33
18719         Log: Integrate mainline
18720      Branch: perlio
18721           !> Changes patchlevel.h
18722 ____________________________________________________________________________
18723 [ 14332] By: nick                                  on 2002/01/18  16:19:06
18724         Log: Integrate mainline
18725      Branch: perlio
18726           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
18727           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
18728            - lib/ExtUtils/inst
18729           !> (integrate 32 files)
18730 ____________________________________________________________________________
18731 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
18732         Log: Update Changes.
18733      Branch: perl
18734            ! Changes patchlevel.h
18735 ____________________________________________________________________________
18736 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
18737         Log: Try to make the connect/read/write timeouting.
18738      Branch: perl
18739            ! ext/Socket/Socket.t
18740 ____________________________________________________________________________
18741 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
18742         Log: Netware Makefile tweak from Ananth Kesari.
18743      Branch: perl
18744            ! NetWare/Makefile
18745 ____________________________________________________________________________
18746 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
18747         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
18748              From: Michael G Schwern <schwern@pobox.com>
18749              Date: Fri, 18 Jan 2002 03:10:27 -0500
18750              Message-ID: <20020118081027.GE7226@blackrider>
18751      Branch: perl
18752            ! lib/File/Find.pm
18753 ____________________________________________________________________________
18754 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
18755         Log: (retracted by #14334)
18756              
18757              Subject: [PATCH] Improving lib/Time/Local.t
18758              From: Paul_GreenVOS@vos.stratus.com        
18759              Date: Thu, 17 Jan 02 22:36 est
18760              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
18761      Branch: perl
18762            ! lib/Time/Local.t
18763 ____________________________________________________________________________
18764 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
18765         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
18766              From: Abe Timmerman <abe@ztreet.demon.nl>  
18767              Date: Fri, 18 Jan 2002 13:18:47 +0100
18768              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
18769      Branch: perl
18770            ! lib/ExtUtils/t/MM_Win32.t
18771 ____________________________________________________________________________
18772 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
18773         Log: Subject: [PATCH] Syncing with bleadperl 
18774              From: Michael G Schwern <schwern@pobox.com> 
18775              Date: Fri, 18 Jan 2002 03:04:33 -0500
18776              Message-ID: <20020118080432.GC7226@blackrider>
18777      Branch: perl
18778            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
18779            - lib/ExtUtils/inst
18780            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
18781            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18782            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
18783            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
18784            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
18785            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
18786            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
18787            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
18788            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
18789            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18790            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
18791            ! lib/ExtUtils/testlib.pm
18792 ____________________________________________________________________________
18793 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
18794         Log: Detypo.
18795      Branch: perl
18796            ! AUTHORS
18797 ____________________________________________________________________________
18798 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
18799         Log: Subject: [PATCH] MM check_hints test
18800              From: Michael G Schwern <schwern@pobox.com>
18801              Date: Thu, 17 Jan 2002 20:25:57 -0500
18802              Message-ID: <20020118012557.GE32762@blackrider>
18803      Branch: perl
18804            + lib/ExtUtils/t/hints.t
18805            ! MANIFEST
18806 ____________________________________________________________________________
18807 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
18808         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
18809              From: Michael G Schwern <schwern@pobox.com> 
18810              Date: Thu, 17 Jan 2002 20:12:20 -0500
18811              Message-ID: <20020118011220.GC32762@blackrider>
18812              
18813              (#14317 replaced with this)
18814      Branch: perl
18815            ! lib/ExtUtils/MakeMaker.pm
18816 ____________________________________________________________________________
18817 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
18818         Log: Subject: [PATCH perldiag] overload.pm warnings
18819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18820              Date: Thu, 17 Jan 2002 23:53:49 +0100
18821              Message-ID: <20020117235349.A14530@rafael>
18822      Branch: perl
18823            ! pod/perldiag.pod
18824 ____________________________________________________________________________
18825 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
18826         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
18827              From: Michael G Schwern <schwern@pobox.com>
18828              Date: Thu, 17 Jan 2002 16:35:47 -0500
18829              Message-ID: <20020117213546.GD23830@blackrider>
18830      Branch: perl
18831            ! lib/File/Find.pm
18832 ____________________________________________________________________________
18833 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
18834         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
18835              From: chromatic <chromatic@rmci.net>
18836              Date: Thu, 17 Jan 2002 13:04:22 -0700
18837              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
18838      Branch: perl
18839            ! pod/perltodo.pod
18840 ____________________________________________________________________________
18841 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
18842         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
18843              From: chromatic <chromatic@rmci.net>
18844              Date: Thu, 17 Jan 2002 12:59:04 -0700
18845              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
18846      Branch: perl
18847            ! lib/ExtUtils/t/Mkbootstrap.t
18848 ____________________________________________________________________________
18849 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
18850         Log: (replaced by #14322)
18851              The #14300 broke hints file handling.
18852      Branch: perl
18853            ! lib/ExtUtils/MakeMaker.pm
18854 ____________________________________________________________________________
18855 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
18856         Log: metaconfig unit change for #14315.
18857      Branch: metaconfig/U/perl
18858            ! uselongdbl.U
18859 ____________________________________________________________________________
18860 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
18861         Log: Subject: [PATCH] long doubles
18862              From: Nicholas Clark <nick@unfortu.net>
18863              Date: Thu, 17 Jan 2002 17:06:28 +0000
18864              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
18865      Branch: perl
18866            ! Configure
18867 ____________________________________________________________________________
18868 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
18869         Log: metaconfig unit change for #14313.
18870      Branch: metaconfig
18871            ! U/modified/i_ndbm.U
18872 ____________________________________________________________________________
18873 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
18874         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
18875              From: Andy Dougherty <doughera@lafayette.edu>
18876              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
18877              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
18878      Branch: perl
18879            ! Configure
18880 ____________________________________________________________________________
18881 [ 14312] By: nick                                  on 2002/01/17  21:38:38
18882         Log: Integrate mainline (for ndbm fixes etc.)
18883      Branch: perlio
18884           +> t/run/fresh_perl.t
18885            - t/run/kill_perl.t
18886           !> Changes MANIFEST ext/Opcode/Opcode.xs
18887           !> ext/SDBM_File/sdbm/Makefile.PL
18888           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
18889           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
18890           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
18891           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
18892           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
18893 ____________________________________________________________________________
18894 [ 14311] By: sky                                   on 2002/01/17  21:01:00
18895         Log: Simplify the code that duplicates the threads 
18896              init function and the parameters to the thread by using sv_dup. 
18897              Note,what happens if you pass a shared variable as a parameter?
18898      Branch: perl
18899            ! ext/threads/threads.xs
18900 ____________________________________________________________________________
18901 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
18902         Log: Update Changes.
18903      Branch: perl
18904            ! Changes patchlevel.h
18905 ____________________________________________________________________________
18906 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
18907         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
18908              with fresh_perl_is() and fresh_perl_like().
18909      Branch: perl
18910            + t/run/fresh_perl.t
18911            - t/run/kill_perl.t
18912            ! MANIFEST t/test.pl
18913 ____________________________________________________________________________
18914 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
18915         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
18916              From: Benjamin Goldberg <goldbb2@earthlink.net>
18917              Date: Wed, 09 Jan 2002 21:03:16 -0500
18918              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
18919      Branch: perl
18920            ! ext/Unicode/Normalize/Normalize.pm
18921 ____________________________________________________________________________
18922 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
18923         Log: Retract #14144 as Hugo isn't happy with it.
18924      Branch: perl
18925            ! scope.c t/run/kill_perl.t
18926 ____________________________________________________________________________
18927 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
18928         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
18929              From: Richard Clamp <richardc@unixbeard.net>
18930              Date: Wed, 16 Jan 2002 17:34:31 +0000
18931              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
18932      Branch: perl
18933            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
18934 ____________________________________________________________________________
18935 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
18936         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
18937              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18938              Date: Tue, 15 Jan 2002 21:23:30 +0100
18939              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
18940      Branch: perl
18941            ! ext/Opcode/Opcode.xs
18942 ____________________________________________________________________________
18943 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
18944         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
18945              From: Paul_GreenVOS@vos.stratus.com
18946              Date: Wed, 16 Jan 02 6:42 est
18947              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
18948      Branch: perl
18949            ! t/io/fs.t t/op/crypt.t
18950 ____________________________________________________________________________
18951 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
18952         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
18953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18954              Date: Wed, 16 Jan 2002 13:43:39 +0100
18955              Message-ID: <20020116134339.A704@rafael>
18956              
18957              (replaces #14302)
18958      Branch: perl
18959            ! mg.c t/lib/warnings/mg
18960 ____________________________________________________________________________
18961 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
18962         Log: (replaced by #14303)
18963              Subject: [PATCH] length of undefined $(digit) should warn
18964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18965              Date: Tue, 15 Jan 2002 23:02:44 +0100            
18966              Message-ID: <20020115230244.A31786@rafael>     
18967      Branch: perl
18968            ! mg.c t/lib/warnings/mg
18969 ____________________________________________________________________________
18970 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
18971         Log: The non-MakeMaker.pm parts of
18972              
18973              Subject: [PATCH] Re: MM_Beos.pm?
18974              From: Tels <perl_dummy@bloodgate.com>
18975              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
18976              Message-Id: <200201142006.WAA29544@taas.iki.fi>
18977      Branch: perl
18978            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
18979            ! lib/ExtUtils/t/MM_Unix.t
18980 ____________________________________________________________________________
18981 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
18982         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
18983              From: Michael G Schwern <schwern@pobox.com>    
18984              Date: Tue, 15 Jan 2002 20:07:50 -0500            
18985              Message-ID: <20020116010750.GH625@blackrider>  
18986      Branch: perl
18987            ! lib/ExtUtils/MakeMaker.pm
18988 ____________________________________________________________________________
18989 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
18990         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
18991              From: Jeffrey Friedl <jfriedl@yahoo.com>       
18992              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
18993              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
18994      Branch: perl
18995            ! lib/Text/Tabs.pm
18996 ____________________________________________________________________________
18997 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
18998         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
18999              From: "Green, Paul" <Paul.Green@stratus.com>
19000              Date: Tue, 15 Jan 2002 22:28:10 -0500
19001              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
19002      Branch: perl
19003            ! lib/ExtUtils/MM_Unix.pm
19004 ____________________________________________________________________________
19005 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
19006         Log: Integrate perlio; offsetof() is in <stddef.h>
19007      Branch: perl
19008           !> ext/Socket/Socket.xs
19009 ____________________________________________________________________________
19010 [ 14296] By: nick                                  on 2002/01/16  13:02:29
19011         Log: offsetof() is in <stddef.h>
19012      Branch: perlio
19013            ! ext/Socket/Socket.xs
19014 ____________________________________________________________________________
19015 [ 14295] By: nick                                  on 2002/01/16  07:25:29
19016         Log: Integrate mainline
19017      Branch: perlio
19018           +> (branch 262 files)
19019            - (delete 285 files)
19020           !> (integrate 34 files)
19021 ____________________________________________________________________________
19022 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
19023         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
19024              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
19025              Canonical.pl and Exact.pl.
19026      Branch: perl
19027            + (add 259 files)
19028            - (delete 288 files)
19029            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
19030            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
19031            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19032            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
19033 ____________________________________________________________________________
19034 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
19035         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
19036      Branch: perl
19037            ! ext/Socket/Socket.xs
19038 ____________________________________________________________________________
19039 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
19040         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
19041              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19042              Date: Tue, 15 Jan 2002 21:59:19 +0100
19043              Message-ID: <3C44A637.16602.25EB208@localhost>
19044      Branch: perl
19045            ! embed.fnc embed.h proto.h
19046 ____________________________________________________________________________
19047 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
19048         Log: Duh.  The updated In/*.pl weren't checked in.
19049      Branch: perl
19050            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
19051            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
19052            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
19053            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
19054            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
19055            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
19056            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
19057            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
19058            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
19059            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
19060            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
19061            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
19062            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
19063            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
19064            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
19065            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
19066            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
19067            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
19068            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
19069            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
19070            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
19071            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
19072            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
19073            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
19074            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
19075            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
19076            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
19077            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
19078            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
19079            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
19080            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
19081            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
19082            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
19083            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
19084            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
19085            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
19086            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
19087            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
19088            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
19089            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
19090            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
19091            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
19092            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
19093            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
19094            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
19095            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
19096            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
19097            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
19098 ____________________________________________________________________________
19099 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
19100         Log: Update Changes.
19101      Branch: perl
19102            ! Changes patchlevel.h
19103 ____________________________________________________________________________
19104 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
19105         Log: Jeffrey is trying very hard to avoid working on his
19106              book, it would seem :-) (better naming, better comments
19107              in the files)
19108      Branch: perl
19109            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
19110            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
19111            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
19112            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
19113            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
19114            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
19115            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
19116            - lib/unicore/Is/IDStart.pl
19117            ! (edit 200 files)
19118 ____________________________________________________________________________
19119 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
19120         Log: metaconfig unit changes for #14287.
19121      Branch: metaconfig
19122            + U/modified/Chk_MANI.U
19123            ! U/modified/Extract.U U/modified/Finish.U
19124      Branch: metaconfig/U/perl
19125            ! Extensions.U dlsrc.U
19126 ____________________________________________________________________________
19127 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
19128         Log: Some protection against spaces in directory names.
19129              (Tru64 still has some makedepend problems in such
19130              cases but that looks like Tru64's problem.)
19131      Branch: perl
19132            ! Configure Makefile.SH
19133 ____________________________________________________________________________
19134 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
19135         Log: Should have been in #14285 but I have sausages for fingers.
19136      Branch: perl
19137            + lib/ExtUtils/MM_BeOS.pm
19138 ____________________________________________________________________________
19139 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
19140         Log: MM_BeOS from Tels.
19141      Branch: perl
19142            + lib/ExtUtils/t/MM_BeOS.t
19143            ! MANIFEST
19144 ____________________________________________________________________________
19145 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
19146         Log: Integrate perlio;
19147              
19148              (reintroduce #14251) Slab allocator for ops
19149              - moved the statics to intrpvar.h
19150              - implemented Slab_Free()
19151              - uses PerlMemShared (for now) if distinction exists.
19152              
19153              Slab allocator submit after resolve -ay to keep it!
19154              
19155              Hand merge of non slab allocator stuff
19156              
19157              const-ness fix in savepv's passing of NULL
19158              
19159              Typo in #else branch of PL_SLAB_ALLOC
19160              
19161              Integrate rest of mainline
19162              
19163              Regen embed enable slab for PERL_IMPLICIT_SYS
19164              
19165              Correct name of PL_OP_SLAB_ALLOC
19166              
19167              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
19168              e.g. -Duse64bitint on a 32-bit platform.
19169              Now uses I32 for use-count and is more careful with its casts.
19170      Branch: perl
19171           !> (integrate 28 files)
19172 ____________________________________________________________________________
19173 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
19174         Log: Add Shuck URL
19175      Branch: maint-5.6/macperl
19176            ! macos/macperl/MacPerl.podhelp
19177 ____________________________________________________________________________
19178 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
19179         Log: Remove obsolete docs
19180      Branch: maint-5.6/macperl
19181            ! ext/File/Glob/Glob.pm
19182 ____________________________________________________________________________
19183 [ 14281] By: nick                                  on 2002/01/15  15:08:43
19184         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
19185              e.g. -Duse64bitint on a 32-bit platform.
19186              Now uses I32 for use-count and is more careful with its casts.
19187      Branch: perlio
19188            ! intrpvar.h op.c
19189 ____________________________________________________________________________
19190 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
19191         Log: Update bundled modules.  Yow!
19192      Branch: maint-5.6/macperl
19193            + macos/bundled_ext/Compress/Zlib/constants.h
19194            + macos/bundled_ext/Compress/Zlib/constants.xs
19195            + macos/bundled_ext/Filter/Util/Call/ppport.h
19196            + macos/bundled_ext/Storable/t/compat-0.6.t
19197            + macos/bundled_ext/Storable/t/dump.pl
19198            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
19199            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
19200            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
19201            + macos/bundled_lib/blib/lib/URI/ssh.pm
19202            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
19203            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
19204            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
19205            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
19206            + macos/bundled_lib/t/Filter/Simple/data.t
19207            + macos/bundled_lib/t/Filter/Simple/export.t
19208            + macos/bundled_lib/t/Filter/Simple/filter_only.t
19209            + macos/bundled_lib/t/Filter/Simple/import.t
19210            + macos/bundled_lib/t/NEXT/actual.t
19211            + macos/bundled_lib/t/NEXT/actuns.t
19212            + macos/bundled_lib/t/NEXT/next.t
19213            + macos/bundled_lib/t/NEXT/unseen.t
19214            + macos/bundled_lib/t/libnet/netrc.t
19215            + macos/bundled_lib/t/libwww-perl/base/http.t
19216            + macos/bundled_lib/t/libwww-perl/live/activestate.t
19217            - macos/bundled_ext/Filter/t/FilterTest.pm
19218            - macos/bundled_ext/Storable/t/compat06.t
19219            - macos/bundled_ext/Storable/t/st-dump.pl
19220            - macos/bundled_lib/t/NEXT/test.pl
19221            - macos/bundled_lib/t/libwww-perl/live/google.t
19222            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
19223            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
19224            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
19225            ! macos/bundled_ext/Compress/Zlib/README
19226            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
19227            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
19228            ! macos/bundled_ext/Compress/Zlib/t/examples.t
19229            ! macos/bundled_ext/Filter/Util/Call/Call.pm
19230            ! macos/bundled_ext/Filter/Util/Call/Call.xs
19231            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
19232            ! macos/bundled_ext/Filter/t/call.t
19233            ! macos/bundled_ext/Filter/t/filter-util.pl
19234            ! macos/bundled_ext/Storable/ChangeLog
19235            ! macos/bundled_ext/Storable/README
19236            ! macos/bundled_ext/Storable/Storable.pm
19237            ! macos/bundled_ext/Storable/t/blessed.t
19238            ! macos/bundled_ext/Storable/t/canonical.t
19239            ! macos/bundled_ext/Storable/t/dclone.t
19240            ! macos/bundled_ext/Storable/t/forgive.t
19241            ! macos/bundled_ext/Storable/t/freeze.t
19242            ! macos/bundled_ext/Storable/t/lock.t
19243            ! macos/bundled_ext/Storable/t/overload.t
19244            ! macos/bundled_ext/Storable/t/recurse.t
19245            ! macos/bundled_ext/Storable/t/retrieve.t
19246            ! macos/bundled_ext/Storable/t/store.t
19247            ! macos/bundled_ext/Storable/t/tied.t
19248            ! macos/bundled_ext/Storable/t/tied_hook.t
19249            ! macos/bundled_ext/Storable/t/tied_items.t
19250            ! macos/bundled_ext/Storable/t/utf8.t
19251            ! macos/bundled_lib/blib/lib/File/Sort.pm
19252            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
19253            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
19254            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
19255            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
19256            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
19257            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
19258            ! macos/bundled_lib/blib/lib/LWP.pm
19259            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
19260            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
19261            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
19262            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
19263            ! macos/bundled_lib/blib/lib/Mail/Address.pm
19264            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
19265            ! macos/bundled_lib/blib/lib/Mail/Field.pm
19266            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
19267            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
19268            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
19269            ! macos/bundled_lib/blib/lib/Mail/Header.pm
19270            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
19271            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
19272            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
19273            ! macos/bundled_lib/blib/lib/Mail/Send.pm
19274            ! macos/bundled_lib/blib/lib/Mail/Util.pm
19275            ! macos/bundled_lib/blib/lib/NEXT.pm
19276            ! macos/bundled_lib/blib/lib/Net/Config.pm
19277            ! macos/bundled_lib/blib/lib/Net/Domain.pm
19278            ! macos/bundled_lib/blib/lib/Net/FTP.pm
19279            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
19280            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
19281            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
19282            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
19283            ! macos/bundled_lib/blib/lib/Net/POP3.pm
19284            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
19285            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
19286            ! macos/bundled_lib/blib/lib/Switch.pm
19287            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
19288            ! macos/bundled_lib/blib/lib/URI/Escape.pm
19289            ! macos/bundled_lib/blib/lib/URI/ftp.pm
19290            ! macos/bundled_lib/blib/lib/lwpcook.pod
19291            ! macos/bundled_lib/t/Filter/Simple/filter.t
19292            ! macos/bundled_lib/t/Switch/t/nested.t
19293            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
19294            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
19295            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
19296            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
19297            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
19298            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
19299            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
19300            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
19301            ! macos/bundled_lib/t/libnet/config.t
19302            ! macos/bundled_lib/t/libnet/ftp.t
19303            ! macos/bundled_lib/t/libnet/hostname.t
19304            ! macos/bundled_lib/t/libnet/nntp.t
19305            ! macos/bundled_lib/t/libnet/require.t
19306            ! macos/bundled_lib/t/libnet/smtp.t
19307            ! macos/bundled_lib/t/libwww-perl/base/headers.t
19308            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
19309            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
19310            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
19311            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
19312            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
19313            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
19314            ! macos/bundled_lib/t/libwww-perl/live/validator.t
19315            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
19316 ____________________________________________________________________________
19317 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
19318         Log: Subject: [PATCH] Socket::sockaddr_family
19319              From: Gisle Aas <gisle@ActiveState.com> 
19320              Date: 15 Jan 2002 06:35:28 -0800
19321              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
19322      Branch: perl
19323            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
19324 ____________________________________________________________________________
19325 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
19326         Log: Subject: [PATCH perldiag] Style issue
19327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19328              Date: Tue, 15 Jan 2002 15:36:30 +0100                
19329              Message-ID: <20020115153630.A11568@rafael>
19330      Branch: perl
19331            ! pod/perldiag.pod
19332 ____________________________________________________________________________
19333 [ 14277] By: nick                                  on 2002/01/15  14:30:51
19334         Log: Correct name of PL_OP_SLAB_ALLOC
19335      Branch: perlio
19336            ! perl.h
19337 ____________________________________________________________________________
19338 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
19339         Log: NetWare tweak from Ananth Kesari.
19340      Branch: perl
19341            ! lib/ExtUtils/MakeMaker.pm
19342 ____________________________________________________________________________
19343 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
19344         Log: Throwback.
19345      Branch: perl
19346            ! MANIFEST
19347 ____________________________________________________________________________
19348 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
19349         Log: A couple of additional character classes from Jeffrey,
19350              hopefully useful in future for internal use for implementing
19351              some special cases of casing.
19352              
19353              Also regenerate once more all the character classes,
19354              now without the timestamp.  A timestamp would be kind of
19355              nice but it's not: having a timestamp in a file means that
19356              even if the effective contents of file really didn't
19357              change, the file looks as if it changed.
19358      Branch: perl
19359            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
19360            + lib/unicore/Is/CombAbov.pl
19361            ! (edit 304 files)
19362 ____________________________________________________________________________
19363 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
19364         Log: Make the test harder.
19365      Branch: perl
19366            ! t/op/pat.t
19367 ____________________________________________________________________________
19368 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
19369         Log: Additional utf8_heavy.pl tweak from Jeffrey.
19370      Branch: perl
19371            ! lib/utf8_heavy.pl
19372 ____________________________________________________________________________
19373 [ 14271] By: nick                                  on 2002/01/15  11:29:47
19374         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
19375      Branch: perlio
19376            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
19377            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
19378 ____________________________________________________________________________
19379 [ 14270] By: nick                                  on 2002/01/15  08:19:08
19380         Log: Integrate rest of mainline
19381      Branch: perlio
19382           !> (integrate 28 files)
19383 ____________________________________________________________________________
19384 [ 14269] By: nick                                  on 2002/01/15  08:02:44
19385         Log: Typo in #else branch of PL_SLAB_ALLOC
19386      Branch: perlio
19387            ! op.c
19388 ____________________________________________________________________________
19389 [ 14268] By: nick                                  on 2002/01/15  07:57:47
19390         Log: const-ness fix in savepv's passing of NULL
19391      Branch: perlio
19392            ! util.c
19393 ____________________________________________________________________________
19394 [ 14267] By: nick                                  on 2002/01/15  07:42:17
19395         Log: Hand merge of non slab allocator stuff
19396      Branch: perlio
19397            ! op.c
19398 ____________________________________________________________________________
19399 [ 14266] By: nick                                  on 2002/01/15  07:39:33
19400         Log: Slab allocator submit after resolve -ay to keep it!
19401      Branch: perlio
19402           !> op.c
19403 ____________________________________________________________________________
19404 [ 14265] By: nick                                  on 2002/01/15  07:05:06
19405         Log: Blind integrate of bulk of mainline.
19406      Branch: perlio
19407           +> (branch 173 files)
19408            - (delete 184 files)
19409           !> (integrate 146 files)
19410 ____________________________________________________________________________
19411 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
19412         Log: Pod nits.
19413      Branch: perl
19414            ! lib/Unicode/UCD.pm pod/perlunicode.pod
19415 ____________________________________________________________________________
19416 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
19417         Log: The Unicode categories doc patch to go with #14254,
19418              from Jeffrey.
19419      Branch: perl
19420            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
19421 ____________________________________________________________________________
19422 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
19423         Log: There isn't going to be perl.third.exe.
19424      Branch: perl
19425            ! Makefile.SH
19426 ____________________________________________________________________________
19427 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
19428         Log: Subject: [PATCH] small coredump correction
19429              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19430              Date: Tue, 15 Jan 2002 00:22:52 +0100
19431              Message-ID: <20020115002252.I691@rafael>
19432      Branch: perl
19433            ! op.c
19434 ____________________________________________________________________________
19435 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
19436         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
19437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19438              Date: Mon, 14 Jan 2002 23:03:04 +0100
19439              Message-ID: <20020114230304.A691@rafael>   
19440              
19441              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
19442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19443              Date: Mon, 14 Jan 2002 23:18:43 +0100
19444              Message-ID: <20020114231843.E691@rafael>   
19445      Branch: perl
19446            ! pod/perlsub.pod t/op/override.t toke.c
19447 ____________________________________________________________________________
19448 [ 14259] By: nick                                  on 2002/01/14  22:02:49
19449         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
19450              Need to use CopXXXXX macros everywhere and add CopSTASH_free
19451              Add new scope type and add support for it to scope.c and scope stack
19452              dup-er in sv.c. Add savesharedpv().
19453              Also zealous version of Win32's vmem.h to catch all the abuses.
19454              With this t/op/fork.t passes even with zealous checking and 
19455              checker is point a finger at various threads/shared issues.
19456              
19457              PL_curcop->cop_io is still an issue.
19458      Branch: perlio
19459            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
19460            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
19461            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
19462            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
19463            ! win32/vmem.h win32/win32.c win32/win32.h
19464 ____________________________________________________________________________
19465 [ 14258] By: nick                                  on 2002/01/14  20:24:28
19466         Log: Integrate build parts of mainline
19467      Branch: perlio
19468           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
19469           !> lib/ExtUtils/t/MM_Win32.t
19470 ____________________________________________________________________________
19471 [ 14257] By: nick                                  on 2002/01/14  16:10:54
19472         Log: Inverted sense of special-ness of specialCopIO - supposed to 
19473              be true if value is "special" i.e. NOT an SV.
19474      Branch: perlio
19475            ! perlio.h
19476 ____________________________________________________________________________
19477 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
19478         Log: Update Changes.
19479      Branch: perl
19480            ! Changes patchlevel.h
19481 ____________________________________________________________________________
19482 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
19483         Log: Retract #14251 (the op slab allocator from perlio)
19484              until we figure out why 2.2.19 x86 debian gets
19485              a circular sibling chain and therefore hangs in
19486              the Perl_ck_subr() sibling for-loop.
19487      Branch: perl
19488            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
19489            ! perlapi.c perlapi.h proto.h
19490 ____________________________________________________________________________
19491 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
19492         Log: Big mktables rewrite from Jeffrey;
19493              documentation not yet updated.
19494      Branch: perl
19495            + (add 171 files)
19496            - (delete 182 files)
19497            ! (edit 135 files)
19498 ____________________________________________________________________________
19499 [ 14253] By: ams                                   on 2002/01/14  03:15:05
19500         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
19501              From: Michael G Schwern <schwern@pobox.com>
19502              Date: Sun, 13 Jan 2002 21:00:07 -0500
19503              Message-Id: <20020114020007.GB2877@blackrider>
19504      Branch: perl
19505            ! lib/Cwd.pm
19506 ____________________________________________________________________________
19507 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
19508         Log: Subject: Re: Win32 status - progress !
19509              From: Abe Timmerman <abe@ztreet.demon.nl>       
19510              Date: Mon, 14 Jan 2002 02:29:51 +0100
19511              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
19512      Branch: perl
19513            ! lib/ExtUtils/t/MM_Win32.t
19514 ____________________________________________________________________________
19515 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
19516         Log: Integrate perlio.
19517              
19518              Slab allocator for ops
19519              - moved the statics to intrpvar.h
19520              - implemented Slab_Free()
19521              - uses PerlMemShared (for now) if distinction exists.
19522      Branch: perl
19523           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
19524           !> perlapi.c perlapi.h proto.h
19525 ____________________________________________________________________________
19526 [ 14250] By: nick                                  on 2002/01/13  23:22:34
19527         Log: Slab allocator for ops
19528              - moved the statics to intrpvar.h
19529              - implemented Slab_Free()
19530              - uses PerlMemShared (for now) if distinction exists.
19531      Branch: perlio
19532            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
19533            ! perlapi.c perlapi.h proto.h
19534 ____________________________________________________________________________
19535 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
19536         Log: Start a new test category: uni.  Much of t/op/pat
19537              should probably be moved here, but holding on that
19538              until Jeffrey finishes his big mktables rewrite.
19539              Bits and pieces of op/split, op/pack, op/append,
19540              op/join, could probably be moved to respective uni
19541              tests, too.
19542      Branch: perl
19543            + t/uni/fold.t t/uni/sprintf.t
19544            - t/op/unifold.t t/op/unisprintf.t
19545            ! MANIFEST t/TEST t/harness
19546 ____________________________________________________________________________
19547 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
19548         Log: Subject: [PATCH] enable Win32 to build again
19549              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19550              Date: Sun, 13 Jan 2002 21:49:24 +0100
19551              Message-ID: <3C4200E4.15926.23F6131@localhost>
19552              
19553              miniperl.exe.exe does not exe that well.
19554      Branch: perl
19555            ! lib/ExtUtils/MM_Unix.pm
19556 ____________________________________________________________________________
19557 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
19558         Log: Mention some of the load-affected tests.
19559      Branch: perl
19560            ! INSTALL
19561 ____________________________________________________________________________
19562 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
19563         Log: Move the UTF-8 conversion code earlier so that
19564              op/ver is happy.
19565      Branch: perl
19566            ! sv.c t/op/ver.t
19567 ____________________________________________________________________________
19568 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
19569         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
19570              have diverged quite a bit so no updates there.
19571      Branch: perl
19572            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
19573            ! ext/List/Util/lib/List/Util.pm
19574            ! ext/List/Util/lib/Scalar/Util.pm
19575 ____________________________________________________________________________
19576 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
19577         Log: Make the crypt() pickier: if downgrading doesn't work,
19578              croak.
19579      Branch: perl
19580            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
19581 ____________________________________________________________________________
19582 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
19583         Log: Grow the buffer in case Unicode caused size changes
19584              (and it very probably did).
19585      Branch: perl
19586            ! sv.c
19587 ____________________________________________________________________________
19588 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
19589         Log: Future-proofing from Jeffrey Friedl (for conflicting
19590              In* and Is* names).
19591      Branch: perl
19592            ! lib/utf8_heavy.pl
19593 ____________________________________________________________________________
19594 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
19595         Log: Subject: [PATCH] Re: Warning in B.xs
19596              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19597              Date: Sun, 13 Jan 2002 19:39:52 +0100
19598              Message-ID: <3C41E288.20562.1C8C895@localhost>
19599      Branch: perl
19600            ! ext/B/B.xs
19601 ____________________________________________________________________________
19602 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
19603         Log: Subject: Re: lookbehind broken with latest bleedperl
19604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19605              Date: Sun, 13 Jan 2002 18:06:22 +0000
19606              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
19607      Branch: perl
19608            ! regexec.c t/op/re_tests
19609 ____________________________________________________________________________
19610 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
19611         Log: Subject: [PATCH] more MM_Unix.t tests
19612              From: Tels <perl_dummy@bloodgate.com>
19613              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
19614              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
19615              
19616              Subject: [PATCH] 14220 misunderstood, I bet          
19617              From: andreas.koenig@anima.de (Andreas J. Koenig)
19618              Date: 12 Jan 2002 21:31:58 +0100
19619              Message-ID: <m3k7un8g5d.fsf@anima.de>
19620      Branch: perl
19621            ! lib/ExtUtils/t/MM_Unix.t
19622 ____________________________________________________________________________
19623 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
19624         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
19625              From: Tels <perl_dummy@bloodgate.com>
19626              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
19627              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
19628              
19629              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
19630              From: Tels <perl_dummy@bloodgate.com>
19631              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
19632              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
19633      Branch: perl
19634            ! lib/ExtUtils/MM_Unix.pm
19635 ____________________________________________________________________________
19636 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
19637         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
19638              From: Nicholas Clark <nick@unfortu.net> 
19639              Date: Sun, 13 Jan 2002 15:58:34 +0000
19640              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
19641      Branch: perl
19642            ! lib/Benchmark.t
19643 ____________________________________________________________________________
19644 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
19645         Log: Anton Berezin did more reading and the uid setting story
19646              gets more complex.
19647      Branch: perl
19648            ! pod/perltodo.pod utils/perldoc.PL
19649 ____________________________________________________________________________
19650 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
19651         Log: Integrate perlio;
19652              
19653              Win32 fixes:
19654              - vmem.h hack to handle free-by-wrong-thread after eval "".
19655              - Initialize timerid 
19656      Branch: perl
19657           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
19658 ____________________________________________________________________________
19659 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
19660         Log: Subject: Re: HiRes
19661              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19662              Date: Sun, 13 Jan 2002 10:18:46 +0100
19663              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
19664              
19665              Give up on socketpair in HP-UX.
19666      Branch: perl
19667            ! ext/Socket/socketpair.t
19668 ____________________________________________________________________________
19669 [ 14233] By: nick                                  on 2002/01/13  16:29:30
19670         Log: Integrate mainline
19671      Branch: perlio
19672           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
19673           !> (integrate 46 files)
19674 ____________________________________________________________________________
19675 [ 14232] By: nick                                  on 2002/01/13  15:37:48
19676         Log: Win32 fixes:
19677              - vmem.h hack to handle free-by-wrong-thread after eval "".
19678              - Initialize timerid 
19679      Branch: perlio
19680            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
19681 ____________________________________________________________________________
19682 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
19683         Log: *groan*
19684      Branch: perl
19685            ! t/op/pat.t
19686 ____________________________________________________________________________
19687 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
19688         Log: One more sharp s case found by Jeffrey.
19689      Branch: perl
19690            ! regexec.c t/op/pat.t
19691 ____________________________________________________________________________
19692 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
19693         Log: Comment tweak.
19694      Branch: perl
19695            ! regexec.c
19696 ____________________________________________________________________________
19697 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
19698         Log: Don't bother checking for the Greek special
19699              cases if the node is too short.
19700      Branch: perl
19701            ! regcomp.c
19702 ____________________________________________________________________________
19703 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
19704         Log: Update Changes.
19705      Branch: perl
19706            ! Changes patchlevel.h
19707 ____________________________________________________________________________
19708 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
19709         Log: metaconfig unit change for #14225.
19710      Branch: metaconfig
19711            + U/modified/i_ndbm.U
19712 ____________________________________________________________________________
19713 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
19714         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
19715              From: Jonathan Stowe <gellyfish@gellyfish.com>
19716              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
19717              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
19718      Branch: perl
19719            ! Configure config_h.SH
19720 ____________________________________________________________________________
19721 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
19722         Log: Quick reformat using indent -kr -nce, as requested
19723              by Dan Kogai and suggest by NI-S.
19724      Branch: perl
19725            ! ext/Encode/encengine.c
19726 ____________________________________________________________________________
19727 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
19728         Log: Couple more Unicode lookbehind tests.
19729      Branch: perl
19730            ! t/op/pat.t
19731 ____________________________________________________________________________
19732 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
19733         Log: Sharp S as a special treat for our German UTF-8 testers :-)
19734      Branch: perl
19735            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
19736 ____________________________________________________________________________
19737 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
19738         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
19739              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19740              Date: Sat, 12 Jan 2002 20:37:32 +0100
19741              Message-ID: <3C409E8C.16203.196C2D3@localhost>
19742      Branch: perl
19743            ! ext/B/B/Deparse.pm
19744 ____________________________________________________________________________
19745 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
19746         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
19747              really worth the bits it's printed on?
19748      Branch: perl
19749            ! lib/ExtUtils/t/MM_Unix.t
19750 ____________________________________________________________________________
19751 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
19752         Log: Special treatment for U+03B0 and U+0390 in //i,
19753              this means that we can remove the minlen pessimisations
19754              introduced by the #14096.
19755      Branch: perl
19756            ! pp_hot.c regcomp.c regexec.c
19757 ____________________________________________________________________________
19758 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
19759         Log: Integrate perlio;
19760              
19761              Abstract out the cloning of SvPVX and handle shared pv in a 
19762              safe (if suboptimal) manner. Does not fix op/fork.t :-(
19763              
19764              Win32-ize socketpair test
19765              - Win32 can fork even though $Config{d_fork} is undef
19766              - SOCK_DGRAM does not work - skip those tests.
19767      Branch: perl
19768           !> ext/Socket/socketpair.t sv.c
19769 ____________________________________________________________________________
19770 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
19771         Log: One should first drop the real uid, not the effective uid.
19772              [ID 20020110.003]
19773      Branch: perl
19774            ! utils/perldoc.PL
19775 ____________________________________________________________________________
19776 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
19777         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
19778              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19779              Date: Fri, 11 Jan 2002 23:29:48 +0100
19780              Message-ID: <3C3F756C.4581.2E2A938@localhost>
19781      Branch: perl
19782            + ext/B/C/C.xs ext/B/C/Makefile.PL
19783            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
19784            ! utils/perlcc.PL
19785 ____________________________________________________________________________
19786 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
19787         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19788              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
19789              Date: Fri, 11 Jan 2002 14:29:30 -0800
19790              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
19791      Branch: perl
19792            ! ext/B/t/concise.t
19793 ____________________________________________________________________________
19794 [ 14214] By: nick                                  on 2002/01/12  12:31:12
19795         Log: Win32-ize socketpair test
19796              - Win32 can fork even though $Config{d_fork} is undef
19797              - SOCK_DGRAM does not work - skip those tests.
19798      Branch: perlio
19799            ! ext/Socket/socketpair.t
19800 ____________________________________________________________________________
19801 [ 14213] By: nick                                  on 2002/01/12  11:46:28
19802         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
19803              safe (if suboptimal) manner. Does not fix op/fork.t :-(
19804      Branch: perlio
19805            ! sv.c
19806 ____________________________________________________________________________
19807 [ 14212] By: ams                                   on 2002/01/12  06:10:52
19808         Log: Subject: [PATCH] More fixes for Stratus VOS
19809              From: "Green, Paul" <Paul.Green@stratus.com>
19810              Date: Fri, 11 Jan 2002 17:30:37 -0500
19811              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
19812      Branch: perl
19813            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
19814 ____________________________________________________________________________
19815 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
19816         Log: Upgrade to CGI.pm 2.80.
19817      Branch: perl
19818            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
19819 ____________________________________________________________________________
19820 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
19821         Log: FAQ sync.
19822      Branch: perl
19823            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19824            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19825            ! pod/perlfaq8.pod
19826 ____________________________________________________________________________
19827 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
19828         Log: This is getting embarrassing.
19829      Branch: perl
19830            ! t/op/pat.t
19831 ____________________________________________________________________________
19832 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
19833         Log: Doc tweaks.
19834      Branch: perl
19835            ! pod/perlunicode.pod
19836 ____________________________________________________________________________
19837 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
19838         Log: Updating the test count is good; also rephrasing
19839              so that there is no ok output containing "not".
19840      Branch: perl
19841            ! t/op/pat.t
19842 ____________________________________________________________________________
19843 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
19844         Log: Andreas is busy :-)
19845      Branch: perl
19846            ! doop.c t/op/unisprintf.t
19847 ____________________________________________________________________________
19848 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
19849         Log: Unicode lookbehind looked bad.
19850      Branch: perl
19851            ! regexec.c t/op/pat.t
19852 ____________________________________________________________________________
19853 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
19854         Log: Garbage collection.
19855      Branch: perl
19856            ! t/run/kill_perl.t
19857 ____________________________________________________________________________
19858 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
19859         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
19860              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19861              Date: Fri, 11 Jan 2002 23:29:48 +0100
19862              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
19863      Branch: perl
19864            ! embed.fnc global.sym makedef.pl
19865 ____________________________________________________________________________
19866 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
19867         Log: Subject: [PATCH] perldelta nit?
19868              From: Robert Spier <rspier@pobox.com>
19869              Date: Fri, 11 Jan 2002 15:19:16 -0800
19870              Message-ID: <15423.29428.164185.251700@rls.cx>
19871      Branch: perl
19872            ! pod/perldelta.pod
19873 ____________________________________________________________________________
19874 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
19875         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19876              From: Michael G Schwern <schwern@pobox.com>
19877              Date: Fri, 11 Jan 2002 17:08:17 -0500
19878              Message-ID: <20020111220817.GG2838@blackrider>
19879      Branch: perl
19880            ! t/run/kill_perl.t t/test.pl
19881 ____________________________________________________________________________
19882 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
19883         Log: Subject: [PATCH] Correct misleading error message
19884              From: Mike Guy <mjtg@cam.ac.uk>
19885              Date: Fri, 11 Jan 2002 18:36:33 +0000
19886              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
19887              
19888              hash assignment -> anonymous hash
19889      Branch: perl
19890            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
19891 ____________________________________________________________________________
19892 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
19893         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
19894              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19895              Date: Fri, 11 Jan 2002 16:58:14 +0100
19896              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
19897      Branch: perl
19898            ! ext/Unicode/Normalize/mkheader
19899 ____________________________________________________________________________
19900 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
19901         Log: Add a new test for is-sprintf-preserving Unicodeness:
19902              #14194 and an old one from kill_perl.t (I could have used
19903              sprintf.t, but it's format was quite fixed, and I didn't
19904              feel like breaking the format)
19905      Branch: perl
19906            + t/op/unisprintf.t
19907            ! MANIFEST t/run/kill_perl.t
19908 ____________________________________________________________________________
19909 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
19910         Log: Integrate perlio;
19911              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19912      Branch: perl
19913           !> win32/win32.c
19914 ____________________________________________________________________________
19915 [ 14196] By: nick                                  on 2002/01/11  20:58:20
19916         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19917              as C runtime seems to get its hands on them even though we said
19918              they were handled.
19919              Still an issue with "die" out of signal handler - get panic: pp_iter
19920      Branch: perlio
19921            ! win32/win32.c
19922 ____________________________________________________________________________
19923 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
19924         Log: Integrate perlio;
19925              A mostly-stable version of "new" Win32 signal/kill support.
19926      Branch: perl
19927           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
19928           !> win32/config.gc win32/config.vc win32/config_H.bc
19929           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19930           !> win32/makefile.mk win32/win32.c win32/win32.h
19931 ____________________________________________________________________________
19932 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
19933         Log: Fix for
19934              
19935              Subject: UTF-8 sprintf bug in bleadperl
19936              From: andreas.koenig@anima.de (Andreas J. Koenig)
19937              Date: 11 Jan 2002 15:47:15 +0100
19938              Message-ID: <m3vge99c7g.fsf@anima.de>
19939              
19940              I have tests, have just to figure out where to put them
19941              since op/sprintf looks a bit unfriendly for tests of
19942              somewhat freer form.
19943      Branch: perl
19944            ! doop.c sv.c
19945 ____________________________________________________________________________
19946 [ 14193] By: nick                                  on 2002/01/11  18:25:34
19947         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
19948              Builds and passes a few tests.
19949      Branch: perlio
19950           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
19951           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
19952           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
19953           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
19954           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19955           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19956           +> t/lib/sample-tests/lone_not_bug
19957           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19958           +> t/lib/sample-tests/vms_nit
19959           !> (integrate 63 files)
19960 ____________________________________________________________________________
19961 [ 14192] By: nick                                  on 2002/01/11  17:49:39
19962         Log: A mostly-stable version of "new" Win32 signal/kill support.
19963      Branch: perlio
19964            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
19965            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19966            ! win32/config_h.PL win32/makefile.mk win32/win32.c
19967            ! win32/win32.h
19968 ____________________________________________________________________________
19969 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
19970         Log: Update Changes.
19971      Branch: perl
19972            ! Changes patchlevel.h
19973 ____________________________________________________________________________
19974 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
19975         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19976              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19977              Date: Thu, 10 Jan 2002 18:21:34 -0800
19978              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
19979      Branch: perl
19980            + ext/B/t/concise.t
19981            ! MANIFEST
19982 ____________________________________________________________________________
19983 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
19984         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
19985              necessary in form.t and html.t @INC setups.
19986      Branch: perl
19987            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
19988 ____________________________________________________________________________
19989 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
19990         Log: Yet another twist.
19991      Branch: perl
19992            ! t/test.pl
19993 ____________________________________________________________________________
19994 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
19995         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
19996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19997              Date: Fri, 11 Jan 2002 13:04:15 +0100      
19998              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
19999      Branch: perl
20000            ! hints/aix.sh
20001 ____________________________________________________________________________
20002 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
20003         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
20004              From: Jonathan Stowe <gellyfish@gellyfish.com> 
20005              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
20006              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
20007      Branch: perl
20008            ! lib/AnyDBM_File.t
20009 ____________________________________________________________________________
20010 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
20011         Log: Arguments were being mangled.
20012      Branch: perl
20013            ! t/test.pl
20014 ____________________________________________________________________________
20015 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
20016         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
20017              From: Jonathan Stowe <gellyfish@gellyfish.com>
20018              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
20019              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
20020      Branch: perl
20021            ! lib/AnyDBM_File.t
20022 ____________________________________________________________________________
20023 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
20024         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
20025              From: Michael G Schwern <schwern@pobox.com> 
20026              Date: Fri, 11 Jan 2002 04:26:27 -0500
20027              Message-ID: <20020111092626.GA16544@blackrider>
20028      Branch: perl
20029            ! t/run/kill_perl.t t/test.pl
20030 ____________________________________________________________________________
20031 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
20032         Log: Subject: [PATCH] Test::Harness 2.01
20033              From: Michael G Schwern <schwern@pobox.com> 
20034              Date: Thu, 10 Jan 2002 21:11:24 -0500
20035              Message-ID: <20020111021123.GA30666@blackrider>
20036      Branch: perl
20037            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
20038            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
20039            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
20040            + lib/Test/Harness/t/nonumbers.t
20041            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
20042            + t/lib/sample-tests/lone_not_bug
20043            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
20044            + t/lib/sample-tests/vms_nit
20045            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
20046            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
20047 ____________________________________________________________________________
20048 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
20049         Log: patch is silly when creating new files: don't run
20050              patch more than once.
20051      Branch: perl
20052            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
20053 ____________________________________________________________________________
20054 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
20055         Log: Forgot from #14179.
20056      Branch: perl
20057            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
20058 ____________________________________________________________________________
20059 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
20060         Log: Subject: [PATCH] is() undef/'' behavior change
20061              From: Michael G Schwern <schwern@pobox.com> 
20062              Date: Fri, 11 Jan 2002 03:35:51 -0500
20063              Message-ID: <20020111083551.GC30666@blackrider>
20064              
20065              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
20066              From: Michael G Schwern <schwern@pobox.com> 
20067              Date: Fri, 11 Jan 2002 03:37:44 -0500
20068              Message-ID: <20020111083744.GD30666@blackrider>
20069      Branch: perl
20070            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
20071            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
20072            ! lib/Pod/t/InputObjects.t lib/blib.t
20073 ____________________________________________________________________________
20074 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
20075         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
20076              From: Michael G Schwern <schwern@pobox.com> 
20077              Date: Thu, 10 Jan 2002 19:56:23 -0500
20078              Message-ID: <20020111005623.GA13192@blackrider>
20079      Branch: perl
20080            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
20081            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
20082            ! lib/Test/Simple.pm lib/Test/Simple/Changes
20083            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
20084            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20085            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
20086            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
20087            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
20088            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
20089            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
20090            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
20091            ! lib/Test/Simple/t/plan_is_noplan.t
20092            ! lib/Test/Simple/t/plan_no_plan.t
20093            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
20094            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
20095            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
20096            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
20097            ! lib/Test/Tutorial.pod
20098 ____________________________________________________________________________
20099 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
20100         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
20101              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
20102              
20103              turns out even the malloc() was never really needed to begin with,
20104              so get rid of it
20105      Branch: perl
20106            ! sv.c
20107 ____________________________________________________________________________
20108 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
20109         Log: Small doc tweaks.
20110      Branch: perl
20111            ! pod/perluniintro.pod
20112 ____________________________________________________________________________
20113 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
20114         Log: support using the CRT's malloc() family of functions instead of
20115              the internal one when ithreads is enabled; allocate large blocks
20116              using VirtualAlloc() since the Heap*() functions may only be tuned
20117              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
20118              
20119              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
20120              also see comments at the top of win32/vmem.h for other options that
20121              can be set
20122      Branch: perl
20123            ! win32/vmem.h
20124 ____________________________________________________________________________
20125 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
20126         Log: Subject: micropatch
20127              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20128              Date: Thu, 10 Jan 2002 18:20:58 +0000
20129              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
20130      Branch: perl
20131            ! regcomp.c
20132 ____________________________________________________________________________
20133 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
20134         Log: Subject: [PATCH] Embed.t on Win32
20135              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20136              Date: Thu, 10 Jan 2002 18:56:21 +0100
20137              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
20138      Branch: perl
20139            ! lib/ExtUtils/t/Embed.t
20140 ____________________________________________________________________________
20141 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
20142         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
20143              From: Gisle Aas <gisle@ActiveState.com>
20144              Date: 10 Jan 2002 08:56:05 -0800
20145              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
20146      Branch: perl
20147            ! toke.c
20148 ____________________________________________________________________________
20149 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
20150         Log: Subject: [PATCH] doc fixes
20151              From: "Brendan O'Dea" <bod@debian.org>
20152              Date: Fri, 11 Jan 2002 03:49:54 +1100
20153              Message-ID: <20020110164954.GA21891@compusol.com.au>
20154      Branch: perl
20155            ! lib/I18N/Collate.pm pod/perlfunc.pod
20156 ____________________________________________________________________________
20157 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
20158         Log: Integrate perlio; More signal hackery.
20159      Branch: perl
20160           !> win32/win32.c
20161 ____________________________________________________________________________
20162 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
20163         Log: No need to show internal encodings, or return them
20164              in random order.
20165      Branch: perl
20166            ! ext/Encode/Encode.pm
20167 ____________________________________________________________________________
20168 [ 14168] By: nick                                  on 2002/01/10  17:33:31
20169         Log: Integrate mainline
20170      Branch: perlio
20171            - ext/Unicode/Normalize/Normalize.pod
20172           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
20173           !> ext/Unicode/Normalize/Makefile.PL
20174           !> ext/Unicode/Normalize/Normalize.pm
20175           !> ext/Unicode/Normalize/Normalize.xs
20176           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
20177           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
20178           !> t/run/kill_perl.t toke.c
20179 ____________________________________________________________________________
20180 [ 14167] By: nick                                  on 2002/01/10  17:08:35
20181         Log: More signal hackery
20182      Branch: perlio
20183            ! win32/win32.c
20184 ____________________________________________________________________________
20185 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
20186         Log: I think we can claim to be supporting Unicode
20187              "loose matching" now.
20188      Branch: perl
20189            ! pod/perlunicode.pod
20190 ____________________________________________________________________________
20191 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
20192         Log: Subject: doc patch
20193              From: mjd@plover.com
20194              Date: 10 Jan 2002 15:12:27 -0000
20195              Message-ID: <20020110151227.14850.qmail@plover.com>
20196      Branch: perl
20197            ! pod/perlrun.pod
20198 ____________________________________________________________________________
20199 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
20200         Log: Subject: Re: [ID 20011223.001] accept leaks memory
20201              From: Andy Dougherty <doughera@lafayette.edu>
20202              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
20203              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
20204      Branch: perl
20205            ! hints/linux.sh
20206 ____________________________________________________________________________
20207 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
20208         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
20209      Branch: perl
20210           !> win32/win32.c
20211 ____________________________________________________________________________
20212 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
20213         Log: Subject: [PATCH] Magic numbers in B::Concise
20214              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
20215              Date: Wed, 9 Jan 2002 23:04:01 -0800
20216              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
20217      Branch: perl
20218            ! ext/B/B/Concise.pm ext/B/O.pm
20219 ____________________________________________________________________________
20220 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
20221         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
20222              From: Gisle Aas <gisle@ActiveState.com>
20223              Date: 09 Jan 2002 21:52:40 -0800
20224              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
20225      Branch: perl
20226            ! t/lib/strict/vars toke.c
20227 ____________________________________________________________________________
20228 [ 14160] By: nick                                  on 2002/01/09  21:29:39
20229         Log: Skeleton coding of more kill() support on Win32.
20230      Branch: perlio
20231            ! win32/win32.c
20232 ____________________________________________________________________________
20233 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
20234         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
20235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20236              Date: Wed, 9 Jan 2002 23:24:32 +0100
20237              Message-ID: <20020109232432.A692@rafael>
20238      Branch: perl
20239            ! ext/B/B/Deparse.pm
20240 ____________________________________________________________________________
20241 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
20242         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
20243              From: Jonathan Stowe <gellyfish@gellyfish.com>
20244              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
20245              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
20246      Branch: perl
20247            ! t/run/kill_perl.t
20248 ____________________________________________________________________________
20249 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
20250         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
20251              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20252              Date: Wed, 09 Jan 2002 20:16:54 +0000
20253              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
20254      Branch: perl
20255            ! regexec.c
20256 ____________________________________________________________________________
20257 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
20258         Log: Subject: [Patch @14129] fixes Unicode::Normalize
20259              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20260              Date: Thu, 10 Jan 2002 01:08:56 +0900
20261              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
20262      Branch: perl
20263            - ext/Unicode/Normalize/Normalize.pod
20264            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
20265            ! ext/Unicode/Normalize/Normalize.pm
20266            ! ext/Unicode/Normalize/Normalize.xs
20267            ! ext/Unicode/Normalize/mkheader
20268 ____________________________________________________________________________
20269 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
20270         Log: Integrate perlio; (Re-)implement alarm() for Win32.
20271      Branch: perl
20272           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
20273           !> win32/win32iop.h
20274 ____________________________________________________________________________
20275 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
20276         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
20277              From: Nicholas Clark <nick@unfortu.net>
20278              Date: Wed, 9 Jan 2002 17:56:04 +0000
20279              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
20280      Branch: perl
20281            ! t/op/readdir.t
20282 ____________________________________________________________________________
20283 [ 14153] By: nick                                  on 2002/01/09  16:18:57
20284         Log: Integrate mainline
20285      Branch: perlio
20286           +> ext/threads/t/stress_re.t t/op/unifold.t
20287            - lib/unifold.t
20288           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
20289           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
20290           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
20291 ____________________________________________________________________________
20292 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
20293         Log: Update Changes.
20294      Branch: perl
20295            ! Changes patchlevel.h
20296 ____________________________________________________________________________
20297 [ 14151] By: nick                                  on 2002/01/09  14:27:36
20298         Log: (Re-)implement alarm() for Win32.
20299      Branch: perlio
20300            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
20301            ! win32/win32iop.h
20302 ____________________________________________________________________________
20303 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
20304         Log: Thinko.
20305      Branch: perl
20306            ! ext/threads/t/stress_re.t
20307 ____________________________________________________________________________
20308 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
20309         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
20310              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
20311              Date: Wed, 09 Jan 2002 13:37:17 +0000                
20312              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
20313      Branch: perl
20314            ! regexec.c t/op/re_tests
20315 ____________________________________________________________________________
20316 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
20317         Log: Subject: Re: Weird Malformed warning in bleadperl    
20318              From: andreas.koenig@anima.de (Andreas J. Koenig)    
20319              Date: 09 Jan 2002 11:12:37 +0100
20320              Message-ID: <m3itabbzoq.fsf@anima.de>
20321      Branch: perl
20322            ! regexec.c t/op/pat.t
20323 ____________________________________________________________________________
20324 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
20325         Log: Forgot stress_re.t from MANIFEST.
20326      Branch: perl
20327            ! MANIFEST
20328 ____________________________________________________________________________
20329 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
20330         Log: In dumping use isPRINT() instead of isprint() so that locale
20331              does not come into play.
20332      Branch: perl
20333            ! utf8.c
20334 ____________________________________________________________________________
20335 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
20336         Log: Add a threads stress test for regular expressions
20337              (mostly just a modified stress_string.t) and doesn't
20338              test that much of regular expressions, just that $1
20339              doesn't get stomped by competing threads (as it does
20340              in the 5005threads of old).
20341      Branch: perl
20342            + ext/threads/t/stress_re.t
20343            ! MANIFEST
20344 ____________________________________________________________________________
20345 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
20346         Log: (retracted by #14307)
20347              Subject: Re: [ID 20010912.007] substr reference core dump
20348              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20349              Date: Tue, 08 Jan 2002 19:17:50 +0000
20350              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
20351      Branch: perl
20352            ! scope.c t/run/kill_perl.t
20353 ____________________________________________________________________________
20354 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
20355         Log: SANY (. with /s) wasn't happy on Unicode.
20356      Branch: perl
20357            ! regexec.c t/op/pat.t
20358 ____________________________________________________________________________
20359 [ 14142] By: ams                                   on 2002/01/08  22:42:10
20360         Log: Subject: [PATCH] perldebug nit
20361              From: Tels <tels@bloodgate.com>
20362              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
20363      Branch: perl
20364            ! pod/perldebug.pod
20365 ____________________________________________________________________________
20366 [ 14141] By: ams                                   on 2002/01/08  21:32:59
20367         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
20368              From: "Green, Paul" <Paul.Green@stratus.com>
20369              Date: Tue, 8 Jan 2002 17:31:35 -0500
20370              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
20371      Branch: perl
20372            ! Makefile.SH
20373 ____________________________________________________________________________
20374 [ 14140] By: ams                                   on 2002/01/08  21:27:57
20375         Log: Subject: [PATCH] Re: Slight chokage from Deparse
20376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20377              Date: Tue, 8 Jan 2002 23:04:45 +0100
20378              Message-Id: <20020108230445.A4798@rafael>
20379      Branch: perl
20380            ! ext/B/B/Deparse.pm
20381 ____________________________________________________________________________
20382 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
20383         Log: Subject: [patch] peep() is rude
20384              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
20385              Date: Tue, 08 Jan 2002 19:17:50 +0000            
20386              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
20387      Branch: perl
20388            ! op.c t/run/kill_perl.t
20389 ____________________________________________________________________________
20390 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
20391         Log: unifold is really an op test since it requires
20392              no external modules for its actual testing:
20393              only the unicore CaseFold.txt file, and File::Spec
20394              to portably access that file.
20395      Branch: perl
20396            + t/op/unifold.t
20397            - lib/unifold.t
20398            ! MANIFEST
20399 ____________________________________________________________________________
20400 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
20401         Log: Subject: [patch] save a test 
20402              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20403              Date: Tue, 08 Jan 2002 16:18:47 +0000
20404              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
20405      Branch: perl
20406            ! regcomp.c
20407 ____________________________________________________________________________
20408 [ 14136] By: nick                                  on 2002/01/08  16:11:55
20409         Log: Integrate mainline
20410      Branch: perlio
20411           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
20412           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
20413           !> (integrate 37 files)
20414 ____________________________________________________________________________
20415 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
20416         Log: Subject: Not OK 13843 
20417              From: andreas.koenig@anima.de (Andreas J. Koenig)
20418              Date: 08 Jan 2002 14:12:29 +0100
20419              Message-ID: <m38zb9c7gi.fsf@anima.de>
20420      Branch: perl
20421            ! op.c t/op/subst.t
20422 ____________________________________________________________________________
20423 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
20424         Log: Missed one variant of the fold testing, noticed bu Hugo.
20425      Branch: perl
20426            ! lib/unifold.t
20427 ____________________________________________________________________________
20428 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
20429         Log: Enchance the Storable magic description.
20430      Branch: perl
20431            ! ext/Storable/Storable.pm
20432 ____________________________________________________________________________
20433 [ 14132] By: ams                                   on 2002/01/08  09:16:12
20434         Log: Subject: [PATCH] don't installperl pods
20435              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20436              Date: Tue, 08 Jan 2002 10:36:01 +0100
20437              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
20438      Branch: perl
20439            ! installperl
20440 ____________________________________________________________________________
20441 [ 14131] By: ams                                   on 2002/01/08  03:38:40
20442         Log: Subject: Math-BigInt v1.49 released
20443              From: Tels <perl_dummy@bloodgate.com>
20444              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
20445      Branch: perl
20446            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
20447            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
20448            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20449            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20450            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20451            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20452            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
20453            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20454            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
20455            ! t/lib/Math/BigInt/Subclass.pm
20456 ____________________________________________________________________________
20457 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
20458         Log: A little better comments.
20459      Branch: perl
20460            ! regexec.c
20461 ____________________________________________________________________________
20462 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
20463         Log: No normalization form DNF.
20464      Branch: perl
20465            ! ext/Unicode/Normalize/Normalize.pm
20466 ____________________________________________________________________________
20467 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
20468         Log: Extension nits found by -Wall (several from threads
20469              and threads::shared, but leaving them to Arthur).
20470      Branch: perl
20471            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
20472            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
20473            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
20474            ! ext/Unicode/Normalize/mkheader x2p/str.c
20475 ____________________________________________________________________________
20476 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
20477         Log: Sync up Changes etc.
20478      Branch: maint-5.6/macperl
20479            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
20480 ____________________________________________________________________________
20481 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
20482         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
20483      Branch: maint-5.6/macperl
20484            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
20485 ____________________________________________________________________________
20486 [ 14125] By: ams                                   on 2002/01/07  22:03:22
20487         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
20488              From: Nicholas Clark (sans From field in mail header)
20489              Date: Mon, 7 Jan 2002 16:18:23 +0000
20490              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
20491      Branch: perl
20492            ! lib/Exporter.pm
20493 ____________________________________________________________________________
20494 [ 14124] By: ams                                   on 2002/01/07  21:46:11
20495         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
20496              From: "Green, Paul" <Paul.Green@stratus.com>
20497              Date: Mon, 7 Jan 2002 16:59:38 -0500
20498              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
20499      Branch: perl
20500            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
20501 ____________________________________________________________________________
20502 [ 14123] By: nick                                  on 2002/01/07  18:49:55
20503         Log: Integrate mainline
20504      Branch: perlio
20505           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
20506           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
20507           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
20508           !> regexec.c t/op/re_tests utf8.c utf8.h
20509 ____________________________________________________________________________
20510 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
20511         Log: Update Changes.
20512      Branch: perl
20513            ! Changes patchlevel.h
20514 ____________________________________________________________________________
20515 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
20516         Log: Subject: [PATCH] Correct module name in perldelta*
20517              From: Mike Guy <mjtg@cam.ac.uk>
20518              Date: Mon, 07 Jan 2002 17:02:43 +0000
20519              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
20520      Branch: perl
20521            ! pod/perl561delta.pod pod/perl56delta.pod
20522 ____________________________________________________________________________
20523 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
20524         Log: AUTHORS update.
20525      Branch: perl
20526            ! AUTHORS
20527 ____________________________________________________________________________
20528 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
20529         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
20530      Branch: perl
20531            ! ext/Storable/Storable.pm
20532 ____________________________________________________________________________
20533 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
20534         Log: perldelta updates.
20535      Branch: perl
20536            ! pod/perldelta.pod
20537 ____________________________________________________________________________
20538 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
20539         Log: Document the flags of pv_uni_display().
20540      Branch: perl
20541            ! pod/perlapi.pod utf8.c
20542 ____________________________________________________________________________
20543 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
20544         Log: Forgot from #14115.
20545      Branch: perl
20546            ! t/op/re_tests
20547 ____________________________________________________________________________
20548 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
20549         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
20550              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20551              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
20552              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
20553      Branch: perl
20554            ! regcomp.c
20555 ____________________________________________________________________________
20556 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
20557         Log: More regex and utf8 debug dumping.
20558      Branch: perl
20559            ! dump.c regcomp.c regexec.c utf8.c utf8.h
20560 ____________________________________________________________________________
20561 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
20562         Log: Unused variable.
20563      Branch: perl
20564            ! regcomp.c
20565 ____________________________________________________________________________
20566 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
20567         Log: Regen toc.
20568      Branch: perl
20569            ! pod/perltoc.pod
20570 ____________________________________________________________________________
20571 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
20572         Log: capitalize correctly, noticed by David Dyck.
20573      Branch: perl
20574            ! lib/sort.pm
20575 ____________________________________________________________________________
20576 [ 14110] By: nick                                  on 2002/01/06  22:05:19
20577         Log: Integrate mainline - threads mended, DB_File sick?
20578      Branch: perlio
20579           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
20580           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
20581           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
20582           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
20583           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
20584 ____________________________________________________________________________
20585 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
20586         Log: No need to overqualify.
20587      Branch: perl
20588            ! lib/sort.pm
20589 ____________________________________________________________________________
20590 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
20591         Log: PL_debug_pad wasn't initialized to zeroes which broke
20592              ithreads + DEBUGGING.
20593      Branch: perl
20594            ! sv.c
20595 ____________________________________________________________________________
20596 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
20597         Log: Update Changes.
20598      Branch: perl
20599            ! Changes patchlevel.h
20600 ____________________________________________________________________________
20601 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
20602         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
20603              From: Jonathan Stowe <gellyfish@gellyfish.com>
20604              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
20605              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
20606      Branch: perl
20607            ! pp_sys.c
20608 ____________________________________________________________________________
20609 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
20610         Log: DB_File sync from Paul Marquess.
20611      Branch: perl
20612            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20613            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
20614            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
20615 ____________________________________________________________________________
20616 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
20617         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
20618              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
20619              Date: Sun, 6 Jan 2002 11:44:30 +0100
20620              Message-ID: <3C38389E.7831.493570@localhost>
20621      Branch: perl
20622            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
20623            ! utils/perlcc.PL
20624 ____________________________________________________________________________
20625 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
20626         Log: Tests for #14098.
20627      Branch: perl
20628            ! t/op/lc.t
20629 ____________________________________________________________________________
20630 [ 14102] By: nick                                  on 2002/01/06  11:33:55
20631         Log: Integrate mainline (PPPort still multi-building).
20632      Branch: perlio
20633           +> lib/unifold.t
20634           !> (integrate 30 files)
20635 ____________________________________________________________________________
20636 [ 14101] By: ams                                   on 2002/01/06  04:52:50
20637         Log: Subject: [PATCH] Bad prototype detection now an optional warning
20638              From: Sam Tregar <sam@tregar.com>
20639              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
20640              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
20641      Branch: perl
20642            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
20643            ! t/comp/proto.t toke.c
20644 ____________________________________________________________________________
20645 [ 14100] By: ams                                   on 2002/01/06  01:56:59
20646         Log: Subject: [PATCH] Correct several Stratus VOS build issues
20647              From: "Green, Paul" <Paul.Green@stratus.com>
20648              Date: Sat, 5 Jan 2002 21:30:56 -0500
20649              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
20650      Branch: perl
20651            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
20652 ____________________________________________________________________________
20653 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
20654         Log: Further perl.org URL elaboration from Ask.
20655      Branch: perl
20656            ! pod/perlfaq1.pod pod/perlfaq2.pod
20657 ____________________________________________________________________________
20658 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
20659         Log: The same problem with To{Lower,Title,Upper}
20660              as earlier with ToFold.
20661      Branch: perl
20662            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20663            ! lib/unicore/To/Upper.pl lib/unicore/mktables
20664 ____________________________________________________________________________
20665 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
20666         Log: Retract #14057 for now; the alarm/setitimer timers
20667              seen to be the same in many systems, which leads into
20668              hangups.
20669      Branch: perl
20670            ! ext/Time/HiRes/HiRes.t
20671 ____________________________________________________________________________
20672 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
20673         Log: Finish up (ha!) the Unicode case folding;
20674              enhance regex dumping code.
20675      Branch: perl
20676            + lib/unifold.t
20677            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
20678            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
20679 ____________________________________________________________________________
20680 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
20681         Log: Use the perl.org news gw instead of the perl.com one
20682              (from Ask).
20683      Branch: perl
20684            ! pod/perlfaq1.pod pod/perlfaq2.pod
20685 ____________________________________________________________________________
20686 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
20687         Log: Zero() wasn't documented.
20688      Branch: perl
20689            ! pod/perlclib.pod
20690 ____________________________________________________________________________
20691 [ 14093] By: ams                                   on 2002/01/05  17:58:35
20692         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
20693              From: Nicholas Clark <nick@unfortu.net>
20694              Date: Sat, 5 Jan 2002 18:55:39 +0000
20695              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
20696      Branch: perl
20697            ! lib/Memoize/t/tie_ndbm.t
20698 ____________________________________________________________________________
20699 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
20700         Log: Also UNICOS/mk has deviant socketpair().
20701      Branch: perl
20702            ! ext/Socket/socketpair.t
20703 ____________________________________________________________________________
20704 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
20705         Log: Ooops.  Retract the regex parts of #14090.
20706      Branch: perl
20707            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
20708 ____________________________________________________________________________
20709 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
20710         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
20711              From: Nicholas Clark <nick@unfortu.net> 
20712              Date: Sat, 5 Jan 2002 18:10:13 +0000
20713              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
20714      Branch: perl
20715            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
20716            ! regcomp.h regexec.c
20717 ____________________________________________________________________________
20718 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
20719         Log: Integrate perlio; a missing aTHX.
20720      Branch: perl
20721           !> op.c
20722 ____________________________________________________________________________
20723 [ 14088] By: nick                                  on 2002/01/05  12:35:01
20724         Log: One missing aTHX_
20725      Branch: perlio
20726            ! op.c
20727 ____________________________________________________________________________
20728 [ 14087] By: nick                                  on 2002/01/05  12:00:48
20729         Log: Raw integrate of mainline - op.c looks dodgy.
20730      Branch: perlio
20731           +> lib/Pod/t/Functions.t t/op/winsystem.t
20732            - lib/File/Spec/NW5.pm t/op/system.t
20733           !> (integrate 77 files)
20734 ____________________________________________________________________________
20735 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
20736         Log: integrate changes from maint-5.6/macperl branch
20737      Branch: maint-5.6/perl
20738           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
20739           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
20740 ____________________________________________________________________________
20741 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
20742         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
20743              found by Marc Lehmann.
20744      Branch: perl
20745            ! pp.c
20746 ____________________________________________________________________________
20747 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
20748         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
20749              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20750              Date: Sat, 5 Jan 2002 00:31:12 +0100
20751              Message-ID: <20020105003112.E1850@rafael>              
20752      Branch: perl
20753            ! t/comp/proto.t
20754 ____________________________________________________________________________
20755 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
20756         Log: A bit of "perl.com" cleanup.
20757      Branch: perl
20758            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
20759            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
20760            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
20761            ! pod/perlmodlib.PL pod/perlmodlib.pod
20762 ____________________________________________________________________________
20763 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
20764         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
20765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20766              Date: Fri, 4 Jan 2002 23:35:19 +0100
20767              Message-ID: <20020104233519.A1850@rafael>
20768      Branch: perl
20769            ! op.c
20770 ____________________________________________________________________________
20771 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
20772         Log: Integrate change #14062 from macperl;
20773              Define setbuf, setvbuf for Mac OS
20774      Branch: perl
20775           !> ext/IO/IO.xs
20776 ____________________________________________________________________________
20777 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
20778         Log: Bump version, update Changes
20779      Branch: maint-5.6/macperl
20780            ! macos/Changes macos/MPVersion.r
20781 ____________________________________________________________________________
20782 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
20783         Log: Add more droplets
20784      Branch: maint-5.6/macperl
20785            + macos/macperl/Droplets/gluedialect.plx
20786            + macos/macperl/Droplets/glueedit.plx
20787            + macos/macperl/Droplets/gluemac.plx
20788            + macos/macperl/Droplets/gluescriptadds.plx
20789            + macos/macperl/Droplets/installme.plx
20790            + macos/macperl/Droplets/show_glue_pods.plx
20791            + macos/macperl/Droplets/tarzipme.plx
20792            + macos/macperl/Droplets/untarzipme.plx
20793 ____________________________________________________________________________
20794 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
20795         Log: Display the native pwd command.
20796      Branch: perl
20797            ! ext/Cwd/t/cwd.t
20798 ____________________________________________________________________________
20799 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
20800         Log: Under Mac OS X /dev/stdout is normally a symlink,
20801              but when running the test it seems to become a socket.
20802              So let's extend our censorship.
20803      Branch: perl
20804            ! t/op/stat.t
20805 ____________________________________________________________________________
20806 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
20807         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
20808      Branch: maint-5.6/macperl
20809            + macos/HandleSocket.cp
20810            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
20811            ! macos/macperl.sym
20812 ____________________________________________________________________________
20813 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
20814         Log: Doc updates
20815      Branch: maint-5.6/macperl
20816            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
20817 ____________________________________________________________________________
20818 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
20819         Log: Update libraries
20820      Branch: maint-5.6/macperl
20821            ! macos/macperl/Makefile.mk
20822 ____________________________________________________________________________
20823 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
20824         Log: Update tests to Mac::StandardFile from StandardFile.pl,
20825              plus other fixes
20826      Branch: maint-5.6/macperl
20827            ! macos/ext/Mac/Menus/t/MenuBar.t
20828            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
20829            ! macos/ext/Mac/Movies/t/PlayMovie.t
20830            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
20831            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
20832            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
20833            ! macos/ext/Mac/Resources/t/Resources.t
20834 ____________________________________________________________________________
20835 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
20836         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
20837      Branch: maint-5.6/macperl
20838            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
20839            ! macos/ext/Mac/Movies/Movies.xs
20840            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
20841            ! macos/ext/Mac/StandardFile/StandardFile.xs
20842            ! macos/ext/Mac/Windows/Windows.xs
20843 ____________________________________________________________________________
20844 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
20845         Log: Updates for Universal Headers 3.4 (forgot one)
20846      Branch: maint-5.6/macperl
20847            ! macos/macperl/MPConsole.cp
20848 ____________________________________________________________________________
20849 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
20850         Log: Updates for Universal Headers 3.4
20851      Branch: maint-5.6/macperl
20852            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
20853            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
20854            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
20855            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
20856            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
20857            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
20858            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
20859            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
20860            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
20861 ____________________________________________________________________________
20862 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
20863         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
20864              from <200112112327.JAA25434@gpo.metropolis.net.au>;
20865              don't crash on quit for 68K (MacPerl Bug #490013)
20866      Branch: maint-5.6/macperl
20867            ! macos/macish.c macos/macperl/MPConsole.cp
20868 ____________________________________________________________________________
20869 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
20870         Log: If we do have socketpair(), make my_socketpair()
20871              just call the real socketpair().  This way we always
20872              have real code behind my_socketpair() and a symbol
20873              corresponding to the my_socketpair in global.sym.
20874      Branch: perl
20875            ! embed.fnc embed.h makedef.pl proto.h util.c
20876 ____________________________________________________________________________
20877 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
20878         Log: Disable sigaction (MacPerl Bug #470321)
20879      Branch: maint-5.6/macperl
20880            ! macos/config.h macos/config.sh
20881 ____________________________________________________________________________
20882 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
20883         Log: Make GUSI resource work (MacPerl Bug #464638)
20884      Branch: maint-5.6/macperl
20885            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
20886            ! macos/macperl/MacPerl.rsrc
20887 ____________________________________________________________________________
20888 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
20889         Log: Make AutoSplit go a little deeper
20890      Branch: maint-5.6/macperl
20891            ! macos/Makefile.mk
20892 ____________________________________________________________________________
20893 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
20894         Log: A few doc updates from bleadperl
20895      Branch: maint-5.6/macperl
20896            ! pod/perlmodinstall.pod pod/perlport.pod
20897 ____________________________________________________________________________
20898 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
20899         Log: Sync up to latest changes from bleadperl
20900      Branch: maint-5.6/macperl
20901            ! lib/File/Find.pm
20902 ____________________________________________________________________________
20903 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
20904         Log: Define setbuf, setvbuf for Mac OS
20905      Branch: maint-5.6/macperl
20906            ! ext/IO/IO.xs
20907 ____________________________________________________________________________
20908 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
20909         Log: Delete by request of Mark-Jason Dominus (change #13676)
20910      Branch: maint-5.6/macperl
20911            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
20912 ____________________________________________________________________________
20913 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
20914         Log: Spread the good word of "env".
20915      Branch: perl
20916            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
20917 ____________________________________________________________________________
20918 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
20919         Log: Till the system tests do something non-Win*, better rename
20920              the test so that people on other platforms don't get confused.
20921              (Not win32system, because assumedly there's win64, too.)
20922      Branch: perl
20923            + t/op/winsystem.t
20924            - t/op/system.t
20925            ! MANIFEST
20926 ____________________________________________________________________________
20927 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
20928         Log: Some tweaks.
20929      Branch: perl
20930            ! lib/Pod/t/Functions.t
20931 ____________________________________________________________________________
20932 [ 14057] By: ams                                   on 2002/01/04  17:40:31
20933         Log: (retracted by #14057)
20934              
20935              Subject: [PATCH] Time/HiRes/HiRes.t
20936              From: Nicholas Clark <nick@unfortu.net>
20937              Date: Fri, 4 Jan 2002 17:28:46 +0000
20938              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
20939      Branch: perl
20940            ! ext/Time/HiRes/HiRes.t
20941 ____________________________________________________________________________
20942 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
20943         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
20944              From: Abe Timmerman <abe@ztreet.demon.nl>
20945              Date: Fri, 04 Jan 2002 18:42:33 +0100
20946              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
20947      Branch: perl
20948            + lib/Pod/t/Functions.t
20949            ! MANIFEST lib/Pod/Functions.pm
20950 ____________________________________________________________________________
20951 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
20952         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
20953              From: "Craig A. Berry" <craigberry@mac.com>
20954              Date: Thu, 3 Jan 2002 17:32:20 -0600
20955              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
20956      Branch: perl
20957            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
20958 ____________________________________________________________________________
20959 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
20960         Log: Document the U+0085, U+2028, and U+2029.
20961      Branch: perl
20962            ! pod/perlre.pod pod/perlretut.pod
20963 ____________________________________________________________________________
20964 [ 14053] By: ams                                   on 2002/01/04  03:27:44
20965         Log: Subject: [PATCH] warn if not CORE::dump
20966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20967              Date: Thu, 3 Jan 2002 22:04:00 +0100
20968              Message-Id: <20020103220400.A13958@rafael>
20969      Branch: perl
20970            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
20971 ____________________________________________________________________________
20972 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
20973         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
20974      Branch: perl
20975            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
20976 ____________________________________________________________________________
20977 [ 14051] By: ams                                   on 2002/01/04  03:00:12
20978         Log: Subject: [PATCH] File::Compare::VERSION
20979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20980              Date: Thu, 3 Jan 2002 23:42:52 +0100
20981              Message-Id: <20020103234252.G13958@rafael>
20982      Branch: perl
20983            ! lib/File/Compare.pm
20984 ____________________________________________________________________________
20985 [ 14050] By: ams                                   on 2002/01/04  02:58:05
20986         Log: Subject: [PATCH @14042] threads::shared doc
20987              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
20988              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
20989              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
20990      Branch: perl
20991            ! ext/threads/shared/shared.pm
20992 ____________________________________________________________________________
20993 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
20994         Log: #14048 exposed few false positives, to be fixed soonish.
20995      Branch: perl
20996            ! t/op/pat.t
20997 ____________________________________________________________________________
20998 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
20999         Log: Do not add the first characters of multicharacter foldings
21000              into character classes.
21001      Branch: perl
21002            ! regcomp.c
21003 ____________________________________________________________________________
21004 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
21005         Log: A bit of testing for #14046.
21006      Branch: perl
21007            ! t/op/pat.t
21008 ____________________________________________________________________________
21009 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
21010         Log: Allow emitting the foldcased version of "\x{df}", "ss"
21011              (among others, another example would be \x{fb00} -> "ff")
21012      Branch: perl
21013            ! regcomp.c
21014 ____________________________________________________________________________
21015 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
21016         Log: Subject: [PATCH] File::Spec & NetWare
21017              From: Dave Rolsky <autarch@urth.org>
21018              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
21019              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
21020      Branch: perl
21021            - lib/File/Spec/NW5.pm
21022            ! MANIFEST lib/File/Spec.pm
21023 ____________________________________________________________________________
21024 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
21025         Log: FAQ sync (RCS Ids only?)
21026      Branch: perl
21027            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
21028 ____________________________________________________________________________
21029 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
21030         Log: AUTHORs updates.
21031      Branch: perl
21032            ! AUTHORS
21033 ____________________________________________________________________________
21034 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
21035         Log: Update Changes.
21036      Branch: perl
21037            ! Changes patchlevel.h
21038 ____________________________________________________________________________
21039 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
21040         Log: Missed the =head1 additions.
21041      Branch: perl
21042            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
21043            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
21044            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
21045            ! util.c
21046 ____________________________________________________________________________
21047 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
21048         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
21049              From: Robin Barker <rmb1@cise.npl.co.uk>
21050              Date: Thu, 3 Jan 2002 15:26:20 GMT
21051              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
21052      Branch: perl
21053            ! lib/Carp.t lib/Carp/Heavy.pm
21054 ____________________________________________________________________________
21055 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
21056         Log: Subject: [PATCH hv.c] 
21057              From: Robin Barker <rmb1@cise.npl.co.uk>
21058              Date: Thu, 3 Jan 2002 14:49:06 GMT
21059              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
21060              
21061              -Wformat check.
21062      Branch: perl
21063            ! hv.c
21064 ____________________________________________________________________________
21065 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
21066         Log: NetWare tweaks from Ananth Kesari.
21067      Branch: perl
21068            ! NetWare/t/NWScripts.pl lib/File/Find.pm
21069 ____________________________________________________________________________
21070 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
21071         Log: Cast.
21072      Branch: perl
21073            ! regexec.c
21074 ____________________________________________________________________________
21075 [ 14036] By: ams                                   on 2002/01/03  12:12:31
21076         Log: Grammar fix suggested by Gwyn Judd.
21077      Branch: perl
21078            ! pod/perldiag.pod
21079 ____________________________________________________________________________
21080 [ 14035] By: nick                                  on 2002/01/03  09:22:42
21081         Log: More strange perlio != mainline differences where
21082              I have not been.
21083      Branch: perlio
21084           !> hints/unicos.sh hints/unicosmk.sh
21085 ____________________________________________________________________________
21086 [ 14034] By: nick                                  on 2002/01/03  09:19:37
21087         Log: Integrate mainline (including force integrate of
21088              lib/charnames.pm which had got out-of-step)
21089      Branch: perlio
21090           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
21091 ____________________________________________________________________________
21092 [ 14033] By: ams                                   on 2002/01/03  08:24:24
21093         Log: Subject: Not ok 14031: PPPort Makefile.PL
21094              From: andreas.koenig@anima.de (Andreas J. Koenig)
21095              Date: 03 Jan 2002 10:17:46 +0100
21096              Message-Id: <m3sn9n94jp.fsf@anima.de>
21097      Branch: perl
21098            ! ext/Devel/PPPort/Makefile.PL
21099 ____________________________________________________________________________
21100 [ 14032] By: nick                                  on 2002/01/03  08:24:00
21101         Log: Integrate mainline.
21102      Branch: perlio
21103           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
21104           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
21105           !> (integrate 31 files)
21106 ____________________________________________________________________________
21107 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
21108         Log: Off-by-one is my middle name.
21109      Branch: perl
21110            ! regexec.c
21111 ____________________________________________________________________________
21112 [ 14030] By: ams                                   on 2002/01/02  23:56:37
21113         Log: Subject: [PATCH @14015] threads::shared disabling
21114              From: Andy Bussey <andybussey@yahoo.co.uk>
21115              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
21116              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
21117      Branch: perl
21118            + ext/threads/shared/t/no_share.t
21119            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
21120 ____________________________________________________________________________
21121 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
21122         Log: Simon's new perlapi scheme, I hope I got all the pieces.
21123      Branch: perl
21124            + autodoc.pl embed.fnc
21125            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
21126 ____________________________________________________________________________
21127 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
21128         Log: Integrate perlio; more PPPort Makefile source dependence removal
21129      Branch: perl
21130           !> ext/Devel/PPPort/Makefile.PL perl.h
21131 ____________________________________________________________________________
21132 [ 14027] By: ams                                   on 2002/01/02  21:42:50
21133         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
21134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21135              Date: Wed, 2 Jan 2002 23:09:13 +0100
21136              Message-Id: <20020102230913.A17373@rafael>
21137      Branch: perl
21138            ! pod/perldiag.pod
21139 ____________________________________________________________________________
21140 [ 14026] By: ams                                   on 2002/01/02  21:38:34
21141         Log: Subject: Re: PATCH: lib/Term/Cap.pm
21142              From: Jonathan Stowe <gellyfish@gellyfish.com>
21143              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
21144              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
21145      Branch: perl
21146            ! lib/Term/Cap.pm
21147 ____________________________________________________________________________
21148 [ 14025] By: ams                                   on 2002/01/02  18:34:26
21149         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
21150              From: Sam Tregar <sam@tregar.com>
21151              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
21152              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
21153      Branch: perl
21154            ! pod/perldiag.pod t/comp/proto.t toke.c
21155 ____________________________________________________________________________
21156 [ 14024] By: ams                                   on 2002/01/02  18:16:12
21157         Log: Subject: PATCH: lib/Term/Cap.pm
21158              From: Norton Allen <allen@huarp.harvard.edu>
21159              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
21160              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
21161      Branch: perl
21162            ! lib/Term/Cap.pm
21163 ____________________________________________________________________________
21164 [ 14023] By: ams                                   on 2002/01/02  18:12:31
21165         Log: Subject: PATCH: lib/Cwd.pm for QNX4
21166              From: Norton Allen <allen@huarp.harvard.edu>
21167              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
21168              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
21169      Branch: perl
21170            ! lib/Cwd.pm
21171 ____________________________________________________________________________
21172 [ 14022] By: nick                                  on 2002/01/02  18:01:21
21173         Log: More PPPort Makefile source dependence removal
21174      Branch: perlio
21175            ! ext/Devel/PPPort/Makefile.PL
21176 ____________________________________________________________________________
21177 [ 14021] By: nick                                  on 2002/01/02  17:44:36
21178         Log: Sort out muddle of editing on three machines ...
21179      Branch: perlio
21180           !> Changes MANIFEST cygwin/Makefile.SHs
21181           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
21182           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
21183           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
21184 ____________________________________________________________________________
21185 [ 14020] By: ams                                   on 2002/01/02  17:06:27
21186         Log: Fix misplaced application of #14016.
21187      Branch: perl
21188            ! op.c
21189 ____________________________________________________________________________
21190 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
21191         Log: Integrate perlio; avoid uninit debug_pad.
21192      Branch: perl
21193           !> sv.c
21194 ____________________________________________________________________________
21195 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
21196         Log: makedepend VOS fix from Paul Green.
21197      Branch: perl
21198            ! makedepend.SH
21199 ____________________________________________________________________________
21200 [ 14017] By: nick                                  on 2002/01/02  16:09:43
21201         Log: Avoid un-init perl_debug_pad in clones
21202      Branch: perlio
21203            ! sv.c
21204 ____________________________________________________________________________
21205 [ 14016] By: ams                                   on 2002/01/02  15:58:11
21206         Log: Subject: [PATCH] random crash in B::LISTOP::last
21207              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21208              Date: Wed, 2 Jan 2002 17:37:28 +0100
21209              Message-Id: <3C334558.3906.19CB98D@localhost>
21210      Branch: perl
21211            ! op.c
21212 ____________________________________________________________________________
21213 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
21214         Log: Update Changes.
21215      Branch: perl
21216            ! Changes patchlevel.h
21217 ____________________________________________________________________________
21218 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
21219         Log: One more iteration of the ibcmp_utf8() interface,
21220              hopefully this is a convergent iteration...
21221      Branch: perl
21222            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
21223 ____________________________________________________________________________
21224 [ 14013] By: ams                                   on 2002/01/02  13:43:58
21225         Log: Upgrade to podlators-1.19.
21226      Branch: perl
21227            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
21228            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
21229            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
21230            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
21231            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
21232 ____________________________________________________________________________
21233 [ 14012] By: ams                                   on 2002/01/02  09:48:51
21234         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
21235              From: martyn@inpharmatica.co.uk
21236              Date: Wed, 19 Dec 2001 19:05:00 +0000
21237              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
21238      Branch: perl
21239            ! lib/Pod/Usage.pm
21240 ____________________________________________________________________________
21241 [ 14011] By: nick                                  on 2002/01/02  08:38:18
21242         Log: Integrate mainline
21243      Branch: perlio
21244           !> (integrate 28 files)
21245 ____________________________________________________________________________
21246 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
21247         Log: Make ibcmp_utf8() optionally progress in either string for
21248              as long as it takes and optionally record how far it got.
21249      Branch: perl
21250            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
21251 ____________________________________________________________________________
21252 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
21253         Log: Once more try to get the PPPort Makefile right.
21254      Branch: perl
21255            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
21256 ____________________________________________________________________________
21257 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
21258         Log: -Wall silencing.
21259      Branch: perl
21260            ! utf8.c
21261 ____________________________________________________________________________
21262 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
21263         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
21264              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21265              Date: Tue, 1 Jan 2002 22:45:21 +0100       
21266              Message-ID: <20020101224521.A691@rafael>
21267      Branch: perl
21268            ! ext/B/B/Deparse.pm
21269 ____________________________________________________________________________
21270 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
21271         Log: VOS tweak from Paul Green: VOS has different O_BINARY
21272              and O_TEXT, but VOS always uses LF, never CRLF.
21273      Branch: perl
21274            ! perl.h
21275 ____________________________________________________________________________
21276 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
21277         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
21278      Branch: perl
21279            ! regexec.c utf8.c
21280 ____________________________________________________________________________
21281 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
21282         Log: Now that to_utf8_fold() was fixed.
21283      Branch: perl
21284            ! regcomp.c regexec.c
21285 ____________________________________________________________________________
21286 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
21287         Log: Integrate perlio; experimental binmode() re-coding.
21288      Branch: perl
21289           !> perlio.c
21290 ____________________________________________________________________________
21291 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
21292         Log: Document the to_utf8_*() functions.
21293      Branch: perl
21294            ! embed.pl pod/perlapi.pod utf8.c
21295 ____________________________________________________________________________
21296 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
21297         Log: Better support for multicharacter foldings.
21298              Now all but two of the CaseFold.txt cases work-- but
21299              only when the target string is single-character, more
21300              debugging needed.
21301      Branch: perl
21302            ! regexec.c
21303 ____________________________________________________________________________
21304 [ 14000] By: ams                                   on 2002/01/01  15:59:43
21305         Log: Subject: [PATCH] don't installperl pods
21306              From: Nicholas Clark <nick@unfortu.net>
21307              Date: Tue, 1 Jan 2002 16:44:12 +0000
21308              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
21309      Branch: perl
21310            ! installperl
21311 ____________________________________________________________________________
21312 [ 13999] By: ams                                   on 2002/01/01  14:34:04
21313         Log: Subject: [PATCH] perldiag.pod transposition
21314              From: Nicholas Clark <nick@unfortu.net>
21315              Date: Tue, 1 Jan 2002 15:03:52 +0000
21316              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
21317      Branch: perl
21318            ! pod/perldiag.pod
21319 ____________________________________________________________________________
21320 [ 13998] By: ams                                   on 2002/01/01  13:36:49
21321         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
21322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21323              Date: Tue, 1 Jan 2002 15:12:36 +0100
21324              Message-Id: <20020101151236.A951@rafael>
21325      Branch: perl
21326            ! pod/perldiag.pod
21327 ____________________________________________________________________________
21328 [ 13997] By: ams                                   on 2002/01/01  13:33:06
21329         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
21330              From: Nicholas Clark <nick@unfortu.net>
21331              Date: Tue, 1 Jan 2002 13:13:17 +0000
21332              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
21333      Branch: perl
21334            ! ext/Socket/socketpair.t
21335 ____________________________________________________________________________
21336 [ 13996] By: ams                                   on 2002/01/01  04:44:28
21337         Log: Subject: [PATCH @13746] Leaner exporter
21338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21339              Date: Mon, 31 Dec 2001 18:16:08 -0500
21340              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
21341      Branch: perl
21342            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
21343 ____________________________________________________________________________
21344 [ 13995] By: ams                                   on 2002/01/01  04:29:44
21345         Log: Subject: [PATCH @13746] h2xs broken
21346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21347              Date: Mon, 31 Dec 2001 17:48:55 -0500
21348              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
21349      Branch: perl
21350            ! utils/h2xs.PL
21351 ____________________________________________________________________________
21352 [ 13994] By: ams                                   on 2002/01/01  04:25:46
21353         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
21354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21355              Date: Mon, 31 Dec 2001 17:42:25 -0500
21356              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
21357      Branch: perl
21358            ! lib/ExtUtils/MM_Unix.pm
21359 ____________________________________________________________________________
21360 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
21361         Log: Rename the variables to be a bit more consistent.
21362      Branch: perl
21363            ! utf8.c
21364 ____________________________________________________________________________
21365 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
21366         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
21367              (found by Jeffrey Friedl)
21368      Branch: perl
21369            ! regexec.c t/op/pat.t utf8.c
21370 ____________________________________________________________________________
21371 [ 13991] By: nick                                  on 2001/12/31  18:08:55
21372         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
21373      Branch: perlio
21374            ! perlio.c
21375 ____________________________________________________________________________
21376 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
21377         Log: Update Changes.
21378      Branch: perl
21379            ! Changes patchlevel.h
21380 ____________________________________________________________________________
21381 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
21382         Log: Less unused ones.
21383      Branch: perl
21384            ! regexec.c
21385 ____________________________________________________________________________
21386 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
21387         Log: Unused variable.
21388      Branch: perl
21389            ! regcomp.c
21390 ____________________________________________________________________________
21391 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
21392         Log: Forgotten file.
21393      Branch: perl
21394            ! MANIFEST
21395 ____________________________________________________________________________
21396 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
21397         Log: Subject: Re: Cygwin: one down one to go 
21398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21399              Date: Mon, 31 Dec 2001 18:34:36 +0100
21400              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
21401      Branch: perl
21402            ! cygwin/Makefile.SHs
21403 ____________________________________________________________________________
21404 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
21405         Log: Add some comments to the recent Unicode case-folding saga.
21406      Branch: perl
21407            ! regcomp.c regexec.c
21408 ____________________________________________________________________________
21409 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
21410         Log: Slight comment tweakage.
21411      Branch: perl
21412            ! ext/I18N/Langinfo/Langinfo.t
21413 ____________________________________________________________________________
21414 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
21415         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
21416      Branch: perl
21417            ! perl.h
21418 ____________________________________________________________________________
21419 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
21420         Log: Subject: [ PATCH] Cygwin: one down one to go
21421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21422              Date: Mon, 31 Dec 2001 17:03:40 +0100
21423              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
21424      Branch: perl
21425            ! lib/Pod/t/basic.t
21426 ____________________________________________________________________________
21427 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
21428         Log: Tweak the dependencies not to recompile everytime,
21429              as suggested by NI-S.
21430      Branch: perl
21431            ! ext/Devel/PPPort/Makefile.PL
21432 ____________________________________________________________________________
21433 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
21434         Log: Planning still not right.
21435      Branch: perl
21436            ! lib/User/grent.t
21437 ____________________________________________________________________________
21438 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
21439         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
21440              From: Michael G Schwern <schwern@pobox.com>
21441              Date: Sun, 30 Dec 2001 18:07:55 -0500
21442              Message-ID: <20011230230755.GG12840@blackrider>
21443              
21444              (lib/User/grent, really)
21445      Branch: perl
21446            ! lib/User/grent.t
21447 ____________________________________________________________________________
21448 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
21449         Log: Integrate perlio; cleanup, in particular avoid accidental
21450              PerlIO_flush(NULL) if PerlIONext is NULL.
21451      Branch: perl
21452           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
21453 ____________________________________________________________________________
21454 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
21455         Log: Subject: typo in IO::Socket::INET.pm
21456              From: mjd@plover.com
21457              Date: 31 Dec 2001 14:31:10 -0000
21458              Message-ID: <20011231143110.4989.qmail@plover.com>
21459      Branch: perl
21460            ! ext/IO/lib/IO/Socket/INET.pm
21461 ____________________________________________________________________________
21462 [ 13976] By: nick                                  on 2001/12/31  13:56:11
21463         Log: Integrate mainline
21464      Branch: perlio
21465           !> (integrate 29 files)
21466 ____________________________________________________________________________
21467 [ 13975] By: nick                                  on 2001/12/31  12:40:50
21468         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
21469              if PerlIONext is NULL.
21470      Branch: perlio
21471            ! perlio.c perliol.h
21472 ____________________________________________________________________________
21473 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
21474         Log: Subject: Re: [PATCH] Basic bad prototype detection
21475              From: Sam Tregar <sam@tregar.com>
21476              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
21477              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
21478      Branch: perl
21479            ! t/comp/proto.t toke.c
21480 ____________________________________________________________________________
21481 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
21482         Log: Subject: [PATCH] configure.com / scriptdirexp
21483              From: "Craig A. Berry" <craigberry@mac.com>
21484              Date: Sun, 30 Dec 2001 15:47:28 -0600
21485              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
21486      Branch: perl
21487            ! configure.com
21488 ____________________________________________________________________________
21489 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
21490         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
21491              From: Abe Timmerman <abe@ztreet.demon.nl>
21492              Date: Mon, 31 Dec 2001 03:55:27 +0100
21493              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
21494      Branch: perl
21495            ! lib/ExtUtils/t/MM_Win32.t
21496 ____________________________________________________________________________
21497 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
21498         Log: Subject: [PATCH] Basic bad prototype detection
21499              From: Sam Tregar <sam@tregar.com> 
21500              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
21501              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
21502      Branch: perl
21503            ! pod/perldiag.pod t/comp/proto.t toke.c
21504 ____________________________________________________________________________
21505 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
21506         Log: Makefiles are sloppy about the exe suffix
21507              (from Paul Green)
21508      Branch: perl
21509            ! Makefile.SH x2p/Makefile.SH
21510 ____________________________________________________________________________
21511 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
21512         Log: Delay folding until necessary; start of handling
21513              folding into several characters.
21514      Branch: perl
21515            ! regcomp.c regexec.c
21516 ____________________________________________________________________________
21517 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
21518         Log: gcc -Wall dewhine.
21519      Branch: perl
21520            ! regexec.c
21521 ____________________________________________________________________________
21522 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
21523         Log: More Unicode folding tweaks, avoid potential false matches.
21524      Branch: perl
21525            ! regexec.c
21526 ____________________________________________________________________________
21527 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
21528         Log: Make that six wrongs.
21529      Branch: perl
21530            ! regexec.c utf8.c
21531 ____________________________________________________________________________
21532 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
21533         Log: Four wrongs can make a right.
21534      Branch: perl
21535            ! regexec.c utf8.c
21536 ____________________________________________________________________________
21537 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
21538         Log: Fix all the I case foldings as per CaseFold.txt.
21539      Branch: perl
21540            ! regcomp.c regexec.c
21541 ____________________________________________________________________________
21542 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
21543         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
21544      Branch: perl
21545            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
21546            ! regexec.c utf8.c
21547 ____________________________________________________________________________
21548 [ 13962] By: nick                                  on 2001/12/30  18:33:41
21549         Log: Integrate 8.3 fix for PPPort fix
21550      Branch: perlio
21551           +> ext/Devel/PPPort/ppport_h.PL
21552            - ext/Devel/PPPort/ppport.h.PL
21553            ! ext/Devel/PPPort/MANIFEST
21554           !> ext/Devel/PPPort/Makefile.PL
21555 ____________________________________________________________________________
21556 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
21557         Log: Integrate perlio; more win32 stuff:
21558              
21559              A. Use Perl_my_socketpair()
21560              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
21561              load winsock.
21562              C. (In passing) work round fact that $$ is now SvREADONLY
21563              so we need to take special measures to set it during
21564              pseudo-fork.
21565      Branch: perl
21566           !> util.c win32/perlhost.h
21567 ____________________________________________________________________________
21568 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
21569         Log: Fix ppport.h for Unix.
21570      Branch: perl
21571            + ext/Devel/PPPort/ppport_h.PL
21572            - ext/Devel/PPPort/ppport.h.PL
21573            ! MANIFEST ext/Devel/PPPort/Makefile.PL
21574 ____________________________________________________________________________
21575 [ 13959] By: nick                                  on 2001/12/30  16:53:42
21576         Log: Win32 stuff:
21577              A. Use Perl_my_socketpair()
21578              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
21579              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
21580              take special measures to set it during pseudo-fork.
21581      Branch: perlio
21582            ! util.c win32/perlhost.h
21583 ____________________________________________________________________________
21584 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
21585         Log: Integrate perlio; win32 kicking.
21586      Branch: perl
21587           +> ext/Devel/PPPort/ppport.h.PL
21588           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
21589           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
21590           !> proto.h
21591 ____________________________________________________________________________
21592 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
21593         Log: metaconfig unit change for #13956.
21594      Branch: metaconfig
21595            ! U/modified/spitshell.U
21596 ____________________________________________________________________________
21597 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
21598         Log: Must look for cat also in $PATH (noticed by Philip Newton).
21599      Branch: perl
21600            ! Configure
21601 ____________________________________________________________________________
21602 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
21603         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
21604              From: Blair Zajac <blair@orcaware.com>
21605              Date: Sat, 29 Dec 2001 22:37:03 -0800
21606              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
21607      Branch: perl
21608            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
21609 ____________________________________________________________________________
21610 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
21611         Log: Regen files.
21612      Branch: perl
21613            ! embed.h global.sym pod/perlapi.pod uconfig.h
21614 ____________________________________________________________________________
21615 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
21616         Log: Subject: [PATCH] -t without -w 
21617              From: Michael G Schwern <schwern@pobox.com>
21618              Date: Sat, 29 Dec 2001 23:46:25 -0500
21619              Message-ID: <20011230044625.GA14386@blackrider>
21620      Branch: perl
21621            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
21622            ! warnings.pl
21623 ____________________________________________________________________________
21624 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
21625         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
21626              From: Dave Rolsky <autarch@urth.org>               
21627              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
21628              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
21629              
21630              $^O is NetWare, not Netware.
21631      Branch: perl
21632            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
21633 ____________________________________________________________________________
21634 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
21635         Log: Sarathy thinks undoing C++ comments from C++ files
21636              is a bit too zealous.
21637      Branch: perl
21638            ! win32/perlhost.h win32/vmem.h
21639 ____________________________________________________________________________
21640 [ 13950] By: nick                                  on 2001/12/30  14:30:02
21641         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
21642              This gets them into Errno.pm - yet to prove they end up in $!.
21643      Branch: perlio
21644            ! ext/Errno/Errno_pm.PL
21645 ____________________________________________________________________________
21646 [ 13949] By: nick                                  on 2001/12/30  12:02:21
21647         Log: Integrate Cwd muddle
21648      Branch: perlio
21649           !> MANIFEST installperl lib/Cwd.pm
21650 ____________________________________________________________________________
21651 [ 13948] By: nick                                  on 2001/12/30  11:51:40
21652         Log: remove embed.pl duplicates
21653      Branch: perlio
21654            ! embed.h embed.pl global.sym proto.h
21655 ____________________________________________________________________________
21656 [ 13947] By: nick                                  on 2001/12/30  11:35:51
21657         Log: More Cwd tidy up
21658      Branch: perl
21659            ! MANIFEST installperl
21660 ____________________________________________________________________________
21661 [ 13946] By: nick                                  on 2001/12/30  11:12:42
21662         Log: Undo a mess trying Cwd.pm in its ext directory
21663      Branch: perl
21664            + lib/Cwd.pm
21665            - ext/Cwd/Cwd.pm
21666 ____________________________________________________________________________
21667 [ 13945] By: nick                                  on 2001/12/30  10:03:43
21668         Log: Integrate mainline
21669      Branch: perl
21670           +> ext/Cwd/Cwd.pm
21671            - lib/Cwd.pm
21672            ! MANIFEST
21673      Branch: perlio
21674           !> (integrate 45 files)
21675 ____________________________________________________________________________
21676 [ 13944] By: nick                                  on 2001/12/30  09:27:16
21677         Log: "Port" Devel::PPPort to Win32:
21678              - need to set @INC before use in the test
21679              - {} are special to dmake, so use ppport.h.PL
21680              rather than commandline 
21681      Branch: perlio
21682            + ext/Devel/PPPort/ppport.h.PL
21683            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
21684 ____________________________________________________________________________
21685 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
21686         Log: Update Changes.
21687      Branch: perl
21688            ! Changes patchlevel.h
21689 ____________________________________________________________________________
21690 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
21691         Log: Subject: [PATCH] cleaner close on tests, take 2
21692              From: andreas.koenig@anima.de (Andreas J. Koenig)
21693              Date: 29 Dec 2001 21:42:37 +0100
21694              Message-ID: <m33d1tvjuq.fsf@anima.de>
21695              
21696              (the DB_File patches)
21697      Branch: perl
21698            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21699            ! ext/DB_File/t/db-recno.t
21700 ____________________________________________________________________________
21701 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
21702         Log: Integrate perlio; regen'ed config_H.?c
21703      Branch: perl
21704           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21705 ____________________________________________________________________________
21706 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
21707         Log: Subject: [PATCH] cleaner close on tests, take 2             
21708              From: andreas.koenig@anima.de (Andreas J. Koenig)
21709              Date: 29 Dec 2001 21:42:37 +0100
21710              Message-ID: <m33d1tvjuq.fsf@anima.de>
21711              
21712              (except for the three DB_File patch fragments)
21713      Branch: perl
21714            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
21715            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
21716            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
21717            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
21718            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
21719            ! t/op/runlevel.t t/op/write.t t/run/switches.t
21720 ____________________________________________________________________________
21721 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
21722         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
21723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21724              Date: Sat, 29 Dec 2001 20:38:59 +0100
21725              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
21726              
21727              (NetWare tree not touched because it's very //)
21728      Branch: perl
21729            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
21730            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
21731            ! wince/include/errno.h wince/include/netdb.h
21732            ! wince/include/sys/socket.h wince/include/sys/stat.h
21733            ! wince/perllib.c wince/perlmain.c wince/win32.h
21734            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
21735            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
21736 ____________________________________________________________________________
21737 [ 13938] By: nick                                  on 2001/12/29  19:23:32
21738         Log: Integrate mainline (ok linux)
21739      Branch: perlio
21740           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
21741           !> (integrate 33 files)
21742 ____________________________________________________________________________
21743 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
21744         Log: Give up on serious testing of langinfo().  Leave the old
21745              code in place, though.
21746      Branch: perl
21747            ! ext/I18N/Langinfo/Langinfo.t
21748 ____________________________________________________________________________
21749 [ 13936] By: nick                                  on 2001/12/29  18:20:33
21750         Log: Routine regen_config_h - no real differences other than order of crypt 
21751      Branch: perlio
21752            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21753 ____________________________________________________________________________
21754 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
21755         Log: Integrate perlio;
21756              
21757              Define the two socket error numbers in terms of WSAEXXXXX equivalents
21758              
21759              Fudge Config.pm so File::Spec does not croak.
21760      Branch: perl
21761           !> win32/FindExt.pm win32/win32.h
21762 ____________________________________________________________________________
21763 [ 13934] By: nick                                  on 2001/12/29  17:27:50
21764         Log: Fudge Config.pm so File::Spec does not croak.
21765      Branch: perlio
21766            ! win32/FindExt.pm
21767 ____________________________________________________________________________
21768 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
21769         Log: metaconfig unit changes for #13932.
21770      Branch: metaconfig
21771            + U/modified/Init.U
21772            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
21773 ____________________________________________________________________________
21774 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
21775         Log: VOS tweaks from Paul Green.
21776              
21777              The Configure tweaks: the _exe needs to be
21778              set after the init; VOS has fd 3 hardwired to /dev/tty;
21779              the grep/ln/make substitutions really need to stick.
21780      Branch: perl
21781            ! Configure hints/vos.sh perl.h util.c vos/build.cm
21782            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21783            ! vos/config.ga.h vos/vosish.h
21784 ____________________________________________________________________________
21785 [ 13931] By: nick                                  on 2001/12/29  17:00:38
21786         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
21787              (just to get util.c to compile)
21788      Branch: perlio
21789            ! win32/win32.h
21790 ____________________________________________________________________________
21791 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
21792         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
21793              From: coral@eekeek.org
21794              Date: Fri, 28 Dec 2001 19:58:22 -0500      
21795              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
21796      Branch: perl
21797            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
21798            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
21799            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
21800            ! pod/perlunicode.pod pod/perlxs.pod util.c
21801 ____________________________________________________________________________
21802 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
21803         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
21804      Branch: perl
21805            ! t/op/exec.t
21806 ____________________________________________________________________________
21807 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
21808         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
21809              From: Abe Timmerman <abe@ztreet.demon.nl>
21810              Date: Sat, 29 Dec 2001 13:10:06 +0100
21811              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
21812      Branch: perl
21813            + lib/Pod/t/InputObjects.t
21814 ____________________________________________________________________________
21815 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
21816         Log: Integrate perlio;
21817              
21818              Quick fix (after couple of clever fixes failed) for
21819              "accept leaks memory" fail [ID 20011223.001]
21820              
21821              Nick Clark's embed.pl fix for my_socketpair
21822      Branch: perl
21823           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
21824 ____________________________________________________________________________
21825 [ 13926] By: nick                                  on 2001/12/29  15:23:21
21826         Log: Nick Clark's embed.pl fix for my_socketpair
21827      Branch: perlio
21828            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
21829 ____________________________________________________________________________
21830 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
21831         Log: Slight tweaks on the MM_Win32.t.
21832      Branch: perl
21833            ! lib/ExtUtils/t/MM_Win32.t
21834 ____________________________________________________________________________
21835 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
21836         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
21837              From: Abe Timmerman <abe@ztreet.demon.nl>
21838              Date: Sat, 29 Dec 2001 12:51:36 +0100
21839              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
21840      Branch: perl
21841            + lib/ExtUtils/t/MM_Win32.t
21842            ! MANIFEST
21843 ____________________________________________________________________________
21844 [ 13923] By: nick                                  on 2001/12/29  15:12:07
21845         Log: Quick fix (after couple of clever fixes failed) for
21846              "accept leaks memory" fail [ID 20011223.001]
21847      Branch: perlio
21848            ! pp_sys.c
21849 ____________________________________________________________________________
21850 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
21851         Log: Subject: [PATCH] Module names and other nits
21852              From: Autrijus Tang <autrijus@autrijus.org>                 
21853              Date: Sat, 29 Dec 2001 01:59:28 +0800
21854              Message-ID: <20011229015928.A29712@geb.elixus.org>              
21855      Branch: perl
21856            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
21857            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
21858            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
21859            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
21860            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
21861 ____________________________________________________________________________
21862 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
21863         Log: socketpair tweaks from Nicholas Clark.
21864      Branch: perl
21865            ! ext/Socket/socketpair.t util.c
21866 ____________________________________________________________________________
21867 [ 13920] By: nick                                  on 2001/12/29  12:36:21
21868         Log: Integrate mainline
21869      Branch: perlio
21870           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
21871           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
21872           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21873           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
21874           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
21875           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
21876           !> t/op/sysio.t
21877 ____________________________________________________________________________
21878 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
21879         Log: Retract #13917.
21880      Branch: perl
21881            ! doop.c
21882 ____________________________________________________________________________
21883 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
21884         Log: Subject: provisional MakeMaker patch for VMS
21885              From: "Craig A. Berry" <craigberry@mac.com> 
21886              Date: Thu, 27 Dec 2001 22:29:37 -0600
21887              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
21888      Branch: perl
21889            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21890 ____________________________________________________________________________
21891 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
21892         Log: (retracted by #13919)
21893      Branch: perl
21894            ! doop.c
21895 ____________________________________________________________________________
21896 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
21897         Log: metaconfig unit change for #13915.
21898      Branch: metaconfig/U/perl
21899            ! d_u32align.U
21900 ____________________________________________________________________________
21901 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
21902         Log: Remove debris in any case.
21903      Branch: perl
21904            ! Configure
21905 ____________________________________________________________________________
21906 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
21907         Log: Subject: [PATCH] Re: B::walksymtable oddness
21908              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21909              Date: Thu, 27 Dec 2001 19:14:24 +0100
21910              Message-ID: <3C2B7310.861.18820D0@localhost>
21911      Branch: perl
21912            ! ext/B/B.pm
21913 ____________________________________________________________________________
21914 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
21915         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
21916              From: Nicholas Clark <nick@unfortu.net> 
21917              Date: Fri, 28 Dec 2001 00:43:02 +0000
21918              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
21919      Branch: perl
21920            ! ext/Socket/socketpair.t
21921 ____________________________________________________________________________
21922 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
21923         Log: Fast Latin1<->UTF-8 conversion for older Perls.
21924      Branch: perl
21925            ! pod/perluniintro.pod
21926 ____________________________________________________________________________
21927 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
21928         Log: Update Changes.
21929      Branch: perl
21930            ! Changes patchlevel.h
21931 ____________________________________________________________________________
21932 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
21933         Log: More wait status trickery for BeOS.
21934      Branch: perl
21935            ! ext/POSIX/POSIX.xs
21936 ____________________________________________________________________________
21937 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
21938         Log: metaconfig unit change for #13908.
21939      Branch: metaconfig/U/perl
21940            ! d_u32align.U
21941 ____________________________________________________________________________
21942 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
21943         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
21944      Branch: perl
21945            ! Configure
21946 ____________________________________________________________________________
21947 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
21948         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
21949              From: gbarr@monty.mutatus.co.uk
21950              Date: 27 Dec 2001 14:41:36 -0000
21951              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
21952      Branch: perl
21953            ! lib/ExtUtils/t/Embed.t
21954 ____________________________________________________________________________
21955 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
21956         Log: Subject: [PATCH] Re: socketpair emulation
21957              From: Nicholas Clark <nick@unfortu.net> 
21958              Date: Wed, 26 Dec 2001 20:08:14 +0000
21959              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
21960      Branch: perl
21961            ! ext/Socket/socketpair.t
21962 ____________________________________________________________________________
21963 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
21964         Log: Subject: [DOC PATCH] left is right and right is left
21965              From: Philip Newton <Philip.Newton@gmx.net>
21966              Date: Thu, 27 Dec 2001 10:04:17 +0100
21967              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
21968      Branch: perl
21969            ! pod/perlfunc.pod pod/perlport.pod
21970 ____________________________________________________________________________
21971 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
21972         Log: Subject: [PATCH] check return of close
21973              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21974              Date: 27 Dec 2001 09:47:30 +0100
21975              Message-ID: <m3ellhgicd.fsf@anima.de> 
21976              
21977              Subject: [PATCH] improve error reporting
21978              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21979              Date: 27 Dec 2001 09:54:55 +0100
21980              Message-ID: <m3adw5gi00.fsf@anima.de> 
21981              
21982              Subject: [PATCH] check return value of close
21983              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21984              Date: 27 Dec 2001 10:03:55 +0100
21985              Message-ID: <m3666tghl0.fsf@anima.de> 
21986              
21987              Subject: [PATCH] return of close
21988              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21989              Date: 27 Dec 2001 10:22:15 +0100
21990              Message-ID: <m31yhhggqg.fsf@anima.de> 
21991      Branch: perl
21992            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
21993            ! t/io/fflush.t
21994 ____________________________________________________________________________
21995 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
21996         Log: Subject: [PATCH] check return of close
21997              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21998              Date: 27 Dec 2001 09:47:30 +0100
21999              Message-ID: <m3ellhgicd.fsf@anima.de> 
22000      Branch: perl
22001            ! t/base/rs.t
22002 ____________________________________________________________________________
22003 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
22004         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
22005              From: andreas.koenig@anima.de (Andreas J. Koenig)
22006              Date: 27 Dec 2001 09:21:16 +0100
22007              Message-ID: <m3n105gjk3.fsf@anima.de>
22008      Branch: perl
22009            ! t/op/sysio.t
22010 ____________________________________________________________________________
22011 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
22012         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
22013              From: "Gerrit P. Haase" <gp@familiehaase.de>
22014              Date: Thu, 27 Dec 2001 09:23:55 +0100 
22015              Message-ID: <98211521662.20011227092355@familiehaase.de>
22016      Branch: perl
22017            ! lib/ExtUtils/t/MM_Cygwin.t
22018 ____________________________________________________________________________
22019 [ 13900] By: nick                                  on 2001/12/27  11:11:51
22020         Log: Integrate mainline
22021      Branch: perlio
22022           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
22023           +> lib/File/Spec/NW5.pm
22024           !> (integrate 52 files)
22025 ____________________________________________________________________________
22026 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
22027         Log: Replace the awful (most likely generated and not very persistent)
22028              URL with something tangible.
22029      Branch: perl
22030            ! README.hpux
22031 ____________________________________________________________________________
22032 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
22033         Log: Naughty /dev/printer (ls -l, really) of IRIX.
22034      Branch: perl
22035            ! t/op/stat.t
22036 ____________________________________________________________________________
22037 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
22038         Log: Upgrade to Net::Ping 2.10.
22039      Branch: perl
22040            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
22041            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
22042            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
22043            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
22044 ____________________________________________________________________________
22045 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
22046         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
22047              (this showed up in Benchmark.t)
22048      Branch: perl
22049            ! pp_sys.c
22050 ____________________________________________________________________________
22051 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
22052         Log: BeOS updates.
22053      Branch: perl
22054            ! README.beos beos/beos.c
22055 ____________________________________________________________________________
22056 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
22057         Log: Subject: Re: bleadperl doesn't compile
22058              From: "Gerrit P. Haase" <gp@familiehaase.de>
22059              Date: Wed, 26 Dec 2001 21:29:08 +0100
22060              Message-ID: <22168634623.20011226212908@familiehaase.de>
22061              
22062              Cygwin with multiplicity.
22063      Branch: perl
22064            ! perlio.c
22065 ____________________________________________________________________________
22066 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
22067         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
22068              From: Nicholas Clark <nick@ccl4.org>
22069              Date: Wed, 26 Dec 2001 19:07:33 +0000
22070              Message-ID: <20011226190732.J48842@plum.flirble.org>            
22071              
22072              socketpair() (un)signedness nit.
22073      Branch: perl
22074            ! util.c
22075 ____________________________________________________________________________
22076 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
22077         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
22078              From: Nicholas Clark <nick@ccl4.org>
22079              Date: Wed, 26 Dec 2001 19:19:47 +0000
22080              Message-ID: <20011226191946.K48842@plum.flirble.org>
22081              
22082              Use report_evil_fh().
22083      Branch: perl
22084            ! doio.c
22085 ____________________________________________________________________________
22086 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
22087         Log: Bad $? assumptions.
22088      Branch: perl
22089            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
22090 ____________________________________________________________________________
22091 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
22092         Log: Net::Ping isn't going to work much without
22093              the Socket extension; fail more gracefully.
22094      Branch: perl
22095            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22096            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22097            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
22098            ! lib/Net/Ping/t/300_ping_stream.t
22099 ____________________________________________________________________________
22100 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
22101         Log: metaconfig unit change for #13888.
22102      Branch: metaconfig
22103            ! U/modified/Oldconfig.U
22104 ____________________________________________________________________________
22105 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
22106         Log: test -d /system is a bit too generic test for VOS
22107              (false hit in BeOS)
22108      Branch: perl
22109            ! Configure
22110 ____________________________________________________________________________
22111 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
22112         Log: No AF_UNIX in BeOS.
22113      Branch: perl
22114            ! util.c
22115 ____________________________________________________________________________
22116 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
22117         Log: FAQ sync.
22118      Branch: perl
22119            ! pod/perlfaq5.pod
22120 ____________________________________________________________________________
22121 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
22122         Log: Update Changes.
22123      Branch: perl
22124            ! Changes patchlevel.h
22125 ____________________________________________________________________________
22126 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
22127         Log: Make -t equal -tw.
22128      Branch: perl
22129            ! perl.c pod/perlrun.pod
22130 ____________________________________________________________________________
22131 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
22132         Log: Subject: Re: Not OK 13881
22133              From: John Peacock <jpeacock@rowman.com>
22134              Date: Tue, 25 Dec 2001 06:02:12 -0500
22135              Message-ID: <3C285CB4.8040006@rowman.com>
22136      Branch: perl
22137            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
22138 ____________________________________________________________________________
22139 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
22140         Log: Subject: Re: Not OK 13881
22141              From: andreas.koenig@anima.de (Andreas J. Koenig)
22142              Date: 25 Dec 2001 07:33:23 +0100
22143              Message-ID: <m3bsgnajws.fsf@anima.de>
22144      Branch: perl
22145            ! op.c
22146 ____________________________________________________________________________
22147 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
22148         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
22149              From: Mark-Jason Dominus <mjd@plover.com>    
22150              Date: Mon, 24 Dec 2001 18:14:48 -0500
22151              Message-ID: <20011224231448.25826.qmail@plover.com>
22152      Branch: perl
22153            ! op.c t/op/eval.t
22154 ____________________________________________________________________________
22155 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
22156         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
22157              From: Dave Rolsky <autarch@urth.org>
22158              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
22159              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
22160      Branch: perl
22161            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
22162            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
22163            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22164            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22165            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
22166 ____________________________________________________________________________
22167 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
22168         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
22169              From: Jeffrey Friedl <jfriedl@yahoo.com>
22170              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
22171              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
22172              
22173              The rest of the tests for plus few extras.
22174      Branch: perl
22175            ! t/op/pat.t
22176 ____________________________________________________________________________
22177 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
22178         Log: metaconfig unit change for #13877.
22179      Branch: metaconfig
22180            ! U/modified/Unix.U
22181 ____________________________________________________________________________
22182 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
22183         Log: No-op.
22184      Branch: perl
22185            ! Configure
22186 ____________________________________________________________________________
22187 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
22188         Log: More constant casting.
22189      Branch: perl
22190            ! regexec.c
22191 ____________________________________________________________________________
22192 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
22193         Log: Subject: perlhack.pod 
22194              From: "John P. Linderman" <jpl@research.att.com>
22195              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
22196              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
22197      Branch: perl
22198            ! pod/perlhack.pod
22199 ____________________________________________________________________________
22200 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
22201         Log: File::Find patch patches from Thomas Wegner.
22202      Branch: perl
22203            ! lib/File/Find.pm
22204 ____________________________________________________________________________
22205 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
22206         Log: Subject: Re: socketpair emulation 
22207              From: Nicholas Clark <nick@unfortu.net>                 
22208              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
22209              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
22210      Branch: perl
22211            ! ext/Socket/socketpair.t
22212 ____________________________________________________________________________
22213 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
22214         Log: Must cast constants if they can be quads.
22215      Branch: perl
22216            ! regcomp.c
22217 ____________________________________________________________________________
22218 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
22219         Log: Promote the e/uid to wide enough un/signed integers
22220              and printf them as such.
22221      Branch: perl
22222            ! taint.c
22223 ____________________________________________________________________________
22224 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
22225         Log: metaconfig unit change for #13869.
22226      Branch: metaconfig/U/perl
22227            ! d_u32align.U
22228 ____________________________________________________________________________
22229 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
22230         Log: The U32 alignment test wasn't really working, noticed
22231              by Paul Green.  Now the test works, but this means that
22232              we may see coredumps from the test.   I sure hope MMUless
22233              places don't crash on the test.
22234      Branch: perl
22235            ! Configure
22236 ____________________________________________________________________________
22237 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
22238         Log: metaconfig unit changes for #13867.
22239      Branch: metaconfig
22240            ! U/compline/nblock_io.U U/modified/Unix.U
22241            ! U/modified/spitshell.U
22242 ____________________________________________________________________________
22243 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
22244         Log: More VOS tweaks.
22245      Branch: perl
22246            ! Configure
22247 ____________________________________________________________________________
22248 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
22249         Log: The funky final sigma casefolding.
22250      Branch: perl
22251            ! regcomp.c regexec.c t/op/pat.t utf8.h
22252 ____________________________________________________________________________
22253 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
22254         Log: Update Changes.
22255      Branch: perl
22256            ! Changes patchlevel.h
22257 ____________________________________________________________________________
22258 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
22259         Log: Move the \C and \X to pat.t.
22260      Branch: perl
22261            ! t/op/pat.t t/op/re_tests
22262 ____________________________________________________________________________
22263 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
22264         Log: More logical test ordering.
22265      Branch: perl
22266            ! perl.h
22267 ____________________________________________________________________________
22268 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
22269         Log: Integrate perlio;
22270              
22271              Add at least the "important" PerlIO_xxxx functions to embed.pl
22272              so that they get implicit pTHX_ and we can avoid slow dTHX.
22273              
22274              Put PerlIO stuff inside EXTERN C
22275              
22276              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
22277      Branch: perl
22278           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
22279           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
22280           !> win32/win32.c
22281 ____________________________________________________________________________
22282 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
22283         Log: Even more \X fixing.
22284      Branch: perl
22285            ! regexec.c t/op/pat.t
22286 ____________________________________________________________________________
22287 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
22288         Log: More \X fixing.
22289      Branch: perl
22290            ! regexec.c t/op/pat.t
22291 ____________________________________________________________________________
22292 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
22293         Log: Fix encoding pragma.
22294      Branch: perl
22295            ! regcomp.c
22296 ____________________________________________________________________________
22297 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
22298         Log: Subject: socketpair emulation
22299              From: Nicholas Clark <nick@unfortu.net>
22300              Date: Sat, 22 Dec 2001 18:38:18 +0000
22301              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
22302      Branch: perl
22303            + ext/Socket/socketpair.t
22304            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
22305            ! pp_sys.c proto.h util.c
22306 ____________________________________________________________________________
22307 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
22308         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
22309              From: Jeffrey Friedl <jfriedl@yahoo.com>
22310              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
22311              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
22312              
22313              (partially applied, most of the new tests need to be rethought)
22314      Branch: perl
22315            ! regcomp.c t/op/re_tests
22316 ____________________________________________________________________________
22317 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
22318         Log: Small tweaks.
22319      Branch: perl
22320            ! handy.h regexec.c
22321 ____________________________________________________________________________
22322 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
22323         Log: Unicode casefolding continues.
22324              (lib/encoding.t still failing.)
22325      Branch: perl
22326            ! regexec.c t/op/pat.t
22327 ____________________________________________________________________________
22328 [ 13854] By: nick                                  on 2001/12/22  20:01:27
22329         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
22330      Branch: perlio
22331            ! makedef.pl perlio.h perlio.sym win32/win32.c
22332 ____________________________________________________________________________
22333 [ 13853] By: nick                                  on 2001/12/22  19:58:53
22334         Log: Put PerlIO stuff inside EXTERN C
22335      Branch: perlio
22336            ! embed.pl proto.h
22337 ____________________________________________________________________________
22338 [ 13852] By: nick                                  on 2001/12/22  18:04:34
22339         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
22340              so that they get implicit pTHX_ and we can avoid slow dTHX.
22341      Branch: perlio
22342            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
22343            ! perlio.h pod/perlapi.pod proto.h
22344 ____________________________________________________________________________
22345 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
22346         Log: metaconfig unit change for #13850.
22347      Branch: metaconfig
22348            ! U/modified/Loc.U
22349 ____________________________________________________________________________
22350 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
22351         Log: Rework the make logic (again).
22352      Branch: perl
22353            ! Configure
22354 ____________________________________________________________________________
22355 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
22356         Log: Integrate perlio;
22357              Fix mis-parse of autoloaded usage code by declaring the sub
22358              Correct checking code which Ilya spotted was tripped by CR at EOF.
22359              The CR at EOF fix earlier broke CR at end-of-buffer.
22360      Branch: perl
22361            ! regexec.c
22362           !> ext/POSIX/POSIX.pm perlio.c sv.c
22363 ____________________________________________________________________________
22364 [ 13848] By: nick                                  on 2001/12/22  15:11:17
22365         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
22366              This should be okay for both?
22367      Branch: perlio
22368            ! perlio.c
22369 ____________________________________________________________________________
22370 [ 13847] By: nick                                  on 2001/12/22  12:26:32
22371         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
22372              Also tone down perl -DP tracing of sv_gets.
22373      Branch: perlio
22374            ! perlio.c sv.c
22375 ____________________________________________________________________________
22376 [ 13846] By: nick                                  on 2001/12/22  10:49:27
22377         Log: Fix mis-parse of autoloaded usage code by declaring the sub
22378      Branch: perlio
22379            ! ext/POSIX/POSIX.pm
22380 ____________________________________________________________________________
22381 [ 13845] By: nick                                  on 2001/12/22  10:44:11
22382         Log: Integrate mainline - some fails:
22383              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
22384              -------------------------------------------------------------------------------
22385              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
22386              ../lib/encoding.t                    19    2  10.53%  17-18
22387              op/pat.t                            770    3   0.39%  754-755 757
22388      Branch: perlio
22389           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
22390           !> (integrate 36 files)
22391 ____________________________________________________________________________
22392 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
22393         Log: More Unicode casing fixes.
22394      Branch: perl
22395            ! regexec.c t/op/pat.t
22396 ____________________________________________________________________________
22397 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
22398         Log: Unicode casefolding fixes.
22399      Branch: perl
22400            ! op.c regcomp.c regexec.c t/op/pat.t
22401 ____________________________________________________________________________
22402 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
22403         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
22404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
22405              Date: Sat, 22 Dec 2001 00:01:29 +0100
22406              Message-ID: <20011222000129.A713@rafael>
22407      Branch: perl
22408            ! ext/B/B/Deparse.pm
22409 ____________________________________________________________________________
22410 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
22411         Log: VOS config from Paul Green.
22412      Branch: perl
22413            ! hints/vos.sh
22414 ____________________________________________________________________________
22415 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
22416         Log: Subject: [PATCH @13746] CreateTTY on OS/2
22417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22418              Date: Fri, 21 Dec 2001 15:59:45 -0500
22419              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
22420      Branch: perl
22421            ! lib/perl5db.pl
22422 ____________________________________________________________________________
22423 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
22424         Log: Subject: [PATCH @13746] uninstalled build of modules broken
22425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22426              Date: Fri, 21 Dec 2001 15:49:09 -0500
22427              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
22428      Branch: perl
22429            ! lib/ExtUtils/MM_Unix.pm
22430 ____________________________________________________________________________
22431 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
22432         Log: Subject: [PATCH @13746] OS/2 File::* modules
22433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22434              Date: Fri, 21 Dec 2001 15:43:24 -0500
22435              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
22436      Branch: perl
22437            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
22438 ____________________________________________________________________________
22439 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
22440         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
22441              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22442              Date: Fri, 21 Dec 2001 17:29:07 +0100
22443              Message-ID: <3C236353.6625C4C0@alcatel.at>
22444      Branch: perl
22445            ! pod/perltie.pod
22446 ____________________________________________________________________________
22447 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
22448         Log: metaconfig unit changes for #13835
22449      Branch: metaconfig
22450            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
22451            ! U/modified/sh.U
22452 ____________________________________________________________________________
22453 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
22454         Log: Further VOS tweaks: the _exe needs to be introduced
22455              in the very beginning, and the make/gmake needs special
22456              VOS logic.
22457      Branch: perl
22458            ! Configure Makefile.SH
22459 ____________________________________________________________________________
22460 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
22461         Log: Update Changes.
22462      Branch: perl
22463            ! Changes patchlevel.h
22464 ____________________________________________________________________________
22465 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
22466         Log: metaconfig unit change for #13832.
22467      Branch: metaconfig
22468            ! U/modified/spitshell.U
22469 ____________________________________________________________________________
22470 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
22471         Log: Also the search for cat needs to be _exe-aware.
22472      Branch: perl
22473            ! Configure
22474 ____________________________________________________________________________
22475 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
22476         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
22477              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22478              Date: Fri, 21 Dec 2001 14:02:01 +0100
22479              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
22480      Branch: perl
22481            ! ext/B/B/Xref.pm
22482 ____________________________________________________________________________
22483 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
22484         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
22485      Branch: perl
22486            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22487            ! ext/B/t/assembler.t
22488 ____________________________________________________________________________
22489 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
22490         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
22491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22492              Date: Fri, 21 Dec 2001 11:15:38 +0100
22493              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
22494      Branch: perl
22495            ! hv.c
22496 ____________________________________________________________________________
22497 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
22498         Log: A plan is good.
22499      Branch: perl
22500            ! ext/re/re.t
22501 ____________________________________________________________________________
22502 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
22503         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
22504              From: chromatic <chromatic@rmci.net>
22505              Date: Thu, 20 Dec 2001 16:16:48 -0700
22506              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
22507      Branch: perl
22508            + ext/re/re.t
22509            ! MANIFEST
22510 ____________________________________________________________________________
22511 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
22512         Log: Synchronize the skippage message.
22513      Branch: perl
22514            ! lib/ExtUtils/t/MM_OS2.t
22515 ____________________________________________________________________________
22516 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
22517         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
22518              From: chromatic <chromatic@rmci.net>
22519              Date: Thu, 20 Dec 2001 16:09:10 -0700
22520              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
22521      Branch: perl
22522            + lib/ExtUtils/t/MM_OS2.t
22523            ! MANIFEST
22524 ____________________________________________________________________________
22525 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
22526         Log: Subject: perlfunc.pod patch re flock via fcntl
22527              From: "Tye McQueen" <tye@metronet.com>
22528              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
22529              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
22530      Branch: perl
22531            ! pod/perlfunc.pod
22532 ____________________________________________________________________________
22533 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
22534         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
22535              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
22536              (the Unicode maximum code point) warnable offenses.
22537      Branch: perl
22538            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
22539            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
22540 ____________________________________________________________________________
22541 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
22542         Log: Sterner admonishment on -t.
22543      Branch: perl
22544            ! pod/perlrun.pod
22545 ____________________________________________________________________________
22546 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
22547         Log: Subject: [PATCH B::Dpparse] minor qr// fix
22548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22549              Date: Thu, 20 Dec 2001 22:53:34 +0100
22550              Message-ID: <20011220225334.A735@rafael>
22551      Branch: perl
22552            ! ext/B/B/Deparse.pm
22553 ____________________________________________________________________________
22554 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
22555         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
22556              From: Robert Spier <rspier@pobox.com>
22557              Date: Thu, 20 Dec 2001 08:10:00 -0800
22558              Message-ID: <15394.3416.693353.107334@rls.cx>
22559      Branch: perl
22560            ! lib/Carp/Heavy.pm
22561 ____________________________________________________________________________
22562 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
22563         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
22564      Branch: perl
22565           !> win32/win32io.c
22566 ____________________________________________________________________________
22567 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
22568         Log: Subject: Re: [PATCH pod/perliol.pod] resend
22569              From: Stas Bekman <stas@stason.org>
22570              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
22571              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
22572      Branch: perl
22573            ! pod/perliol.pod
22574 ____________________________________________________________________________
22575 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
22576         Log: Fix up the APIs noone hopefully uses.
22577      Branch: perl
22578            ! utf8.c
22579 ____________________________________________________________________________
22580 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
22581         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
22582              Date: Wed, 19 Dec 2001 14:13:38 -0800
22583              From: Robert Spier <rspier@pobox.com>
22584              Message-ID: <15393.4370.605214.548582@rls.cx>
22585      Branch: perl
22586            ! lib/Carp.t lib/Carp/Heavy.pm
22587 ____________________________________________________________________________
22588 [ 13815] By: nick                                  on 2001/12/20  10:23:42
22589         Log: pTHX_ fixes for :win32 layer
22590      Branch: perlio
22591            ! win32/win32io.c
22592 ____________________________________________________________________________
22593 [ 13814] By: nick                                  on 2001/12/20  08:20:11
22594         Log: Integrate mainline (mostly) utf8.c does not compile.
22595      Branch: perlio
22596           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
22597           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22598           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22599           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
22600           +> lib/Net/Ping/t/300_ping_stream.t
22601           !> Changes MANIFEST embed.h embed.pl embedvar.h
22602           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
22603           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
22604           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
22605           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
22606           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
22607 ____________________________________________________________________________
22608 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
22609         Log: Some bincompat clawbacks.
22610      Branch: perl
22611            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
22612            ! wince/perldll.def
22613 ____________________________________________________________________________
22614 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
22615         Log: gcc pacifying (RH 7.1/ia64).
22616      Branch: perl
22617            ! pp.c
22618 ____________________________________________________________________________
22619 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
22620         Log: Update Changes.
22621      Branch: perl
22622            ! Changes patchlevel.h
22623 ____________________________________________________________________________
22624 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
22625         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
22626              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22627              Date: Wed, 19 Dec 2001 12:35:07 +0100
22628              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
22629              
22630              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
22631              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22632              Date: Wed, 19 Dec 2001 17:34:51 +0000
22633              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
22634      Branch: perl
22635            ! pod/perlre.pod
22636 ____________________________________________________________________________
22637 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
22638         Log: Integrate perlio.
22639      Branch: perl
22640           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
22641           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
22642 ____________________________________________________________________________
22643 [ 13808] By: nick                                  on 2001/12/19  16:08:27
22644         Log: Add pTHX to all vtable functions for future-proofing and
22645              consistency of PerlIO layers.
22646      Branch: perlio
22647            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
22648            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
22649 ____________________________________________________________________________
22650 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
22651         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
22652      Branch: perl
22653            ! ext/B/B/Assembler.pm
22654 ____________________________________________________________________________
22655 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
22656         Log: Reword the alarm explanation.
22657      Branch: perl
22658            ! pod/perlfunc.pod
22659 ____________________________________________________________________________
22660 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
22661         Log: Subject: [PATCH @13746] OS/2 build
22662              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
22663              Date: Wed, 19 Dec 2001 02:45:41 -0500
22664              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
22665              
22666              (skipped the t/TEST change)
22667      Branch: perl
22668            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
22669            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
22670            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
22671 ____________________________________________________________________________
22672 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
22673         Log: Upgrade to Net::Ping 2.09.
22674      Branch: perl
22675            + lib/Net/Ping/CHANGES lib/Net/Ping/README
22676            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22677            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22678            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
22679            + lib/Net/Ping/t/300_ping_stream.t
22680            ! MANIFEST lib/Net/Ping.pm
22681 ____________________________________________________________________________
22682 [ 13803] By: nick                                  on 2001/12/19  14:43:24
22683         Log: Integrate mainline
22684      Branch: perlio
22685           +> ext/B/t/assembler.t lib/lib.t
22686           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22687           !> lib/lib_pm.PL t/op/glob.t utf8.c
22688 ____________________________________________________________________________
22689 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
22690         Log: B::Assembler/B::Disassembler patches and test;
22691              from Wolfgang Laun.
22692              
22693              TODO: getting perlcc working.
22694      Branch: perl
22695            + ext/B/t/assembler.t
22696            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22697 ____________________________________________________________________________
22698 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
22699         Log: Can't printf U8s as UVs.
22700      Branch: perl
22701            ! utf8.c
22702 ____________________________________________________________________________
22703 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
22704         Log: Subject: Re: [PATCH] ...while $var = glob(...)
22705              From: Robin Houston <robin@kitsite.com> 
22706              Date: Wed, 19 Dec 2001 13:48:55 +0000
22707              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
22708              
22709              Not exactly a glob test but internal-logically correct.
22710      Branch: perl
22711            ! t/op/glob.t
22712 ____________________________________________________________________________
22713 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
22714         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
22715              From: Michael G Schwern <schwern@pobox.com> 
22716              Date: Wed, 19 Dec 2001 07:42:54 -0500
22717              Message-ID: <20011219124254.GF8630@blackrider>
22718      Branch: perl
22719            + lib/lib.t
22720            ! MANIFEST lib/lib_pm.PL
22721 ____________________________________________________________________________
22722 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
22723         Log: Integrate with perlio.
22724      Branch: perl
22725           !> hv.c hv.h scope.c util.c
22726 ____________________________________________________________________________
22727 [ 13797] By: nick                                  on 2001/12/19  12:03:21
22728         Log: Remove the sometimes-lvalue cast
22729      Branch: perlio
22730            ! hv.h
22731 ____________________________________________________________________________
22732 [ 13796] By: nick                                  on 2001/12/19  11:02:27
22733         Log: alarm.t with -Uuseperlio fix
22734              - SA_RESTART should only be function of PERL_OLD_SIGNALS
22735              not USE_PERLIO
22736      Branch: perlio
22737            ! util.c
22738 ____________________________________________________________________________
22739 [ 13795] By: nick                                  on 2001/12/19  10:19:40
22740         Log: Fix READONLY hashes:
22741              1. Discovered need for disabled scope.c part of Jeff's patch.
22742              2. Corrected hv_delete* - entry was being de-linked from
22743              chain (patch program not smart enough?)
22744      Branch: perlio
22745            ! hv.c scope.c
22746 ____________________________________________________________________________
22747 [ 13794] By: nick                                  on 2001/12/19  09:35:13
22748         Log: Integrate mainline
22749      Branch: perlio
22750           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
22751           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
22752           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
22753           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
22754           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
22755 ____________________________________________________________________________
22756 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
22757         Log: Regen toc.
22758      Branch: perl
22759            ! pod/perltoc.pod
22760 ____________________________________________________________________________
22761 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
22762         Log: FAQ sync.
22763      Branch: perl
22764            ! pod/perlfaq5.pod
22765 ____________________________________________________________________________
22766 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
22767         Log: Reformat round.
22768      Branch: perl
22769            ! pod/perlunicode.pod
22770 ____________________________________________________________________________
22771 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
22772         Log: Subject: [PATCH] pod/perlunicode.pod
22773              From: Jeffrey Friedl <jfriedl@yahoo.com>
22774              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
22775              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
22776      Branch: perl
22777            ! pod/perlunicode.pod
22778 ____________________________________________________________________________
22779 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
22780         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
22781              From: Jeffrey Friedl <jfriedl@yahoo.com>
22782              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
22783              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
22784      Branch: perl
22785            ! pod/perluniintro.pod
22786 ____________________________________________________________________________
22787 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
22788         Log: Slight pod reformatting.
22789      Branch: perl
22790            ! pod/perluniintro.pod
22791 ____________________________________________________________________________
22792 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
22793         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
22794              From: Jeffrey Friedl <jfriedl@yahoo.com>    
22795              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
22796              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
22797      Branch: perl
22798            ! pod/perluniintro.pod
22799 ____________________________________________________________________________
22800 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
22801         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
22802              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22803              Date: Wed, 19 Dec 2001 01:45:23 +0000
22804              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
22805      Branch: perl
22806            ! sv.c
22807 ____________________________________________________________________________
22808 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
22809         Log: Subject: Porting/checkURL.pl
22810              From: abigail@foad.org
22811              Date: Tue, 18 Dec 2001 19:03:22 +0100          
22812              Message-ID: <20011218180322.8278.qmail@foad.org> 
22813      Branch: perl
22814            ! Porting/checkURL.pl
22815 ____________________________________________________________________________
22816 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
22817         Log: metaconfig unit change for #13783.
22818      Branch: metaconfig
22819            ! U/modified/Loc.U
22820 ____________________________________________________________________________
22821 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
22822         Log: A bit too oversweeping matching in #13778.
22823      Branch: perl
22824            ! Configure
22825 ____________________________________________________________________________
22826 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
22827         Log: Re-gen Configure based on #13778..13781.
22828      Branch: perl
22829            ! Configure config_h.SH
22830 ____________________________________________________________________________
22831 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
22832         Log: First assume that crypt() can live happy normal life in
22833              the libc or the moral equivalent; only then try magic.
22834      Branch: metaconfig
22835            + U/modified/d_crypt.U
22836 ____________________________________________________________________________
22837 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
22838         Log: In VOS ACLs confuse the testing.
22839      Branch: metaconfig
22840            ! U/modified/Findhdr.U
22841 ____________________________________________________________________________
22842 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
22843         Log: Either make or gmake.
22844      Branch: metaconfig
22845            ! U/modified/Loc.U
22846 ____________________________________________________________________________
22847 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
22848         Log: If your _exe is different from .exe and your test -f $foo
22849              doesn't do magic to recognize $foo$_exe, you will need to
22850              specify -D_exe=... on command line-- and this patch.
22851      Branch: metaconfig
22852            + U/modified/sh.U
22853            ! U/modified/Loc.U
22854 ____________________________________________________________________________
22855 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
22856         Log: Fix the bugs in #13768..13776, and regen Configure.
22857      Branch: metaconfig
22858            ! U/compline/nblock_io.U U/modified/Findhdr.U
22859            ! U/modified/spitshell.U
22860      Branch: metaconfig/U/perl
22861            ! issymlink.U perlpath.U
22862      Branch: perl
22863            ! Configure config_h.SH
22864 ____________________________________________________________________________
22865 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
22866         Log: Must test with $_exe. (There are plenty of similar
22867              spots earlier but they are a tad more complex to fix
22868              since they come before the hints are run.)
22869      Branch: metaconfig
22870            + U/modified/yacc.U
22871 ____________________________________________________________________________
22872 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
22873         Log: F_SETFL might require <fcntl.h>
22874      Branch: metaconfig
22875            ! U/compline/nblock_io.U
22876 ____________________________________________________________________________
22877 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
22878         Log: Don't require make; have both make and gmake optional.
22879              (Maybe have a check that at least one of them is available?)
22880      Branch: metaconfig
22881            ! U/modified/Loc.U
22882 ____________________________________________________________________________
22883 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
22884         Log: cat might be farther than /bin or /usr/bin.
22885      Branch: metaconfig
22886            ! U/modified/spitshell.U
22887 ____________________________________________________________________________
22888 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
22889         Log: In VOS the path component separator is >, not /.
22890      Branch: metaconfig
22891            ! U/modified/Findhdr.U
22892 ____________________________________________________________________________
22893 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
22894         Log: The VOS shell doesn't implement the ? wildcard
22895              (? is used for other purposes, I assume); but
22896              it does implement the * wildcard, and that works
22897              in the general case just fine.
22898      Branch: metaconfig/U/perl
22899            ! d_dlsymun.U
22900 ____________________________________________________________________________
22901 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
22902         Log: VOS detection.
22903      Branch: metaconfig
22904            ! U/modified/Oldconfig.U
22905 ____________________________________________________________________________
22906 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
22907         Log: Proper path for VOS.
22908      Branch: metaconfig
22909            ! U/modified/Head.U
22910 ____________________________________________________________________________
22911 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
22912         Log: Change s/>& 4/>&4/g for consistency.
22913      Branch: metaconfig
22914            + U/modified/d_dosuid.U
22915            ! U/modified/d_socket.U
22916      Branch: metaconfig/U/perl
22917            ! issymlink.U perlxvf.U
22918 ____________________________________________________________________________
22919 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
22920         Log: Subject: Re: Benchmark.t failure on Linux
22921              From: Nicholas Clark <nick@ccl4.org>
22922              Date: Tue, 18 Dec 2001 22:51:25 +0000
22923              Message-ID: <20011218225124.N21702@plum.flirble.org>
22924      Branch: perl
22925            ! lib/Benchmark.t
22926 ____________________________________________________________________________
22927 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
22928         Log: Re-applying #13752 until a better solution can be found.
22929      Branch: perl
22930            ! lib/ExtUtils/t/MM_Unix.t
22931 ____________________________________________________________________________
22932 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
22933         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
22934              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
22935              Date: Tue, 18 Dec 2001 12:05:40 -0500
22936              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
22937      Branch: perl
22938            ! lib/Exporter.pm
22939 ____________________________________________________________________________
22940 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
22941         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
22942              findings -- some of the warnings I can't explain except
22943              by NVgf being detected wrong, though.
22944      Branch: perl
22945            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
22946 ____________________________________________________________________________
22947 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
22948         Log: Subject: [PATCH] pod/perluniintro.pod
22949              From: Jeffrey Friedl <jfriedl@yahoo.com>
22950              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
22951              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
22952      Branch: perl
22953            ! pod/perluniintro.pod
22954 ____________________________________________________________________________
22955 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
22956         Log: ".pm" is the native executable suffix in VOS.
22957      Branch: perl
22958            ! hints/vos.sh
22959 ____________________________________________________________________________
22960 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
22961         Log: Integrate perlio;
22962              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22963      Branch: perl
22964           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22965 ____________________________________________________________________________
22966 [ 13760] By: nick                                  on 2001/12/18  15:55:22
22967         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22968              - added delete of READONLY value inhibit & test for same
22969              - re-tabbed
22970      Branch: perlio
22971            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22972 ____________________________________________________________________________
22973 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
22974         Log: (Undone by #13766.)
22975              Retract #13752.
22976      Branch: perl
22977            ! lib/ExtUtils/t/MM_Unix.t
22978 ____________________________________________________________________________
22979 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
22980         Log: Echoes of #13757.
22981      Branch: perl
22982            ! t/lib/warnings/utf8
22983 ____________________________________________________________________________
22984 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
22985         Log: Make the utf8 malformedness messages more verbose.
22986      Branch: perl
22987            ! lib/utf8.t utf8.c
22988 ____________________________________________________________________________
22989 [ 13756] By: nick                                  on 2001/12/18  14:43:58
22990         Log: Integrate mainline
22991      Branch: perlio
22992           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22993           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22994           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22995           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22996           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22997           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
22998            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22999            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
23000            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
23001            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
23002            - lib/ExtUtils/testlib.t
23003           !> (integrate 28 files)
23004 ____________________________________________________________________________
23005 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
23006         Log: README.aix updates from Jens-Uwe Mager.
23007      Branch: perl
23008            ! README.aix
23009 ____________________________________________________________________________
23010 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
23011         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
23012              From: Michael G Schwern <schwern@pobox.com>
23013              Date: Tue, 18 Dec 2001 00:58:18 -0500
23014              Message-ID: <20011218055818.GC4362@blackrider>
23015      Branch: perl
23016            ! lib/Benchmark.t
23017 ____________________________________________________________________________
23018 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
23019         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
23020              From: Michael G Schwern <schwern@pobox.com>
23021              Date: Tue, 18 Dec 2001 00:40:38 -0500
23022              Message-ID: <20011218054038.GB4362@blackrider>
23023      Branch: perl
23024            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
23025 ____________________________________________________________________________
23026 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
23027         Log: (reintroduced by #13766)
23028              (retracted by #13759)
23029              
23030              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
23031              From: Michael G Schwern <schwern@pobox.com>  
23032              Date: Tue, 18 Dec 2001 00:00:23 -0500
23033              Message-ID: <20011218050023.GA27893@blackrider>
23034      Branch: perl
23035            ! lib/ExtUtils/t/MM_Unix.t
23036 ____________________________________________________________________________
23037 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
23038         Log: Re-patch #13749.
23039      Branch: perl
23040            ! t/op/glob.t
23041 ____________________________________________________________________________
23042 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
23043         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
23044              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23045              Date: Tue, 18 Dec 2001 12:55:43 +0000
23046              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
23047      Branch: perl
23048            ! ext/Devel/Peek/Peek.pm
23049 ____________________________________________________________________________
23050 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
23051         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
23052              From: Robin Houston <robin@kitsite.com> 
23053              Date: Tue, 18 Dec 2001 14:54:33 +0000
23054              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
23055      Branch: perl
23056            ! t/op/glob.t
23057 ____________________________________________________________________________
23058 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
23059         Log: Subject: [PATCH] slightly more for Exporter.pm
23060              From: Nicholas Clark <nick@ccl4.org>
23061              Date: Tue, 18 Dec 2001 00:22:03 +0000
23062              Message-ID: <20011218002203.M21702@plum.flirble.org>
23063      Branch: perl
23064            ! lib/Exporter.pm
23065 ____________________________________________________________________________
23066 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
23067         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
23068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23069              Date: Mon, 17 Dec 2001 16:37:18 +0100
23070              Message-ID: <20011217163718.A2292@rafael>
23071              
23072              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
23073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23074              Date: Mon, 17 Dec 2001 23:17:06 +0100
23075              Message-ID: <20011217231706.A730@rafael>
23076      Branch: perl
23077            ! pod/perlsub.pod pp.c toke.c
23078 ____________________________________________________________________________
23079 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
23080         Log: Update Changes.
23081      Branch: perl
23082            ! Changes patchlevel.h
23083 ____________________________________________________________________________
23084 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
23085         Log: New test warrants a MANIFEST entry.
23086      Branch: perl
23087            ! MANIFEST
23088 ____________________________________________________________________________
23089 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
23090         Log: Subject: Re: [PATCH] ...while $var = glob(...)
23091              From: Robin Houston <robin@kitsite.com>
23092              Date: Mon, 17 Dec 2001 20:27:30 +0000
23093              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
23094              
23095              Can't portably unlink open files.
23096      Branch: perl
23097            ! t/op/glob.t
23098 ____________________________________________________________________________
23099 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
23100         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
23101      Branch: perl
23102            ! pod/perluniintro.pod
23103 ____________________________________________________________________________
23104 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
23105         Log: Move typeglob test from glob.t to gv.t.
23106      Branch: perl
23107            ! t/op/glob.t t/op/gv.t
23108 ____________________________________________________________________________
23109 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
23110         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
23111              From: Robin Houston <robin@kitsite.com> 
23112              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
23113              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
23114      Branch: perl
23115            ! t/op/glob.t
23116 ____________________________________________________________________________
23117 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
23118         Log: Demote the surrogate and non-character errors to warnings.
23119      Branch: perl
23120            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
23121 ____________________________________________________________________________
23122 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
23123         Log: Subject: [PATCH] more POSIX tests, and more autoloading
23124              From: Nicholas Clark <nick@ccl4.org>
23125              Date: Mon, 17 Dec 2001 18:27:47 +0000
23126              Message-ID: <20011217182747.D21702@plum.flirble.org>
23127      Branch: perl
23128            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
23129 ____________________________________________________________________________
23130 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
23131         Log: Subject: [PATCH] ...while $var = glob(...)
23132              From: Robin Houston <robin@kitsite.com> 
23133              Date: Mon, 17 Dec 2001 15:51:54 +0000
23134              Message-ID: <20011217155153.A311@robin.kitsite.com>
23135      Branch: perl
23136            ! op.c
23137 ____________________________________________________________________________
23138 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
23139         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
23140              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23141              Date: Mon, 17 Dec 2001 15:23:01 +0100
23142              Message-ID: <20011217152301.A704@rafael>
23143      Branch: perl
23144            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
23145 ____________________________________________________________________________
23146 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
23147         Log: The system() vs $SIG{ARLM} is no more a todo.
23148      Branch: perl
23149            ! t/op/alarm.t
23150 ____________________________________________________________________________
23151 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
23152         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
23153              From: Michael G Schwern <schwern@pobox.com>
23154              Date: Sun, 16 Dec 2001 23:59:01 -0500
23155              Message-ID: <20011217045901.GL17232@blackrider>
23156      Branch: perl
23157            + t/op/alarm.t
23158            ! MANIFEST
23159 ____________________________________________________________________________
23160 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
23161         Log: s/UNIX/Unix/
23162      Branch: perl
23163            ! MANIFEST
23164 ____________________________________________________________________________
23165 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
23166         Log: Move ExtUtils tests to lib/ExtUtils/t.
23167      Branch: perl
23168            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
23169            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
23170            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
23171            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
23172            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
23173            + lib/ExtUtils/t/testlib.t
23174            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
23175            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
23176            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
23177            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
23178            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
23179            ! MANIFEST
23180 ____________________________________________________________________________
23181 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
23182         Log: Subject: [PATCH] MM_Unix tests, and some questions
23183              From: Tels <perl_dummy@bloodgate.com>
23184              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
23185              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
23186              
23187              Subject: Re: [PATCH] MM_Unix tests, and some questions
23188              From: Tels <perl_dummy@bloodgate.com>
23189              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
23190              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
23191      Branch: perl
23192            + lib/ExtUtils/MM_Unix.t
23193            ! MANIFEST lib/ExtUtils/MM_Unix.pm
23194 ____________________________________________________________________________
23195 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
23196         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
23197              From: Michael G Schwern <schwern@pobox.com>
23198              Date: Sun, 16 Dec 2001 17:53:55 -0500
23199              Message-ID: <20011216225354.GE8900@blackrider>
23200      Branch: perl
23201            ! lib/ExtUtils/MM_Unix.pm
23202 ____________________________________________________________________________
23203 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
23204         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
23205              From: Michael G Schwern <schwern@pobox.com>                
23206              Date: Sun, 16 Dec 2001 16:12:55 -0500
23207              Message-ID: <20011216211255.GV8900@blackrider>
23208      Branch: perl
23209            ! ext/B/B/Deparse.pm
23210 ____________________________________________________________________________
23211 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
23212         Log: Subject: [PATCH] Exporter.pm
23213              From: Nicholas Clark <nick@ccl4.org>
23214              Date: Sun, 16 Dec 2001 19:24:25 +0000
23215              Message-ID: <20011216192425.R21702@plum.flirble.org>
23216      Branch: perl
23217            ! lib/Exporter.pm
23218 ____________________________________________________________________________
23219 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
23220         Log: Subject: [PATCH] Exporter.t (and question)
23221              From: Nicholas Clark <nick@ccl4.org>
23222              Date: Sun, 16 Dec 2001 17:24:55 +0000
23223              Message-ID: <20011216172455.P21702@plum.flirble.org>
23224      Branch: perl
23225            ! lib/Exporter.t
23226 ____________________________________________________________________________
23227 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
23228         Log: Subject: Re: perl@13661
23229              From: "John P. Linderman" <jpl@research.att.com>              
23230              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
23231              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
23232      Branch: perl
23233            ! pp_sort.c
23234 ____________________________________________________________________________
23235 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
23236         Log: Subject: Will the real Unicode encoding please stand up?
23237              From: Jeffrey Friedl <jfriedl@yahoo.com>
23238              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
23239              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
23240      Branch: perl
23241            ! pod/perluniintro.pod
23242 ____________________________________________________________________________
23243 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
23244         Log: Integrate perlio; interruptable system().
23245      Branch: perl
23246           !> util.c
23247 ____________________________________________________________________________
23248 [ 13724] By: nick                                  on 2001/12/17  09:16:50
23249         Log: Fix for alarm() breaking into wait*().
23250              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
23251              signal handler before caller re-does the system call.
23252      Branch: perlio
23253            ! util.c
23254 ____________________________________________________________________________
23255 [ 13723] By: nick                                  on 2001/12/17  07:45:13
23256         Log: Integrate mainline
23257      Branch: perlio
23258           +> (branch 26 files)
23259           !> (integrate 47 files)
23260 ____________________________________________________________________________
23261 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
23262         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
23263              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
23264              and characters beyond 0x10FFF should be disallowed, too,
23265              but some tests would need changing, but more importantly some
23266              APIs would need remodeling since one can easily generate such
23267              characters either by bitwise complements, tr complements, or
23268              v-strings.
23269      Branch: perl
23270            ! pod/perldiag.pod utf8.c
23271 ____________________________________________________________________________
23272 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
23273         Log: Make surrogates illegal also on EBCDIC.
23274      Branch: perl
23275            ! utf8.c
23276 ____________________________________________________________________________
23277 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
23278         Log: Subject: [patch @13687] Unicode::Collate 0.10
23279              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
23280              Date: Sun, 16 Dec 2001 21:22:12 +0900
23281              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
23282      Branch: perl
23283            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23284            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
23285 ____________________________________________________________________________
23286 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
23287         Log: More documentation for the encoding pragma.
23288      Branch: perl
23289            ! lib/encoding.pm
23290 ____________________________________________________________________________
23291 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
23292         Log: Subject: [PATCH] lib/open.pm 
23293              From: Jeffrey Friedl <jfriedl@yahoo.com>
23294              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
23295              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
23296      Branch: perl
23297            ! lib/open.pm
23298 ____________________________________________________________________________
23299 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
23300         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
23301              From: chromatic <chromatic@rmci.net>
23302              Date: Sat, 15 Dec 2001 23:24:40 -0700
23303              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
23304      Branch: perl
23305            + lib/ExtUtils/Installed.t
23306            ! MANIFEST
23307 ____________________________________________________________________________
23308 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
23309         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
23310              From: Michael G Schwern <schwern@pobox.com>
23311              Date: Sun, 16 Dec 2001 01:14:00 -0500
23312              Message-ID: <20011216061400.GC8900@blackrider>
23313      Branch: perl
23314            ! lib/diagnostics.pm
23315 ____________________________________________________________________________
23316 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
23317         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
23318              From: Michael G Schwern <schwern@pobox.com>
23319              Date: Sun, 16 Dec 2001 01:12:42 -0500
23320              Message-ID: <20011216061242.GB8900@blackrider>
23321      Branch: perl
23322            ! t/test.pl
23323 ____________________________________________________________________________
23324 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
23325         Log: I sometimes outsmart myself.
23326      Branch: perl
23327            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
23328 ____________________________________________________________________________
23329 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
23330         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
23331              From: Michael G Schwern <schwern@pobox.com>
23332              Date: Sat, 15 Dec 2001 15:08:29 -0500
23333              Message-ID: <20011215200829.GK1548@blackrider>
23334      Branch: perl
23335            ! lib/AutoSplit.pm
23336 ____________________________________________________________________________
23337 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
23338         Log: perlunicode enchancements suggested by Jeffrey Friedl.
23339      Branch: perl
23340            ! pod/perlunicode.pod
23341 ____________________________________________________________________________
23342 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
23343         Log: Subject: [PATCH] perlunicode.pod
23344              From: Jeffrey Friedl <jfriedl@yahoo.com>
23345              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
23346              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
23347      Branch: perl
23348            ! pod/perlunicode.pod
23349 ____________________________________________________________________________
23350 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
23351         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
23352              From: Jeffrey Friedl <jfriedl@yahoo.com>
23353              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
23354              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
23355      Branch: perl
23356            ! lib/utf8_heavy.pl
23357 ____________________________________________________________________________
23358 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
23359         Log: Can't create surrogates; so can't match them, either.
23360      Branch: perl
23361            ! pod/perlunicode.pod
23362 ____________________________________________________________________________
23363 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
23364         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
23365              From: Michael G Schwern <schwern@pobox.com>
23366              Date: Sat, 15 Dec 2001 21:20:35 -0500
23367              Message-ID: <20011216022035.GE5672@blackrider>
23368      Branch: perl
23369            ! t/test.pl
23370 ____________________________________________________________________________
23371 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
23372         Log: Make creating UTF-8 surrogates a punishable act.
23373      Branch: perl
23374            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
23375 ____________________________________________________________________________
23376 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
23377         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
23378      Branch: perl
23379            + lib/unicore/In/172.pl lib/unicore/In/173.pl
23380            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
23381            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
23382            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
23383            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
23384            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
23385 ____________________________________________________________________________
23386 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
23387         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
23388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23389              Date: Sat, 15 Dec 2001 23:21:43 +0100
23390              Message-ID: <20011215232143.A11790@rafael>
23391      Branch: perl
23392            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
23393 ____________________________________________________________________________
23394 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
23395         Log: Make charnames more robust.
23396      Branch: perl
23397            ! lib/charnames.pm
23398 ____________________________________________________________________________
23399 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
23400         Log: The hoops one has to jump through.
23401      Branch: perl
23402            ! ext/I18N/Langinfo/Langinfo.pm
23403 ____________________________________________________________________________
23404 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
23405         Log: Subject: [PATCH] perlstyle.pod nit on warnings
23406              From: Autrijus Tang <autrijus@egb.elixus.org>
23407              Date: Sat, 15 Dec 2001 04:24:34 -0800
23408              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
23409      Branch: perl
23410            ! pod/perlstyle.pod
23411 ____________________________________________________________________________
23412 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
23413         Log: I don't think we are in FooOS, Toto.
23414      Branch: perl
23415            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
23416 ____________________________________________________________________________
23417 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
23418         Log: Subject: Re: Untested modules update:  There's more than we thought
23419              From: chromatic <chromatic@rmci.net>
23420              Date: Fri, 14 Dec 2001 17:20:24 -0700
23421              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
23422      Branch: perl
23423            + lib/ExtUtils/MM_Cygwin.t
23424            ! MANIFEST
23425 ____________________________________________________________________________
23426 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
23427         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
23428              From: Michael G Schwern <schwern@pobox.com> 
23429              Date: Fri, 14 Dec 2001 20:59:42 -0500
23430              Message-ID: <20011215015942.GF28596@blackrider>
23431      Branch: perl
23432            ! t/TEST
23433 ____________________________________________________________________________
23434 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
23435         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
23436              From: Michael G Schwern <schwern@pobox.com> 
23437              Date: Fri, 14 Dec 2001 20:03:46 -0500
23438              Message-ID: <20011215010346.GD28596@blackrider>
23439      Branch: perl
23440            + ext/B/t/bblock.t
23441            ! MANIFEST
23442 ____________________________________________________________________________
23443 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
23444         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
23445              From: Michael G Schwern <schwern@pobox.com> 
23446              Date: Fri, 14 Dec 2001 19:59:13 -0500
23447              Message-ID: <20011215005913.GC28596@blackrider>
23448      Branch: perl
23449            ! ext/B/B/Bblock.pm
23450 ____________________________________________________________________________
23451 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
23452         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
23453              From: Michael G Schwern <schwern@pobox.com> 
23454              Date: Fri, 14 Dec 2001 19:36:12 -0500
23455              Message-ID: <20011215003611.GA28596@blackrider>
23456      Branch: perl
23457            + ext/B/t/asmdata.t
23458            ! MANIFEST
23459 ____________________________________________________________________________
23460 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
23461         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
23462              From: Michael G Schwern <schwern@pobox.com> 
23463              Date: Fri, 14 Dec 2001 19:14:14 -0500
23464              Message-ID: <20011215001414.GA25077@blackrider>
23465      Branch: perl
23466            ! bytecode.pl ext/B/B/Asmdata.pm
23467 ____________________________________________________________________________
23468 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
23469         Log: Permissions.
23470      Branch: perl
23471            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
23472            ! ext/Devel/PPPort/module3.c
23473 ____________________________________________________________________________
23474 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
23475         Log: Benchmark test from Nicholas Clark.
23476      Branch: perl
23477            + lib/Benchmark.t
23478            ! MANIFEST lib/Benchmark.pm
23479 ____________________________________________________________________________
23480 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
23481         Log: Mithing.
23482      Branch: perl
23483            + lib/Attribute/Handlers/demo/demo2.pl
23484            + lib/Attribute/Handlers/demo/demo3.pl
23485            + lib/Attribute/Handlers/demo/demo4.pl
23486 ____________________________________________________________________________
23487 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
23488         Log: Silence compiler worries found by Schwern/Digital cc.
23489      Branch: perl
23490            ! perlio.c sv.c x2p/str.c
23491 ____________________________________________________________________________
23492 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
23493         Log: User may not have a valid home directory even if
23494              getpwuid() succedds.
23495      Branch: perl
23496            ! ext/File/Glob/t/basic.t
23497 ____________________________________________________________________________
23498 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
23499         Log: Integrate with perlio.  (No changes, but that's okay.)
23500      Branch: perl
23501           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
23502 ____________________________________________________________________________
23503 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
23504         Log: Add a Configure hints file for VOS: the POSIX support
23505              of VOS is getting close to the point where it can run
23506              Configure (some Configure tweaks will be required).
23507      Branch: perl
23508            + hints/vos.sh
23509            ! MANIFEST
23510 ____________________________________________________________________________
23511 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
23512         Log: Update Changes.
23513      Branch: perl
23514            ! Changes patchlevel.h
23515 ____________________________________________________________________________
23516 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
23517         Log: Reintroduce Attribute::Handlers with Spider's fixes.
23518      Branch: perl
23519            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
23520            + lib/Attribute/Handlers/README
23521            + lib/Attribute/Handlers/demo/Demo.pm
23522            + lib/Attribute/Handlers/demo/Descriptions.pm
23523            + lib/Attribute/Handlers/demo/MyClass.pm
23524            + lib/Attribute/Handlers/demo/demo.pl
23525            + lib/Attribute/Handlers/demo/demo_call.pl
23526            + lib/Attribute/Handlers/demo/demo_chain.pl
23527            + lib/Attribute/Handlers/demo/demo_cycle.pl
23528            + lib/Attribute/Handlers/demo/demo_hashdir.pl
23529            + lib/Attribute/Handlers/demo/demo_phases.pl
23530            + lib/Attribute/Handlers/demo/demo_range.pl
23531            + lib/Attribute/Handlers/demo/demo_rawdata.pl
23532            + lib/Attribute/Handlers/t/multi.t
23533            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
23534 ____________________________________________________________________________
23535 [ 13685] By: nick                                  on 2001/12/14  15:57:00
23536         Log: Integrate mainline
23537      Branch: perlio
23538           +> t/run/switcht.t
23539           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
23540           !> perlapi.h pod/perlrun.pod t/TEST taint.c
23541 ____________________________________________________________________________
23542 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
23543         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
23544              From: Michael G Schwern <schwern@pobox.com> 
23545              Date: Thu, 13 Dec 2001 19:27:08 -0500
23546              Message-ID: <20011214002707.GA10532@blackrider>
23547              
23548              (reword the perlrun -t description a bit,
23549              and move the Itaint_warn to the bottom of
23550              the intrpvar.h for binary compatibility)
23551      Branch: perl
23552            + t/run/switcht.t
23553            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
23554            ! perlapi.h pod/perlrun.pod t/TEST taint.c
23555 ____________________________________________________________________________
23556 [ 13683] By: nick                                  on 2001/12/14  12:29:41
23557         Log: Integrate mainline
23558      Branch: perlio
23559           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
23560           +> lib/Term/ReadLine.t t/op/hashassign.t
23561            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
23562            - lib/Attribute/Handlers/README
23563            - lib/Attribute/Handlers/demo/Demo.pm
23564            - lib/Attribute/Handlers/demo/Descriptions.pm
23565            - lib/Attribute/Handlers/demo/MyClass.pm
23566            - lib/Attribute/Handlers/demo/demo.pl
23567            - lib/Attribute/Handlers/demo/demo2.pl
23568            - lib/Attribute/Handlers/demo/demo3.pl
23569            - lib/Attribute/Handlers/demo/demo4.pl
23570            - lib/Attribute/Handlers/demo/demo_call.pl
23571            - lib/Attribute/Handlers/demo/demo_chain.pl
23572            - lib/Attribute/Handlers/demo/demo_cycle.pl
23573            - lib/Attribute/Handlers/demo/demo_hashdir.pl
23574            - lib/Attribute/Handlers/demo/demo_phases.pl
23575            - lib/Attribute/Handlers/demo/demo_range.pl
23576            - lib/Attribute/Handlers/demo/demo_rawdata.pl
23577            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
23578           !> (integrate 101 files)
23579 ____________________________________________________________________________
23580 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
23581         Log: Detypo.
23582      Branch: perl
23583            ! utf8.c
23584 ____________________________________________________________________________
23585 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
23586         Log: Buffer overflow checks.
23587      Branch: perl
23588            ! utf8.c
23589 ____________________________________________________________________________
23590 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
23591         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
23592              From: Spider Boardman <spider@leggy.zk3.dec.com>
23593              Date: Thu, 13 Dec 2001 15:32:51 -0500
23594              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
23595      Branch: perl
23596            ! lib/ExtUtils/Embed.t
23597 ____________________________________________________________________________
23598 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
23599         Log: More on the Unicode "line" definition.
23600      Branch: perl
23601            ! pod/perlunicode.pod
23602 ____________________________________________________________________________
23603 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
23604         Log: Open-ended VERSION?
23605      Branch: perl
23606            ! lib/ExtUtils/Install.pm
23607 ____________________________________________________________________________
23608 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
23609         Log: Subject: [PATCH] Better make distclean
23610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23611              Date: Thu, 13 Dec 2001 21:10:18 +0100
23612              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
23613      Branch: perl
23614            ! Makefile.SH
23615 ____________________________________________________________________________
23616 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
23617         Log: Remove Memoize::Saves as requested by mjd.
23618      Branch: perl
23619            - lib/Memoize/Saves.pm
23620            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
23621 ____________________________________________________________________________
23622 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
23623         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
23624              From: Michael G Schwern <schwern@pobox.com>
23625              Date: Tue, 11 Dec 2001 23:17:32 -0500
23626              Message-ID: <20011212041732.GS17250@blackrider>
23627      Branch: perl
23628            ! lib/ExtUtils/Install.pm
23629 ____________________________________________________________________________
23630 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
23631         Log: Subject: [PATCH] Re: use utf8; with bad utf8
23632              From: Nicholas Clark <nick@ccl4.org>
23633              Date: Thu, 13 Dec 2001 17:09:39 +0000
23634              Message-ID: <20011213170939.L21702@plum.flirble.org>
23635      Branch: perl
23636            ! t/lib/1_compile.t
23637 ____________________________________________________________________________
23638 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
23639         Log: Subject: (LONG!) Sort benchmarks and patch
23640              From: "John P. Linderman" <jpl@research.att.com>
23641              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
23642              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
23643      Branch: perl
23644            ! pp_sort.c
23645 ____________________________________________________________________________
23646 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
23647         Log: Unadorned numbers evil.
23648      Branch: perl
23649            ! pp.c regcomp.c regexec.c utf8.c utf8.h
23650 ____________________________________________________________________________
23651 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
23652         Log: "preprocessing directive not recognized within macro arg"
23653      Branch: perl
23654            ! ext/Data/Dumper/Dumper.xs
23655 ____________________________________________________________________________
23656 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
23657         Log: Subject: Clarifying the documentation of goto            
23658              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
23659              Date: Thu, 13 Dec 2001 08:57:38 -0500
23660              Message-ID: <3C18BD8B@operamail.com>
23661      Branch: perl
23662            ! pod/perlfunc.pod
23663 ____________________________________________________________________________
23664 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
23665         Log: It could be possible for the case-insensitive
23666              Unicode-aware string comparison to wander off
23667              to the la-la land.
23668      Branch: perl
23669            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
23670            ! regexec.c utf8.c
23671 ____________________________________________________________________________
23672 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
23673         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
23674              From: Michael G Schwern <schwern@pobox.com> 
23675              Date: Wed, 12 Dec 2001 21:53:46 -0500
23676              Message-ID: <20011213025346.GH25129@blackrider>
23677      Branch: perl
23678            ! lib/Net/hostent.t t/op/stat.t t/test.pl
23679 ____________________________________________________________________________
23680 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
23681         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
23682              From: Michael G Schwern <schwern@pobox.com> 
23683              Date: Wed, 12 Dec 2001 20:33:42 -0500
23684              Message-ID: <20011213013342.GX25129@blackrider>
23685      Branch: perl
23686            ! t/io/fs.t
23687 ____________________________________________________________________________
23688 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
23689         Log: Subject: Re: [PATCH] use utf8; tests
23690              From: Nicholas Clark <nick@ccl4.org>
23691              Date: Thu, 13 Dec 2001 00:16:58 +0000
23692              Message-ID: <20011213001658.I21702@plum.flirble.org>
23693      Branch: perl
23694            ! lib/utf8.t
23695 ____________________________________________________________________________
23696 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
23697         Log: EPOC fixes from Olaf Flebbe.
23698      Branch: perl
23699            ! README.epoc epoc/config.sh epoc/createpkg.pl
23700            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
23701 ____________________________________________________________________________
23702 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
23703         Log: Subject: [PATCH perl@13661] VMS test fix-ups
23704              From: "Craig A. Berry" <craigberry@mac.com>
23705              Date: Wed, 12 Dec 2001 16:27:48 -0600
23706              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
23707      Branch: perl
23708            ! lib/Net/hostent.t t/io/fs.t
23709 ____________________________________________________________________________
23710 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
23711         Log: Subject: Re: Next cygwin round.
23712              From: "Gerrit P. Haase" <gp@familiehaase.de>
23713              Date: Wed, 12 Dec 2001 21:59:00 +0100
23714              Message-ID: <122343874595.20011212215900@familiehaase.de>
23715      Branch: perl
23716            ! t/io/fs.t
23717 ____________________________________________________________________________
23718 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
23719         Log: Subject: [PATCH] use utf8; tests
23720              From: Nicholas Clark <nick@ccl4.org>
23721              Date: Wed, 12 Dec 2001 20:07:04 +0000
23722              Message-ID: <20011212200704.E21702@plum.flirble.org>
23723      Branch: perl
23724            ! lib/utf8.t t/test.pl
23725 ____________________________________________________________________________
23726 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
23727         Log: Update Changes.
23728      Branch: perl
23729            ! Changes patchlevel.h
23730 ____________________________________________________________________________
23731 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
23732         Log: Subject: [PATCH] Passing in env to perl_parse did not work
23733              From: Gisle Aas <gisle@ActiveState.com>
23734              Date: 11 Dec 2001 20:52:57 -0800
23735              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
23736      Branch: perl
23737            ! perl.c perl.h
23738 ____________________________________________________________________________
23739 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
23740         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
23741              mostly gcc -Wall complaining about the argument of %p not
23742              being a void *.
23743      Branch: perl
23744            ! perlio.c regcomp.c taint.c toke.c
23745 ____________________________________________________________________________
23746 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
23747         Log: metaconfig unit change for #13657.
23748      Branch: metaconfig
23749            ! U/modified/nis.U
23750 ____________________________________________________________________________
23751 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
23752         Log: Try YP/NIS also from /usr/lib/yp.
23753      Branch: perl
23754            ! Configure
23755 ____________________________________________________________________________
23756 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
23757         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
23758              From: Michael G Schwern <schwern@pobox.com>                
23759              Date: Wed, 12 Dec 2001 05:27:02 -0500      
23760              Message-ID: <20011212102702.GW17250@blackrider>
23761              
23762              (the op/grent part)
23763      Branch: perl
23764            ! t/op/grent.t
23765 ____________________________________________________________________________
23766 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
23767         Log: Weed out .files from ls and readdir() results.
23768      Branch: perl
23769            ! t/op/stat.t
23770 ____________________________________________________________________________
23771 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
23772         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
23773              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23774              Date: Wed, 12 Dec 2001 10:52:21 +0100
23775              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
23776      Branch: perl
23777            ! lib/File/Find.pm
23778 ____________________________________________________________________________
23779 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
23780         Log: Subject: [PATCH] doio fatal on cygwin for 13651
23781              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
23782              Date: Wed, 12 Dec 2001 11:28:13 +0100      
23783              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
23784      Branch: perl
23785            ! doio.c
23786 ____________________________________________________________________________
23787 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
23788         Log: Get the whole line of ls, makes debugging easier
23789              (from Schwern)
23790      Branch: perl
23791            ! t/op/stat.t
23792 ____________________________________________________________________________
23793 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
23794         Log: rename() must be tested even without link()
23795              or the utime() and rename-directory tests fail.
23796              (Also got the BeOS utime atime/time the wrong way round.)
23797      Branch: perl
23798            ! t/io/fs.t
23799 ____________________________________________________________________________
23800 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
23801         Log: Now that the beos.c is compiled at the main level
23802              the header is in the beos/
23803      Branch: perl
23804            ! beos/beos.c
23805 ____________________________________________________________________________
23806 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
23807         Log: Must remember to require Socket.
23808      Branch: perl
23809            ! ext/Sys/Syslog/syslog.t
23810 ____________________________________________________________________________
23811 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
23812         Log: In BeOS Errno must resort to actual compilation
23813              and execution for some of the error constants.
23814      Branch: perl
23815            ! ext/Errno/Errno_pm.PL
23816 ____________________________________________________________________________
23817 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
23818         Log: BeOS still has no good sockets.
23819      Branch: perl
23820            ! ext/IO/lib/IO/t/io_sel.t
23821 ____________________________________________________________________________
23822 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
23823         Log: BeOS sockets are not true sockets.
23824      Branch: perl
23825            ! ext/IO/lib/IO/t/io_poll.t
23826 ____________________________________________________________________________
23827 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
23828         Log: No Socket, no Syslog.
23829      Branch: perl
23830            ! ext/Sys/Syslog/syslog.t
23831 ____________________________________________________________________________
23832 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
23833         Log: (On some platforms) missing truncate FH.
23834      Branch: perl
23835            ! pod/perltodo.pod
23836 ____________________________________________________________________________
23837 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
23838         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
23839              and vms would be muchly appreciated.
23840      Branch: perl
23841            ! t/io/fs.t
23842 ____________________________________________________________________________
23843 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
23844         Log: utime() updates only the mtime in BeOS. 
23845      Branch: perl
23846            ! pod/perlport.pod
23847 ____________________________________________________________________________
23848 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
23849         Log: No link(), no need to dSP.
23850      Branch: perl
23851            ! pp_sys.c
23852 ____________________________________________________________________________
23853 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
23854         Log: Missing argument.
23855      Branch: perl
23856            ! utf8.c
23857 ____________________________________________________________________________
23858 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
23859         Log: (1) To assume any setuid programs is silly.
23860              (2) Chaining tests with booleans means that some
23861              of them may not get run which means getting out
23862              of test count sync.
23863      Branch: perl
23864            ! t/op/stat.t
23865 ____________________________________________________________________________
23866 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
23867         Log: The beos.c needs to be in the main directory.
23868      Branch: perl
23869            ! hints/beos.sh
23870 ____________________________________________________________________________
23871 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
23872         Log: Detypo and rename.
23873      Branch: perl
23874            ! doio.c perl.h perlio.c perliol.h
23875 ____________________________________________________________________________
23876 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
23877         Log: This time I test compiled.  Honest.
23878      Branch: perl
23879            ! beos/beos.c
23880 ____________________________________________________________________________
23881 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
23882         Log: Subject: [PATCH] slightly more pack tests
23883              From: Nicholas Clark <nick@ccl4.org>
23884              Date: Tue, 11 Dec 2001 23:41:23 +0000
23885              Message-ID: <20011211234123.Y21702@plum.flirble.org>
23886      Branch: perl
23887            ! t/op/pack.t
23888 ____________________________________________________________________________
23889 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
23890         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
23891              From: "Craig A. Berry" <craigberry@mac.com>
23892              Date: Tue, 11 Dec 2001 16:39:13 -0600
23893              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
23894      Branch: perl
23895            ! configure.com
23896 ____________________________________________________________________________
23897 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
23898         Log: metaconfig unit change for #13632.
23899      Branch: metaconfig/U/perl
23900            ! perlpath.U
23901 ____________________________________________________________________________
23902 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
23903         Log: Subject: $Config{perlpath} and -Dversiononly
23904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23905              Date: Tue, 11 Dec 2001 23:32:33 +0100
23906              Message-ID: <20011211233233.A11587@rafael>
23907      Branch: perl
23908            ! Configure
23909 ____________________________________________________________________________
23910 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
23911         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
23912              From: Nicholas Clark <nick@ccl4.org>
23913              Date: Tue, 11 Dec 2001 21:59:36 +0000
23914              Message-ID: <20011211215935.W21702@plum.flirble.org>
23915      Branch: perl
23916            ! t/op/pack.t
23917 ____________________________________________________________________________
23918 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
23919         Log: More UTF-8 API docs.
23920      Branch: perl
23921            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
23922 ____________________________________________________________________________
23923 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
23924         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23925              From: Nicholas Clark <nick@ccl4.org>
23926              Date: Tue, 11 Dec 2001 20:08:59 +0000
23927              Message-ID: <20011211200859.S21702@plum.flirble.org>
23928      Branch: perl
23929            ! t/op/pack.t
23930 ____________________________________________________________________________
23931 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
23932         Log: Subject: Re: use utf8; with bad utf8
23933              From: Nicholas Clark <nick@ccl4.org>
23934              Date: Tue, 11 Dec 2001 19:49:21 +0000
23935              Message-ID: <20011211194921.R21702@plum.flirble.org>
23936      Branch: perl
23937            ! lib/utf8.t
23938 ____________________________________________________________________________
23939 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
23940         Log: Can't spell worth a dam.  (Try Three Gorges.)
23941      Branch: perl
23942            ! beos/beos.c
23943 ____________________________________________________________________________
23944 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
23945         Log: We need DWIM cpps.
23946      Branch: perl
23947            ! perlio.c
23948 ____________________________________________________________________________
23949 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
23950         Log: The unixish.h needs to be found and the waitpid wrapper
23951              could use a proto.
23952      Branch: perl
23953            ! beos/beosish.h
23954 ____________________________________________________________________________
23955 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
23956         Log: The BeOS waitpid() seems to be broken,
23957              have a wrapper for it.
23958      Branch: perl
23959            + beos/beos.c beos/beosish.h
23960            ! MANIFEST hints/beos.sh perl.h
23961 ____________________________________________________________________________
23962 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
23963         Log: Unlean the leaning tower of Babel.
23964      Branch: perl
23965            ! perl.h
23966 ____________________________________________________________________________
23967 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
23968         Log: Retract #13607 until we figure out what to do with autouse.
23969      Branch: perl
23970            ! lib/Carp.pm
23971 ____________________________________________________________________________
23972 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
23973         Log: Try to handle platforms that have O_TEXT != O_BINARY but
23974              which are not DOSish, BeOS being one of such platforms.
23975              Ideally this should be a Configure test, not a hardwired
23976              cpp symbol test... 
23977      Branch: perl
23978            ! doio.c perl.h perlio.c perliol.h
23979 ____________________________________________________________________________
23980 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
23981         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
23982              From: Jonathan Stowe <gellyfish@gellyfish.com>
23983              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
23984              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
23985      Branch: perl
23986            ! lib/Term/Cap.pm lib/Term/Cap.t
23987 ____________________________________________________________________________
23988 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
23989         Log: Subject: [patch perlio.c] test for NULL before derefencing
23990              From: Stas Bekman <stas@stason.org>
23991              Date: Tue, 11 Dec 2001 16:17:55 +0800
23992              Message-ID: <3C15C133.8@stason.org>
23993      Branch: perl
23994            ! perlio.c
23995 ____________________________________________________________________________
23996 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
23997         Log: metaconfig unit change for #13617.
23998      Branch: metaconfig/U/perl
23999            ! Extensions.U
24000 ____________________________________________________________________________
24001 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
24002         Log: BeOS has socket() but not enough to build a working Socket.
24003              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
24004              new networking implementation, which is rumored to fix the
24005              non-standardness of sockets, but it's apparently not publicly
24006              available, and anything to do with BeOS has become quite
24007              complicated with the sale of the Be assets to Palm.)
24008      Branch: perl
24009            ! Configure
24010 ____________________________________________________________________________
24011 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
24012         Log: Update changes
24013      Branch: maint-5.6/macperl
24014            ! macos/Changes
24015 ____________________________________________________________________________
24016 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
24017         Log: Add extra pod to help
24018      Branch: maint-5.6/macperl
24019            ! macos/macperl/MacPerl.podhelp
24020 ____________________________________________________________________________
24021 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
24022         Log: Return DoAppleScript errors in $@
24023      Branch: maint-5.6/macperl
24024            ! macos/ext/MacPerl/OSA.xs
24025 ____________________________________________________________________________
24026 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
24027         Log: Clear out $^E before each script run
24028      Branch: maint-5.6/macperl
24029            ! macos/macperl/MPScript.c
24030 ____________________________________________________________________________
24031 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
24032         Log: Integrate various changes from maint-5.6/perl/.
24033      Branch: maint-5.6/macperl
24034           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
24035           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
24036 ____________________________________________________________________________
24037 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
24038         Log: Subject: Exporter's documentation shouldn't lie               
24039              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
24040              Date: Mon, 10 Dec 2001 21:30:20 -0500
24041              Message-ID: <3C4AA201@operamail.com>
24042      Branch: perl
24043            ! lib/Exporter.pm
24044 ____________________________________________________________________________
24045 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
24046         Log: Make Errno better in BeOS (the second hunk is
24047              good on any platform).  Still not working in BeOS
24048              are the E constants that refer BeOS native error
24049              constants (B_...) which are enums (*groan*).
24050      Branch: perl
24051            ! ext/Errno/Errno_pm.PL
24052 ____________________________________________________________________________
24053 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
24054         Log: The BeOS linker seems to link the last seen symbol,
24055              not the first (so the symbols of op.o from libperl.so
24056              would get linked to miniperl instead of the symbols of
24057              opmini.o)-- use the same trick as for NeXT4 for linking
24058              miniperl.
24059      Branch: perl
24060            ! Makefile.SH
24061 ____________________________________________________________________________
24062 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
24063         Log: Subject: Re: [PATCH] tests for hash assignment
24064              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24065              Date: Tue, 11 Dec 2001 01:48:55 +0000
24066              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
24067      Branch: perl
24068            ! utf8.c
24069 ____________________________________________________________________________
24070 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
24071         Log: (retracted by #13622)
24072              
24073              Subject: RE: More verbose POD for Carp
24074              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
24075              Date: Mon, 10 Dec 2001 20:23:20 -0500
24076              Message-ID: <3C4A3566@operamail.com>
24077      Branch: perl
24078            ! lib/Carp.pm
24079 ____________________________________________________________________________
24080 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
24081         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
24082              From: "Craig A. Berry" <craigberry@mac.com>
24083              Date: Mon, 10 Dec 2001 18:25:37 -0600
24084              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
24085      Branch: perl
24086            ! t/op/write.t t/test.pl
24087 ____________________________________________________________________________
24088 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
24089         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
24090              From: Michael G Schwern <schwern@pobox.com>
24091              Date: Mon, 10 Dec 2001 08:00:01 -0500
24092              Message-ID: <20011210130000.GK1770@blackrider>
24093      Branch: perl
24094            ! t/comp/multiline.t
24095 ____________________________________________________________________________
24096 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
24097         Log: Subject: Re: [PATCH] tests for hash assignment
24098              From: Nicholas Clark <nick@ccl4.org>
24099              Date: Mon, 10 Dec 2001 23:22:28 +0000
24100              Message-ID: <20011210232228.M21702@plum.flirble.org>
24101      Branch: perl
24102            + t/op/hashassign.t
24103            ! MANIFEST t/op/each.t t/test.pl
24104 ____________________________________________________________________________
24105 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
24106         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
24107              From: "Craig A. Berry" <craigberry@mac.com>
24108              Date: Mon, 10 Dec 2001 16:38:14 -0600
24109              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
24110      Branch: perl
24111            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
24112 ____________________________________________________________________________
24113 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
24114         Log: Subject: [PATCH perl@13600] configure.com fixes
24115              From: "Craig A. Berry" <craigberry@mac.com>
24116              Date: Mon, 10 Dec 2001 14:40:20 -0600
24117              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
24118      Branch: perl
24119            ! configure.com
24120 ____________________________________________________________________________
24121 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
24122         Log: Silence BeOS compilation moaning.
24123      Branch: perl
24124            ! perl.h
24125 ____________________________________________________________________________
24126 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
24127         Log: Update Changes.
24128      Branch: perl
24129            ! Changes patchlevel.h
24130 ____________________________________________________________________________
24131 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
24132         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
24133              From: Michael G Schwern <schwern@pobox.com>
24134              Date: Mon, 10 Dec 2001 01:21:03 -0500
24135              Message-ID: <20011210062103.GC1770@blackrider>
24136      Branch: perl
24137            ! lib/ExtUtils/Command.t
24138 ____________________________________________________________________________
24139 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
24140         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
24141              From: Michael G Schwern <schwern@pobox.com>
24142              Date: Mon, 10 Dec 2001 01:10:57 -0500
24143              Message-ID: <20011210061057.GB1770@blackrider>
24144      Branch: perl
24145            ! t/op/groups.t
24146 ____________________________________________________________________________
24147 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
24148         Log: Retract #13596, #13593 should do the trick.
24149      Branch: perl
24150            ! t/op/stat.t
24151 ____________________________________________________________________________
24152 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
24153         Log: (retracted by #13597, #13593 does the job better)
24154              
24155              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
24156              From: Michael G Schwern <schwern@pobox.com>
24157              Date: Mon, 10 Dec 2001 00:53:16 -0500
24158              Message-ID: <20011210055316.GA1770@blackrider>
24159      Branch: perl
24160            ! t/op/stat.t
24161 ____________________________________________________________________________
24162 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
24163         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
24164              From: Michael G Schwern <schwern@pobox.com> 
24165              Date: Mon, 10 Dec 2001 02:19:14 -0500
24166              Message-ID: <20011210071914.GF1770@blackrider>
24167      Branch: perl
24168            ! lib/AutoSplit.t
24169 ____________________________________________________________________________
24170 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
24171         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
24172              From: Michael G Schwern <schwern@pobox.com>
24173              Date: Mon, 10 Dec 2001 02:47:40 -0500
24174              Message-ID: <20011210074739.GH1770@blackrider>
24175      Branch: perl
24176            ! t/op/pack.t
24177 ____________________________________________________________________________
24178 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
24179         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
24180              From: Michael G Schwern <schwern@pobox.com>
24181              Date: Mon, 10 Dec 2001 02:54:22 -0500
24182              Message-ID: <20011210075422.GI1770@blackrider>
24183      Branch: perl
24184            ! t/test.pl
24185 ____________________________________________________________________________
24186 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
24187         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
24188              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24189              Date: Mon, 10 Dec 2001 08:45:20 +0100
24190              Message-ID: <3C146810.60B5B7C0@alcatel.at>
24191      Branch: perl
24192            ! pp_pack.c
24193 ____________________________________________________________________________
24194 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
24195         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
24196              From: Michael G Schwern <schwern@pobox.com>
24197              Date: Mon, 10 Dec 2001 03:27:02 -0500
24198              Message-ID: <20011210082702.GN1770@blackrider>
24199      Branch: perl
24200            ! t/io/openpid.t
24201 ____________________________________________________________________________
24202 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
24203         Log: More chmod +w.
24204      Branch: perl
24205            ! Porting/makerel
24206 ____________________________________________________________________________
24207 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
24208         Log: Just skip the readability test if running as root.
24209      Branch: perl
24210            ! lib/Net/t/netrc.t
24211 ____________________________________________________________________________
24212 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
24213         Log: Tell about the downside of safe signals.
24214      Branch: perl
24215            ! pod/perldelta.pod
24216 ____________________________________________________________________________
24217 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
24218         Log: Make the whole -lperl thing NetBSD only until we
24219              find some other platform that needs the same.
24220      Branch: perl
24221            ! lib/ExtUtils/MM_Unix.pm
24222 ____________________________________________________________________________
24223 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
24224         Log: Subject: [PATCH t/op/pack.t] Cleanup
24225              From: Michael G Schwern <schwern@pobox.com> 
24226              Date: Sun, 9 Dec 2001 23:08:26 -0500
24227              Message-ID: <20011210040826.GD660@blackrider>
24228      Branch: perl
24229            ! t/op/pack.t
24230 ____________________________________________________________________________
24231 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
24232         Log: Add threads support for NetBSD.
24233              
24234              This is also the first (I think) Perl threads build with
24235              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
24236              NetBSD does not as of yet have true kernel POSIX threads,
24237              but the user-level pth seems to be doing pretty well--
24238              the only failure is that threads/t/basic okays 6 and 7
24239              consistently seem be arriving in the reverse order.
24240              Well, gdbm.t is also failing: 'Undefined PLT symbol
24241              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
24242              guessing that GDBM would need a threaded rebuild.
24243      Branch: perl
24244            ! hints/netbsd.sh
24245 ____________________________________________________________________________
24246 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
24247         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
24248              potential performance hit and change in semantics of closure
24249              lookups after C<undef &foo>)
24250      Branch: maint-5.6/perl
24251            ! op.c
24252 ____________________________________________________________________________
24253 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
24254         Log: metaconfig unit change for #13582.
24255      Branch: metaconfig
24256            ! U/threads/usethreads.U
24257 ____________________________________________________________________________
24258 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
24259         Log: Update the ithreads selection info in Configure,
24260              as suggested by Michael Schwern.
24261      Branch: perl
24262            ! Configure
24263 ____________________________________________________________________________
24264 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
24265         Log: Clearing locale environment simply doesn't seem to
24266              guarantee that (nl_)langinfo(CODESET) would return nil.
24267              (I for example get "ISO8859-1", so <guess>maybe there can
24268              be per-system default settings at work</guess>.)
24269      Branch: perl
24270            ! lib/open.t
24271 ____________________________________________________________________________
24272 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
24273         Log: Subject: RE: Exporter fixes reversed in 13540?
24274              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24275              Date: Sun, 9 Dec 2001 12:55:15 -0500
24276              Message-ID: <3C13F455@operamail.com>
24277      Branch: perl
24278            ! lib/open.pm
24279 ____________________________________________________________________________
24280 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
24281         Log: Root is the lizard king.
24282      Branch: perl
24283            ! lib/Net/t/netrc.t
24284 ____________________________________________________________________________
24285 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
24286         Log: Telling how many tests we are expecting helps.
24287      Branch: perl
24288            ! ext/POSIX/t/waitpid.t
24289 ____________________________________________________________________________
24290 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
24291         Log: Add a test case for waitpid(): from Rocco Caputo.
24292      Branch: perl
24293            + ext/POSIX/t/waitpid.t
24294            ! MANIFEST
24295 ____________________________________________________________________________
24296 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
24297         Log: Subject: [PATCH] Term::ReadLine tweaks and test
24298              From: Richard Clamp <richardc@unixbeard.net>
24299              Date: Mon, 10 Dec 2001 00:51:47 +0000
24300              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
24301      Branch: perl
24302            + lib/Term/ReadLine.t
24303            ! MANIFEST lib/Term/ReadLine.pm
24304 ____________________________________________________________________________
24305 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
24306         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
24307              From: Rocco Caputo <troc@netrus.net>
24308              Date: Sun, 9 Dec 2001 18:12:38 -0500
24309              Message-ID: <20011209181238.A803@eyrie.homenet>
24310      Branch: perl
24311            ! win32/win32.c
24312 ____________________________________________________________________________
24313 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
24314         Log: make sure that va_start() has matching va_end();
24315              from OpenBSD 3.0.
24316      Branch: perl
24317            ! x2p/util.c
24318 ____________________________________________________________________________
24319 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
24320         Log: h2ph updates from OpenBSD 3.0.
24321      Branch: perl
24322            ! utils/h2ph.PL
24323 ____________________________________________________________________________
24324 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
24325         Log: OpenBSD hints update from OpenBSD 3.0.
24326      Branch: perl
24327            ! hints/openbsd.sh
24328 ____________________________________________________________________________
24329 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
24330         Log: DJGPP tweaks from Laszlo Molnar.
24331      Branch: perl
24332            ! djgpp/config.over lib/File/Find/t/find.t
24333            ! lib/File/Find/t/taint.t t/pod/find.t
24334 ____________________________________________________________________________
24335 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
24336         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
24337              From: Michael G Schwern <schwern@pobox.com> 
24338              Date: Sun, 9 Dec 2001 19:28:12 -0500
24339              Message-ID: <20011210002812.GF13586@blackrider>
24340      Branch: perl
24341            ! README.cygwin
24342 ____________________________________________________________________________
24343 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
24344         Log: README.cygwin update from Gerrit P. Haase.
24345      Branch: perl
24346            ! README.cygwin
24347 ____________________________________________________________________________
24348 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
24349         Log: Apply NetBSD patch-ag: shared/static linking,
24350              but make the change less intrusive on non-NetBSD.
24351      Branch: perl
24352            ! lib/ExtUtils/MM_Unix.pm
24353 ____________________________________________________________________________
24354 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
24355         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
24356      Branch: perl
24357            ! lib/ExtUtils/Liblist.pm
24358 ____________________________________________________________________________
24359 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
24360         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
24361      Branch: perl
24362            ! regcomp.c
24363 ____________________________________________________________________________
24364 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
24365         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
24366      Branch: perl
24367            ! pp.c
24368 ____________________________________________________________________________
24369 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
24370         Log: Apply NetBSD patch-ac.
24371              (the fix has already been done: change #9706, fully qualified
24372              pathnames in packlists)
24373      Branch: perl
24374            ! lib/ExtUtils/Install.pm
24375 ____________________________________________________________________________
24376 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
24377         Log: Apply NetBSD patch-ab: NetBSD hints update.
24378      Branch: perl
24379            ! hints/netbsd.sh
24380 ____________________________________________________________________________
24381 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
24382         Log: metaconfig unit changes for #13560.
24383      Branch: metaconfig/U/perl
24384            ! dlsrc.U i_ieeefp.U libperl.U
24385 ____________________________________________________________________________
24386 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
24387         Log: NetBSD has <ieeefp.h> but hidden.
24388      Branch: perl
24389            ! hints/netbsd.sh
24390 ____________________________________________________________________________
24391 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
24392         Log: Implement NetBSD patch-aa.
24393      Branch: perl
24394            ! Configure
24395 ____________________________________________________________________________
24396 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
24397         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
24398              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
24399              Date: Sun, 09 Dec 2001 13:40:58 +0100
24400              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
24401              
24402              (The lstat()s were there in 5.6.1: what happened to them?)
24403      Branch: perl
24404            ! lib/File/Find.pm
24405 ____________________________________________________________________________
24406 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
24407         Log: Quickie documentation of the C UTF-8 API.
24408      Branch: perl
24409            ! pod/perlunicode.pod
24410 ____________________________________________________________________________
24411 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
24412         Log: Subject: bleadperl on cygwin weirdness...
24413              From: "Gerrit P. Haase" <gp@familiehaase.de>
24414              Date: Sun, 9 Dec 2001 20:31:28 +0100
24415              Message-ID: <13779422183.20011209203128@familiehaase.de>          
24416              
24417              (plus libperl*.dll version portability tweaks)
24418      Branch: perl
24419            ! lib/ExtUtils/Embed.t
24420 ____________________________________________________________________________
24421 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
24422         Log: Instead of muting symbol export error if under eval,
24423              delay the errors until the croak().
24424              
24425              (replaces #13408)
24426      Branch: perl
24427            ! lib/Exporter/Heavy.pm
24428 ____________________________________________________________________________
24429 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
24430         Log: Basegroup 0 is a cygwin_nt thing.
24431      Branch: perl
24432            ! t/op/groups.t
24433 ____________________________________________________________________________
24434 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
24435         Log: Also WinME is LoseLink.
24436      Branch: perl
24437            ! t/op/stat.t
24438 ____________________________________________________________________________
24439 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
24440         Log: Forgotten checkin.
24441      Branch: perl
24442            ! lib/User/grent.t
24443 ____________________________________________________________________________
24444 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
24445         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
24446              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24447              Date: Sun, 09 Dec 2001 13:45:06 +0100
24448              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
24449      Branch: perl
24450            ! lib/File/Find.pm
24451 ____________________________________________________________________________
24452 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
24453         Log: Tweakback.
24454      Branch: perl
24455            ! lib/Net/hostent.t
24456 ____________________________________________________________________________
24457 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
24458         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
24459              From: Michael G Schwern <schwern@pobox.com>
24460              Date: Sat, 8 Dec 2001 14:48:38 -0500
24461              Message-ID: <20011208194838.GA8650@blackrider>
24462      Branch: perl
24463            ! t/op/grent.t
24464 ____________________________________________________________________________
24465 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
24466         Log: Subject: [README.cygwin] Removing old expected test failures
24467              From: Michael G Schwern <schwern@pobox.com>
24468              Date: Sat, 8 Dec 2001 15:38:28 -0500
24469              Message-ID: <20011208203828.GB9017@blackrider>
24470      Branch: perl
24471            ! README.cygwin
24472 ____________________________________________________________________________
24473 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
24474         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
24475              From: Michael G Schwern <schwern@pobox.com>                
24476              Date: Sat, 8 Dec 2001 15:26:59 -0500
24477              Message-ID: <20011208202659.GA9017@blackrider> 
24478      Branch: perl
24479            ! lib/Net/hostent.t
24480 ____________________________________________________________________________
24481 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
24482         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
24483              From: Michael G Schwern <schwern@pobox.com> 
24484              Date: Sat, 8 Dec 2001 15:06:16 -0500
24485              Message-ID: <20011208200616.GA8915@blackrider>
24486      Branch: perl
24487            ! t/op/stat.t
24488 ____________________________________________________________________________
24489 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
24490         Log: Developer deprecations and an incompatibility.
24491      Branch: perl
24492            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
24493 ____________________________________________________________________________
24494 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
24495         Log: Shoo.
24496      Branch: perl
24497            - lib/Attribute/Handlers.pm
24498 ____________________________________________________________________________
24499 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
24500         Log: Remove Attribute::Handlers, as per Damian's request.
24501              (Because of fixing the my variables to be now handled
24502              in run-time, the whole internals of the A::H needs to
24503              be rewritten and Damian will not have time for that
24504              for months.)
24505      Branch: perl
24506            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
24507            - lib/Attribute/Handlers/demo/Demo.pm
24508            - lib/Attribute/Handlers/demo/Descriptions.pm
24509            - lib/Attribute/Handlers/demo/MyClass.pm
24510            - lib/Attribute/Handlers/demo/demo.pl
24511            - lib/Attribute/Handlers/demo/demo2.pl
24512            - lib/Attribute/Handlers/demo/demo3.pl
24513            - lib/Attribute/Handlers/demo/demo4.pl
24514            - lib/Attribute/Handlers/demo/demo_call.pl
24515            - lib/Attribute/Handlers/demo/demo_chain.pl
24516            - lib/Attribute/Handlers/demo/demo_cycle.pl
24517            - lib/Attribute/Handlers/demo/demo_hashdir.pl
24518            - lib/Attribute/Handlers/demo/demo_phases.pl
24519            - lib/Attribute/Handlers/demo/demo_range.pl
24520            - lib/Attribute/Handlers/demo/demo_rawdata.pl
24521            - lib/Attribute/Handlers/t/multi.t
24522            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
24523            ! pod/perlmodlib.pod pod/perltoc.pod
24524 ____________________________________________________________________________
24525 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
24526         Log: Subject: Re: attributes are broken
24527              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24528              Date: Sun, 09 Dec 2001 00:09:23 -0500
24529              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
24530      Branch: perl
24531            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
24532            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
24533            ! xsutils.c
24534 ____________________________________________________________________________
24535 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
24536         Log: Forgotten checkin.
24537      Branch: perl
24538            ! lib/Pod/Text.pm
24539 ____________________________________________________________________________
24540 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
24541         Log: uconfig.h update.
24542      Branch: perl
24543            ! uconfig.h
24544 ____________________________________________________________________________
24545 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
24546         Log: Update Changes.
24547      Branch: perl
24548            ! Changes patchlevel.h
24549 ____________________________________________________________________________
24550 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
24551         Log: Note that some of the Unicode features are
24552              dependent on perlio.
24553      Branch: perl
24554            ! pod/perluniintro.pod
24555 ____________________________________________________________________________
24556 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
24557         Log: Regen perlapi, regen toc.
24558      Branch: perl
24559            ! pod/perlapi.pod pod/perltoc.pod
24560 ____________________________________________________________________________
24561 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
24562         Log: FAQ sync.
24563      Branch: perl
24564            ! pod/perlfaq4.pod pod/perlfaq6.pod
24565 ____________________________________________________________________________
24566 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
24567         Log: Subject: [PATCH] Fix odd language in an sv.c comment
24568              From: coral@eekeek.org
24569              Date: Sat, 8 Dec 2001 12:19:39 -0500
24570              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
24571      Branch: perl
24572            ! sv.c
24573 ____________________________________________________________________________
24574 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
24575         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
24576              From: Michael G Schwern <schwern@pobox.com>
24577              Date: Fri, 7 Dec 2001 20:03:45 -0500
24578              Message-ID: <20011208010345.GD642@blackrider>
24579              
24580              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
24581              From: Michael G Schwern <schwern@pobox.com>
24582              Date: Fri, 7 Dec 2001 20:13:54 -0500
24583              Message-ID: <20011208011354.GE642@blackrider>
24584              
24585              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
24586              From: Michael G Schwern <schwern@pobox.com>
24587              Date: Fri, 7 Dec 2001 21:47:36 -0500
24588              Message-ID: <20011208024736.GH642@blackrider>
24589              
24590              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
24591              From: Michael G Schwern <schwern@pobox.com>
24592              Date: Fri, 7 Dec 2001 23:09:43 -0500
24593              Message-ID: <20011208040943.GK642@blackrider>
24594              
24595              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
24596              Message-Id: <a05101004b83754903506@[172.16.52.1]>
24597              Date: Fri, 7 Dec 2001 23:28:15 -0600
24598              From: "Craig A. Berry" <craigberry@mac.com>
24599      Branch: perl
24600            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
24601 ____________________________________________________________________________
24602 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
24603         Log: Integrate perlio.
24604      Branch: perl
24605           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
24606           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
24607 ____________________________________________________________________________
24608 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
24609         Log: Retract #11156 since Sarathy has found that it breaks code:
24610              http://bugs.ActiveState.com/show_bug.cgi?id=18457
24611              http://bugs.ActiveState.com/show_bug.cgi?id=18858
24612      Branch: perl
24613            ! op.c sv.c t/op/pos.t
24614 ____________________________________________________________________________
24615 [ 13532] By: nick                                  on 2001/12/08  14:11:12
24616         Log: Integrate mainline
24617      Branch: perlio
24618           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
24619           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
24620 ____________________________________________________________________________
24621 [ 13531] By: nick                                  on 2001/12/08  13:48:21
24622         Log: Tweak multi-arg open error messages
24623      Branch: perlio
24624            ! perlio.c
24625 ____________________________________________________________________________
24626 [ 13530] By: nick                                  on 2001/12/08  10:20:06
24627         Log: Allow multi-arg open() if opening layer declares this legal.
24628      Branch: perlio
24629            ! doio.c perlio.c perliol.h
24630 ____________________________________________________________________________
24631 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
24632         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
24633              From: Michael G Schwern <schwern@pobox.com>       
24634              Date: Fri, 7 Dec 2001 19:41:31 -0500
24635              Message-ID: <20011208004131.GC642@blackrider>
24636      Branch: perl
24637            ! t/run/switches.t t/test.pl
24638 ____________________________________________________________________________
24639 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
24640         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
24641              From: Michael G Schwern <schwern@pobox.com>       
24642              Date: Fri, 7 Dec 2001 19:12:44 -0500
24643              Message-ID: <20011208001244.GB642@blackrider>
24644      Branch: perl
24645            ! t/op/stat.t
24646 ____________________________________________________________________________
24647 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
24648         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
24649              From: Michael G Schwern <schwern@pobox.com>
24650              Date: Fri, 7 Dec 2001 17:28:57 -0500
24651              Message-ID: <20011207222857.GI23210@blackrider>
24652      Branch: perl
24653            ! t/op/magic.t
24654 ____________________________________________________________________________
24655 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
24656         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
24657      Branch: perl
24658            ! t/test.pl
24659 ____________________________________________________________________________
24660 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
24661         Log: which_perl: delay as much a possible till runtime.
24662      Branch: perl
24663            ! t/test.pl
24664 ____________________________________________________________________________
24665 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
24666         Log: Further tweakage to which_perl().
24667      Branch: perl
24668            ! t/test.pl
24669 ____________________________________________________________________________
24670 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
24671         Log: perluniintro tweaks.
24672      Branch: perl
24673            ! pod/perluniintro.pod
24674 ____________________________________________________________________________
24675 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
24676         Log: Tweak the $Perl computation.
24677      Branch: perl
24678            ! t/test.pl
24679 ____________________________________________________________________________
24680 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
24681         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
24682              From: Nicholas Clark <nick@ccl4.org>
24683              Date: Fri, 7 Dec 2001 17:06:56 +0000
24684              Message-ID: <20011207170656.G21702@plum.flirble.org>
24685      Branch: perl
24686            ! doop.c t/op/chop.t
24687 ____________________________________________________________________________
24688 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
24689         Log: Update Changes.
24690      Branch: perl
24691            ! Changes patchlevel.h
24692 ____________________________________________________________________________
24693 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
24694         Log: Missing ).
24695      Branch: perl
24696            ! t/test.pl
24697 ____________________________________________________________________________
24698 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
24699         Log: Allow several arguments to display().
24700      Branch: perl
24701            ! t/test.pl
24702 ____________________________________________________________________________
24703 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
24704         Log: /dev/stdout could be either a character special file
24705              or a named pipe, so let's pretend it doesn't exist.
24706      Branch: perl
24707            ! t/op/stat.t
24708 ____________________________________________________________________________
24709 [ 13516] By: nick                                  on 2001/12/07  15:09:23
24710         Log: Integrate again - can I catch up ?
24711      Branch: perlio
24712           !> t/test.pl
24713 ____________________________________________________________________________
24714 [ 13515] By: nick                                  on 2001/12/07  15:08:17
24715         Log: Integrate mainline some more
24716      Branch: perlio
24717           !> README.hpux hints/linux.sh pod/perlfunc.pod
24718 ____________________________________________________________________________
24719 [ 13514] By: nick                                  on 2001/12/07  15:07:15
24720         Log: Integrate mainline
24721      Branch: perlio
24722           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
24723           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
24724           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
24725           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
24726           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
24727           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
24728           +> t/lib/Math/BigInt/BareCalc.pm
24729            - ext/Devel/PPPort/harness/Harness.pm
24730            - ext/Devel/PPPort/harness/Harness.xs
24731            - ext/Devel/PPPort/harness/Makefile.PL
24732            - ext/Devel/PPPort/harness/module2.c
24733            - ext/Devel/PPPort/harness/module3.c
24734            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
24735            - lib/File/Spec/Functions.t
24736           !> (integrate 103 files)
24737 ____________________________________________________________________________
24738 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
24739         Log: Add display() for displaying icky scalars.
24740      Branch: perl
24741            ! t/test.pl
24742 ____________________________________________________________________________
24743 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
24744         Log: Subject: [ID 20011207.001] documentation bug for waitpid
24745              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
24746              Date: Fri, 7 Dec 2001 12:44:56 +0100
24747              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
24748      Branch: perl
24749            ! pod/perlfunc.pod
24750 ____________________________________________________________________________
24751 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
24752         Log: gcc version matching didn't.
24753      Branch: perl
24754            ! hints/linux.sh
24755 ____________________________________________________________________________
24756 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
24757         Log: Subject: HP renamed their servers              
24758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24759              Date: Fri, 07 Dec 2001 12:07:22 +0100
24760              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
24761      Branch: perl
24762            ! README.hpux
24763 ____________________________________________________________________________
24764 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
24765         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
24766              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24767              Date: Fri, 7 Dec 2001 00:24:55 -0500
24768              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
24769      Branch: perl
24770            ! pod/perlport.pod
24771 ____________________________________________________________________________
24772 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
24773         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
24774              From: Michael G Schwern <schwern@pobox.com> 
24775              Date: Thu, 6 Dec 2001 22:56:34 -0500
24776              Message-ID: <20011207035634.GO22648@blackrider>
24777      Branch: perl
24778            ! t/base/lex.t t/op/exec.t
24779 ____________________________________________________________________________
24780 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
24781         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
24782              From: Michael G Schwern <schwern@pobox.com>
24783              Date: Thu, 6 Dec 2001 22:45:44 -0500
24784              Message-ID: <20011207034544.GN22648@blackrider>
24785              
24786              (plus op/ref tweak)
24787      Branch: perl
24788            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
24789            ! t/run/kill_perl.t t/test.pl
24790 ____________________________________________________________________________
24791 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
24792         Log: Upgrade to Math::BigInt 1.48.
24793      Branch: perl
24794            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
24795            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24796            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
24797            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24798            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24799            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24800            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
24801 ____________________________________________________________________________
24802 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
24803         Log: Mention also perl56delta in case someone is upgrading from
24804              Perl 5.005_03.
24805      Branch: perl
24806            ! pod/perldelta.pod
24807 ____________________________________________________________________________
24808 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
24809         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
24810              From: Michael G Schwern <schwern@pobox.com>
24811              Date: Thu, 6 Dec 2001 15:15:28 -0500
24812              Message-ID: <20011206201528.GF16414@blackrider>
24813              
24814              (just the term.t, not the lex.t)
24815              
24816              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
24817              From: Michael G Schwern <schwern@pobox.com>
24818              Date: Thu, 6 Dec 2001 15:22:22 -0500
24819              Message-ID: <20011206202222.GG16414@blackrider>
24820              
24821              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
24822              From: Michael G Schwern <schwern@pobox.com>
24823              Date: Thu, 6 Dec 2001 15:31:58 -0500
24824              Message-ID: <20011206203158.GI16414@blackrider>
24825              
24826              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
24827              From: Michael G Schwern <schwern@pobox.com>
24828              Date: Thu, 6 Dec 2001 17:38:55 -0500
24829              Message-ID: <20011206223855.GC22648@blackrider>
24830      Branch: perl
24831            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
24832            ! t/test.pl
24833 ____________________________________________________________________________
24834 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
24835         Log: Update the thr5005 situation.
24836      Branch: perl
24837            ! pod/perldelta.pod
24838 ____________________________________________________________________________
24839 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
24840         Log: perldelta borrowings from perl561delta.
24841      Branch: perl
24842            ! pod/perldelta.pod
24843 ____________________________________________________________________________
24844 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
24845         Log: Add the 5.6.1 perldelta as perl561delta.
24846              (Makes it easier to steal stuff for perldelta :-)
24847      Branch: perl
24848            + pod/perl561delta.pod
24849            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24850 ____________________________________________________________________________
24851 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
24852         Log: Retract #13496 for now.
24853      Branch: perl
24854            ! t/base/lex.t t/base/term.t
24855 ____________________________________________________________________________
24856 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
24857         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
24858              From: "Craig A. Berry" <craigberry@mac.com>
24859              Date: Thu, 6 Dec 2001 14:54:36 -0600
24860              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
24861      Branch: perl
24862            ! vms/ext/filespec.t
24863 ____________________________________________________________________________
24864 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
24865         Log: (retracted by #13499)
24866              
24867              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
24868              From: Michael G Schwern <schwern@pobox.com>
24869              Date: Thu, 6 Dec 2001 15:15:28 -0500
24870              Message-ID: <20011206201528.GF16414@blackrider>
24871      Branch: perl
24872            ! t/base/lex.t t/base/term.t
24873 ____________________________________________________________________________
24874 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
24875         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
24876              From: Michael G Schwern <schwern@pobox.com>
24877              Date: Thu, 6 Dec 2001 13:54:48 -0500
24878              Message-ID: <20011206185448.GC16414@blackrider>
24879      Branch: perl
24880            ! t/op/stat.t
24881 ____________________________________________________________________________
24882 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
24883         Log: The #4 has nothing to do with Unicode.
24884      Branch: perl
24885            ! t/op/tr.t
24886 ____________________________________________________________________________
24887 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
24888         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
24889              From: Michael G Schwern <schwern@pobox.com>
24890              Date: Thu, 6 Dec 2001 13:45:48 -0500
24891              Message-ID: <20011206184548.GB16414@blackrider>
24892      Branch: perl
24893            ! t/op/tr.t
24894 ____________________________________________________________________________
24895 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
24896         Log: Update Changes.
24897      Branch: perl
24898            ! Changes patchlevel.h
24899 ____________________________________________________________________________
24900 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
24901         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
24902              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24903              Date: Thu, 6 Dec 2001 11:41:25 EST
24904              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
24905      Branch: perl
24906            ! vms/vms.c vms/vmsish.h
24907 ____________________________________________________________________________
24908 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
24909         Log: Subject: [PATCH] Re: weirdness in regexps
24910              From: Robin Houston <robin@kitsite.com> 
24911              Date: Thu, 6 Dec 2001 14:44:01 +0000
24912              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
24913      Branch: perl
24914            ! op.c t/lib/strict/subs
24915 ____________________________________________________________________________
24916 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
24917         Log: Make the -b -c -S tests count all of the /dev, not just
24918              check the first one, as suggested by Benjamin Goldberg.
24919      Branch: perl
24920            ! t/op/stat.t
24921 ____________________________________________________________________________
24922 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
24923         Log: Subject: Re: [PATCH: bleadperl] casefold backref
24924              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24925              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
24926              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
24927      Branch: perl
24928            ! regexec.c
24929 ____________________________________________________________________________
24930 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
24931         Log: Nits noticed by Philip Newton, and de-tab DB.t.
24932      Branch: perl
24933            ! lib/DB.t
24934 ____________________________________________________________________________
24935 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
24936         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
24937              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24938              Date: 6 Dec 2001 11:06:01 -0000
24939              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
24940      Branch: perl
24941            ! op.c t/op/tr.t
24942 ____________________________________________________________________________
24943 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
24944         Log: Subject: [PATCH: bleadperl] casefold backref
24945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24946              Date: Wed, 05 Dec 2001 17:27:05 +0000
24947              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
24948      Branch: perl
24949            ! regexec.c t/op/re_tests
24950 ____________________________________________________________________________
24951 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
24952         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
24953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24954              Date: Wed, 5 Dec 2001 22:34:53 EST
24955              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
24956      Branch: perl
24957            ! mg.c vms/vms.c vms/vmsish.h
24958 ____________________________________________________________________________
24959 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
24960         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
24961              From: Michael G Schwern <schwern@pobox.com>
24962              Date: Wed, 5 Dec 2001 19:52:58 -0500
24963              Message-ID: <20011205195257.A903@blackrider>
24964      Branch: perl
24965            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
24966            + lib/File/Spec/t/rel2abs2rel.t
24967            - lib/File/Spec.t lib/File/Spec/Functions.t
24968            ! MANIFEST
24969 ____________________________________________________________________________
24970 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
24971         Log: Subject: Re: Silly stat() portability questions                
24972              From: Benjamin Goldberg <goldbb2@earthlink.net>
24973              Date: Wed, 05 Dec 2001 22:52:35 -0500
24974              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
24975      Branch: perl
24976            ! pod/perlport.pod
24977 ____________________________________________________________________________
24978 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
24979         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
24980              From: "Craig A. Berry" <craigberry@mac.com>
24981              Date: Wed, 05 Dec 2001 16:41:59 -0600
24982              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
24983      Branch: perl
24984            ! README.vms configure.com lib/File/Spec/VMS.pm
24985            ! vms/ext/filespec.t
24986 ____________________________________________________________________________
24987 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
24988         Log: $apply->('club', $glibc_maintainers);
24989              
24990              (Nick Clark just reported that <langinfo.h> YESSTR
24991              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
24992      Branch: perl
24993            ! ext/I18N/Langinfo/Langinfo.t
24994 ____________________________________________________________________________
24995 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
24996         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
24997      Branch: perl
24998            ! pod/perlport.pod
24999 ____________________________________________________________________________
25000 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
25001         Log: tweak change#13474 (pad entries can apparently be null in some
25002              situations)
25003      Branch: maint-5.6/perl
25004            ! op.c
25005 ____________________________________________________________________________
25006 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
25007         Log: Restore the /dev -b -c -S part of the test.
25008      Branch: perl
25009            ! t/op/stat.t
25010 ____________________________________________________________________________
25011 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
25012         Log: Retract #13475 until Arthur gets back to the mine.
25013      Branch: perl
25014            ! op.c t/run/kill_perl.t
25015 ____________________________________________________________________________
25016 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
25017         Log: (retracted by #13476)
25018              
25019              Manually apply #13474; fixes stale reference to dead
25020              CvOUTSIDE(); this can happen when anonymous subroutines
25021              that aren't closures are returned from an eval""
25022              
25023              (threads/shared/sv_refs.t is coredump-unhappy about this change)
25024      Branch: perl
25025            ! op.c t/run/kill_perl.t
25026 ____________________________________________________________________________
25027 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
25028         Log: replacement for change#10451
25029              
25030              fixes stale reference to dead CvOUTSIDE(); this can happen when
25031              anonymous subroutines that aren't closures are returned from an
25032              eval""
25033      Branch: maint-5.6/perl
25034            ! op.c t/op/misc.t
25035 ____________________________________________________________________________
25036 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
25037         Log: revert change#10451,10472; it was a naive fix that simply
25038              reintroduced the memory leak!
25039      Branch: maint-5.6/perl
25040            ! op.c t/op/misc.t
25041 ____________________________________________________________________________
25042 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
25043         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
25044              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25045              Date: Wed, 05 Dec 2001 10:49:20 +0100
25046              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
25047      Branch: perl
25048            ! lib/File/Basename.pm lib/File/Basename.t
25049 ____________________________________________________________________________
25050 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
25051         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
25052              From: Michael G Schwern <schwern@pobox.com> 
25053              Date: Wed, 5 Dec 2001 02:47:59 -0500
25054              Message-ID: <20011205024759.H14333@blackrider>
25055      Branch: perl
25056            ! t/op/magic.t
25057 ____________________________________________________________________________
25058 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
25059         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
25060              From: Michael G Schwern <schwern@pobox.com>              
25061              Date: Wed, 5 Dec 2001 02:22:05 -0500
25062              Message-ID: <20011205022205.F14333@blackrider>
25063      Branch: perl
25064            ! t/op/stat.t vms/test.com
25065 ____________________________________________________________________________
25066 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
25067         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
25068              From: Michael G Schwern <schwern@pobox.com> 
25069              Date: Tue, 4 Dec 2001 23:40:10 -0500
25070              Message-ID: <20011204234010.B14333@blackrider>
25071      Branch: perl
25072            ! t/op/stat.t
25073 ____________________________________________________________________________
25074 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
25075         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
25076              From: Michael G Schwern <schwern@pobox.com> 
25077              Date: Tue, 4 Dec 2001 21:09:18 -0500           
25078              Message-ID: <20011204210918.D13279@blackrider>
25079              
25080              t/test.
25081      Branch: perl
25082            ! t/test.pl
25083 ____________________________________________________________________________
25084 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
25085         Log: (accidentally empty check-in)
25086      Branch: perl
25087            ! t/op/stat.t
25088 ____________________________________________________________________________
25089 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
25090         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
25091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25092              Date: Tue, 04 Dec 2001 23:40:27 +0100
25093              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
25094      Branch: perl
25095            ! mg.c
25096 ____________________________________________________________________________
25097 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
25098         Log: Subject: [PATCH] minor pod fix in Safe.pm
25099              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25100              Date: Tue, 4 Dec 2001 22:02:34 +0100
25101              Message-ID: <20011204220234.A17293@rafael>
25102      Branch: perl
25103            ! ext/Opcode/Safe.pm
25104 ____________________________________________________________________________
25105 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
25106         Log: CRLF GRRR.
25107      Branch: perl
25108            ! djgpp/configure.bat
25109 ____________________________________________________________________________
25110 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
25111         Log: DJGPP fixes from Laszlo Molnar.
25112      Branch: perl
25113            ! djgpp/configure.bat djgpp/djgpp.h
25114 ____________________________________________________________________________
25115 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
25116         Log: Update Changes.
25117      Branch: perl
25118            ! Changes patchlevel.h
25119 ____________________________________________________________________________
25120 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
25121         Log: Must wipe out the memory of real Socket before starting
25122              to use the new fake one.
25123      Branch: perl
25124            ! lib/Net/t/config.t
25125 ____________________________________________________________________________
25126 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
25127         Log: LC_ALL might trump LANG.
25128      Branch: perl
25129            ! lib/open.t
25130 ____________________________________________________________________________
25131 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
25132         Log: Make the eval runtime.
25133      Branch: perl
25134            ! lib/open.pm
25135 ____________________________________________________________________________
25136 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
25137         Log: Make the Langinfo test both more lenient (allow
25138              for any symbol not to exists) and stricter (add
25139              more symbols).
25140      Branch: perl
25141            ! ext/I18N/Langinfo/Langinfo.t
25142 ____________________________________________________________________________
25143 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
25144         Log: integrate change#13453 from maint-5.6
25145              
25146              tweak change#11399 to use an explicit flag rather than
25147              ass_u_ming w32_pseudo_id will only be zero for the real
25148              toplevel interpreter; avoids multiple hosts from diddling
25149              the environment at the same time
25150      Branch: perl
25151           !> win32/perlhost.h
25152 ____________________________________________________________________________
25153 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
25154         Log: Subject: [PATCH] VMS update for perldelta.pod
25155              From: "Craig A. Berry" <craigberry@mac.com> 
25156              Date: Tue, 4 Dec 2001 00:23:12 -0600
25157              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
25158      Branch: perl
25159            ! pod/perldelta.pod
25160 ____________________________________________________________________________
25161 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
25162         Log: NetWare tweak from Ananth Kesari.
25163      Branch: perl
25164            ! NetWare/Makefile
25165 ____________________________________________________________________________
25166 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
25167         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
25168              Not adding the test suite because of its many assumptions.
25169      Branch: perl
25170            ! lib/Net/Ping.pm
25171 ____________________________________________________________________________
25172 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
25173         Log: tweak change#11399 to use an explicit flag rather than
25174              ass_u_ming w32_pseudo_id will only be zero for the real
25175              toplevel interpreter; avoids multiple hosts from diddling
25176              the environment at the same time
25177      Branch: maint-5.6/perl
25178            ! win32/perlhost.h
25179 ____________________________________________________________________________
25180 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
25181         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
25182              from Len Makin.
25183      Branch: perl
25184            + hints/super-ux.sh
25185            ! MANIFEST
25186 ____________________________________________________________________________
25187 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
25188         Log: Add Mac OS X known failures to perldelta.
25189      Branch: perl
25190            ! pod/perldelta.pod
25191 ____________________________________________________________________________
25192 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
25193         Log: I think it's time to call the utf8 code non-test.
25194      Branch: perl
25195            ! utf8.c
25196 ____________________________________________________________________________
25197 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
25198         Log: Retract #13303, need rethink.
25199      Branch: perl
25200            ! utf8.c
25201 ____________________________________________________________________________
25202 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
25203         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
25204              From: "Craig A. Berry" <craigberry@mac.com>
25205              Date: Mon, 03 Dec 2001 16:28:06 -0600
25206              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
25207      Branch: perl
25208            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
25209 ____________________________________________________________________________
25210 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
25211         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
25212              From: Andy Dougherty <doughera@lafayette.edu>
25213              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
25214              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
25215      Branch: perl
25216            ! hints/solaris_2.sh
25217 ____________________________________________________________________________
25218 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
25219         Log: This test is not very robust on 8.3-constrained systems:
25220              all the "with truncated name" lines between "Autosplitting ..."
25221              and "some names are not unique" lines are unexpected,
25222              and the truncation message becomes:
25223              testtest.al, testtest.al truncate to testtest 
25224      Branch: perl
25225            ! lib/AutoSplit.t
25226 ____________________________________________________________________________
25227 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
25228         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
25229      Branch: perl
25230            ! ext/I18N/Langinfo/Langinfo.t
25231 ____________________________________________________________________________
25232 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
25233         Log: Test::Morify UCD.t
25234      Branch: perl
25235            ! lib/Unicode/UCD.t
25236 ____________________________________________________________________________
25237 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
25238         Log: If Socket has not been built (e.g. DJGPP) the libnet
25239              tests fall over with (too) much noise.
25240      Branch: perl
25241            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
25242            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
25243            ! lib/Net/t/smtp.t lib/Net/t/time.t
25244 ____________________________________________________________________________
25245 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
25246         Log: Subject: [PATCH] shared hash keys and ++/--
25247              From: Nicholas Clark <nick@ccl4.org>
25248              Date: Mon, 3 Dec 2001 16:37:16 +0000
25249              Message-ID: <20011203163716.C21702@plum.flirble.org>
25250      Branch: perl
25251            ! pp.c pp_hot.c sv.c t/op/inc.t
25252 ____________________________________________________________________________
25253 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
25254         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
25255              From: Jonathan Stowe <jns@gellyfish.com>
25256              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
25257              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
25258      Branch: perl
25259            ! lib/Term/Cap.pm
25260 ____________________________________________________________________________
25261 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
25262         Log: Update Changes.
25263      Branch: perl
25264            ! Changes patchlevel.h
25265 ____________________________________________________________________________
25266 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
25267         Log: perldelta tweaks.
25268      Branch: perl
25269            ! pod/perldelta.pod
25270 ____________________________________________________________________________
25271 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
25272         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
25273              From: Sam Tregar <sam@tregar.com> 
25274              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
25275              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
25276      Branch: perl
25277            ! pod/perlnewmod.pod
25278 ____________________________________________________________________________
25279 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
25280         Log: microperl casting nit.
25281      Branch: perl
25282            ! utf8.c
25283 ____________________________________________________________________________
25284 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
25285         Log: Make sharepvn a macro since all it does is a deref.
25286      Branch: perl
25287            ! embed.h embed.pl global.sym hv.c hv.h proto.h
25288 ____________________________________________________________________________
25289 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
25290         Log: perldelta updates.
25291      Branch: perl
25292            ! pod/perldelta.pod
25293 ____________________________________________________________________________
25294 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
25295         Log: PPPort update from Paul Marquess.
25296      Branch: perl
25297            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
25298            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
25299            + ext/Devel/PPPort/t/test.t
25300            - ext/Devel/PPPort/harness/Harness.pm
25301            - ext/Devel/PPPort/harness/Harness.xs
25302            - ext/Devel/PPPort/harness/Makefile.PL
25303            - ext/Devel/PPPort/harness/module2.c
25304            - ext/Devel/PPPort/harness/module3.c
25305            - ext/Devel/PPPort/harness/t/test.t
25306            ! MANIFEST ext/Devel/PPPort/MANIFEST
25307            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
25308            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
25309            ! ext/Devel/PPPort/soak
25310 ____________________________________________________________________________
25311 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
25312         Log: No use talking about dynamic library search patch
25313              unless we are having a dynamic build.
25314      Branch: perl
25315            ! t/TEST
25316 ____________________________________________________________________________
25317 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
25318         Log: Be more explicit on the List::Util build trick,
25319              should also stop unneeded rebuilds on static builds.
25320      Branch: perl
25321            ! ext/List/Util/Makefile.PL
25322 ____________________________________________________________________________
25323 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
25324         Log: We need to replace the optimize (-O1) with
25325              the -h scalar0 -h vector0, not append them
25326              to the ccflags.
25327      Branch: perl
25328            ! hints/unicos.sh hints/unicosmk.sh
25329 ____________________________________________________________________________
25330 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
25331         Log: Subject: [PATCH] Shared hash keys 
25332              From: Nicholas Clark <nick@ccl4.org>
25333              Date: Sun, 2 Dec 2001 20:52:32 +0000
25334              Message-ID: <20011202205232.U21702@plum.flirble.org>
25335      Branch: perl
25336            ! doop.c t/op/tr.t
25337 ____________________________________________________________________________
25338 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
25339         Log: Better add new files to MANIFEST, too.
25340      Branch: perl
25341            ! MANIFEST
25342 ____________________________________________________________________________
25343 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
25344         Log: Subject: {PATCH] perlpacktut.pod
25345              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
25346              Date: Sun, 02 Dec 2001 19:55:06 +0100
25347              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
25348      Branch: perl
25349            ! pod/perlpacktut.pod
25350 ____________________________________________________________________________
25351 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
25352         Log: Various small nits found by DJGPP build.
25353      Branch: perl
25354            ! doio.c mg.c pp.c util.c
25355 ____________________________________________________________________________
25356 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
25357         Log: Subject: RE: More verbose POD for Carp
25358              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
25359              Date: Sun, 2 Dec 2001 11:32:51 -0500
25360              Message-ID: <3C0A9748@operamail.com>
25361      Branch: perl
25362            ! lib/Carp.pm
25363 ____________________________________________________________________________
25364 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
25365         Log: Add a header for DJGPP with the function prototypes.
25366      Branch: perl
25367            + djgpp/djgpp.h
25368            ! MANIFEST djgpp/djgpp.c
25369 ____________________________________________________________________________
25370 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
25371         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
25372              From: Abe Timmerman <abe@ztreet.demon.nl>
25373              Date: Sun, 02 Dec 2001 02:41:25 +0100
25374              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
25375      Branch: perl
25376            ! pp_sys.c
25377 ____________________________________________________________________________
25378 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
25379         Log: There isn't PTR2INT(), there's PTR2IV().
25380      Branch: perl
25381            ! ext/Time/HiRes/HiRes.xs
25382 ____________________________________________________________________________
25383 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
25384         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
25385              From: Marc Lehmann <root@schmorp.de>
25386              Date: Sun, 02 Dec 2001 02:44:53 +0100
25387              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
25388      Branch: perl
25389            ! ext/Time/HiRes/HiRes.xs
25390 ____________________________________________________________________________
25391 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
25392         Log: encode()/decode() examples.
25393      Branch: perl
25394            ! ext/Encode/Encode.pm
25395 ____________________________________________________________________________
25396 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
25397         Log: DJGPP tweaks from Laszlo Molnar.
25398      Branch: perl
25399            ! djgpp/config.over djgpp/djgppsed.sh
25400 ____________________________________________________________________________
25401 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
25402         Log: Update Changes.
25403      Branch: perl
25404            ! Changes patchlevel.h
25405 ____________________________________________________________________________
25406 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
25407         Log: Integrate perlio;
25408              
25409              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
25410              which do not have file descriptors. Noticed a possibly
25411              worse problem in the process ...
25412      Branch: perl
25413           !> doio.c
25414 ____________________________________________________________________________
25415 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
25416         Log: Non-VMS-fixed and Win32-skipped version of
25417              
25418              Subject: [PATCH t/op/exec.t] Portabilty fix 
25419              From: Michael G Schwern <schwern@pobox.com> 
25420              Date: Fri, 30 Nov 2001 16:09:27 -0500
25421              Message-ID: <20011130160927.A10406@blackrider>
25422      Branch: perl
25423            ! t/op/exec.t
25424 ____________________________________________________________________________
25425 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
25426         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
25427              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
25428              Date: Sat, 1 Dec 2001 07:01:09 -0500
25429              Message-ID: <3C0D2E39@operamail.com>
25430              
25431              Subject: More verbose POD for Carp
25432              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
25433              Date: Sat, 1 Dec 2001 08:04:16 -0500
25434              Message-ID: <3C285C2B@operamail.com>
25435      Branch: perl
25436            ! lib/Carp.pm lib/Carp/Heavy.pm
25437 ____________________________________________________________________________
25438 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
25439         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
25440              From: chromatic <chromatic@rmci.net>
25441              Date: Sat, 01 Dec 2001 12:41:58 -0700
25442              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
25443      Branch: perl
25444            ! lib/DB.t
25445 ____________________________________________________________________________
25446 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
25447         Log: Try to make a missing RADIXCHAR a softer kinder error.
25448      Branch: perl
25449            ! ext/I18N/Langinfo/Langinfo.t
25450 ____________________________________________________________________________
25451 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
25452         Log: Have a little faith on nl_langinfo() itself.
25453      Branch: perl
25454            ! ext/I18N/Langinfo/Langinfo.xs
25455 ____________________________________________________________________________
25456 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
25457         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
25458              the max, not max plus one)
25459      Branch: perl
25460            ! ext/I18N/Langinfo/Langinfo.xs
25461 ____________________________________________________________________________
25462 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
25463         Log: Make reality agree with the comment.
25464      Branch: perl
25465            ! ext/I18N/Langinfo/Langinfo.xs
25466 ____________________________________________________________________________
25467 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
25468         Log: Try to protect against wild langinfo() arguments.
25469      Branch: perl
25470            ! ext/I18N/Langinfo/Langinfo.xs
25471 ____________________________________________________________________________
25472 [ 13409] By: nick                                  on 2001/12/01  18:19:59
25473         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
25474              have file descriptors. Noticed a possibly worse problem in the process ...
25475      Branch: perlio
25476            ! doio.c
25477 ____________________________________________________________________________
25478 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
25479         Log: (replaced by #13556)
25480              
25481              If we are inside an eval, let's be silent about
25482              separate symbols and just croak() in the end.
25483      Branch: perl
25484            ! lib/Exporter/Heavy.pm
25485 ____________________________________________________________________________
25486 [ 13407] By: nick                                  on 2001/12/01  17:14:05
25487         Log: Integrate mainline
25488      Branch: perlio
25489           !> (integrate 26 files)
25490 ____________________________________________________________________________
25491 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
25492         Log: Subject: Fix for Exporter error reporting behaviour
25493              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
25494              Date: Sat, 1 Dec 2001 06:34:48 -0500
25495              Message-ID: <3C0D1B9A@operamail.com>
25496      Branch: perl
25497            ! lib/Exporter.pm lib/Exporter/Heavy.pm
25498 ____________________________________________________________________________
25499 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
25500         Log: Need to hide behind an eval to avoid a warning
25501              about :utf8 on non-perlio configs.
25502      Branch: perl
25503            ! lib/open.t
25504 ____________________________________________________________________________
25505 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
25506         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
25507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25508              Date: Fri, 30 Nov 2001 23:46:58 +0100
25509              Message-ID: <20011130234658.A717@rafael>
25510      Branch: perl
25511            ! op.c t/op/method.t
25512 ____________________________________________________________________________
25513 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
25514         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
25515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25516              Date: Thu, 29 Nov 2001 22:46:12 +0100
25517              Message-ID: <20011129224612.A699@rafael>
25518      Branch: perl
25519            ! ext/B/B/Xref.pm
25520 ____________________________________________________________________________
25521 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
25522         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
25523              From: Tels <perl_dummy@bloodgate.com>
25524              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
25525              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
25526      Branch: perl
25527            ! pod/perlfunc.pod
25528 ____________________________________________________________________________
25529 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
25530         Log: Subject: [REPATCH] reference pointer comparison
25531              From: Nicholas Clark <nick@ccl4.org>
25532              Date: Sat, 1 Dec 2001 13:00:17 +0000
25533              Message-ID: <20011201130017.I21702@plum.flirble.org>
25534      Branch: perl
25535            ! pp.c
25536 ____________________________________________________________________________
25537 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
25538         Log: Upgrade to Storable 1.0.14.
25539      Branch: perl
25540            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25541 ____________________________________________________________________________
25542 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
25543         Log: Add simple caches for ::viacode() and ::vianame().
25544      Branch: perl
25545            ! lib/charnames.pm lib/charnames.t
25546 ____________________________________________________________________________
25547 [ 13398] By: nick                                  on 2001/12/01  10:36:24
25548         Log: Integrate mainline.
25549      Branch: perlio
25550           +> (branch 44 files)
25551            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25552            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25553            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
25554           !> (integrate 250 files)
25555 ____________________________________________________________________________
25556 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
25557         Log: Regen toc and modlib.
25558      Branch: perl
25559            ! pod/perlmodlib.pod pod/perltoc.pod
25560 ____________________________________________________________________________
25561 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
25562         Log: Upgrade to podlators-1.18.
25563      Branch: perl
25564            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
25565 ____________________________________________________________________________
25566 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
25567         Log: -h scalar0 -h vector0 seems to help for both
25568              UNICOS and UNICOS/mk on the unpack %65c problems.
25569              
25570              (replaces #13393)
25571      Branch: perl
25572            ! hints/unicos.sh hints/unicosmk.sh
25573 ____________________________________________________________________________
25574 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
25575         Log: More Socket constants.
25576      Branch: perl
25577            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
25578 ____________________________________________________________________________
25579 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
25580         Log: (replaced by #13395)
25581      Branch: perl
25582            ! hints/unicosmk.sh
25583 ____________________________________________________________________________
25584 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
25585         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
25586              From: Andy Dougherty <doughera@lafayette.edu>
25587              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
25588              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
25589              
25590              Simplify the test skippage criterion now that we are
25591              no more dependent on sed.
25592      Branch: perl
25593            ! t/comp/cpp.t t/run/switchPx.t
25594 ____________________________________________________________________________
25595 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
25596         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
25597              From: Michael G Schwern <schwern@pobox.com>
25598              Date: Fri, 30 Nov 2001 11:48:44 -0500
25599              Message-ID: <20011130114844.C1303@blackrider>
25600              
25601              (replaces #13381)
25602      Branch: perl
25603            ! t/op/stat.t
25604 ____________________________________________________________________________
25605 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
25606         Log: Let's not assume how much memory has been allocated
25607              to PVs.
25608      Branch: perl
25609            ! ext/Devel/Peek/Peek.t
25610 ____________________________________________________________________________
25611 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
25612         Log: VOS needs to know the modules, including pp_sort.
25613      Branch: perl
25614            ! vos/perl.bind
25615 ____________________________________________________________________________
25616 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
25617         Log: Unused variables.
25618      Branch: perl
25619            ! ext/Unicode/Normalize/Normalize.xs
25620 ____________________________________________________________________________
25621 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
25622         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
25623              From: John Peacock <jpeacock@rowman.com>     
25624              Date: Fri, 30 Nov 2001 10:24:00 -0500        
25625              Message-ID: <3C07A490.A22A76B0@rowman.com>   
25626      Branch: perl
25627            ! lib/ExtUtils/Embed.t
25628 ____________________________________________________________________________
25629 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
25630         Log: Tweak for the VOS building script from Paul Green.
25631      Branch: perl
25632            ! vos/configure_perl.cm
25633 ____________________________________________________________________________
25634 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
25635         Log: Update Changes.
25636      Branch: perl
25637            ! Changes patchlevel.h
25638 ____________________________________________________________________________
25639 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
25640         Log: Cannot test if cppstdin has not yet been installed.
25641      Branch: perl
25642            ! t/run/switchPx.t
25643 ____________________________________________________________________________
25644 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
25645         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
25646              From: Michael G Schwern <schwern@pobox.com> 
25647              Date: Thu, 29 Nov 2001 22:05:11 -0500
25648              Message-ID: <20011129220510.A18869@blackrider>
25649              
25650              TODO 1: if cppstdin is used and not yet installed,
25651              the Px.t will fail (must do the same as in cpp.t)
25652              
25653              TODO 2: does this work if no Perl whatsoever has
25654              yet been installed?  That is, we should be using
25655              the Perl we are building to execute the one-liner.
25656      Branch: perl
25657            + t/run/switchPx.aux t/run/switchPx.t
25658            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
25659            ! vms/test.com
25660 ____________________________________________________________________________
25661 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
25662         Log: Upgrade to Unicode::Normalize 0.12.
25663      Branch: perl
25664            ! ext/Unicode/Normalize/Changes
25665            ! ext/Unicode/Normalize/Normalize.pm
25666            ! ext/Unicode/Normalize/Normalize.xs
25667            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
25668            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
25669            ! ext/Unicode/Normalize/t/test.t
25670 ____________________________________________________________________________
25671 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
25672         Log: (replaced by #13391)
25673              
25674              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
25675              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
25676              Date: 30 Nov 2001 11:41:53 -0000             
25677              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
25678              
25679              No need to die if we have high-paranoia (non-chdirable)
25680              system directories.
25681      Branch: perl
25682            ! t/op/stat.t
25683 ____________________________________________________________________________
25684 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
25685         Log: Paragraph rewrapping.
25686      Branch: perl
25687            ! pod/perliol.pod
25688 ____________________________________________________________________________
25689 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
25690         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
25691              From: Stas Bekman <stas@stason.org>
25692              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
25693              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
25694      Branch: perl
25695            ! pod/perliol.pod
25696 ____________________________________________________________________________
25697 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
25698         Log: Whether select() gets restarted on signals is
25699              implementation dependent.
25700      Branch: perl
25701            ! ext/Time/HiRes/HiRes.t
25702 ____________________________________________________________________________
25703 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
25704         Log: More forgotten checkins.
25705      Branch: perl
25706            ! embed.h embed.pl proto.h
25707 ____________________________________________________________________________
25708 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
25709         Log: Add a note about folding vs lowercase.
25710      Branch: perl
25711            ! regexec.c
25712 ____________________________________________________________________________
25713 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
25714         Log: Use to_uni_fold (and add changed global.sym)
25715      Branch: perl
25716            ! global.sym utf8.c
25717 ____________________________________________________________________________
25718 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
25719         Log: Make to Unicode character functions to use UVs
25720              instead of U32s and add to_uni_fold().
25721      Branch: perl
25722            ! embed.pl proto.h utf8.c
25723 ____________________________________________________________________________
25724 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
25725         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
25726              From: Nicholas Clark <nick@ccl4.org>
25727              Date: Thu, 29 Nov 2001 22:47:32 +0000
25728              Message-ID: <20011129224732.W37621@plum.flirble.org>
25729      Branch: perl
25730            ! pod/perlpacktut.pod
25731 ____________________________________________________________________________
25732 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
25733         Log: README.vos updates from Paul Green.
25734      Branch: perl
25735            ! README.vos
25736 ____________________________________________________________________________
25737 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
25738         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
25739              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25740              Date: Thu, 29 Nov 2001 14:18:51 EST
25741              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
25742      Branch: perl
25743            ! mg.c vms/vms.c vms/vmsish.h
25744 ____________________________________________________________________________
25745 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
25746         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
25747              From: Michael G Schwern <schwern@pobox.com>
25748              Date: Thu, 29 Nov 2001 13:12:31 -0500
25749              Message-ID: <20011129131231.E11300@blackrider>
25750      Branch: perl
25751            ! README.vms
25752 ____________________________________________________________________________
25753 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
25754         Log: BGET_IV was missing.
25755      Branch: perl
25756            ! ext/ByteLoader/bytecode.h
25757 ____________________________________________________________________________
25758 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
25759         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
25760              From: Jonathan Stowe <gellyfish@gellyfish.com>
25761              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
25762              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
25763      Branch: perl
25764            ! lib/Term/Cap.pm
25765 ____________________________________________________________________________
25766 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
25767         Log: Porting/checkURL.pl was missing.
25768      Branch: perl
25769            ! MANIFEST
25770 ____________________________________________________________________________
25771 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
25772         Log: Subject: INSTALL and READMEs should be reviewed
25773              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25774              Date: Thu, 29 Nov 2001 16:49:36 +0100
25775              Message-ID: <20011129164936.A17492@rafael>         
25776      Branch: perl
25777            ! README.cygwin
25778 ____________________________________________________________________________
25779 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
25780         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
25781              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
25782              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
25783              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
25784      Branch: perl
25785            ! README.os390
25786 ____________________________________________________________________________
25787 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
25788         Log: Update Changes.
25789      Branch: perl
25790            ! Changes patchlevel.h
25791 ____________________________________________________________________________
25792 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
25793         Log: The changes to the curliffed files didn't stick in #13348.
25794      Branch: perl
25795            ! README.dos README.win32
25796 ____________________________________________________________________________
25797 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
25798         Log: Subject: Re: Found the rev where File::Glob broke
25799              From: Andy Dougherty <doughera@lafayette.edu>
25800              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
25801              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
25802      Branch: perl
25803            ! lib/ExtUtils/MM_Unix.pm
25804 ____________________________________________________________________________
25805 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
25806         Log: Use __DATA__ instead of __END__.
25807      Branch: perl
25808            ! lib/Term/Cap.pm
25809 ____________________________________________________________________________
25810 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
25811         Log: Subject: [PATCH toke.c] autosplit into @F fix
25812              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25813              Date: Thu, 29 Nov 2001 14:52:23 +0100
25814              Message-ID: <20011129145223.A25817@rafael>         
25815      Branch: perl
25816            ! toke.c
25817 ____________________________________________________________________________
25818 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
25819         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
25820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25821              Date: Thu, 29 Nov 2001 15:48:15 +0100
25822              Message-ID: <20011129154815.C25817@rafael>         
25823      Branch: perl
25824            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
25825 ____________________________________________________________________________
25826 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
25827         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
25828              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
25829              Date: Wed, 28 Nov 2001 20:35:29 +0100
25830              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
25831      Branch: perl
25832            ! pod/perlpacktut.pod
25833 ____________________________________________________________________________
25834 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
25835         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
25836              From: Stas Bekman <stas@stason.org>
25837              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
25838              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
25839              
25840              (with tweaks)
25841      Branch: perl
25842            ! pod/perlapio.pod
25843 ____________________________________________________________________________
25844 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
25845         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25846              From: Tels <perl_dummy@bloodgate.com>
25847              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
25848              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
25849              
25850              (plus paragraph rewrapping)
25851      Branch: perl
25852            ! lib/Exporter.pm
25853 ____________________________________________________________________________
25854 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
25855         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
25856              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
25857              Date: Wed, 28 Nov 2001 21:47:59 +0000
25858              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
25859      Branch: perl
25860            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25861 ____________________________________________________________________________
25862 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
25863         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
25864              From: Andy Dougherty <doughera@lafayette.edu>
25865              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
25866              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
25867      Branch: perl
25868            ! INSTALL ext/Time/HiRes/HiRes.t
25869 ____________________________________________________________________________
25870 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
25871         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
25872              From: Michael G Schwern <schwern@pobox.com> 
25873              Date: Wed, 28 Nov 2001 16:37:01 -0500
25874              Message-ID: <20011128163701.H676@blackrider>
25875      Branch: perl
25876            ! t/run/kill_perl.t
25877 ____________________________________________________________________________
25878 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
25879         Log: @INC tweak.
25880      Branch: perl
25881            ! t/op/ref.t
25882 ____________________________________________________________________________
25883 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
25884         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
25885              From: Nicholas Clark <nick@ccl4.org>
25886              Date: Wed, 28 Nov 2001 23:38:43 +0000
25887              Message-ID: <20011128233843.N37621@plum.flirble.org>  
25888      Branch: perl
25889            ! installman
25890 ____________________________________________________________________________
25891 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
25892         Log: Tweak the forking logic.
25893      Branch: perl
25894            ! Porting/checkURL.pl
25895 ____________________________________________________________________________
25896 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
25897         Log: Update perlmodlib.PL as per #13348.  The L<> got
25898              changed back because that is coming from ParseLink.pm.
25899      Branch: perl
25900            ! pod/perlmodlib.PL pod/perlmodlib.pod
25901 ____________________________________________________________________________
25902 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
25903         Log: URL fixups from Michael Schwern.
25904      Branch: perl
25905            ! README.cygwin README.dos README.hpux README.mint README.mpeix
25906            ! README.os390 README.qnx README.solaris README.vos README.win32
25907            ! pod/perlmodlib.pod
25908 ____________________________________________________________________________
25909 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
25910         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25911              From: Barrie Slaymaker <barries@slaysys.com>
25912              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
25913              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
25914      Branch: perl
25915            ! lib/Exporter.pm
25916 ____________________________________________________________________________
25917 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
25918         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
25919      Branch: perl
25920            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
25921 ____________________________________________________________________________
25922 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
25923         Log: Subject: [PATCH] Re: $\ very broken
25924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25925              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
25926              Message-ID: <20011128223308.E732@rafael>   
25927              
25928              Subject: Re: [PATCH] Re: $\ very broken     
25929              From: Nicholas Clark <nick@ccl4.org>
25930              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
25931              Message-ID: <20011128222859.K37621@plum.flirble.org>
25932      Branch: perl
25933            ! mg.c t/op/ref.t
25934 ____________________________________________________________________________
25935 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
25936         Log: Add Abigail's link checker with the following tweaks:
25937              - known dummy URLs (Peter Prymmer)
25938              - do also READMEs and INSTALL (Michael Schwern)
25939              - do also ftp URLs
25940              - add fork retry loop in case the allowed number
25941              of processes per user is low
25942      Branch: perl
25943            + Porting/checkURL.pl
25944            ! MANIFEST
25945 ____________________________________________________________________________
25946 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
25947         Log: Update Changes.
25948      Branch: perl
25949            ! Changes patchlevel.h
25950 ____________________________________________________________________________
25951 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
25952         Log: In Linux if we have modern enough gcc and supported
25953              enough CPU, crank up the optimization level to -O3.
25954      Branch: perl
25955            ! hints/linux.sh
25956 ____________________________________________________________________________
25957 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
25958         Log: Add perlpacktut from Wolfgang Laun; regen toc.
25959      Branch: perl
25960            + pod/perlpacktut.pod
25961            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
25962            ! pod/perltoc.pod
25963 ____________________________________________________________________________
25964 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
25965         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
25966              From: PPrymmer@factset.com
25967              Date: Wed, 28 Nov 2001 07:51:26 -0500
25968              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
25969      Branch: perl
25970            ! vms/test.com
25971 ____________________________________________________________________________
25972 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
25973         Log: Test cases for the first half of #13338.
25974      Branch: perl
25975            ! t/lib/h2ph.h t/lib/h2ph.pht
25976 ____________________________________________________________________________
25977 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
25978         Log: Subject: Re: h2ph confused by comments in an enum.
25979              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25980              Date: Wed, 28 Nov 2001 04:19:21 +0000
25981              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
25982              
25983              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
25984              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25985              Date: Wed, 28 Nov 2001 13:36:35 +0000
25986              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
25987      Branch: perl
25988            ! utils/h2ph.PL
25989 ____________________________________________________________________________
25990 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
25991         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
25992              From: Jonathan Stowe <gellyfish@gellyfish.com>
25993              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
25994              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
25995              
25996              (replace #13327)
25997      Branch: perl
25998            ! lib/Term/Cap.pm
25999 ____________________________________________________________________________
26000 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
26001         Log: Replace #13335 with
26002              
26003              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
26004              From: Russ Allbery <rra@stanford.edu>
26005              Date: 27 Nov 2001 20:42:49 -0800
26006              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
26007      Branch: perl
26008            ! lib/Pod/Text/Termcap.pm
26009 ____________________________________________________________________________
26010 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
26011         Log: (replaced by #13336)
26012              
26013              Subject: [PATCH perl@13323] Termcap.pm with no termios
26014              From: "Craig A. Berry" <craigberry@mac.com> 
26015              Date: Tue, 27 Nov 2001 22:28:50 -0600
26016              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
26017      Branch: perl
26018            ! lib/Pod/Text/Termcap.pm
26019 ____________________________________________________________________________
26020 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
26021         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
26022              From: "Craig A. Berry" <craigberry@mac.com> 
26023              Date: Tue, 27 Nov 2001 21:46:45 -0600
26024              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
26025      Branch: perl
26026            ! configure.com
26027 ____________________________________________________________________________
26028 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
26029         Log: Upgrade to podlators 1.17.
26030      Branch: perl
26031            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
26032            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
26033 ____________________________________________________________________________
26034 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
26035         Log: Fix for "a\x{100}" =~ /A/i.
26036      Branch: perl
26037            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
26038            ! utf8.c
26039 ____________________________________________________________________________
26040 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
26041         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
26042              From: "Craig A. Berry" <craigberry@mac.com>
26043              Date: Tue, 27 Nov 2001 17:11:49 -0600
26044              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
26045      Branch: perl
26046            ! lib/DB.t
26047 ____________________________________________________________________________
26048 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
26049         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
26050              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26051              Date: Tue, 27 Nov 2001 14:55:23 -0500
26052              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
26053              
26054              Subject: [PATCH: perl@13324] updates to perldelta.pod 
26055              From: PPrymmer@factset.com
26056              Date: Tue, 27 Nov 2001 18:06:04 -0500
26057              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
26058              
26059              plus added some known problems.
26060      Branch: perl
26061            ! pod/perldelta.pod
26062 ____________________________________________________________________________
26063 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
26064         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
26065              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26066              Date: Tue, 27 Nov 2001 15:38:02 EST 
26067              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
26068      Branch: perl
26069            ! configure.com vms/vms.c vms/vmsish.h
26070 ____________________________________________________________________________
26071 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
26072         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
26073              From: Michael G Schwern <schwern@pobox.com> 
26074              Date: Tue, 27 Nov 2001 15:31:12 -0500
26075              Message-ID: <20011127153112.G20929@blackrider>
26076      Branch: perl
26077            ! t/run/kill_perl.t
26078 ____________________________________________________________________________
26079 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
26080         Log: (replaced by #13337)
26081              
26082              VMS can safely hardcode a termcap entry for VT100.
26083      Branch: perl
26084            ! lib/Term/Cap.pm
26085 ____________________________________________________________________________
26086 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
26087         Log: VMS piping fixes from Charles Lane (perl -P should
26088              be working now).
26089      Branch: perl
26090            ! vms/vms.c
26091 ____________________________________________________________________________
26092 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
26093         Log: Subject: [PATCH] perlvar.pod fix
26094              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26095              Date: Tue, 27 Nov 2001 13:11:47 -0500
26096              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
26097      Branch: perl
26098            ! pod/perlvar.pod
26099 ____________________________________________________________________________
26100 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
26101         Log: Update Changes.
26102      Branch: perl
26103            ! Changes patchlevel.h
26104 ____________________________________________________________________________
26105 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
26106         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
26107              From: "Craig A. Berry" <craigberry@mac.com> 
26108              Date: Tue, 27 Nov 2001 10:21:18 -0600
26109              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
26110      Branch: perl
26111            ! lib/ExtUtils/MM_VMS.pm
26112 ____________________________________________________________________________
26113 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
26114         Log: Protect against accumulating -options -options -options.
26115      Branch: perl
26116            ! hints/hpux.sh
26117 ____________________________________________________________________________
26118 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
26119         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
26120              From: Barrie Slaymaker <barries@slaysys.com>
26121              Date: Tue, 27 Nov 2001 10:58:54 -0500
26122              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
26123      Branch: perl
26124            ! lib/Benchmark.pm
26125 ____________________________________________________________________________
26126 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
26127         Log: Tiny fix from John P. Linderman.
26128      Branch: perl
26129            ! lib/sort.pm
26130 ____________________________________________________________________________
26131 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
26132         Log: The Story of sort(), from John P. Linderman.
26133      Branch: perl
26134            ! pod/perldelta.pod
26135 ____________________________________________________________________________
26136 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
26137         Log: Add information what to do if you are reading
26138              perluniintro but using some older Perl.
26139      Branch: perl
26140            ! pod/perluniintro.pod
26141 ____________________________________________________________________________
26142 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
26143         Log: Update the 'wide characters' FAQ entry.
26144      Branch: perl
26145            ! pod/perlfaq6.pod
26146 ____________________________________________________________________________
26147 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
26148         Log: Fix for
26149              
26150              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
26151              From: Marc Lehmann <root@schmorp.de>
26152              Date: Tue, 27 Nov 2001 14:27:14 +0100
26153              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
26154      Branch: perl
26155            ! ext/Encode.t ext/Encode/Encode.xs
26156 ____________________________________________________________________________
26157 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
26158         Log: Subject: [PATCH] DB_File 1.801
26159              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26160              Date: Tue, 27 Nov 2001 15:06:45 -0000
26161              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
26162      Branch: perl
26163            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26164            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
26165 ____________________________________________________________________________
26166 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
26167         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
26168      Branch: perl
26169            ! pod/perlmodlib.pod
26170 ____________________________________________________________________________
26171 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
26172         Log: sort() doc tweaks from John P. Linderman.
26173      Branch: perl
26174            ! pod/perlfunc.pod
26175 ____________________________________________________________________________
26176 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
26177         Log: Subject: [PATCH] More perldelta.pod nits
26178              From: Simon Glover <scog@roe.ac.uk>
26179              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
26180              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
26181      Branch: perl
26182            ! pod/perldelta.pod
26183 ____________________________________________________________________________
26184 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
26185         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
26186              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26187              Date: Tue, 27 Nov 2001 11:52:31 -0000
26188              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
26189      Branch: perl
26190            ! ext/Devel/PPPort/harness/Makefile.PL
26191 ____________________________________________________________________________
26192 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
26193         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
26194              From: Michael G Schwern <schwern@pobox.com>
26195              Date: Tue, 27 Nov 2001 03:38:24 -0500
26196              Message-ID: <20011127033824.A17775@blackrider>
26197      Branch: perl
26198            ! t/TEST
26199 ____________________________________________________________________________
26200 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
26201         Log: Subject: Re: perlcc very broken
26202              From: John Peacock <jpeacock@rowman.com>
26203              Date: Tue, 27 Nov 2001 06:48:01 -0500
26204              Message-ID: <3C037D71.4030508@rowman.com>
26205      Branch: perl
26206            ! utils/perlcc.PL
26207 ____________________________________________________________________________
26208 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
26209         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
26210              From: David Dyck <dcd@tc.fluke.com>
26211              Date: Mon, 26 Nov 2001 22:04:38 -0800
26212              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
26213      Branch: perl
26214            ! t/op/pack.t
26215 ____________________________________________________________________________
26216 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
26217         Log: Subject: [ID 20011126.149] t/op/split fails step 37
26218              From: David Dyck <dcd@tc.fluke.com>
26219              Date: Mon, 26 Nov 2001 21:52:35 -0800
26220              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
26221      Branch: perl
26222            ! t/op/split.t
26223 ____________________________________________________________________________
26224 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
26225         Log: incorporate last minute change from libnet 1.0901-tobe
26226      Branch: perl
26227            ! lib/Net/SMTP.pm
26228 ____________________________________________________________________________
26229 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
26230         Log: Pass 7 at perldelta - random edits.
26231      Branch: perl
26232            ! pod/perldelta.pod
26233 ____________________________________________________________________________
26234 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
26235         Log: Portability and skippage tweaks.
26236      Branch: perl
26237            ! t/op/split.t
26238 ____________________________________________________________________________
26239 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
26240         Log: (retracted by #13449)
26241              Try to make Unicode casemapping to work for EBCDIC, too.
26242      Branch: perl
26243            ! utf8.c
26244 ____________________________________________________________________________
26245 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
26246         Log: Just printing 1..0 is not quite enough...
26247      Branch: perl
26248            ! lib/Dumpvalue.t
26249 ____________________________________________________________________________
26250 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
26251         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
26252              Delay the match until runtime.
26253      Branch: perl
26254            ! t/op/append.t
26255 ____________________________________________________________________________
26256 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
26257         Log: UTF-EBCDIC.
26258      Branch: perl
26259            ! ext/Devel/Peek/Peek.t
26260 ____________________________________________________________________________
26261 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
26262         Log: Be UTF-EBCDIC aware.
26263      Branch: perl
26264            ! lib/bytes.t
26265 ____________________________________________________________________________
26266 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
26267         Log: Bad assumption which way digits and letters sort.
26268      Branch: perl
26269            ! lib/English.t
26270 ____________________________________________________________________________
26271 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
26272         Log: If in EBCDIC but no Convert::EBCDIC
26273              the libnet tests will all fail.
26274      Branch: perl
26275            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
26276            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
26277            ! lib/Net/t/smtp.t lib/Net/t/time.t
26278 ____________________________________________________________________________
26279 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
26280         Log: Just sorting to guarantee order is not enough.
26281              (Think EBCDIC.) 
26282      Branch: perl
26283            ! lib/ExtUtils/Manifest.t
26284 ____________________________________________________________________________
26285 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
26286         Log: OS/390 cleanable gunk.
26287      Branch: perl
26288            ! lib/ExtUtils/MM_Unix.pm
26289 ____________________________________________________________________________
26290 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
26291         Log: Update the EBCDIC MD5 checksums.
26292      Branch: perl
26293            ! ext/Digest/MD5/t/files.t
26294 ____________________________________________________________________________
26295 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
26296         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
26297              From: Nicholas Clark <nick@ccl4.org>
26298              Date: Mon, 26 Nov 2001 23:06:34 +0000
26299              Message-ID: <20011126230633.Q37621@plum.flirble.org>
26300      Branch: perl
26301            ! installman
26302 ____________________________________________________________________________
26303 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
26304         Log: sort tweaks from John P. Linderman.
26305      Branch: perl
26306            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
26307 ____________________________________________________________________________
26308 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
26309         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
26310              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
26311              Date: Mon, 26 Nov 2001 18:47:25 -0600
26312              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
26313              
26314              Craig Berry submitted half of this patch just yesterday.
26315              Spooky cosmic resonance.
26316      Branch: perl
26317            ! ext/Socket/Socket.xs
26318 ____________________________________________________________________________
26319 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
26320         Log: Subject: [PATCH] doio slightly smaller
26321              From: Nicholas Clark <nick@ccl4.org>
26322              Date: Tue, 27 Nov 2001 00:40:23 +0000      
26323              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
26324      Branch: perl
26325            ! doio.c
26326 ____________________________________________________________________________
26327 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
26328         Log: perldelta nits from Autrijus Tang and Ron Kimball.
26329      Branch: perl
26330            ! pod/perldelta.pod
26331 ____________________________________________________________________________
26332 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
26333         Log: Subject: [PATCH] unpack P* uses random length for item
26334              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
26335              Date: Mon, 26 Nov 2001 19:56:32 +0100
26336              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
26337      Branch: perl
26338            ! pod/perldiag.pod pp_pack.c t/op/pack.t
26339 ____________________________________________________________________________
26340 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
26341         Log: Subject: [PATCH current] system and taintedness
26342              From: Radu Greab <radu@netsoft.ro>
26343              Date: Mon, 26 Nov 2001 18:42:29 +0200
26344              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
26345      Branch: perl
26346            ! pp_sys.c t/op/taint.t
26347 ____________________________________________________________________________
26348 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
26349         Log: Subject: [PATCH @ 13283] Devel::PPPort
26350              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26351              Date: Mon, 26 Nov 2001 14:37:17 -0000
26352              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
26353      Branch: perl
26354            + ext/Devel/PPPort/MANIFEST
26355            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26356            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
26357            ! ext/Devel/PPPort/harness/Harness.xs
26358            ! ext/Devel/PPPort/harness/Makefile.PL
26359            ! ext/Devel/PPPort/harness/module2.c
26360            ! ext/Devel/PPPort/harness/module3.c
26361            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
26362 ____________________________________________________________________________
26363 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
26364         Log: Update the test list.
26365      Branch: perl
26366            ! t/lib/1_compile.t
26367 ____________________________________________________________________________
26368 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
26369         Log: Sync-up tests with libnet distribution
26370      Branch: perl
26371            + lib/Net/t/netrc.t
26372            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
26373 ____________________________________________________________________________
26374 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
26375         Log: Update Changes.
26376      Branch: perl
26377            ! Changes patchlevel.h
26378 ____________________________________________________________________________
26379 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
26380         Log: Upgrade to podlators 1.16.
26381      Branch: perl
26382            + lib/Pod/t/basic.cap
26383            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
26384            ! lib/Pod/t/basic.t pod/pod2man.PL
26385 ____________________________________________________________________________
26386 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
26387         Log: Pass 6 at perldelta - sort enhancements, generic and
26388              platform specific bug fixes.
26389      Branch: perl
26390            ! pod/perldelta.pod
26391 ____________________________________________________________________________
26392 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
26393         Log: PROPAGATE documentation from Tony Cook.
26394      Branch: perl
26395            ! pod/perlfunc.pod
26396 ____________________________________________________________________________
26397 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
26398         Log: DJGPP cannot do signals that well.
26399      Branch: perl
26400            ! ext/POSIX/t/sigaction.t
26401 ____________________________________________________________________________
26402 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
26403         Log: Can't do subsecond alarms without ualarm; and break out
26404              early if alarms do not seem to be coming in as expected.
26405      Branch: perl
26406            ! ext/Time/HiRes/HiRes.t
26407 ____________________________________________________________________________
26408 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
26409         Log: No Socket, little Net.
26410      Branch: perl
26411            ! t/lib/1_compile.t
26412 ____________________________________________________________________________
26413 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
26414         Log: Take the taint brush to the getcwds.
26415      Branch: perl
26416            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
26417 ____________________________________________________________________________
26418 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
26419         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
26420              From: "Craig A. Berry" <craigberry@mac.com>
26421              Date: Sun, 25 Nov 2001 16:20:45 -0600
26422              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
26423      Branch: perl
26424            ! ext/Socket/Socket.xs
26425 ____________________________________________________________________________
26426 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
26427         Log: Since in some DOS filesystems the timestamp granularity
26428              may be only two seconds, better sleep for three to play safe.
26429              (Helps CygWin, at least.)
26430      Branch: perl
26431            ! lib/Memoize/t/expire_file.t
26432 ____________________________________________________________________________
26433 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
26434         Log: For some reason CygWin wasn't collapsing multiple
26435              slashes into one, which made some Spec.t tests to fail.
26436              Either CygWin was being too prudish or the collapsing
26437              logic needs to be rethunk.
26438      Branch: perl
26439            ! lib/File/Spec/Unix.pm
26440 ____________________________________________________________________________
26441 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
26442         Log: Cygwin needs to have libperl.dll around if trying to link
26443              with -lperl.  Note: this change cures the test but whether
26444              it cures CygPerl installation, I don't know: hopefully the
26445              libperl5_7_2.dll, or the version equivalent, gets installed
26446              also as libperl.dll to the proper place(s).
26447      Branch: perl
26448            ! lib/ExtUtils/Embed.t
26449 ____________________________________________________________________________
26450 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
26451         Log: -I../lib/.. and -L../lib/..?  Strange.
26452      Branch: perl
26453            ! lib/ExtUtils/Embed.t
26454 ____________________________________________________________________________
26455 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
26456         Log: $MM?
26457      Branch: perl
26458            ! lib/ExtUtils/Embed.pm
26459 ____________________________________________________________________________
26460 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
26461         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
26462              From: Dave Rolsky <autarch@urth.org>
26463              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
26464              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
26465      Branch: perl
26466            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
26467            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26468 ____________________________________________________________________________
26469 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
26470         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
26471              From: chromatic <chromatic@rmci.net>
26472              Date: Sat, 24 Nov 2001 14:56:57 -0700
26473              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
26474              
26475              plus a tweak for ithreads builds.
26476      Branch: perl
26477            + lib/DB.t
26478            ! MANIFEST lib/DB.pm
26479 ____________________________________________________________________________
26480 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
26481         Log: Win32 compilation tweaks for Blair Zajac.
26482      Branch: perl
26483            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
26484 ____________________________________________________________________________
26485 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
26486         Log: I don't think trying to bracket the hires time with lores
26487              times is going to be portable enough: Cygwin seems to be
26488              capable of getting hires ones rather consistently lower
26489              than the lores ones.  So let's try average difference instead.
26490      Branch: perl
26491            ! ext/Time/HiRes/HiRes.t
26492 ____________________________________________________________________________
26493 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
26494         Log: Subject: Re: benchmarks, sorts and reproducibility
26495              From: "John P. Linderman" <jpl@research.att.com>
26496              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
26497              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
26498              
26499              Randomize large partitions for quicksort to dodge the
26500              angry gods of quadratic.
26501      Branch: perl
26502            ! pp_sort.c
26503 ____________________________________________________________________________
26504 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
26505         Log: The joys of portable quoting.
26506      Branch: perl
26507            ! ext/Devel/PPPort/harness/Makefile.PL
26508 ____________________________________________________________________________
26509 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
26510         Log: sort pragma tweaks.
26511      Branch: perl
26512            ! lib/sort.pm
26513 ____________________________________________________________________________
26514 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
26515         Log: Skip the link= directives of utils.lst if no mandir
26516              (if no manpages).
26517      Branch: perl
26518            ! installman
26519 ____________________________________________________________________________
26520 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
26521         Log: integrate changes#8340,13260 from mainline
26522              
26523              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26524              
26525              change#3373 introduced a handle leak in backticks and piped open()s
26526              that fail
26527      Branch: maint-5.6/perl
26528            ! t/io/pipe.t util.c
26529 ____________________________________________________________________________
26530 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
26531         Log: change#3373 introduced a handle leak in backticks and piped open()s
26532              that fail
26533      Branch: perl
26534            ! util.c
26535 ____________________________________________________________________________
26536 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
26537         Log: metaconfig unit change for #13258.
26538      Branch: metaconfig/U/perl
26539            ! d_procselfexe.U
26540 ____________________________________________________________________________
26541 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
26542         Log: Extraenous breaks noticed by David Dyck.
26543      Branch: perl
26544            ! Configure
26545 ____________________________________________________________________________
26546 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
26547         Log: Revert the /proc/self/auxv experiment for now.
26548      Branch: perl
26549            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
26550 ____________________________________________________________________________
26551 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
26552         Log: Also ExtUtils.t had $^X assumptions.
26553      Branch: perl
26554            ! lib/ExtUtils.t
26555 ____________________________________________________________________________
26556 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
26557         Log: Now is Solaris if you start the t/perl in the t/
26558              as "./perl", the $^X will be "../perl", not "./perl".
26559      Branch: perl
26560            ! t/lib/1_compile.t
26561 ____________________________________________________________________________
26562 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
26563         Log: The new way of finding out $^X in Solaris
26564              requires a little tweak if the executable
26565              pathname is *not* absolute: prepend "./"
26566              (otherwise `$^X ...` will start perl from PATH...)
26567      Branch: perl
26568            ! perl.c
26569 ____________________________________________________________________________
26570 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
26571         Log: Avoid "will not stay shared" warnings.
26572      Branch: perl
26573            ! lib/ExtUtils/MM_Unix.pm
26574 ____________________________________________________________________________
26575 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
26576         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
26577              From: Michael G Schwern <schwern@pobox.com>
26578              Date: Sat, 24 Nov 2001 19:56:18 -0500
26579              Message-ID: <20011124195618.A14614@blackrider>            
26580      Branch: perl
26581            ! perl.c pp_sys.c t/op/magic.t util.c
26582 ____________________________________________________________________________
26583 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
26584         Log: In the MakeMaker pm_to_blib target don't copy all
26585              the files in one fell swoop, deal with them hunkwise,
26586              helps for CLIs with limited line lengths.
26587              (This seems to help for DJGPP building Encode,
26588              where there are dozens of files to copy.)
26589      Branch: perl
26590            ! lib/ExtUtils/MM_Unix.pm
26591 ____________________________________________________________________________
26592 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
26593         Log: testsuite leaves stray files behind on windows
26594      Branch: perl
26595            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
26596 ____________________________________________________________________________
26597 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
26598         Log: xsubpp produces a spurious warning on directories called 'typemap'
26599      Branch: perl
26600            ! lib/ExtUtils/xsubpp
26601 ____________________________________________________________________________
26602 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
26603         Log: xsubpp treats invalid (indented) cpp directives as comments
26604      Branch: perl
26605            ! ext/IO/IO.xs
26606 ____________________________________________________________________________
26607 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
26608         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
26609      Branch: perl
26610            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
26611 ____________________________________________________________________________
26612 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
26613         Log: The debug_pag needs to be visible at all times
26614              because of the re extension.
26615      Branch: perl
26616            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
26617 ____________________________________________________________________________
26618 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
26619         Log: Subject: Re: [PATCH] Tests are good
26620              From: Philip Newton <Philip.Newton@gmx.net>
26621              Date: Sat, 24 Nov 2001 21:24:00 +0100
26622              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
26623      Branch: perl
26624            ! pod/perlhack.pod
26625 ____________________________________________________________________________
26626 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
26627         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
26628              From: "Craig A. Berry" <craigberry@mac.com> 
26629              Date: Sat, 24 Nov 2001 12:45:44 -0600
26630              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
26631              
26632              (with tweaks, and combined with Sarathy's #13242)
26633      Branch: perl
26634            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
26635 ____________________________________________________________________________
26636 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
26637         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
26638              From: John Peacock <jpeacock@rowman.com>
26639              Date: Sat, 24 Nov 2001 14:27:46 -0500
26640              Message-ID: <3BFFF4B2.40509@rowman.com> 
26641      Branch: perl
26642            ! lib/Exporter/Heavy.pm
26643 ____________________________________________________________________________
26644 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
26645         Log: use portable quotes
26646      Branch: perl
26647            ! ext/Devel/PPPort/harness/Makefile.PL
26648 ____________________________________________________________________________
26649 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
26650         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
26651              From: Nicholas Clark <nick@ccl4.org>
26652              Date: Sat, 24 Nov 2001 18:06:26 +0000
26653              Message-ID: <20011124180626.T37621@plum.flirble.org>
26654      Branch: perl
26655            ! installman
26656 ____________________________________________________________________________
26657 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
26658         Log: Subject: [PATCH] perl5005delta.pod L<>
26659              From: Nicholas Clark <nick@ccl4.org>
26660              Date: Sat, 24 Nov 2001 18:04:21 +0000
26661              Message-ID: <20011124180421.S37621@plum.flirble.org>
26662      Branch: perl
26663            ! pod/perl5005delta.pod
26664 ____________________________________________________________________________
26665 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
26666         Log: fix typo in config.vc; regenerate win32 config_H.* files
26667      Branch: perl
26668            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26669            ! win32/config_H.vc
26670 ____________________________________________________________________________
26671 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
26672         Log: Mention the charnames::vianame().
26673      Branch: perl
26674            ! pod/perluniintro.pod
26675 ____________________________________________________________________________
26676 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
26677         Log: Add charnames::vianame() in case people want to access
26678              the codes in run-time (as opposed to the compile-timeness
26679              of \N{...}).
26680      Branch: perl
26681            ! lib/charnames.pm lib/charnames.t
26682 ____________________________________________________________________________
26683 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
26684         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
26685              From: Nicholas Clark <nick@ccl4.org>
26686              Date: Sat, 24 Nov 2001 16:30:42 +0000
26687              Message-ID: <20011124163042.R37621@plum.flirble.org>
26688      Branch: perl
26689            ! regcomp.c regcomp.h
26690 ____________________________________________________________________________
26691 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
26692         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
26693              From: Nicholas Clark <nick@ccl4.org>
26694              Date: Sat, 24 Nov 2001 16:24:33 +0000
26695              Message-ID: <20011124162433.Q37621@plum.flirble.org>
26696              
26697              cmp fixes.
26698      Branch: perl
26699            ! pp.c
26700 ____________________________________________________________________________
26701 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
26702         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
26703              (It seems that "./perl" gets resolved to "perl" now.)
26704      Branch: perl
26705            ! perl.c
26706 ____________________________________________________________________________
26707 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
26708         Log: Subject: [PATCH] DB_File 1.800        
26709              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
26710              Date: Sat, 24 Nov 2001 11:41:41 -0000
26711              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
26712      Branch: perl
26713            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26714            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
26715            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26716            ! ext/DB_File/t/db-recno.t
26717 ____________________________________________________________________________
26718 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
26719         Log: Tweak the PUSHED documentation.
26720      Branch: perl
26721            ! ext/PerlIO/Via/Via.pm
26722 ____________________________________________________________________________
26723 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
26724         Log: Update 1_compile for new known tests.
26725      Branch: perl
26726            ! t/lib/1_compile.t
26727 ____________________________________________________________________________
26728 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
26729         Log: Move the MBF/MBI test modules to t/lib.
26730      Branch: perl
26731            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
26732            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
26733            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
26734            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
26735            ! lib/Math/BigInt/t/sub_mbi.t
26736 ____________________________________________________________________________
26737 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
26738         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
26739              From: "Craig A. Berry" <craigberry@mac.com> 
26740              Date: Fri, 23 Nov 2001 18:05:35 -0600
26741              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
26742      Branch: perl
26743            ! configure.com
26744 ____________________________________________________________________________
26745 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
26746         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
26747              From: PPrymmer@factset.com 
26748              Date: Fri, 23 Nov 2001 17:03:07 -0500
26749              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
26750      Branch: perl
26751            ! ext/Unicode/Normalize/mkheader
26752 ____________________________________________________________________________
26753 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
26754         Log: Here are the right helper files.
26755      Branch: perl
26756            + t/lib/Filter/Simple/ExportTest.pm
26757            + t/lib/Filter/Simple/FilterOnlyTest.pm
26758            + t/lib/Filter/Simple/FilterTest.pm
26759            + t/lib/Filter/Simple/ImportTest.pm
26760            ! MANIFEST
26761 ____________________________________________________________________________
26762 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
26763         Log: Update Changes.
26764      Branch: perl
26765            ! Changes patchlevel.h
26766 ____________________________________________________________________________
26767 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
26768         Log: Never mind.
26769      Branch: perl
26770            - lib/Filter/Simple/lib/ExportTest.pm
26771            - lib/Filter/Simple/lib/ImportTest.pm
26772 ____________________________________________________________________________
26773 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
26774         Log: Mis-add.
26775      Branch: perl
26776            + lib/Filter/Simple/lib/ExportTest.pm
26777            + lib/Filter/Simple/lib/ImportTest.pm
26778 ____________________________________________________________________________
26779 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
26780         Log: Upgrade to Filter::Simple 0.77.
26781      Branch: perl
26782            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
26783            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
26784            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
26785            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
26786            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
26787 ____________________________________________________________________________
26788 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
26789         Log: Missing p4 add.
26790      Branch: perl
26791            + lib/ExtUtils/MM_VMS.t
26792 ____________________________________________________________________________
26793 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
26794         Log: Pass 5 at perldelta - module and utility updates cleanup.
26795      Branch: perl
26796            ! pod/perldelta.pod
26797 ____________________________________________________________________________
26798 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
26799         Log: metaconfig unit change for #13219.
26800      Branch: metaconfig/U/perl
26801            ! d_procselfexe.U
26802 ____________________________________________________________________________
26803 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
26804         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
26805      Branch: perl
26806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26807            ! pod/buildtoc.PL pod/perltoc.pod
26808 ____________________________________________________________________________
26809 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
26810         Log: Add procselfexe and d_dirfd to strange lands.
26811      Branch: perl
26812            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
26813            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26814            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26815            ! win32/config.gc win32/config.vc win32/config.win64
26816            ! wince/config.ce
26817 ____________________________________________________________________________
26818 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
26819         Log: metaconfig unit change for #13216.
26820      Branch: metaconfig/U/perl
26821            ! d_procselfexe.U
26822 ____________________________________________________________________________
26823 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
26824         Log: Better to "quote" the pathname.
26825      Branch: perl
26826            ! Configure config_h.SH
26827 ____________________________________________________________________________
26828 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
26829         Log: Use PROCSELFEXE_PATH.
26830      Branch: perl
26831            ! perl.c
26832 ____________________________________________________________________________
26833 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
26834         Log: metaconfig unit change for #13213.
26835      Branch: metaconfig/U/perl
26836            ! d_procselfexe.U
26837 ____________________________________________________________________________
26838 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
26839         Log: Add probing for BSD-like /proc/curproc/file.
26840      Branch: perl
26841            ! Configure config_h.SH
26842 ____________________________________________________________________________
26843 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
26844         Log: metaconfig unit change for 13211.
26845      Branch: metaconfig/U/perl
26846            + d_dirfd.U
26847 ____________________________________________________________________________
26848 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
26849         Log: Add probing for dirfd() so that it can be added it IO::Dir.
26850      Branch: perl
26851            ! Configure config_h.SH perl.h
26852 ____________________________________________________________________________
26853 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
26854         Log: ...and update the test count.
26855      Branch: perl
26856            ! lib/Pod/t/basic.t
26857 ____________________________________________________________________________
26858 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
26859         Log: Must remove the cap test also from the test script.
26860      Branch: perl
26861            ! lib/Pod/t/basic.t
26862 ____________________________________________________________________________
26863 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
26864         Log: Subject: [PATCH] Tests are good
26865              From: Nicholas Clark <nick@ccl4.org>
26866              Date: Fri, 23 Nov 2001 18:12:21 +0000
26867              Message-ID: <20011123181220.F37621@plum.flirble.org>
26868      Branch: perl
26869            ! pod/perlhack.pod
26870 ____________________________________________________________________________
26871 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
26872         Log: The basic.cap from podlators 1.14 is not very portable.
26873      Branch: perl
26874            - lib/Pod/t/basic.cap
26875            ! MANIFEST
26876 ____________________________________________________________________________
26877 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
26878         Log: Subject: Re: [DOC PATCHES] pod cleanups
26879              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26880              Date: 22 Nov 2001 12:54:16 -0000
26881              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
26882      Branch: perl
26883            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
26884            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
26885 ____________________________________________________________________________
26886 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
26887         Log: FAQ sync.
26888      Branch: perl
26889            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
26890 ____________________________________________________________________________
26891 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
26892         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
26893              From: PPrymmer@factset.com
26894              Date: Fri, 23 Nov 2001 11:43:45 -0500
26895              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
26896      Branch: perl
26897            ! MANIFEST lib/ExtUtils/MM_VMS.pm
26898 ____________________________________________________________________________
26899 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
26900         Log: Corify podlators 1.14 test.
26901      Branch: perl
26902            ! lib/Pod/t/basic.t
26903 ____________________________________________________________________________
26904 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
26905         Log: Output tweak needed because of podlators 1.14.
26906      Branch: perl
26907            ! t/pod/multiline_items.xr
26908 ____________________________________________________________________________
26909 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
26910         Log: Upgrade to podlators 1.14.
26911      Branch: perl
26912            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
26913            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
26914            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
26915            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
26916            ! lib/Pod/Text/Overstrike.pm
26917 ____________________________________________________________________________
26918 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
26919         Log: perlmodinstall tweaks from Philip Newton.
26920      Branch: perl
26921            ! pod/perlmodinstall.pod
26922 ____________________________________________________________________________
26923 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
26924         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
26925              From: Autrijus Tang <autrijus@autrijus.org>           
26926              Date: Fri, 23 Nov 2001 23:55:53 +0800
26927              Message-ID: <20011123235553.A2310@not.autrijus.org>
26928      Branch: perl
26929            ! Porting/genlog
26930 ____________________________________________________________________________
26931 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
26932         Log: Subject: Re: regex oddness with \Z and $&
26933              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
26934              Date: Fri, 23 Nov 2001 15:15:24 +0000
26935              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
26936      Branch: perl
26937            ! regcomp.c t/op/re_tests
26938 ____________________________________________________________________________
26939 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
26940         Log: regen_headers.
26941      Branch: perl
26942            ! embed.h global.sym pod/perlapi.pod proto.h
26943 ____________________________________________________________________________
26944 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
26945         Log: Forgotten check-in.
26946      Branch: perl
26947            ! pod/perlapi.pod
26948 ____________________________________________________________________________
26949 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
26950         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
26951      Branch: perl
26952            ! lib/Test/Simple.pm
26953 ____________________________________________________________________________
26954 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
26955         Log: Retract #13173 (effectively retract Net::Ping 2.06,
26956              go back to 2.04, the 2.06 hasn't seen the patches
26957              that have gone to the blead version.)
26958      Branch: perl
26959            - lib/Net/Ping/CHANGES lib/Net/Ping/README
26960            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26961            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26962            - lib/Net/Ping/t/200_ping_tcp.t
26963            ! MANIFEST lib/Net/Ping.pm
26964 ____________________________________________________________________________
26965 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
26966         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
26967              From: Robin Barker <rmb1@cise.npl.co.uk>
26968              Date: Thu, 22 Nov 2001 11:00:38 GMT
26969              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
26970      Branch: perl
26971            ! utils/perldoc.PL
26972 ____________________________________________________________________________
26973 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
26974         Log: metaconfig unit change for #13191.
26975      Branch: metaconfig/U/perl
26976            ! d_procselfexe.U
26977 ____________________________________________________________________________
26978 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
26979         Log: procselfexe tweak: for some reason I had a ls in
26980              /proc/self/exe, not the ls Configure thought it
26981              would found.
26982      Branch: perl
26983            ! Configure
26984 ____________________________________________________________________________
26985 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
26986         Log: Corify the Net::Ping tests; skip the tests
26987              unless $ENV{PERL_TEST_Net_Ping} is true.
26988      Branch: perl
26989            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26990            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26991            ! lib/Net/Ping/t/200_ping_tcp.t
26992 ____________________________________________________________________________
26993 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
26994         Log: metaconfig units changes for #13188.
26995      Branch: metaconfig
26996            ! U/modified/Head.U
26997      Branch: metaconfig/U/perl
26998            ! issymlink.U
26999 ____________________________________________________________________________
27000 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
27001         Log: The #13182 didn't really help.  The real problem
27002              seems to be that 'sh' can in AIX mean at least three
27003              different things, and we can't know which one it is
27004              unless we export $newsh from an earlier run (and it's
27005              the 'bsh' aka 'sh' that has the the broken test -h).
27006      Branch: perl
27007            ! Configure
27008 ____________________________________________________________________________
27009 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
27010         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
27011      Branch: perl
27012            ! op.c t/op/override.t
27013 ____________________________________________________________________________
27014 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
27015         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
27016              From: PPrymmer@factset.com 
27017              Date: Wed, 21 Nov 2001 20:17:25 -0500
27018              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
27019      Branch: perl
27020            ! lib/Shell.t
27021 ____________________________________________________________________________
27022 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
27023         Log: Reapply perlmodinstall parts of #12897.
27024      Branch: perl
27025            ! pod/perlmodinstall.pod
27026 ____________________________________________________________________________
27027 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
27028         Log: perlmodinstall 2.01 from Jon Orwant.
27029      Branch: perl
27030            ! pod/perlmodinstall.pod
27031 ____________________________________________________________________________
27032 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
27033         Log: Subject: [PATCH @10907] REXX on OS/2
27034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27035              Date: Wed, 21 Nov 2001 15:26:11 -0500
27036              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
27037      Branch: perl
27038            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
27039            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
27040 ____________________________________________________________________________
27041 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
27042         Log: metaconfig unit change for #13181.
27043      Branch: metaconfig/U/perl
27044            ! issymlink.U
27045 ____________________________________________________________________________
27046 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
27047         Log: AIX has broken builtin 'test'.
27048      Branch: perl
27049            ! Configure
27050 ____________________________________________________________________________
27051 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
27052         Log: Subject: [PATCH 5.7.x] INSTALL size update
27053              From: Andy Dougherty <doughera@lafayette.edu>
27054              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
27055              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
27056      Branch: perl
27057            ! INSTALL
27058 ____________________________________________________________________________
27059 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
27060         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
27061              to pp_sort.c.  Includes the quicksort stabilizing layer
27062              from John P. Linderman.  -Msort=qsort or -Msort=fast is
27063              faster than without (or with -Msort=mergesort or -Msort=safe)
27064              for short random inputs, but for some reason not quite as fast
27065              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
27066              optimizing definitely needed.
27067      Branch: perl
27068            + lib/sort.pm lib/sort.t pp_sort.c
27069            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
27070            ! embed.pl global.sym perl.h pp_ctl.c proto.h
27071            ! vms/descrip_mms.template vos/build.cm win32/Makefile
27072            ! win32/makefile.mk wince/Makefile.ce
27073 ____________________________________________________________________________
27074 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
27075         Log: Sync file with libnet-1.0901-tobe
27076      Branch: perl
27077            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
27078            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
27079            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
27080            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
27081            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
27082 ____________________________________________________________________________
27083 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
27084         Log: Subject: [PATCH perldoc] problems with pod2man
27085              From: Robin Barker <rmb1@cise.npl.co.uk>
27086              Date: Wed, 21 Nov 2001 17:48:51 GMT
27087              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
27088      Branch: perl
27089            ! utils/perldoc.PL
27090 ____________________________________________________________________________
27091 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
27092         Log: debug_pad only visible when debugging.
27093      Branch: perl
27094            ! makedef.pl
27095 ____________________________________________________________________________
27096 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
27097         Log: metaconfig units changes for #13174.
27098      Branch: metaconfig/U/perl
27099            + d_procselfexe.U
27100            - procselfexe.U
27101 ____________________________________________________________________________
27102 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
27103         Log: procselfexe tweaks.
27104      Branch: perl
27105            ! Configure config_h.SH
27106 ____________________________________________________________________________
27107 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
27108         Log: Upgrade to Net::Ping 2.06.
27109      Branch: perl
27110            + lib/Net/Ping/CHANGES lib/Net/Ping/README
27111            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27112            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27113            + lib/Net/Ping/t/200_ping_tcp.t
27114            ! MANIFEST lib/Net/Ping.pm
27115 ____________________________________________________________________________
27116 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
27117         Log: Upgrade to Math::BigInt 1.47.
27118      Branch: perl
27119            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27120            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27121            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27122            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27123            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
27124            ! lib/Math/BigInt/t/sub_mbi.t
27125 ____________________________________________________________________________
27126 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
27127         Log: Dynaloading for POSIX-BC from Thomas Dorner.
27128      Branch: perl
27129            ! hints/posix-bc.sh
27130 ____________________________________________________________________________
27131 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
27132         Log: Strange: the same mysterious regex study bug
27133              seems to be present both in OS/390 and POSIX-BC.
27134              Deep EBCDIC magic that regex engine gets wrong,
27135              or a bug in some compiler/library shared by the
27136              two platforms?  From Thomas Dorner.
27137      Branch: perl
27138            ! t/op/study.t
27139 ____________________________________________________________________________
27140 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
27141         Log: More lost and found.
27142      Branch: perl
27143            + lib/Test/Simple/README
27144            ! MANIFEST
27145 ____________________________________________________________________________
27146 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
27147         Log: MANIFESTly missing.
27148      Branch: perl
27149            ! MANIFEST
27150 ____________________________________________________________________________
27151 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
27152         Log: Subject: Re: PERFORCE change 13162 for review               
27153              From: Philip Newton <Philip.Newton@gmx.net> 
27154              Date: Wed, 21 Nov 2001 16:44:30 +0100
27155              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
27156      Branch: perl
27157            ! ext/Devel/PPPort/PPPort.pm
27158 ____________________________________________________________________________
27159 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
27160         Log: Update Changes.
27161      Branch: perl
27162            ! Changes patchlevel.h
27163 ____________________________________________________________________________
27164 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
27165         Log: Small doc tweaks.
27166      Branch: perl
27167            ! ext/PerlIO/Via/Via.pm
27168 ____________________________________________________________________________
27169 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
27170         Log: Redundant return.
27171      Branch: perl
27172            ! ext/MIME/Base64/QuotedPrint.pm
27173 ____________________________________________________________________________
27174 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
27175         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
27176              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
27177              Date: Wed, 21 Nov 2001 10:23:16 +0100
27178              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
27179      Branch: perl
27180            ! pp_pack.c t/op/pack.t
27181 ____________________________________________________________________________
27182 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
27183         Log: Add Devel::PPPort originally from Kenneth Albanowski,
27184              revigorated by Paul Marquess: gives h2xs a Perl version
27185              portability boost.
27186      Branch: perl
27187            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
27188            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
27189            + ext/Devel/PPPort/harness/Harness.pm
27190            + ext/Devel/PPPort/harness/Harness.xs
27191            + ext/Devel/PPPort/harness/Makefile.PL
27192            + ext/Devel/PPPort/harness/module2.c
27193            + ext/Devel/PPPort/harness/module3.c
27194            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
27195            ! MANIFEST lib/h2xs.t utils/h2xs.PL
27196 ____________________________________________________________________________
27197 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
27198         Log: Oops.
27199      Branch: perl
27200            ! lib/Test/Simple/t/filehandles.t
27201 ____________________________________________________________________________
27202 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
27203         Log: Subject: Re: PERFORCE change 13152 for review               
27204              From: Philip Newton <Philip.Newton@gmx.net> 
27205              Date: Wed, 21 Nov 2001 09:04:05 +0100
27206              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
27207      Branch: perl
27208            ! lib/Test/Builder.pm
27209 ____________________________________________________________________________
27210 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
27211         Log: Subject: Re: PERFORCE change 13142 for review
27212              From: Philip Newton <Philip.Newton@gmx.net>
27213              Date: Wed, 21 Nov 2001 09:04:03 +0100
27214              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
27215              
27216              plus rewrap few paragraphs.
27217      Branch: perl
27218            ! lib/Pod/LaTeX.pm
27219 ____________________________________________________________________________
27220 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
27221         Log: Integrate #13154 from macperl; Remove comments.
27222      Branch: perl
27223           !> lib/File/Spec/Mac.pm
27224 ____________________________________________________________________________
27225 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
27226         Log: Update the list of modules having tests.
27227      Branch: perl
27228            ! t/lib/1_compile.t
27229 ____________________________________________________________________________
27230 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
27231         Log: Slight doc changes.
27232      Branch: maint-5.6/macperl
27233            ! macos/macperl/MacPerl.podhelp
27234 ____________________________________________________________________________
27235 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
27236         Log: Add UTF-16 coercion.
27237      Branch: maint-5.6/macperl
27238            ! macos/lib/Mac/AppleEvents/Simple.pm
27239 ____________________________________________________________________________
27240 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
27241         Log: Remove comments.
27242      Branch: maint-5.6/macperl
27243            ! lib/File/Spec/Mac.pm
27244 ____________________________________________________________________________
27245 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
27246         Log: Fix FSpGetCatInfo (and other functions) corrupting
27247              memory with bad filespecs (bug #471867)
27248      Branch: maint-5.6/macperl
27249            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
27250 ____________________________________________________________________________
27251 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
27252         Log: Upgrade to Test::Simple 0.33.
27253      Branch: perl
27254            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
27255            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
27256            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
27257 ____________________________________________________________________________
27258 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
27259         Log: Upgrade to Test::Harness 1.26.
27260      Branch: perl
27261            ! lib/Test/Harness.pm lib/Test/Harness/Changes
27262 ____________________________________________________________________________
27263 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
27264         Log: Integrate change #13145 from maintperl;
27265              another compatibility tweak to change#12559: avoid quoting
27266              arguments that already have quotes; add test case
27267      Branch: perl
27268           !> t/op/system_tests win32/win32.c
27269 ____________________________________________________________________________
27270 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
27271         Log: integrate change#13147 from mainline (fixes nit in change#10091)
27272              
27273              Subject: [PATCH] spaceship and refs
27274      Branch: maint-5.6/perl
27275            ! pp.c pp_hot.c t/op/cmp.t
27276 ____________________________________________________________________________
27277 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
27278         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
27279              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
27280              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
27281              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
27282      Branch: perl
27283            + lib/Pod/t/utils.t
27284            ! MANIFEST
27285 ____________________________________________________________________________
27286 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
27287         Log: Subject: [PATCH] spaceship and refs
27288              From: Nicholas Clark <nick@ccl4.org>
27289              Date: Tue, 20 Nov 2001 21:59:51 +0000
27290              Message-ID: <20011120215951.U62891@plum.flirble.org> 
27291      Branch: perl
27292            ! pp.c pp_hot.c t/op/cmp.t
27293 ____________________________________________________________________________
27294 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
27295         Log: Try to clarify which I/O call operates on bytes,
27296              which on characters, which on either.
27297      Branch: perl
27298            ! pod/perlfunc.pod
27299 ____________________________________________________________________________
27300 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
27301         Log: another compatibility tweak to change#12559: avoid quoting
27302              arguments that already have quotes; add test case
27303      Branch: maint-5.6/perl
27304            ! t/op/system_tests win32/win32.c
27305 ____________________________________________________________________________
27306 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
27307         Log: Give a simple example of writing PerlIO::Via handlers
27308              in Perl.
27309      Branch: perl
27310            ! ext/PerlIO/Via/Via.pm
27311 ____________________________________________________________________________
27312 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
27313         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
27314      Branch: perl
27315            + lib/Pod/t/latex.t
27316            ! MANIFEST
27317 ____________________________________________________________________________
27318 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
27319         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
27320              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27321              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
27322              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
27323      Branch: perl
27324            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
27325 ____________________________________________________________________________
27326 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
27327         Log: Spread d_procselfexe to far-off lands (undefined).
27328      Branch: perl
27329            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
27330            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27331            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27332            ! win32/config.gc win32/config.vc win32/config.win64
27333            ! wince/config.ce
27334 ____________________________________________________________________________
27335 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
27336         Log: Integrate perlio; add detection and use of /proc/self/exe
27337              (Linuxism for finding the absolute path of the executable)
27338      Branch: perl
27339           !> Configure config_h.SH perl.c t/op/magic.t
27340 ____________________________________________________________________________
27341 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
27342         Log: Really define do_report_used() only if DEBUGGING.
27343      Branch: perl
27344            ! sv.c
27345 ____________________________________________________________________________
27346 [ 13138] By: nick                                  on 2001/11/20  20:01:05
27347         Log: perl.c change to use HAS_PROCSELFEXE, also
27348              tweak to $^X test to comprehend full path to real executable
27349              being returned (like Cygwin as it happens...)
27350      Branch: perlio
27351            ! perl.c t/op/magic.t
27352 ____________________________________________________________________________
27353 [ 13137] By: nick                                  on 2001/11/20  19:46:00
27354         Log: Integrate mainline
27355      Branch: perlio
27356           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
27357           +> lib/NEXT/t/unseen.t
27358            - lib/NEXT/test.pl
27359           !> (integrate 34 files)
27360 ____________________________________________________________________________
27361 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
27362         Log: Subject: [?PATCH] terser pp_eq
27363              From: Nicholas Clark <nick@ccl4.org>
27364              Date: Mon, 19 Nov 2001 23:09:02 +0000
27365              Message-ID: <20011119230901.O62891@plum.flirble.org>
27366      Branch: perl
27367            ! pp_hot.c
27368 ____________________________________________________________________________
27369 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
27370         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
27371      Branch: perl
27372            ! pod/perldelta.pod
27373 ____________________________________________________________________________
27374 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
27375         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
27376              From: Andy Dougherty <doughera@lafayette.edu>
27377              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
27378              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
27379      Branch: perl
27380            ! ext/re/Makefile.PL ext/re/re.xs
27381 ____________________________________________________________________________
27382 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
27383         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
27384              From: Andy Dougherty <doughera@lafayette.edu>
27385              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
27386              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
27387      Branch: perl
27388            ! ext/re/re.xs
27389 ____________________________________________________________________________
27390 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
27391         Log: Integrate change #13119 from macperl.
27392              (No changes since already applied the patch,
27393              just keep perforce happy and well-fed.)
27394      Branch: perl
27395           !> lib/Pod/Html.pm
27396 ____________________________________________________________________________
27397 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
27398         Log: Subject: [PATCH] filter-util.pl for Mac OS
27399              From: Chris Nandor <pudge@pobox.com>
27400              Date: Tue, 20 Nov 2001 00:16:11 -0500
27401              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
27402      Branch: perl
27403            ! t/lib/filter-util.pl
27404 ____________________________________________________________________________
27405 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
27406         Log: Subject: [PATCH] Portability fix for Pod::Html
27407              From: Chris Nandor <pudge@pobox.com>
27408              Date: Tue, 20 Nov 2001 00:01:05 -0500
27409              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
27410      Branch: perl
27411            ! lib/Pod/Html.pm
27412 ____________________________________________________________________________
27413 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
27414         Log: Need to skip more tests if not perlio.
27415      Branch: perl
27416            ! lib/open.t
27417 ____________________________________________________________________________
27418 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
27419         Log: Pass 3 at perldelta - sort the lists of new modules,
27420              module improvements, and new platforms.
27421      Branch: perl
27422            ! pod/perldelta.pod
27423 ____________________________________________________________________________
27424 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
27425         Log: Document ${^OPEN}.
27426      Branch: perl
27427            ! pod/perlvar.pod
27428 ____________________________________________________________________________
27429 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
27430         Log: Make configpm work with extra keys
27431      Branch: maint-5.6/macperl
27432            ! macos/configpm
27433 ____________________________________________________________________________
27434 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
27435         Log: Version and doc updates
27436      Branch: maint-5.6/macperl
27437            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
27438 ____________________________________________________________________________
27439 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
27440         Log: More fixes for error message parsing (bug #470316)
27441      Branch: maint-5.6/macperl
27442            ! macos/macish.c
27443 ____________________________________________________________________________
27444 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
27445         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
27446              remove obsolete function (bug #465225)
27447      Branch: maint-5.6/macperl
27448            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
27449            ! macos/macperl/MPScript.c
27450 ____________________________________________________________________________
27451 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
27452         Log: Add p2as droplet to distribution.
27453      Branch: maint-5.6/macperl
27454            + macos/macperl/Droplets/p2as.plx
27455 ____________________________________________________________________________
27456 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
27457         Log: Bundle File::Sort.
27458      Branch: maint-5.6/macperl
27459            + macos/bundled_lib/blib/lib/File/Sort.pm
27460 ____________________________________________________________________________
27461 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
27462         Log: Various bundled module fixes.
27463      Branch: maint-5.6/macperl
27464            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
27465            ! macos/bundled_ext/Digest/MD5/t/files.t
27466            ! macos/bundled_ext/Filter/t/filter-util.pl
27467            ! macos/bundled_lib/blib/lib/Net/Config.pm
27468            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
27469 ____________________________________________________________________________
27470 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
27471         Log: Portability fix for Pod::Html.
27472      Branch: maint-5.6/macperl
27473            ! lib/Pod/Html.pm
27474 ____________________________________________________________________________
27475 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
27476         Log: Upgrade to Text::Balanced 1.89.
27477      Branch: perl
27478            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
27479            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
27480            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
27481            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
27482            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
27483            ! lib/Text/Balanced/t/gentag.t
27484 ____________________________________________________________________________
27485 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
27486         Log: Upgrade to NEXT 0.50.
27487      Branch: perl
27488            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
27489            + lib/NEXT/t/unseen.t
27490            - lib/NEXT/test.pl
27491            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
27492 ____________________________________________________________________________
27493 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
27494         Log: Integrate with maint-5.6/perl.
27495      Branch: maint-5.6/macperl
27496           !> win32/win32.c
27497 ____________________________________________________________________________
27498 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
27499         Log: Update the README.threads scary header a bit.
27500      Branch: perl
27501            ! README.threads
27502 ____________________________________________________________________________
27503 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
27504         Log: Pass 2 at perldelta: add some changes since 5.7.2.
27505      Branch: perl
27506            ! pod/perldelta.pod
27507 ____________________________________________________________________________
27508 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
27509         Log: Subject: [DOC PATCH] perlfaq4.pod 
27510              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27511              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
27512              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
27513      Branch: perl
27514            ! pod/perlfaq4.pod
27515 ____________________________________________________________________________
27516 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
27517         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
27518              From: Michael G Schwern <schwern@pobox.com> 
27519              Date: Mon, 19 Nov 2001 19:53:12 -0500
27520              Message-ID: <20011119195311.I11883@blackrider>
27521      Branch: perl
27522            ! perl.c
27523 ____________________________________________________________________________
27524 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
27525         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
27526              From: PPrymmer@factset.com
27527              Date: Mon, 19 Nov 2001 17:08:59 -0500
27528              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
27529      Branch: perl
27530            ! vms/descrip_mms.template
27531 ____________________________________________________________________________
27532 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
27533         Log: Create a per-interpeter debug scratchpad container
27534              and use that for the regexec debugging.
27535      Branch: perl
27536            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
27537 ____________________________________________________________________________
27538 [ 13109] By: nick                                  on 2001/11/19  22:01:45
27539         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
27540              Configure unit detects the feature).
27541      Branch: metaconfig/U/perl
27542            + procselfexe.U
27543      Branch: perlio
27544            ! Configure config_h.SH
27545 ____________________________________________________________________________
27546 [ 13108] By: nick                                  on 2001/11/19  20:39:17
27547         Log: Integrate mainline
27548      Branch: perlio
27549           +> t/op/or.t
27550           !> (integrate 44 files)
27551 ____________________________________________________________________________
27552 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
27553         Log: sysseek tweak.
27554      Branch: perl
27555            ! pod/perlfunc.pod
27556 ____________________________________________________________________________
27557 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
27558         Log: Move the sysio tests from io/utf8 to lib/open.
27559      Branch: perl
27560            ! lib/open.t t/io/utf8.t
27561 ____________________________________________________________________________
27562 [ 13105] By: nick                                  on 2001/11/19  20:15:39
27563         Log: Add a .package and a README to //depot/metaconfig
27564      Branch: metaconfig
27565            + .package README
27566 ____________________________________________________________________________
27567 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
27568         Log: Thou shalt not mix stdio and sysio.
27569      Branch: perl
27570            ! t/io/utf8.t
27571 ____________________________________________________________________________
27572 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
27573         Log: Update Changes.
27574      Branch: perl
27575            ! Changes patchlevel.h
27576 ____________________________________________________________________________
27577 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
27578         Log: The runops_debug needs to be present always, otherwise
27579              places like AIX which need an explicit symbol export list
27580              will croak when trying to build Devel::Peek (which uses
27581              the runops_debug).
27582      Branch: perl
27583            ! makedef.pl
27584 ____________________________________________________________________________
27585 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
27586         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
27587              From: PPrymmer@factset.com 
27588              Date: Mon, 19 Nov 2001 11:34:22 -0500
27589              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
27590      Branch: perl
27591            ! lib/Memoize/t/tie_sdbm.t
27592 ____________________________________________________________________________
27593 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
27594         Log: Retract #13088: it seems that unless dump.c is extensively
27595              reorganized as to what symbols it shows, when, and to whom,
27596              we are stuck with having the dump.o symbols in the libperl
27597              and thusly in the main Perl binary.
27598      Branch: perl
27599            ! embedvar.h perlapi.h perlvars.h
27600 ____________________________________________________________________________
27601 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
27602         Log: The _uni_display should not be in dump.c since they
27603              are used under normal operation (S_not_a_number()).
27604      Branch: perl
27605            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
27606 ____________________________________________________________________________
27607 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
27608         Log: Protect sv_dump() from being included unless DEBUGGING,
27609              as noticed by Ilya.
27610      Branch: perl
27611            ! sv.c
27612 ____________________________________________________________________________
27613 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
27614         Log: Pending further investigation skip the tell() tests.
27615              The tell() is okay on Solaris, HP-UX and Tru64, but fails
27616              (by returning too much) in Linux.
27617      Branch: perl
27618            ! t/io/utf8.t
27619 ____________________________________________________________________________
27620 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
27621         Log: Retract #13082 until a better solution is found:
27622              statics break ithreads.
27623      Branch: perl
27624            ! regexec.c
27625 ____________________________________________________________________________
27626 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
27627         Log: Figures 1 and 2 for UTF-8.
27628      Branch: perl
27629            ! pod/perlunicode.pod
27630 ____________________________________________________________________________
27631 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
27632         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
27633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27634              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
27635              Message-ID: <20011119132645.A15034@rafael>
27636      Branch: perl
27637            ! op.c pod/perldiag.pod t/lib/warnings/op
27638 ____________________________________________________________________________
27639 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
27640         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
27641              From: Michael G Schwern <schwern@pobox.com> 
27642              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
27643              Message-ID: <20011119031112.E786@blackrider>
27644      Branch: perl
27645            ! t/op/closure.t
27646 ____________________________________________________________________________
27647 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
27648         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
27649              From: Michael G Schwern <schwern@pobox.com>
27650              Date: Mon, 19 Nov 2001 03:42:56 -0500
27651              Message-ID: <20011119034256.I786@blackrider>
27652      Branch: perl
27653            + t/op/or.t
27654            ! MANIFEST
27655 ____________________________________________________________________________
27656 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
27657         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
27658              From: "Craig A. Berry" <craigberry@mac.com>
27659              Date: Sun, 18 Nov 2001 14:33:48 -0600
27660              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
27661      Branch: perl
27662            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
27663 ____________________________________________________________________________
27664 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
27665         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
27666              From: Dave Rolsky <autarch@urth.org>
27667              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
27668              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
27669      Branch: perl
27670            ! lib/ExtUtils/Manifest.pm
27671 ____________________________________________________________________________
27672 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
27673         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
27674              From: Dave Rolsky <autarch@urth.org>
27675              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
27676              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
27677      Branch: perl
27678            ! lib/ExtUtils/Install.pm
27679 ____________________________________________________________________________
27680 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
27681         Log: The runops_dbg should not be needed.
27682      Branch: perl
27683            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
27684 ____________________________________________________________________________
27685 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
27686         Log: do_spawn() cleanup from Charles Lane.
27687      Branch: perl
27688            ! vms/vms.c
27689 ____________________________________________________________________________
27690 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
27691         Log: Update the list of tests.
27692      Branch: perl
27693            ! t/lib/1_compile.t
27694 ____________________________________________________________________________
27695 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
27696         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
27697              From: Michael G Schwern <schwern@pobox.com> 
27698              Date: Fri, 16 Nov 2001 17:37:04 -0500
27699              Message-ID: <20011116173703.L30160@blackrider>
27700      Branch: perl
27701            ! t/lib/warnings/sv
27702 ____________________________________________________________________________
27703 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
27704         Log: FAQ sync.
27705      Branch: perl
27706            ! pod/perlfaq4.pod
27707 ____________________________________________________________________________
27708 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
27709         Log: Integrate perlio; win32 sync.
27710      Branch: perl
27711           !> perlio.c win32/win32io.c
27712 ____________________________________________________________________________
27713 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
27714         Log: (retracted by #13096)
27715              Debugging would be badly skewed by a malloc per regex dump.
27716      Branch: perl
27717            ! regexec.c
27718 ____________________________________________________________________________
27719 [ 13081] By: nick                                  on 2001/11/18  19:08:40
27720         Log: Win32 layer has a dup which needs to match new prototype.
27721      Branch: perlio
27722            ! win32/win32io.c
27723 ____________________________________________________________________________
27724 [ 13080] By: nick                                  on 2001/11/18  19:05:02
27725         Log: Wrong way to get stdio mode used.
27726      Branch: perlio
27727            ! perlio.c
27728 ____________________________________________________________________________
27729 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
27730         Log: Retract #13048: that introduced a malloc() (through savepvn())
27731              to *every* m//, which killed the performance quite badly.
27732      Branch: perl
27733            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27734 ____________________________________________________________________________
27735 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
27736         Log: Pass 1 at perldelta.pod: sort the section contents
27737              together, drop all but the 5.7.2 known problems,
27738              leave the 5.7.1 security note since that's the
27739              fullest explanation (update the date on that).
27740      Branch: perl
27741            ! pod/perldelta.pod
27742 ____________________________________________________________________________
27743 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
27744         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
27745              
27746              Tiny problem in the test for 20011113.110: I hope
27747              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
27748      Branch: perl
27749            ! pp.c t/op/repeat.t
27750 ____________________________________________________________________________
27751 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
27752         Log: All of syswrite/send/sendto need to return character counts,
27753              and character counts from the offset, not the beginning of
27754              the scalar.
27755      Branch: perl
27756            ! pp_sys.c
27757 ____________________________________________________________________________
27758 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
27759         Log: Integrate PerlIO: duping fixes.
27760      Branch: perl
27761           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27762           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
27763           !> perliol.h sv.c
27764 ____________________________________________________________________________
27765 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
27766         Log: syswrite() was still returning byte counts, not character counts.
27767      Branch: perl
27768            ! pp_sys.c t/io/utf8.t
27769 ____________________________________________________________________________
27770 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
27771         Log: Add test for sysread().
27772      Branch: perl
27773            ! t/io/utf8.t
27774 ____________________________________________________________________________
27775 [ 13072] By: nick                                  on 2001/11/18  16:15:31
27776         Log: Allow dup'ing of PerlIO::Scalar etc.
27777      Branch: perlio
27778            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27779            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
27780            ! perliol.h sv.c
27781 ____________________________________________________________________________
27782 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
27783         Log: Prepend a null byte to the test set.
27784      Branch: perl
27785            ! t/io/utf8.t
27786 ____________________________________________________________________________
27787 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
27788         Log: Document how "no utf8;" can become handy.
27789      Branch: perl
27790            ! lib/utf8.pm
27791 ____________________________________________________________________________
27792 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
27793         Log: Integrate perlio; force the inclusion of the PL_runops_*
27794      Branch: perl
27795           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
27796 ____________________________________________________________________________
27797 [ 13068] By: nick                                  on 2001/11/18  13:23:33
27798         Log: embed.pl generated changes I forgot to include
27799      Branch: perlio
27800            ! embedvar.h perlapi.h pod/perlapi.pod
27801 ____________________________________________________________________________
27802 [ 13067] By: nick                                  on 2001/11/18  12:50:19
27803         Log: Force inclusion of both Perl_runops_* in perl itself,
27804              so they are available for Peek.xs etc.
27805      Branch: perlio
27806            ! perlvars.h
27807 ____________________________________________________________________________
27808 [ 13066] By: nick                                  on 2001/11/18  11:00:34
27809         Log: Integrate mainline - a few Devel::Peak fails.
27810      Branch: perlio
27811           +> (branch 29 files)
27812            - ext/Thread/Thread.pm lib/Benchmark.t
27813            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27814            - lib/Lingua/KO/Hangul/Util/README
27815            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
27816            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
27817            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
27818            - vms/ext/vmsish.pm vms/ext/vmsish.t
27819            ! hv.c
27820           !> (integrate 389 files)
27821 ____________________________________________________________________________
27822 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
27823         Log: Start working on perldelta.  This is not yet any sort of
27824              editing; just concatenating perl570delta, perl571delta,
27825              and perl572delta.  Any sorting not done, any duplicate
27826              removal not done, any removal or update of obsolete items
27827              not done, any changes since 5.7.2 not included.  So there.
27828      Branch: perl
27829            ! pod/perldelta.pod
27830 ____________________________________________________________________________
27831 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
27832         Log: Banish "use utf8".
27833      Branch: perl
27834            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
27835 ____________________________________________________________________________
27836 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
27837         Log: Tweak from Charles Lane.
27838      Branch: perl
27839            ! vms/vms.c
27840 ____________________________________________________________________________
27841 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
27842         Log: Integrate change #13058 from maintperl;
27843              change#12559 breaks things on Win9x because command.com doesn't
27844              grok dquotes at all; disable all the system() smarts for
27845              command.com
27846      Branch: perl
27847           !> win32/win32.c
27848 ____________________________________________________________________________
27849 [ 13061] By: ams                                   on 2001/11/17  13:46:11
27850         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
27851              From: Jonathan Stowe <gellyfish@gellyfish.com>
27852              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
27853              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
27854      Branch: perl
27855            ! lib/Term/Cap.pm
27856 ____________________________________________________________________________
27857 [ 13060] By: ams                                   on 2001/11/17  09:49:10
27858         Log: Subject: [PATCH9 File/Find.pm doc nits
27859              From: Tels <perl_dummy@bloodgate.com>
27860              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
27861      Branch: perl
27862            ! lib/File/Find.pm
27863 ____________________________________________________________________________
27864 [ 13059] By: ams                                   on 2001/11/17  09:38:38
27865         Log: Subject: [PATCH] Benchmark.pm nit
27866              From: Tels <perl_dummy@bloodgate.com>
27867              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
27868      Branch: perl
27869            ! lib/Benchmark.pm
27870 ____________________________________________________________________________
27871 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
27872         Log: change#12559 breaks things on Win9x because command.com doesn't
27873              grok dquotes at all; disable all the system() smarts for
27874              command.com
27875      Branch: maint-5.6/perl
27876            ! win32/win32.c
27877 ____________________________________________________________________________
27878 [ 13057] By: ams                                   on 2001/11/16  20:30:03
27879         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
27880              From: Andy Dougherty <doughera@lafayette.edu>
27881              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
27882              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
27883      Branch: perl
27884            ! lib/Unicode/UCD.t
27885 ____________________________________________________________________________
27886 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
27887         Log: Subject: [Patch Perl@13023] VMS system() warning
27888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27889              Date: Fri, 16 Nov 2001 15:20:11 EST
27890              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
27891      Branch: perl
27892            ! vms/vms.c
27893 ____________________________________________________________________________
27894 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
27895         Log: It's neither-nor, and protect against the impossible.
27896      Branch: perl
27897            ! lib/Thread.pm
27898 ____________________________________________________________________________
27899 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
27900         Log: 5005threads didn't work because $Thread::VERSION wasn't
27901              visible.  Oops.
27902      Branch: perl
27903            ! ext/Thread/Makefile.PL lib/Thread.pm
27904 ____________________________________________________________________________
27905 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
27906         Log: Robustness against Linux using something else than gcc;
27907              based on
27908              
27909              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
27910              From: Charles Randall <cfriv@yahoo.com>
27911              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
27912              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
27913      Branch: perl
27914            ! ext/Errno/Errno_pm.PL
27915 ____________________________________________________________________________
27916 [ 13052] By: ams                                   on 2001/11/16  16:46:39
27917         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
27918              From: Russ Allbery <rra@stanford.edu>
27919              Date: 16 Nov 2001 09:44:21 -0800
27920              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
27921      Branch: perl
27922            ! lib/Pod/ParseLink.pm
27923 ____________________________________________________________________________
27924 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
27925         Log: Update perluniintro on the UTF-8 output matters
27926              (that -w will warn unless the stream is explicitly UTF-8-ified).
27927      Branch: perl
27928            ! pod/perluniintro.pod
27929 ____________________________________________________________________________
27930 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
27931         Log: Adding new files to MANIFEST is nice.
27932      Branch: perl
27933            ! MANIFEST
27934 ____________________________________________________________________________
27935 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
27936         Log: Update Changes.
27937      Branch: perl
27938            ! Changes patchlevel.h
27939 ____________________________________________________________________________
27940 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
27941         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
27942              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
27943              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
27944              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
27945      Branch: perl
27946            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27947 ____________________________________________________________________________
27948 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
27949         Log: Rename perlunintro to perluniintro; regen toc.
27950      Branch: perl
27951            + pod/perluniintro.pod
27952            - pod/perlunintro.pod
27953            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27954 ____________________________________________________________________________
27955 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
27956         Log: Document the negated lookahead trick to emulate
27957              character class subtraction.
27958      Branch: perl
27959            ! pod/perlunicode.pod
27960 ____________________________________________________________________________
27961 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
27962         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
27963              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27964              Date: Fri, 16 Nov 2001 23:31:04 +0900
27965              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
27966              
27967              (with the tweak that Cntrl is not C, it's Cc)
27968      Branch: perl
27969            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
27970            ! lib/unicore/mktables
27971 ____________________________________________________________________________
27972 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
27973         Log: Subject: [PATCH current] runtime runops switch
27974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27975              Date: Fri, 16 Nov 2001 00:48:09 -0500
27976              Message-ID: <20011116004809.A934@math.ohio-state.edu>
27977      Branch: perl
27978            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
27979            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
27980            ! pod/perlintern.pod proto.h run.c
27981 ____________________________________________________________________________
27982 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
27983         Log: Further discourage old Thread code; tell how to tell
27984              the difference.
27985      Branch: perl
27986            ! lib/Thread.pm
27987 ____________________________________________________________________________
27988 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
27989         Log: A missing return; from Charles Lane.
27990      Branch: perl
27991            ! vms/vms.c
27992 ____________________________________________________________________________
27993 [ 13041] By: ams                                   on 2001/11/16  12:11:14
27994         Log: Subject: [PATCH] Doc spellcheck + podcheck
27995              From: Autrijus Tang <autrijus@egb.elixus.org>
27996              Date: Thu, 15 Nov 2001 22:49:05 -0800
27997              Message-Id: <20011116064905.GA44092@egb.elixus.org>
27998              
27999              Subject: [PATCH] podcheck+spellcheck, the rest of the story
28000              From: Autrijus Tang <autrijus@egb.elixus.org>
28001              Date: Fri, 16 Nov 2001 00:42:20 -0800
28002              Message-Id: <20011116084220.GA44295@egb.elixus.org>
28003              
28004              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
28005              From: Nicholas Clark <nick@ccl4.org>
28006              Date: Fri, 16 Nov 2001 10:32:01 +0000
28007              Message-Id: <20011116103200.F62891@plum.flirble.org>
28008              (Applied after suitable de-mangling.)
28009      Branch: perl
28010            ! README.aix README.dgux README.dos README.epoc README.hpux
28011            ! README.mint README.mpeix README.netware README.os2
28012            ! README.os390 README.plan9 README.qnx README.solaris
28013            ! README.threads doio.c pod/perl571delta.pod
28014            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
28015            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
28016            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
28017            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
28018            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
28019            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
28020 ____________________________________________________________________________
28021 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
28022         Log: Avoid redefinedness warning for now.
28023      Branch: perl
28024            ! lib/Thread.pm
28025 ____________________________________________________________________________
28026 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
28027         Log: use strict.
28028      Branch: perl
28029            ! lib/Thread.pm
28030 ____________________________________________________________________________
28031 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
28032         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
28033              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
28034              Date: Thu, 15 Nov 2001 22:54:47 EST 
28035              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
28036      Branch: perl
28037            ! vms/vms.c vms/vmspipe.com
28038 ____________________________________________________________________________
28039 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
28040         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
28041              From: "chromatic" <chromatic@rmci.net>
28042              Date: Thu, 15 Nov 2001 19:54:23 -0700
28043              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
28044      Branch: perl
28045            ! lib/File/stat.t
28046 ____________________________________________________________________________
28047 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
28048         Log: Make Thread a wrapper for both ithreads and 5005threads.
28049              Needs a lot of work and Arthur's eyeballing (and finishing
28050              few missing odds and ends of threads.pm).  Now Thread
28051              is an extension without its own .pm.
28052              
28053              If there are people who have experience working with
28054              either the 5005threads or the ithreads: cleaning up
28055              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
28056              and porting the various Thread::* modules, like Thread::Queue,
28057              to work also with ithreads, is needed.
28058              
28059              Removed the 5005threads requirement from the 5005 tests
28060              for easier testing (not all of them work yet since
28061              they use the Thread::* modules that have not been made
28062              to work with ithreads).  Leave the 5005 tests named as
28063              *.tx so that they are not run by "make test".
28064      Branch: perl
28065            + lib/Thread.pm
28066            - ext/Thread/Thread.pm
28067            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
28068            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
28069            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
28070            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
28071            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
28072            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
28073            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
28074 ____________________________________________________________________________
28075 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
28076         Log: $VERSION "a5" doesn't quite work.
28077      Branch: perl
28078            ! ext/B/Makefile.PL
28079 ____________________________________________________________________________
28080 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
28081         Log: Add the fruits of Larry Shatzer's version verifying script.
28082              (There are some straddlers, but they will be fixed in the
28083              upcoming releases of the modules.)
28084      Branch: perl
28085            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
28086            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
28087            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
28088            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
28089            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
28090            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
28091            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
28092            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
28093            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
28094            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
28095            ! wince/FindExt.pm
28096 ____________________________________________________________________________
28097 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
28098         Log: Add Larry Shatzer's VERSION verifying script.
28099      Branch: perl
28100            + Porting/checkVERSION.pl
28101            ! MANIFEST Porting/pumpkin.pod
28102 ____________________________________________________________________________
28103 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
28104         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
28105              From: Michael G Schwern <schwern@pobox.com>
28106              Date: Thu, 15 Nov 2001 19:26:40 -0500
28107              Message-ID: <20011115192640.R31399@blackrider>
28108      Branch: perl
28109            ! t/test.pl
28110 ____________________________________________________________________________
28111 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
28112         Log: Document the MY_CXT business; from Paul Marquess.
28113      Branch: perl
28114            ! pod/perlxs.pod
28115 ____________________________________________________________________________
28116 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
28117         Log: VMSCMD synch attempt.
28118      Branch: perl
28119            ! vms/vms.c vms/vmsish.h
28120 ____________________________________________________________________________
28121 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
28122         Log: Advise against -P as instructed by Schwern.
28123      Branch: perl
28124            ! pod/perlrun.pod
28125 ____________________________________________________________________________
28126 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
28127         Log: Subject: [PATCH] v-strings as Objects Step 1
28128              From: John Peacock <jpeacock@rowman.com>
28129              Date: Thu, 15 Nov 2001 12:41:04 -0500
28130              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
28131      Branch: perl
28132            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
28133            ! util.c
28134 ____________________________________________________________________________
28135 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
28136         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
28137              From: Michael G Schwern <schwern@pobox.com>
28138              Date: Thu, 15 Nov 2001 12:47:59 -0500
28139              Message-ID: <20011115124759.E31399@blackrider>
28140      Branch: perl
28141            + t/run/switchx.aux t/run/switchx.t
28142            ! MANIFEST t/run/switches.t
28143 ____________________________________________________________________________
28144 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
28145         Log: Upgrade to Getopt::Long 2.26_03.
28146      Branch: perl
28147            ! lib/Getopt/Long.pm
28148 ____________________________________________________________________________
28149 [ 13025] By: ams                                   on 2001/11/15  20:46:22
28150         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
28151              From: Michael G Schwern <schwern@pobox.com>
28152              Date: Thu, 15 Nov 2001 16:24:11 -0500
28153              Message-Id: <20011115162411.M31399@blackrider>
28154      Branch: perl
28155            ! vms/vms.c
28156 ____________________________________________________________________________
28157 [ 13024] By: ams                                   on 2001/11/15  19:32:06
28158         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
28159              From: rspier@pobox.com (Robert Spier)
28160              Date: Thu, 15 Nov 2001 11:19:21 -0800
28161              Message-Id: <15348.5433.732364.963687@rls.cx>
28162      Branch: perl
28163            ! op.c
28164 ____________________________________________________________________________
28165 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
28166         Log: Update Changes.
28167      Branch: perl
28168            ! Changes patchlevel.h
28169 ____________________________________________________________________________
28170 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
28171         Log: Subject: [PATCH] new tests for command-line switches
28172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28173              Date: Thu, 15 Nov 2001 17:00:30 +0100
28174              Message-ID: <20011115170030.A14193@rafael>
28175      Branch: perl
28176            + t/run/switches.t
28177            ! MANIFEST
28178 ____________________________________________________________________________
28179 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
28180         Log: Upgrade to podlators 1.13.
28181      Branch: perl
28182            + lib/Pod/ParseLink.pm
28183            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
28184            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
28185            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
28186            ! t/pod/pod2usage.xr t/pod/podselect.xr
28187 ____________________________________________________________________________
28188 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
28189         Log: skip "might be used uninitialized".
28190      Branch: perl
28191            ! pp_sys.c
28192 ____________________________________________________________________________
28193 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
28194         Log: Fix for "perlio bug in koi8-r encoding".  The problem
28195              seemed to be that binmode() always flushed the handle,
28196              which is not so good when switching encodings.  Fixed,
28197              added Matt Sergeant's testcase, documented in perlfunc/binmode,
28198              also added a pointer about disciplines to perlfunc/open,
28199              and in general cleaned up and reformatted the open entry.
28200      Branch: perl
28201            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
28202 ____________________________________________________________________________
28203 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
28204         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
28205              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28206              Date: 15 Nov 2001 08:57:06 -0000
28207              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
28208              
28209              chop() and chomp() are not real list functions,
28210              so let's not have them overrideable.  (Casey will
28211              be confused since in #7071 he patched the other way.)
28212      Branch: perl
28213            ! pod/perlfunc.pod toke.c
28214 ____________________________________________________________________________
28215 [ 13017] By: ams                                   on 2001/11/15  12:56:49
28216         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
28217              From: Robin Barker <rmb1@cise.npl.co.uk>
28218              Date: Thu, 15 Nov 2001 13:48:34 GMT
28219              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
28220              (Applied with tweaks.)
28221      Branch: perl
28222            ! pod/perltrap.pod
28223 ____________________________________________________________________________
28224 [ 13016] By: ams                                   on 2001/11/15  09:12:48
28225         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
28226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28227              Date: Thu, 15 Nov 2001 09:06:39 +0100
28228              Message-Id: <20011115090639.A13005@rafael>
28229      Branch: perl
28230            ! pod/perlrun.pod
28231 ____________________________________________________________________________
28232 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
28233         Log: "link =" from utils.lst was being processed oddly.
28234      Branch: perl
28235            ! installman
28236 ____________________________________________________________________________
28237 [ 13014] By: ams                                   on 2001/11/15  02:52:52
28238         Log: Subject: [PATCH current] CreateTTY in -d
28239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28240              Date: Wed, 14 Nov 2001 21:26:31 -0500
28241              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
28242      Branch: perl
28243            ! lib/perl5db.pl
28244 ____________________________________________________________________________
28245 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
28246         Log: Corify the Filter::Simple tests. 
28247      Branch: perl
28248            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
28249            ! lib/Filter/Simple/t/filter_only.t
28250 ____________________________________________________________________________
28251 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
28252         Log: Upgrade to Filter::Simple 0.70.
28253      Branch: perl
28254            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
28255            + t/lib/FilterOnlyTest.pm
28256            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
28257            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
28258            ! t/lib/FilterTest.pm
28259 ____________________________________________________________________________
28260 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
28261         Log: Cleanliness inspired by Cygwin.
28262      Branch: perl
28263            ! Makefile.SH x2p/Makefile.SH
28264 ____________________________________________________________________________
28265 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
28266         Log: Add perlunintro (formerly known as perlunitut); regen toc.
28267      Branch: perl
28268            + pod/perlunintro.pod
28269            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28270 ____________________________________________________________________________
28271 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
28272         Log: FAQ sync.
28273      Branch: perl
28274            ! pod/perlfaq6.pod
28275 ____________________________________________________________________________
28276 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
28277         Log: Quieten pgcc 2.91.66 worries.
28278      Branch: perl
28279            ! gv.c pp_ctl.c utf8.c
28280 ____________________________________________________________________________
28281 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
28282         Log: Upgrade to Switch 2.06.
28283      Branch: perl
28284            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
28285            ! lib/Switch/t/nested.t
28286 ____________________________________________________________________________
28287 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
28288         Log: Upgrade to Attribute::Handlers 0.76.
28289      Branch: perl
28290            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28291            ! lib/Attribute/Handlers/README
28292            ! lib/Attribute/Handlers/demo/Demo.pm
28293            ! lib/Attribute/Handlers/demo/Descriptions.pm
28294            ! lib/Attribute/Handlers/demo/MyClass.pm
28295            ! lib/Attribute/Handlers/demo/demo_cycle.pl
28296            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
28297            ! lib/Attribute/Handlers/t/multi.t
28298 ____________________________________________________________________________
28299 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
28300         Log: Signedness nit.
28301      Branch: perl
28302            ! regexec.c
28303 ____________________________________________________________________________
28304 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
28305         Log: VERSIONize.
28306      Branch: perl
28307            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
28308            ! lib/integer.pm
28309 ____________________________________________________________________________
28310 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
28311         Log: No pod in internal Net::FTP classes.
28312      Branch: perl
28313            ! pod/buildtoc.PL
28314 ____________________________________________________________________________
28315 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
28316         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
28317              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
28318              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
28319              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
28320      Branch: perl
28321            ! regexec.c
28322 ____________________________________________________________________________
28323 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
28324         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
28325              Pudge correctly).
28326      Branch: perl
28327            ! t/test.pl
28328 ____________________________________________________________________________
28329 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
28330         Log: Add comments to mark where $^X is being handled.
28331      Branch: perl
28332            ! perl.c toke.c
28333 ____________________________________________________________________________
28334 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
28335         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
28336              From: Michael G Schwern <schwern@pobox.com>
28337              Date: Wed, 14 Nov 2001 16:38:25 -0500
28338              Message-ID: <20011114163825.D6519@blackrider>
28339      Branch: perl
28340            ! t/op/repeat.t
28341 ____________________________________________________________________________
28342 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
28343         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
28344              From: Michael G Schwern <schwern@pobox.com>
28345              Date: Wed, 14 Nov 2001 13:19:15 -0500
28346              Message-ID: <20011114131915.K5096@blackrider>
28347      Branch: perl
28348            ! t/op/die_exit.t
28349 ____________________________________________________________________________
28350 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
28351         Log: Subject: Re: [PATCH] new version of runperl()
28352              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28353              Date: Wed, 14 Nov 2001 15:39:12 EST
28354              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
28355              
28356              "VMS $^X pipes etc" patch.
28357      Branch: perl
28358            ! vms/vms.c
28359 ____________________________________________________________________________
28360 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
28361         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
28362              and add "verbose" option to show the final command.
28363      Branch: perl
28364            ! t/test.pl
28365 ____________________________________________________________________________
28366 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
28367         Log: Goof in some of the comment fields of #12994.
28368      Branch: perl
28369            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
28370            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
28371            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
28372            ! lib/unicore/In/9.pl
28373 ____________________________________________________________________________
28374 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
28375         Log: The First, Last ranges in the Unicode data weren't
28376              getting their general categories added properly;
28377              noticed by Jeffrey Friedl.
28378      Branch: perl
28379            ! lib/unicore/Category.pl lib/unicore/In/0.pl
28380            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
28381            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
28382            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
28383            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
28384            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
28385            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
28386            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
28387            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
28388            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
28389            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
28390            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
28391            ! lib/unicore/mktables
28392 ____________________________________________________________________________
28393 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
28394         Log: Subject: [PATCH] new version of runperl()
28395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28396              Date: Wed, 14 Nov 2001 12:23:01 +0100
28397              Message-ID: <20011114122301.A29384@rafael>
28398      Branch: perl
28399            ! t/io/argv.t t/test.pl
28400 ____________________________________________________________________________
28401 [ 12992] By: ams                                   on 2001/11/14  13:40:39
28402         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
28403              From: Michael G Schwern <schwern@pobox.com>
28404              Date: Tue, 13 Nov 2001 23:17:54 -0500
28405              Message-Id: <20011113231754.S32567@blackrider>
28406      Branch: perl
28407            ! perl.c
28408 ____________________________________________________________________________
28409 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
28410         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
28411              From: Philip Newton <Philip.Newton@gmx.net>
28412              Date: Wed, 14 Nov 2001 10:59:53 +0100
28413              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
28414              
28415              plus a lot of paragraph reformatting because of long lines.
28416      Branch: perl
28417            ! pod/perlapio.pod
28418 ____________________________________________________________________________
28419 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
28420         Log: A bool is not a pointer.
28421      Branch: perl
28422            ! pp_sys.c
28423 ____________________________________________________________________________
28424 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
28425         Log: AUTHORS updates.
28426      Branch: perl
28427            ! AUTHORS
28428 ____________________________________________________________________________
28429 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
28430         Log: There are several MIME RFCs.
28431      Branch: perl
28432            ! ext/Encode/Encode.pm
28433 ____________________________________________________________________________
28434 [ 12987] By: ams                                   on 2001/11/14  01:09:28
28435         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
28436              From: Michael G Schwern <schwern@pobox.com>
28437              Date: Tue, 13 Nov 2001 20:59:13 -0500
28438              Message-Id: <20011113205913.H32567@blackrider>
28439      Branch: perl
28440            ! t/op/groups.t vms/test.com
28441 ____________________________________________________________________________
28442 [ 12986] By: ams                                   on 2001/11/14  01:07:06
28443         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
28444              From: Michael G Schwern <schwern@pobox.com>
28445              Date: Tue, 13 Nov 2001 20:51:34 -0500
28446              Message-Id: <20011113205134.F32567@blackrider>
28447      Branch: perl
28448            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
28449 ____________________________________________________________________________
28450 [ 12985] By: ams                                   on 2001/11/14  00:43:59
28451         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
28452              From: Michael G Schwern <schwern@pobox.com>
28453              Date: Tue, 13 Nov 2001 20:38:42 -0500
28454              Message-Id: <20011113203842.E32567@blackrider>
28455      Branch: perl
28456            ! pod/perlport.pod
28457 ____________________________________________________________________________
28458 [ 12984] By: ams                                   on 2001/11/14  00:32:15
28459         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
28460              From: Michael G Schwern <schwern@pobox.com>
28461              Date: Tue, 13 Nov 2001 20:27:02 -0500
28462              Message-Id: <20011113202702.D32567@blackrider>
28463      Branch: perl
28464            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
28465            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
28466            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
28467            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
28468 ____________________________________________________________________________
28469 [ 12983] By: ams                                   on 2001/11/14  00:00:27
28470         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
28471              From: Michael G Schwern <schwern@pobox.com>
28472              Date: Tue, 13 Nov 2001 19:51:59 -0500
28473              Message-Id: <20011113195159.B32567@blackrider>
28474      Branch: perl
28475            ! pod/perlport.pod
28476 ____________________________________________________________________________
28477 [ 12982] By: ams                                   on 2001/11/13  23:53:11
28478         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
28479              From: Larry Shatzer <fugazi@zippy.zyx.net>
28480              Date: Tue, 13 Nov 2001 17:27:59 -0700
28481              Message-Id: <20011113172759.E27768@zippy.zyx.net>
28482      Branch: perl
28483            ! pod/perlapio.pod
28484 ____________________________________________________________________________
28485 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
28486         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
28487              "large enough" Unicode characters returned more than one
28488              as their "Unicode size".
28489      Branch: perl
28490            ! pp_sys.c t/io/utf8.t
28491 ____________________________________________________________________________
28492 [ 12980] By: ams                                   on 2001/11/13  19:32:33
28493         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
28494              From: "Craig A. Berry" <craigberry@mac.com>
28495              Date: Tue, 13 Nov 2001 14:33:25 -0600
28496              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
28497      Branch: perl
28498            ! vms/gen_shrfls.pl
28499 ____________________________________________________________________________
28500 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
28501         Log: Subject: Minor patch to Encode.pm (detypo)
28502              From: "Philip Newton" <Philip.Newton@gmx.net>
28503              Date: Tue, 13 Nov 2001 20:11:01 +0100
28504              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
28505      Branch: perl
28506            ! ext/Encode/Encode.pm
28507 ____________________________________________________________________________
28508 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
28509         Log: Evil tabulators.
28510      Branch: perl
28511            ! ext/Encode/Encode.pm
28512 ____________________________________________________________________________
28513 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
28514         Log: Document the available encodings.
28515      Branch: perl
28516            ! ext/Encode/Encode.pm
28517 ____________________________________________________________________________
28518 [ 12976] By: ams                                   on 2001/11/13  17:14:07
28519         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
28520              From: Barrie Slaymaker <barries@slaysys.com>
28521              Date: Tue, 13 Nov 2001 12:41:36 -0500
28522              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
28523      Branch: perl
28524            ! t/op/universal.t
28525 ____________________________________________________________________________
28526 [ 12975] By: ams                                   on 2001/11/13  16:24:21
28527         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
28528              From: Barrie Slaymaker <barries@slaysys.com>
28529              Date: Tue, 13 Nov 2001 10:56:20 -0500
28530              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
28531              (Test applied with minor tweaks and ->isa("HASH") omission.)
28532      Branch: perl
28533            ! lib/UNIVERSAL.pm t/op/universal.t
28534 ____________________________________________________________________________
28535 [ 12974] By: ams                                   on 2001/11/13  15:46:07
28536         Log: Subject: [PATCH Benchmark.pm] docco tweaks
28537              From: Barrie Slaymaker <barries@slaysys.com>
28538              Date: Tue, 13 Nov 2001 11:34:45 -0500
28539              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
28540      Branch: perl
28541            ! lib/Benchmark.pm
28542 ____________________________________________________________________________
28543 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
28544         Log: Subject: [PATCH] Attack of the C loops, round 1
28545              From: Richard Soderberg <rs@oregonnet.com>
28546              Date: Mon, 12 Nov 2001 12:07:29 -0800
28547              Message-Id: <200111122007.MAA01994@oregonnet.com>
28548              
28549              Subject: [PATCH] bytecode.pl (tiny patch)
28550              From: Richard Soderberg <rs@oregonnet.com>
28551              Date: Mon, 12 Nov 2001 12:53:24 -0800
28552              Message-Id: <200111122053.MAA06272@oregonnet.com>
28553      Branch: perl
28554            ! bytecode.pl installhtml
28555 ____________________________________________________________________________
28556 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
28557         Log: Subject: [PATCH] Update to Filter::Util::Call
28558              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28559              Date: Sun, 11 Nov 2001 22:33:33 -0000
28560              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
28561              
28562              Use the new CXT* macros.
28563      Branch: perl
28564            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
28565 ____________________________________________________________________________
28566 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
28567         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
28568              From: Michael G Schwern <schwern@pobox.com>
28569              Date: Mon, 12 Nov 2001 20:50:34 -0500
28570              Message-ID: <20011112205034.H2888@blackrider>
28571      Branch: perl
28572            + lib/vmsish.pm lib/vmsish.t
28573            - vms/ext/vmsish.pm vms/ext/vmsish.t
28574            ! MANIFEST vms/descrip_mms.template
28575 ____________________________________________________________________________
28576 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
28577         Log: :utf8 works only with perlio.
28578      Branch: perl
28579            ! lib/open.t
28580 ____________________________________________________________________________
28581 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
28582         Log: Subject: Re: @Config -"des" not quite working on VMS
28583              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28584              Date: Tue, 13 Nov 2001 08:35:13 EST 
28585              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
28586      Branch: perl
28587            ! configure.com
28588 ____________________________________________________________________________
28589 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
28590         Log: Subject: [PATCH] lib/charnames.pm 
28591              From: Jeffrey Friedl <jfriedl@yahoo.com>
28592              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
28593              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
28594      Branch: perl
28595            ! lib/charnames.pm
28596 ____________________________________________________________________________
28597 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
28598         Log: Docs for Mac::err.
28599      Branch: maint-5.6/macperl
28600            ! macos/ext/Mac/err/err.pm
28601 ____________________________________________________________________________
28602 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
28603         Log: Some cleanup; change some globals to references for
28604              possible persistence later.
28605      Branch: maint-5.6/macperl
28606            ! macos/lib/Mac/Glue.pm
28607 ____________________________________________________________________________
28608 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
28609         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
28610      Branch: maint-5.6/macperl
28611            ! macos/ext/Mac/Files/Files.pm
28612 ____________________________________________________________________________
28613 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
28614         Log: Get Mac::Navigation to compile (bug #464684).
28615      Branch: maint-5.6/macperl
28616            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
28617            ! macos/ext/Mac/Navigation/Makefile.PL
28618            ! macos/ext/Mac/Navigation/Navigation.xs
28619            ! macos/macperl/Makefile.mk
28620 ____________________________________________________________________________
28621 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
28622         Log: Add in modules and POD to help menu.
28623      Branch: maint-5.6/macperl
28624            ! macos/macperl/MacPerl.podhelp
28625 ____________________________________________________________________________
28626 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
28627         Log: Update bundled modules.
28628      Branch: maint-5.6/macperl
28629            + macos/bundled_ext/Filter/t/FilterTest.pm
28630            + macos/bundled_ext/List/Util/t/shuffle.t
28631            + macos/bundled_ext/Storable/t/compat06.t
28632            + macos/bundled_ext/Storable/t/st-dump.pl
28633            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
28634            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
28635            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
28636            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
28637            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
28638            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
28639            + macos/bundled_lib/blib/lib/lwpcook.pod
28640            + macos/bundled_lib/t/Filter/Simple/filter.t
28641            + macos/bundled_lib/t/Switch/t/given.t
28642            + macos/bundled_lib/t/Switch/t/nested.t
28643            + macos/bundled_lib/t/Switch/t/switch.t
28644            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
28645            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
28646            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
28647            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
28648            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
28649            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
28650            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
28651            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
28652            + macos/bundled_lib/t/URI/rfc2732.t
28653            + macos/bundled_lib/t/libnet/config.t
28654            + macos/bundled_lib/t/libnet/libnet_t.pl
28655            + macos/bundled_lib/t/libwww-perl/live/google.t
28656            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
28657            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
28658            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
28659            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
28660            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
28661            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
28662            + macos/bundled_lib/t/libwww-perl/live/validator.t
28663            - macos/bundled_ext/Filter/t/MyFilter.pm
28664            - macos/bundled_ext/Storable/t/compat-0.6.t
28665            - macos/bundled_ext/Storable/t/dump.pl
28666            - macos/bundled_ext/Time/Piece/Makefile.PL
28667            - macos/bundled_ext/Time/Piece/Piece.pm
28668            - macos/bundled_ext/Time/Piece/Piece.t
28669            - macos/bundled_ext/Time/Piece/Piece.xs
28670            - macos/bundled_ext/Time/Piece/README
28671            - macos/bundled_ext/Time/Piece/Seconds.pm
28672            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
28673            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
28674            - macos/bundled_lib/blib/lib/Net/PH.pm
28675            - macos/bundled_lib/blib/lib/Net/SNPP.pm
28676            - macos/bundled_lib/blib/lib/Text/Balanced.pod
28677            - macos/bundled_lib/t/Filter/Simple/test.pl
28678            - macos/bundled_lib/t/Switch/test.pl
28679            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
28680            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
28681            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
28682            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
28683            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
28684            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
28685            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
28686            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
28687            - macos/bundled_lib/t/libnet/ph.t
28688            ! (edit 125 files)
28689 ____________________________________________________________________________
28690 [ 12961] By: ams                                   on 2001/11/13  00:45:08
28691         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
28692              From: Michael G Schwern <schwern@pobox.com>
28693              Date: Mon, 12 Nov 2001 20:16:45 -0500
28694              Message-Id: <20011112201644.G2888@blackrider>
28695      Branch: perl
28696            ! pod/perlport.pod
28697 ____________________________________________________________________________
28698 [ 12960] By: ams                                   on 2001/11/12  23:54:00
28699         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
28700              Recoving dup tests for VMS
28701              From: Michael G Schwern <schwern@pobox.com>
28702              Date: Mon, 12 Nov 2001 19:35:33 -0500
28703              Message-Id: <20011112193533.D2888@blackrider>
28704      Branch: perl
28705            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
28706 ____________________________________________________________________________
28707 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
28708         Log: Update Changes.
28709      Branch: perl
28710            ! Changes patchlevel.h
28711 ____________________________________________________________________________
28712 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
28713         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
28714              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
28715              Date: Mon, 12 Nov 2001 12:35:18 EST 
28716              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
28717      Branch: perl
28718            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
28719            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
28720 ____________________________________________________________________________
28721 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
28722         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
28723              From: Barrie Slaymaker <barries@slaysys.com>
28724              Date: Mon, 12 Nov 2001 11:19:52 -0500
28725              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
28726      Branch: perl
28727            ! lib/File/Spec.t lib/File/Spec/Win32.pm
28728 ____________________________________________________________________________
28729 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
28730         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
28731              From: Barrie Slaymaker <barries@slaysys.com>
28732              Date: Mon, 12 Nov 2001 11:07:36 -0500
28733              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
28734      Branch: perl
28735            ! lib/Benchmark.pm
28736 ____________________________________________________________________________
28737 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
28738         Log: Misplaced test, noticed by Barrie Slaymaker.
28739              (We are missing Benchmark tests, then.)
28740      Branch: perl
28741            + ext/Devel/DProf/DProf.t
28742            - lib/Benchmark.t
28743            ! MANIFEST
28744 ____________________________________________________________________________
28745 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
28746         Log: Subject: [PATCH] a few typo fixes 
28747              From: Jeffrey Friedl <jfriedl@yahoo.com>
28748              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
28749              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
28750              
28751              Patching README.foo instead of pod/perlfoo.pod,
28752              not patching Math::BigInt (Tels will take care of that),
28753              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
28754              and perldoc.PL instead of libnetcfg and perldoc, patching
28755              ext/Digest/MD5/t/files.t since MD5.pm was changed.
28756      Branch: perl
28757            ! (edit 109 files)
28758 ____________________________________________________________________________
28759 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
28760         Log: Add a note about the dangers of bad UTF-8.
28761      Branch: perl
28762            ! pod/perlunicode.pod
28763 ____________________________________________________________________________
28764 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
28765         Log: NetWare Nit from Ananth Kesari.
28766      Branch: perl
28767            ! NetWare/config.wc
28768 ____________________________________________________________________________
28769 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
28770         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
28771      Branch: perl
28772            ! ext/Encode/Encode.pm
28773 ____________________________________________________________________________
28774 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
28775         Log: (retracted by #12951)
28776      Branch: perl
28777            ! ext/Encode/Encode.pm
28778 ____________________________________________________________________________
28779 [ 12949] By: ams                                   on 2001/11/12  06:40:18
28780         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
28781              From: Robert Spier <rspier@pobox.com>
28782              Date: Sun, 11 Nov 2001 18:50:18 -0800
28783              Message-Id: <15343.14570.121505.233336@rls.cx>
28784              
28785              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
28786              From: Rick Delaney <rick.delaney@home.com>
28787              Date: 12 Nov 2001 00:15:52 -0500
28788              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
28789      Branch: perl
28790            ! pp_hot.c t/op/taint.t
28791 ____________________________________________________________________________
28792 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
28793         Log: It seems that we actually have this detail implemented
28794              as for as Level 1 Support of Unicode regex support is
28795              concerned: at Level 1 only 1:1 support for loose
28796              (aka caseless, aka caseigoring ) matching is required.
28797      Branch: perl
28798            ! pod/perlunicode.pod
28799 ____________________________________________________________________________
28800 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
28801         Log: (retracted by #12951)
28802      Branch: perl
28803            ! ext/Encode/Encode.pm
28804 ____________________________________________________________________________
28805 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
28806         Log: BOM, bom, Bom.
28807      Branch: perl
28808            ! pod/perlunicode.pod
28809 ____________________________________________________________________________
28810 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
28811         Log: Upgrade to Math::BigInt 1.46.
28812      Branch: perl
28813            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28814            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
28815            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
28816            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
28817            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28818 ____________________________________________________________________________
28819 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
28820         Log: Subject: Re: PERFORCE change 12943 for review
28821              From: "Philip Newton" <Philip.Newton@gmx.net>
28822              Date: Sun, 11 Nov 2001 20:53:36 +0100
28823              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
28824      Branch: perl
28825            ! pod/perlunicode.pod
28826 ____________________________________________________________________________
28827 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
28828         Log: Doc updates; make the Unicode discussions a little
28829              bit less alarming, and add information about encodings,
28830              surrogates, and BOMs.
28831      Branch: perl
28832            ! pod/perlunicode.pod
28833 ____________________________________________________________________________
28834 [ 12942] By: ams                                   on 2001/11/11  16:45:00
28835         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
28836              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
28837              Date: Mon, 12 Nov 2001 00:22:57 +0900
28838              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
28839      Branch: perl
28840            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28841            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28842 ____________________________________________________________________________
28843 [ 12941] By: ams                                   on 2001/11/11  13:01:40
28844         Log: Subject: Re: PERFORCE change 12929 for review
28845              From: "Philip Newton" <Philip.Newton@gmx.net>
28846              Date: Sun, 11 Nov 2001 14:27:44 +0100
28847              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
28848      Branch: perl
28849            ! MANIFEST
28850 ____________________________________________________________________________
28851 [ 12940] By: ams                                   on 2001/11/11  05:06:43
28852         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
28853              From: Michael G Schwern <schwern@pobox.com>
28854              Date: Thu, 8 Nov 2001 22:56:45 -0500
28855              Message-Id: <20011108225645.H5587@blackrider>
28856      Branch: perl
28857            ! t/op/chdir.t
28858 ____________________________________________________________________________
28859 [ 12939] By: ams                                   on 2001/11/11  05:01:00
28860         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
28861              From: Michael G Schwern <schwern@pobox.com>
28862              Date: Sun, 11 Nov 2001 00:54:43 -0500
28863              Message-Id: <20011111005443.A24450@blackrider>
28864      Branch: perl
28865            ! ext/Cwd/t/cwd.t
28866 ____________________________________________________________________________
28867 [ 12938] By: ams                                   on 2001/11/11  03:25:13
28868         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
28869              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
28870              From: "chromatic" <chromatic@rmci.net>
28871              Date: Sat, 10 Nov 2001 21:03:20 -0700
28872              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
28873      Branch: perl
28874            ! lib/File/stat.pm lib/File/stat.t
28875 ____________________________________________________________________________
28876 [ 12937] By: ams                                   on 2001/11/11  02:05:23
28877         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
28878              From: "Craig A. Berry" <craigberry@mac.com>
28879              Date: Sat, 10 Nov 2001 17:23:52 -0600
28880              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
28881      Branch: perl
28882            ! t/op/magic.t
28883 ____________________________________________________________________________
28884 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
28885         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
28886      Branch: perl
28887            ! lib/open.pm lib/open.t
28888 ____________________________________________________________________________
28889 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
28890         Log: The Official name of ASCII.
28891      Branch: perl
28892            ! ext/Encode/Encode.pm
28893 ____________________________________________________________________________
28894 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
28895         Log: The KOI8-R example wasn't quite right.
28896      Branch: perl
28897            ! lib/open.pm lib/open.t
28898 ____________________________________________________________________________
28899 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
28900         Log: Enhance the open pragma to support :utf8, :locale,
28901              and :encoding directly as special cases, and rename
28902              the INOUT to IO.
28903      Branch: perl
28904            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
28905 ____________________________________________________________________________
28906 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
28907         Log: Document the UTF-16 surrogate encoding and decoding.
28908      Branch: perl
28909            ! ext/Encode/Encode.pm
28910 ____________________________________________________________________________
28911 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
28912         Log: A potential recursion breaker.
28913      Branch: perl
28914            ! sv.c
28915 ____________________________________________________________________________
28916 [ 12930] By: ams                                   on 2001/11/10  07:46:53
28917         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
28918              (was Re: perl@12892)
28919              From: "chromatic" <chromatic@rmci.net>
28920              Date: Sat, 10 Nov 2001 01:28:09 -0700
28921              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
28922      Branch: perl
28923            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28924            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28925            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28926            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28927 ____________________________________________________________________________
28928 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
28929         Log: Add a test for the bytes pragma.
28930      Branch: perl
28931            + lib/bytes.t
28932            ! MANIFEST
28933 ____________________________________________________________________________
28934 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
28935         Log: Doc update.
28936      Branch: perl
28937            ! lib/bytes.pm
28938 ____________________________________________________________________________
28939 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
28940         Log: Cease to exist.
28941      Branch: perl
28942            - lib/Unicode/Normalize.pm
28943 ____________________________________________________________________________
28944 [ 12926] By: ams                                   on 2001/11/10  03:23:16
28945         Log: Subject: [patch] my_setenv speedup + fixes
28946              From: Doug MacEachern <dougm@covalent.net>
28947              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
28948              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
28949      Branch: perl
28950            ! util.c
28951 ____________________________________________________________________________
28952 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
28953         Log: Newline trouble.
28954      Branch: perl
28955            ! lib/ExtUtils/Embed.t
28956 ____________________________________________________________________________
28957 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
28958         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
28959              From: "Craig A. Berry" <craigberry@mac.com>
28960              Date: Fri, 09 Nov 2001 18:13:16 -0600
28961              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
28962      Branch: perl
28963            ! vms/munchconfig.c
28964 ____________________________________________________________________________
28965 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
28966         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
28967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28968              Date: Sat, 10 Nov 2001 00:10:45 +0100
28969              Message-ID: <20011110001045.A11945@rafael>
28970      Branch: perl
28971            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
28972            + t/run/switchn.t t/run/switchp.t
28973            ! MANIFEST
28974 ____________________________________________________________________________
28975 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
28976         Log: Subject: [PATCH] some tests not cleaning up properly               
28977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28978              Date: Fri, 9 Nov 2001 22:13:10 +0100
28979              Message-ID: <20011109221310.A11115@rafael>
28980      Branch: perl
28981            ! ext/Cwd/t/cwd.t t/io/argv.t
28982 ____________________________________________________________________________
28983 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
28984         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
28985              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28986              Date: Fri, 9 Nov 2001 15:07:19 EST
28987              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
28988      Branch: perl
28989            ! lib/ExtUtils/Embed.t
28990 ____________________________________________________________________________
28991 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
28992         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
28993              have been copied so it shouldn't be freed in perl_destruct()
28994      Branch: perl
28995            ! perl.c
28996 ____________________________________________________________________________
28997 [ 12919] By: ams                                   on 2001/11/09  15:36:22
28998         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
28999              From: Michael G Schwern <schwern@pobox.com>
29000              Date: Fri, 9 Nov 2001 00:38:59 -0500
29001              Message-Id: <20011109003859.K5587@blackrider>
29002              (Applied with directory name changes suggested by Craig Berry.)
29003      Branch: perl
29004            ! ext/Cwd/t/cwd.t
29005 ____________________________________________________________________________
29006 [ 12918] By: ams                                   on 2001/11/09  15:29:15
29007         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
29008              From: Michael G Schwern <schwern@pobox.com>
29009              Date: Fri, 9 Nov 2001 01:44:14 -0500
29010              Message-Id: <20011109014414.N5587@blackrider>
29011      Branch: perl
29012            ! vms/ext/filespec.t
29013 ____________________________________________________________________________
29014 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
29015         Log: Update Changes.
29016      Branch: perl
29017            ! Changes patchlevel.h
29018 ____________________________________________________________________________
29019 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
29020         Log: Regen toc.
29021      Branch: perl
29022            ! pod/perltoc.pod
29023 ____________________________________________________________________________
29024 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
29025         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
29026              see http://www.jepstone.net/bjepson//jpl/cvs.html
29027      Branch: perl
29028            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29029 ____________________________________________________________________________
29030 [ 12914] By: ams                                   on 2001/11/09  14:05:12
29031         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
29032              From: Michael G Schwern <schwern@pobox.com>
29033              Date: Thu, 8 Nov 2001 22:05:49 -0500
29034              Message-Id: <20011108220549.F5587@blackrider>
29035      Branch: perl
29036            ! vms/test.com
29037 ____________________________________________________________________________
29038 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
29039         Log: NetWare update from Ananth Kesari.
29040      Branch: perl
29041            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
29042 ____________________________________________________________________________
29043 [ 12912] By: ams                                   on 2001/11/09  13:40:26
29044         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
29045              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29046              Date: Fri, 9 Nov 2001 14:32:28 +0100
29047              Message-Id: <20011109143228.A18996@rafael>
29048      Branch: perl
29049            ! perl.c
29050 ____________________________________________________________________________
29051 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
29052         Log: FAQ sync.
29053      Branch: perl
29054            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
29055            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
29056            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
29057 ____________________________________________________________________________
29058 [ 12910] By: ams                                   on 2001/11/09  07:33:49
29059         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
29060              From: Michael G Schwern <schwern@pobox.com>
29061              Date: Fri, 9 Nov 2001 00:41:56 -0500
29062              Message-Id: <20011109004156.L5587@blackrider>
29063      Branch: perl
29064            ! lib/File/Find/t/find.t
29065 ____________________________________________________________________________
29066 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
29067         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
29068              The CPAN distribution has both pm and XS implementations,
29069              and for performance reasons we choose the XS.
29070              Another reason to choose the XS is that it doesn't
29071              require Lingua::KO::Hangul::Util, which means that
29072              we can delete that-- which in turn means that Unicode::UCD
29073              cannot expect that: support it, but don't expect.
29074              Ditto Unicode::Collate.
29075              
29076              Note that Unicode::Normalize Makefile.PL and
29077              Normalize.xs have been modified from the CPAN 0.10
29078              versions: the first one to be simpler (no pm) and
29079              clean up the generated unf*.h files, the second one
29080              to quench compiler grumblings.  Must notify Sadahiro
29081              about these changes.
29082      Branch: perl
29083            + ext/Unicode/Normalize/Changes
29084            + ext/Unicode/Normalize/Makefile.PL
29085            + ext/Unicode/Normalize/Normalize.pm
29086            + ext/Unicode/Normalize/Normalize.pod
29087            + ext/Unicode/Normalize/Normalize.xs
29088            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
29089            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
29090            + ext/Unicode/Normalize/t/test.t
29091            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
29092            - lib/Lingua/KO/Hangul/Util/README
29093            - lib/Lingua/KO/Hangul/Util/t/test.t
29094            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
29095            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
29096            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
29097            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
29098            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
29099            ! win32/makefile.mk
29100 ____________________________________________________________________________
29101 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
29102         Log: Test miscounting.
29103      Branch: perl
29104            ! ext/POSIX/t/posix.t
29105 ____________________________________________________________________________
29106 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
29107         Log: Quote the variables in failures messages more nicely.
29108      Branch: perl
29109            ! t/test.pl
29110 ____________________________________________________________________________
29111 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
29112         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
29113              From: Michael G Schwern <schwern@pobox.com>
29114              Date: Thu, 8 Nov 2001 17:24:49 -0500
29115              Message-ID: <20011108172449.A5587@blackrider>
29116              
29117              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
29118              From: "Craig A. Berry" <craigberry@mac.com>
29119              Date: Thu, 8 Nov 2001 16:35:00 -0600
29120              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
29121      Branch: perl
29122            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
29123 ____________________________________________________________________________
29124 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
29125         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
29126              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29127              Date: Thu, 8 Nov 2001 22:52:50 -0000
29128              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
29129      Branch: perl
29130            ! ext/DB_File/t/db-recno.t
29131 ____________________________________________________________________________
29132 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
29133         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
29134              (Probably not an EBCDIC issue the way one would think
29135              since no chr() et alia are used in UCD.pm.)
29136      Branch: perl
29137            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29138 ____________________________________________________________________________
29139 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
29140         Log: Whether overwriting the $self->{...} values (see #12902)
29141              is a good policy or not is debatable, but let's at least
29142              be consistent.
29143      Branch: perl
29144            ! lib/ExtUtils/MM_Unix.pm
29145 ____________________________________________________________________________
29146 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
29147         Log: The MakeMaker argument () quoting patch that sneaked
29148              in at #12883 didn't handle make macros like this $(...).
29149              Leaning toothpicks, we've got them.
29150      Branch: perl
29151            ! lib/ExtUtils/MM_Unix.pm
29152 ____________________________________________________________________________
29153 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
29154         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
29155              From: Michael G Schwern <schwern@pobox.com>
29156              Date: Wed, 7 Nov 2001 02:02:29 -0500
29157              Message-ID: <20011107020229.K2858@blackrider>
29158      Branch: perl
29159            ! t/io/argv.t t/test.pl vms/test.com
29160 ____________________________________________________________________________
29161 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
29162         Log: Subject: [PATCH 20011106.084] -s on #! line 
29163              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29164              Date: Wed, 7 Nov 2001 22:23:39 +0100
29165              Message-ID: <20011107222339.E729@rafael>
29166      Branch: perl
29167            ! embed.h embed.pl perl.c proto.h toke.c
29168 ____________________________________________________________________________
29169 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
29170         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
29171              From: Michael G Schwern <schwern@pobox.com>
29172              Date: Wed, 7 Nov 2001 16:52:49 -0500
29173              Message-ID: <20011107165249.I7346@blackrider>
29174      Branch: perl
29175            ! pod/perlhack.pod
29176 ____________________________________________________________________________
29177 [ 12898] By: ams                                   on 2001/11/08  13:02:19
29178         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
29179              From: Mark-Jason Dominus <mjd@plover.com>
29180              Date: Thu, 08 Nov 2001 08:59:02 -0500
29181              Message-Id: <20011108135902.2275.qmail@plover.com>
29182      Branch: perl
29183            ! INSTALL README README.amiga README.os2 README.vms
29184            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
29185            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
29186 ____________________________________________________________________________
29187 [ 12897] By: ams                                   on 2001/11/08  12:49:28
29188         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
29189              From: mjd@plover.com
29190              Date: 8 Nov 2001 13:33:18 -0000
29191              Message-Id: <20011108133318.1786.qmail@plover.com>
29192      Branch: perl
29193            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
29194            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
29195            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
29196            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
29197            ! pod/perlport.pod pod/perlvar.pod
29198 ____________________________________________________________________________
29199 [ 12896] By: ams                                   on 2001/11/08  11:22:12
29200         Log: open(FH, $file) should strip leading and trailing whitespace.
29201      Branch: perl
29202            ! doio.c
29203 ____________________________________________________________________________
29204 [ 12895] By: ams                                   on 2001/11/08  10:17:14
29205         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
29206              From: "Craig A. Berry" <craigberry@mac.com>
29207              Date: Wed, 07 Nov 2001 13:41:50 -0600
29208              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
29209      Branch: perl
29210            ! t/op/glob.t
29211 ____________________________________________________________________________
29212 [ 12894] By: ams                                   on 2001/11/08  08:32:20
29213         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
29214              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
29215              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
29216              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
29217      Branch: perl
29218            ! makedepend.SH
29219 ____________________________________________________________________________
29220 [ 12893] By: ams                                   on 2001/11/08  08:26:31
29221         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
29222              From: mjd@plover.com
29223              Date: 8 Nov 2001 08:08:07 -0000
29224              Message-Id: <20011108080807.30147.qmail@plover.com>
29225              
29226              Subject: bleadperl perl.pod
29227              From: mjd@plover.com
29228              Date: 8 Nov 2001 08:10:47 -0000
29229              Message-Id: <20011108081047.30178.qmail@plover.com>
29230              
29231              Subject: more bleadperl perl.pod
29232              From: mjd@plover.com
29233              Date: 8 Nov 2001 08:16:28 -0000
29234              Message-Id: <20011108081628.30229.qmail@plover.com>
29235      Branch: perl
29236            ! pod/perl.pod pod/perldebug.pod
29237 ____________________________________________________________________________
29238 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
29239         Log: Tweak for Cray-friendliness from Nicholas Clark.
29240      Branch: perl
29241            ! sv.c
29242 ____________________________________________________________________________
29243 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
29244         Log: VMS patch redo from Charles Lane.
29245      Branch: perl
29246            ! vms/gen_shrfls.pl
29247 ____________________________________________________________________________
29248 [ 12890] By: ams                                   on 2001/11/07  15:16:10
29249         Log: Subject: [ID 20011107.088] two perl pod nits
29250              From: lvirden@cas.org
29251              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
29252              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
29253      Branch: perl
29254            ! pod/perl.pod pod/perlfaq3.pod
29255 ____________________________________________________________________________
29256 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
29257         Log: Update Changes.
29258      Branch: perl
29259            ! Changes patchlevel.h
29260 ____________________________________________________________________________
29261 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
29262         Log: The (emulated) "no utf8" must be in a BEGIN block
29263              to be effective.
29264      Branch: perl
29265            ! lib/CGI/t/html.t
29266 ____________________________________________________________________________
29267 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
29268         Log: "v-strings" is the right term.
29269      Branch: perl
29270            ! pod/perltodo.pod
29271 ____________________________________________________________________________
29272 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
29273         Log: Add vstrings-as-objects need to perltodo.
29274      Branch: perl
29275            ! pod/perltodo.pod
29276 ____________________________________________________________________________
29277 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
29278         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
29279              From: Nicholas Clark <nick@ccl4.org>
29280              Date: Wed, 7 Nov 2001 14:36:32 +0000
29281              Message-ID: <20011107143631.I24980@plum.flirble.org>
29282      Branch: perl
29283            ! t/op/pack.t
29284 ____________________________________________________________________________
29285 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
29286         Log: The Embed test requires a major rewrite for VMS
29287              (plus it reveals a couple of annoying glitches
29288              in buffering), so skip the test for now; from
29289              Charles Lane.
29290      Branch: perl
29291            ! lib/ExtUtils/Embed.t
29292 ____________________________________________________________________________
29293 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
29294         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
29295              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29296              Date: Wed, 7 Nov 2001 09:23:28 EST
29297              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
29298              
29299              (Also i seems that an unrelated experimental patch
29300              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
29301      Branch: perl
29302            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
29303 ____________________________________________________________________________
29304 [ 12882] By: ams                                   on 2001/11/07  05:14:04
29305         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
29306              From: Mark-Jason Dominus <mjd@plover.com>
29307              Date: Wed, 07 Nov 2001 00:43:46 -0500
29308              Message-Id: <20011107054346.14428.qmail@plover.com>
29309      Branch: perl
29310            ! gv.c op.c toke.c
29311 ____________________________________________________________________________
29312 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
29313         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
29314              From: Michael G Schwern <schwern@pobox.com>             
29315              Date: Tue, 6 Nov 2001 22:04:39 -0500
29316              Message-ID: <20011106220439.D2858@blackrider>              
29317      Branch: perl
29318            ! lib/perl5db.pl
29319 ____________________________________________________________________________
29320 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
29321         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
29322              stress))
29323              From: Jonathan Stowe <gellyfish@gellyfish.com>
29324              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
29325              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
29326              
29327              (except for one hunk where indentation differs)
29328      Branch: perl
29329            ! lib/Term/Cap.t
29330 ____________________________________________________________________________
29331 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
29332         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
29333              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29334              Date: Tue, 6 Nov 2001 21:45:01 +0100
29335              Message-ID: <20011106214501.A704@rafael>
29336      Branch: perl
29337            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
29338            ! lib/File/Spec/Win32.pm
29339 ____________________________________________________________________________
29340 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
29341         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
29342              From: Michael G Schwern <schwern@pobox.com>              
29343              Date: Tue, 6 Nov 2001 20:58:45 -0500
29344              Message-ID: <20011106205845.G29411@blackrider>
29345      Branch: perl
29346            ! t/test.pl
29347 ____________________________________________________________________________
29348 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
29349         Log: Subject: making do_sprintf public       
29350              From: Doug MacEachern <dougm@covalent.net>    
29351              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
29352              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
29353      Branch: perl
29354            ! embed.h embed.pl global.sym
29355 ____________________________________________________________________________
29356 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
29357         Log: Update to CGI.pm 2.78.
29358              
29359              TODO: the test suite needs to be merged so that
29360              when in core, the core version is tested, and when
29361              using the CPAN version, testing the CPAN version.
29362              (the changes need to be sent to Lincoln, too...)
29363      Branch: perl
29364            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
29365            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
29366            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
29367            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
29368            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
29369            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
29370 ____________________________________________________________________________
29371 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
29372         Log: Integrate with perlio; (strictly) readonly hashes via XS.
29373      Branch: perl
29374           +> t/lib/access.t
29375           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
29376 ____________________________________________________________________________
29377 [ 12874] By: nick                                  on 2001/11/06  21:05:16
29378         Log: Keep It Simple and Stupid version of readonly hash support.
29379              - Test for SvREAONLY(hv) at a few spots in hv.c
29380              - add the error message to perldiag.pod
29381              - (dubious) add access::readonly() to univeral.c
29382              - add test using above
29383              - fixup ext/B/t/stash.t to account for access:: existing
29384      Branch: perlio
29385            + t/lib/access.t
29386            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
29387 ____________________________________________________________________________
29388 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
29389         Log: Fix incorrect warnings about broken globbing;
29390              from Andy Dougherty.
29391      Branch: perl
29392            ! hints/linux.sh
29393 ____________________________________________________________________________
29394 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
29395         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
29396              toggle-on from the encoding pragma.
29397      Branch: perl
29398            ! regcomp.c regexec.c
29399 ____________________________________________________________________________
29400 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
29401         Log: Retract #12824, doesn't help and is ignored
29402              by Configure anyway.
29403      Branch: perl
29404            ! hints/beos.sh
29405 ____________________________________________________________________________
29406 [ 12870] By: ams                                   on 2001/11/06  10:40:37
29407         Log: Subject: Cosmetic change
29408              From: H.Merijn Brand <h.m.brand@hccnet.nl>
29409              Date: Tue, 06 Nov 2001 12:30:52 +0100
29410              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
29411      Branch: perl
29412            ! README.hpux
29413 ____________________________________________________________________________
29414 [ 12869] By: nick                                  on 2001/11/06  08:26:40
29415         Log: Integrate mainline
29416      Branch: perlio
29417           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
29418           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
29419 ____________________________________________________________________________
29420 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
29421         Log: The parentheses are protected enough.
29422      Branch: perl
29423            ! hints/os390.sh
29424 ____________________________________________________________________________
29425 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
29426         Log: ccflags, not ldflags.
29427      Branch: perl
29428            ! hints/os390.sh
29429 ____________________________________________________________________________
29430 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
29431         Log: ... and the proto to go with #12865.
29432      Branch: perl
29433            ! proto.h
29434 ____________________________________________________________________________
29435 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
29436         Log: Oops.  Luckily nothing was using this symbol yet.
29437      Branch: perl
29438            ! global.sym
29439 ____________________________________________________________________________
29440 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
29441         Log: Implement the encoding pragma for regex literals.
29442      Branch: perl
29443            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
29444 ____________________________________________________________________________
29445 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
29446         Log: More UTF8 EXACT fixing.
29447      Branch: perl
29448            ! regexec.c
29449 ____________________________________________________________________________
29450 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
29451         Log: More re debugging.
29452      Branch: perl
29453            ! regexec.c
29454 ____________________________________________________________________________
29455 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
29456         Log: EXACT correction attempt.  Continued in #12863.
29457      Branch: perl
29458            ! regexec.c
29459 ____________________________________________________________________________
29460 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
29461         Log: Unterminated L<.
29462      Branch: perl
29463            ! ext/DB_File/DB_File.pm
29464 ____________________________________________________________________________
29465 [ 12859] By: nick                                  on 2001/11/05  19:15:17
29466         Log: Integrate mainline
29467      Branch: perlio
29468           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
29469           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
29470           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
29471           +> lib/Math/BigInt/t/sub_mbi.t
29472            - lib/Math/BigInt/t/Math/Subclass.pm
29473            - lib/Math/BigInt/t/subclass.t
29474           !> (integrate 30 files)
29475 ____________________________________________________________________________
29476 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
29477         Log: Regex debugging fixes from Hugo.
29478      Branch: perl
29479            ! regcomp.c regexec.c
29480 ____________________________________________________________________________
29481 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
29482         Log: IRIX: at some point the cc -version has started
29483              to output to stderr, not stdout any more.
29484      Branch: perl
29485            ! hints/irix_6.sh
29486 ____________________________________________________________________________
29487 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
29488         Log: Update Changes.
29489      Branch: perl
29490            ! Changes patchlevel.h
29491 ____________________________________________________________________________
29492 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
29493         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
29494      Branch: perl
29495            ! lib/File/Spec/Unix.pm
29496 ____________________________________________________________________________
29497 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
29498         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
29499              From: rgarciasuarez@free.fr
29500              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
29501              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
29502      Branch: perl
29503            ! lib/File/Spec/Unix.pm
29504 ____________________________________________________________________________
29505 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
29506         Log: Use config.arch in OS/390 where the combination of
29507              IEEE floats and ldflags is tricky.
29508      Branch: perl
29509            ! hints/os390.sh
29510 ____________________________________________________________________________
29511 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
29512         Log: Metaconfig unit change for #12851.
29513      Branch: metaconfig
29514            ! U/modified/Config_sh.U
29515 ____________________________________________________________________________
29516 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
29517         Log: Support a config.arch file, similar to config.over,
29518              but loaded just before it.
29519      Branch: perl
29520            ! Configure INSTALL
29521 ____________________________________________________________________________
29522 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
29523         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
29524              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29525              Date: Mon, 5 Nov 2001 14:26:24 +0100
29526              Message-ID: <20011105142624.C31977@rafael>
29527      Branch: perl
29528            ! lib/Symbol.pm lib/Symbol.t
29529 ____________________________________________________________________________
29530 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
29531         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
29532              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29533              Date: Sun, 4 Nov 2001 22:28:57 +0100
29534              Message-ID: <20011104222857.C696@rafael>
29535      Branch: perl
29536            ! pod/perldebug.pod pod/perlpodspec.pod
29537 ____________________________________________________________________________
29538 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
29539         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
29540      Branch: perl
29541            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
29542 ____________________________________________________________________________
29543 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
29544         Log: Math::Big* test tweaks to work better with core:
29545              but the coast still not clear.
29546      Branch: perl
29547            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
29548            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
29549 ____________________________________________________________________________
29550 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
29551         Log: Protect against high load: measure how much wall
29552              clock time went by while sleeping.  Avoids some
29553              false negatives, while may introduce some false
29554              positives.  Life is hard.
29555      Branch: perl
29556            ! ext/Time/HiRes/HiRes.t
29557 ____________________________________________________________________________
29558 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
29559         Log: More forgotten from #12843.
29560      Branch: perl
29561            ! lib/Math/BigInt/t/bigfltpm.inc
29562 ____________________________________________________________________________
29563 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
29564         Log: Forgot from #12843.
29565      Branch: perl
29566            + lib/Math/BigInt/t/bigintpm.inc
29567            ! MANIFEST
29568 ____________________________________________________________________________
29569 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
29570         Log: Upgrade to Math::BigInt 1.45; from Tels.
29571              NOTE: some of the tests are failing but that's because
29572              the core integration is not yet done.
29573      Branch: perl
29574            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
29575            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
29576            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
29577            - lib/Math/BigInt/t/Math/Subclass.pm
29578            - lib/Math/BigInt/t/subclass.t
29579            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
29580            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
29581            ! lib/Math/BigInt/t/mbimbf.t
29582 ____________________________________________________________________________
29583 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
29584         Log: VMS: adds capability to control more configuration stuff with
29585              -D and -U switches; parsing config.sh to extract previous config
29586              info in VMS-form, and a rewrite of the "prompt/response" routine;
29587              from Charles Lane.
29588      Branch: perl
29589            ! configure.com
29590 ____________________________________________________________________________
29591 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
29592         Log: Subject: Typo correction in perldebguts.pod
29593              From: mjd@plover.com
29594              Date: 4 Nov 2001 16:20:05 -0000
29595              Message-ID: <20011104162005.16699.qmail@plover.com>
29596      Branch: perl
29597            ! pod/perldebguts.pod
29598 ____________________________________________________________________________
29599 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
29600         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
29601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29602              Date: Sun, 4 Nov 2001 11:47:30 +0100
29603              Message-ID: <20011104114730.A715@rafael>
29604              
29605              Remove -T from the test, wrong place for that.
29606      Branch: perl
29607            ! lib/File/Temp/t/mktemp.t
29608 ____________________________________________________________________________
29609 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
29610         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
29611              From: Nicholas Clark <nick@ccl4.org>
29612              Date: Sun, 4 Nov 2001 10:41:24 +0000
29613              Message-ID: <20011104104123.U20123@plum.flirble.org>
29614      Branch: perl
29615            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
29616 ____________________________________________________________________________
29617 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
29618         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
29619              From: Michael G Schwern <schwern@pobox.com>
29620              Date: Sat, 3 Nov 2001 15:41:47 -0500
29621              Message-ID: <20011103154147.C600@blackrider>
29622      Branch: perl
29623            ! lib/Term/Cap.t
29624 ____________________________________________________________________________
29625 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
29626         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
29627              From: "Craig A. Berry" <craigberry@mac.com>     
29628              Date: Sat, 03 Nov 2001 16:02:28 -0600
29629              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
29630      Branch: perl
29631            ! ext/Time/HiRes/HiRes.t
29632 ____________________________________________________________________________
29633 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
29634         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
29635              From: "chromatic" <chromatic@rmci.net>
29636              Date: Sat, 03 Nov 2001 12:28:17 -0700
29637              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
29638      Branch: perl
29639            ! lib/Term/Cap.t
29640 ____________________________________________________________________________
29641 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
29642         Log: Don't bother doing POSIX charclass parsing if it
29643              possibly cannot be so.  Prepares way for charclass
29644              syntax like [[abc]||[def]] (or just [[abc][def]])
29645              for union, [[\w]&&[$a]] for intersection,
29646              and [[a-z]&&[^def]] for subtraction.
29647              
29648              Currently /[[a]/ (or /[a[]/) parses as a character
29649              class containing two characters, "[" and "a",
29650              this may have to be broken for the syntax described
29651              above, otherwise we would have to scan the whole pattern
29652              to find out whether the square brackets match pairwise.
29653              Luckily, the special case of "[" doesn't seem to be
29654              documented (as opposed to "]" and "-"), so we may have
29655              better story for breaking it...  One can always use \[
29656              if one wants a literal "[", so there.
29657      Branch: perl
29658            ! regcomp.c
29659 ____________________________________________________________________________
29660 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
29661         Log: Comment correction.
29662      Branch: perl
29663            ! regcomp.c
29664 ____________________________________________________________________________
29665 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
29666         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
29667              The latter is a RedHatism.
29668      Branch: perl
29669            ! lib/ExtUtils/MakeMaker.pm
29670 ____________________________________________________________________________
29671 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
29672         Log: Integrate perlio.
29673      Branch: perl
29674           !> perlio.c
29675 ____________________________________________________________________________
29676 [ 12831] By: nick                                  on 2001/11/03  11:42:15
29677         Log: Integrate mainline
29678      Branch: perlio
29679           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
29680           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
29681           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
29682           !> sv.c t/test.pl
29683 ____________________________________________________________________________
29684 [ 12830] By: nick                                  on 2001/11/03  10:27:34
29685         Log: Fix clone_leak problem.
29686              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
29687              as vestige of calling PerlLIO_dup().
29688      Branch: perlio
29689            ! perlio.c
29690 ____________________________________________________________________________
29691 [ 12829] By: nick                                  on 2001/11/03  09:40:46
29692         Log: Tweaks attempting to locate Doug's clone_leak leak.
29693              - add some PerlIO_debug()
29694              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
29695              - Even if it closing stdout etc. do a fflush()
29696      Branch: perlio
29697            ! perlio.c
29698 ____________________________________________________________________________
29699 [ 12828] By: nick                                  on 2001/11/03  08:34:31
29700         Log: Integrate mainline
29701      Branch: perlio
29702           !> (integrate 54 files)
29703 ____________________________________________________________________________
29704 [ 12827] By: ams                                   on 2001/11/03  03:45:19
29705         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
29706              remove this later). Based on a patch from Robert Spier in
29707              <15330.61459.14452.795263@rls.cx>.
29708      Branch: perl
29709            ! sv.c
29710 ____________________________________________________________________________
29711 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
29712         Log: microperl sync.
29713      Branch: perl
29714            ! doio.c perl.c perl.h perlio.c regexec.c
29715 ____________________________________________________________________________
29716 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
29717         Log: Definitions for the Unicode Newline Guidelines.
29718      Branch: perl
29719            ! perl.h
29720 ____________________________________________________________________________
29721 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
29722         Log: (retracted by #12871)
29723              
29724              There is no csh of any kind in default BeOS.
29725              For the purposes of miniperl globbing, bash
29726              will do.
29727      Branch: perl
29728            ! hints/beos.sh
29729 ____________________________________________________________________________
29730 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
29731         Log: Integrate change #12820 from macperl to maint and blead;
29732              
29733              Fix up (dynaloading) to work properly with multiplicity
29734      Branch: maint-5.6/perl
29735           !> ext/DynaLoader/dl_mac.xs
29736      Branch: perl
29737           !> ext/DynaLoader/dl_mac.xs
29738 ____________________________________________________________________________
29739 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
29740         Log: Several fixes for various exit problems and clearing out
29741              task queue, as well as another (incomplete) go at
29742              fixing error message handling
29743      Branch: maint-5.6/macperl
29744            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
29745 ____________________________________________________________________________
29746 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
29747         Log: Add source files for bleadperl builds
29748      Branch: maint-5.6/macperl
29749            ! macos/Makefile.mk
29750 ____________________________________________________________________________
29751 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
29752         Log: Fix up to work properly with multiplicity
29753      Branch: maint-5.6/macperl
29754            ! ext/DynaLoader/dl_mac.xs
29755 ____________________________________________________________________________
29756 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
29757         Log: Integrate with maintperl.
29758      Branch: maint-5.6/macperl
29759           +> t/op/system.t t/op/system_tests
29760           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
29761           !> pod/perltodo.pod util.c win32/win32.c
29762 ____________________________________________________________________________
29763 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
29764         Log: Locate _PATH_LOG if it's a socket even if not #defined
29765              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
29766              via Nick Clark.
29767      Branch: perl
29768            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
29769 ____________________________________________________________________________
29770 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
29771         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
29772              From: Michael G Schwern <schwern@pobox.com>
29773              Date: Fri, 2 Nov 2001 15:36:41 -0500
29774              Message-ID: <20011102153641.E23234@blackrider>
29775      Branch: perl
29776            ! t/test.pl
29777 ____________________________________________________________________________
29778 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
29779         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
29780              From: merlyn@stonehenge.com (Randal L. Schwartz)
29781              Date: 02 Nov 2001 09:33:34 -0800
29782              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
29783              
29784              (two of the changes)
29785              
29786              Better coexistence with extensions.
29787      Branch: perl
29788            ! ext/Errno/Errno_pm.PL hints/darwin.sh
29789 ____________________________________________________________________________
29790 [ 12815] By: ams                                   on 2001/11/02  16:47:43
29791         Log: Subject: Re: [PATCH] the the double double word word fix fix
29792              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29793              Date: Fri, 02 Nov 2001 19:43:07 +0100
29794              Message-Id: <3BE2E93B.627C198E@alcatel.at>
29795      Branch: perl
29796            ! pod/perldebug.pod
29797 ____________________________________________________________________________
29798 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
29799         Log: Update Changes.
29800      Branch: perl
29801            ! Changes patchlevel.h
29802 ____________________________________________________________________________
29803 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
29804         Log: More encoding testing.
29805      Branch: perl
29806            ! lib/encoding.pm lib/encoding.t
29807 ____________________________________________________________________________
29808 [ 12812] By: ams                                   on 2001/11/02  15:07:11
29809         Log: Slight modification of #12811.
29810      Branch: perl
29811            ! op.c
29812 ____________________________________________________________________________
29813 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
29814         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
29815              From: Radu Greab <radu@netsoft.ro>
29816              Date: Fri, 2 Nov 2001 15:28:58 +0200
29817              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
29818      Branch: perl
29819            ! op.c t/op/stat.t
29820 ____________________________________________________________________________
29821 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
29822         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
29823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29824              Date: Thu, 1 Nov 2001 22:35:50 +0100
29825              Message-ID: <20011101223550.A10849@rafael>
29826      Branch: perl
29827            ! lib/ExtUtils/Embed.t
29828 ____________________________________________________________________________
29829 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
29830         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
29831              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29832              Date: 2 Nov 2001 14:48:51 -0000
29833              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
29834      Branch: perl
29835            ! lib/File/Find.pm
29836 ____________________________________________________________________________
29837 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
29838         Log: Add documentation.
29839      Branch: perl
29840            ! embed.pl pod/perlapi.pod utf8.c
29841 ____________________________________________________________________________
29842 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
29843         Log: Unicode: add ToFold mapping.  Not used yet; but basically
29844              a more useful mapping for caseless aka case-ignoring than
29845              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
29846              algorithm for creating the foldings uses equivalence classes,
29847              see http://www.unicode.org/unicode/reports/tr21/
29848              Hopefully this feature will be used in //i.
29849              (The folding tables were introduced by #12689.)
29850      Branch: perl
29851            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
29852            ! utf8.c
29853 ____________________________________________________________________________
29854 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
29855         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
29856              From: "Craig A. Berry" <craigberry@mac.com>
29857              Date: Fri, 02 Nov 2001 00:03:52 -0600
29858              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
29859      Branch: perl
29860            ! lib/AutoSplit.t
29861 ____________________________________________________________________________
29862 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
29863         Log: Subject: Trivial doc patch
29864              From: andreas.koenig@anima.de (Andreas J. Koenig)
29865              Date: 02 Nov 2001 06:11:35 +0100
29866              Message-ID: <m37kt94v08.fsf@anima.de>
29867      Branch: perl
29868            ! pod/perlport.pod
29869 ____________________________________________________________________________
29870 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
29871         Log: Make encoding and charnames pragmas coexist.
29872      Branch: perl
29873            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
29874 ____________________________________________________________________________
29875 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
29876         Log: The basic character classes seem to go untested with Unicode.
29877      Branch: perl
29878            ! t/op/pat.t
29879 ____________________________________________________________________________
29880 [ 12802] By: ams                                   on 2001/11/02  00:39:36
29881         Log: Subject: [PATCH] the the double double word word fix fix
29882              From: Richard Soderberg <rs@oregonnet.com>
29883              Date: Thu, 1 Nov 2001 13:12:03 -0800
29884              Message-Id: <200111012112.NAA23288@oregonnet.com>
29885              
29886              Subject: Re: [PATCH] the the double double word word fix fix
29887              From: Mark-Jason Dominus <mjd@plover.com>
29888              Date: Thu, 01 Nov 2001 16:43:40 -0500
29889              Message-Id: <20011101214340.2044.qmail@plover.com>
29890              
29891              Subject: Re: [PATCH] the the double double word word fix fix
29892              From: Mark-Jason Dominus <mjd@plover.com>
29893              Date: Thu, 01 Nov 2001 16:51:39 -0500
29894              Message-Id: <20011101215139.2196.qmail@plover.com>
29895      Branch: perl
29896            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
29897            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
29898            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
29899            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
29900            ! pod/perltodo.pod pod/perlxstut.pod
29901 ____________________________________________________________________________
29902 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
29903         Log: Comment tweaks.
29904      Branch: perl
29905            ! toke.c
29906 ____________________________________________________________________________
29907 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
29908         Log: FAQ sync.
29909      Branch: perl
29910            ! pod/perlfaq9.pod
29911 ____________________________________________________________________________
29912 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
29913         Log: If an encoding is set by -M/-m, it must be in
29914              effect only for the actual script, not any other
29915              required/-M/-m'ed module, otherwise we enter a nasty
29916              recursion in regexec.c while trying to init the simple
29917              UTF-8 charclasses like PL_utf8_alnum.
29918      Branch: perl
29919            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
29920 ____________________________________________________________________________
29921 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
29922         Log: A bit more descriptive name.
29923      Branch: perl
29924            ! mg.c
29925 ____________________________________________________________________________
29926 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
29927         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
29928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29929              Date: Wed, 31 Oct 2001 13:47:04 EST
29930              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
29931      Branch: perl
29932            ! ext/Time/HiRes/HiRes.t
29933 ____________________________________________________________________________
29934 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
29935         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
29936              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29937              Date: Wed, 31 Oct 2001 13:43:29 EST
29938              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
29939      Branch: perl
29940            ! mg.c
29941 ____________________________________________________________________________
29942 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
29943         Log: Subject: [PATCH] Various test cleanups
29944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29945              Date: Tue, 30 Oct 2001 21:56:26 +0100
29946              Message-ID: <20011030215626.A28503@rafael>
29947      Branch: perl
29948            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29949            ! ext/DB_File/t/db-recno.t ext/Encode.t
29950 ____________________________________________________________________________
29951 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
29952         Log: Update Changes.
29953      Branch: perl
29954            ! Changes patchlevel.h
29955 ____________________________________________________________________________
29956 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
29957         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
29958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
29959              Date: Wed, 31 Oct 2001 17:16:39 +0100
29960              Message-ID: <20011031171639.A32511@rafael>
29961      Branch: perl
29962            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
29963 ____________________________________________________________________________
29964 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
29965         Log: Skip message nit.
29966      Branch: perl
29967            ! t/io/fs.t
29968 ____________________________________________________________________________
29969 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
29970         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
29971              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29972              Date: 31 Oct 2001 14:49:37 -0000
29973              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
29974      Branch: perl
29975            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
29976 ____________________________________________________________________________
29977 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
29978         Log: Extend the effect of the encoding pragma to chr() and ord().
29979              
29980              TODO: regex literals, reentrancy problems with the utf8
29981              and charnames pragmas.
29982      Branch: perl
29983            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
29984 ____________________________________________________________________________
29985 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
29986         Log: Doc tweaks.
29987      Branch: perl
29988            ! lib/encoding.pm
29989 ____________________________________________________________________________
29990 [ 12788] By: nick                                  on 2001/10/31  08:59:56
29991         Log: Integrate mainline
29992      Branch: perlio
29993           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
29994           !> (integrate 49 files)
29995 ____________________________________________________________________________
29996 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
29997         Log: Forgot new proto.
29998      Branch: perl
29999            ! proto.h
30000 ____________________________________________________________________________
30001 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
30002         Log: Clarification: use encoding cannot be used to
30003              change the default encoding of "your whole script";
30004              only the default encoding of the *data*.  Also, it
30005              seems that "use encoding" does not mix with "use utf8"
30006              (a coredumping recursion ensues).  Should not be a huge
30007              problem since "use utf8" is pretty marginal nowadays.
30008      Branch: perl
30009            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
30010 ____________________________________________________________________________
30011 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
30012         Log: More documentation for the encode pragma.
30013      Branch: perl
30014            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
30015            ! pod/perlapi.pod pod/perlunicode.pod sv.c
30016 ____________________________________________________________________________
30017 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
30018         Log: Thinko in #12783.
30019      Branch: perl
30020            ! sv.c
30021 ____________________________________________________________________________
30022 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
30023         Log: Make sv_recode_to_utf8() a real API: the encoding
30024              is a parameter, instead of a global.  Document the
30025              PERL_ENCODING.
30026      Branch: perl
30027            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
30028            ! toke.c
30029 ____________________________________________________________________________
30030 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
30031         Log: Enable -Mencoding=foobar also for string literals.
30032      Branch: perl
30033            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
30034            ! pod/perlapi.pod proto.h sv.c toke.c
30035 ____________________________________________________________________________
30036 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
30037         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
30038              From: Andy Dougherty <doughera@lafayette.edu>
30039              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
30040              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
30041      Branch: perl
30042            ! ext/POSIX/hints/svr4.pl
30043 ____________________________________________________________________________
30044 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
30045         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
30046              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
30047              Date: Mon, 29 Oct 2001 23:11:58 -0000
30048              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
30049              
30050              Add compat.h.
30051      Branch: perl
30052            ! lib/h2xs.t utils/h2xs.PL
30053 ____________________________________________________________________________
30054 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
30055         Log: Subject: PerlIOBuf_dup
30056              From: Nicholas Clark <nick@ccl4.org>              
30057              Date: Mon, 29 Oct 2001 21:52:35 +0000             
30058              Message-ID: <20011029215235.K41204@plum.flirble.org>
30059              
30060              Add prototype.
30061      Branch: perl
30062            ! perliol.h
30063 ____________________________________________________________________________
30064 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
30065         Log: Subject: [PATCH] Make malloc.c errors more useful
30066              From: Richard Soderberg <rs@oregonnet.com>
30067              Date: Mon, 29 Oct 2001 22:28:02 -0800
30068              Message-Id: <200110300628.WAA11025@oregonnet.com>
30069      Branch: perl
30070            ! malloc.c
30071 ____________________________________________________________________________
30072 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
30073         Log: Retract #12776 - the bug 19990906.001 is still valid.
30074      Branch: perl
30075            ! t/run/kill_perl.t
30076 ____________________________________________________________________________
30077 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
30078         Log: (Retracted by #12777)
30079              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
30080              From: Michael G Schwern <schwern@pobox.com> 
30081              Date: Mon, 29 Oct 2001 23:01:08 -0500
30082              Message-ID: <20011029230108.G18053@blackrider>
30083      Branch: perl
30084            ! t/run/kill_perl.t
30085 ____________________________________________________________________________
30086 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
30087         Log: Comment nits.
30088      Branch: perl
30089            ! lib/encoding.t
30090 ____________________________________________________________________________
30091 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
30092         Log: integrate change#12772 from mainline
30093              
30094              Subject: [PATCH] Mommy, what's a pointer cast?
30095      Branch: maint-5.6/perl
30096            ! perl.h
30097 ____________________________________________________________________________
30098 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
30099         Log: Subject: [PATCH] Mommy, what's a pointer cast?
30100              From: Richard Soderberg <rs@oregonnet.com>
30101              Date: Mon, 29 Oct 2001 17:01:10 -0800
30102              Message-Id: <200110300101.RAA31561@oregonnet.com>
30103              
30104              (threads* parts)
30105      Branch: perl
30106            ! ext/threads/shared/shared.xs ext/threads/threads.xs
30107 ____________________________________________________________________________
30108 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
30109         Log: Subject: [PATCH] Mommy, what's a pointer cast?
30110              From: Richard Soderberg <rs@oregonnet.com>
30111              Date: Mon, 29 Oct 2001 17:01:10 -0800
30112              Message-Id: <200110300101.RAA31561@oregonnet.com>
30113              
30114              (the perl.h part)
30115      Branch: perl
30116            ! perl.h
30117 ____________________________________________________________________________
30118 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
30119         Log: Subject: [PATCH] OpenBSD likes signal.h 
30120              From: Richard Soderberg <rs@oregonnet.com>
30121              Date: Mon, 29 Oct 2001 17:00:31 -0800
30122              Message-Id: <200110300100.RAA31533@oregonnet.com>
30123      Branch: perl
30124            ! unixish.h
30125 ____________________________________________________________________________
30126 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
30127         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
30128              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
30129              Date: Mon, 29 Oct 2001 23:04:23 -0000
30130              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
30131      Branch: perl
30132            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30133            ! ext/DB_File/t/db-recno.t
30134 ____________________________________________________________________________
30135 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
30136         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
30137              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
30138              Date: Mon, 29 Oct 2001 12:34:07 -0600
30139              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
30140      Branch: perl
30141            ! ext/Time/HiRes/HiRes.t
30142 ____________________________________________________________________________
30143 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
30144         Log: Update Changes.
30145      Branch: perl
30146            ! Changes patchlevel.h
30147 ____________________________________________________________________________
30148 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
30149         Log: AIX needs an explicit symbol export list.
30150      Branch: perl
30151            ! lib/ExtUtils/Embed.t
30152 ____________________________________________________________________________
30153 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
30154         Log: The test (and the module) would require some
30155              quality hacking time to work on EBCDIC.  Based on
30156              the test results nothing seems to be majorly broken,
30157              the module just seems to have strange assumptions:
30158              got: ''\226\225\205'
30159              expected: ''one'
30160              The \226\225\205 being, of course, 'one', in EBCDIC.
30161      Branch: perl
30162            ! lib/Dumpvalue.t
30163 ____________________________________________________________________________
30164 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
30165         Log: Mark the test known to be failing in EBCDIC.
30166      Branch: perl
30167            ! t/op/tr.t
30168 ____________________________________________________________________________
30169 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
30170         Log: None of the libnet modules are going to work in
30171              EBCDIC without the Convert::EBCDIC.
30172      Branch: perl
30173            ! t/lib/1_compile.t
30174 ____________________________________________________________________________
30175 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
30176         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
30177      Branch: perl
30178            ! t/op/pack.t
30179 ____________________________________________________________________________
30180 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
30181         Log: UTF-EBCDIC ain't UTF-8.
30182      Branch: perl
30183            ! t/op/pack.t
30184 ____________________________________________________________________________
30185 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
30186         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
30187      Branch: perl
30188            ! t/lib/1_compile.t
30189 ____________________________________________________________________________
30190 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
30191         Log: Let's not assume ASCII.
30192      Branch: perl
30193            ! t/op/lc.t
30194 ____________________________________________________________________________
30195 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
30196         Log: Call the new perlio symbols differently.
30197      Branch: perl
30198            ! makedef.pl
30199 ____________________________________________________________________________
30200 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
30201         Log: Don't expect ASCII ordering.
30202      Branch: perl
30203            ! lib/ExtUtils/Manifest.t
30204 ____________________________________________________________________________
30205 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
30206         Log: Forgot from #12756.
30207      Branch: perl
30208            ! perlio.h
30209 ____________________________________________________________________________
30210 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
30211         Log: BeOS tweaks:
30212              - fseeko and ftello can be found by Configure but
30213              we do not seem to have prototypes for them so
30214              let's make up some
30215              - BeOS didn't use to have real sockets (sockets as
30216              filedescriptors) but the BONE package is supposed
30217              to fix this.  I do not know how to detect BONEness,
30218              see hints/beos.sh for a spot that needs to fixed.
30219              - BeOS has O_TEXT != O_BINARY but has no setmode()
30220      Branch: perl
30221            ! hints/beos.sh perlio.c
30222 ____________________________________________________________________________
30223 [ 12755] By: sky                                   on 2001/10/29  12:56:12
30224         Log: Ugly fix to not die when a thread creator is holding locks.
30225      Branch: perl
30226            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30227            ! ext/threads/threads.xs
30228 ____________________________________________________________________________
30229 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
30230         Log: Integrate change #12752 from maintperl;
30231              
30232              croak(Nullch) wasn't printing the contents of ERRSV if there was
30233              no outer eval (bug in change#6125)
30234      Branch: perl
30235           !> util.c
30236 ____________________________________________________________________________
30237 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
30238         Log: Subject: [PATCH h2xs] Use of static data in XS modules
30239              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
30240              Date: Sun, 28 Oct 2001 21:19:07 -0000
30241              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
30242              
30243              with nits from Sarathy.
30244      Branch: perl
30245            ! utils/h2xs.PL
30246 ____________________________________________________________________________
30247 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
30248         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
30249              no outer eval (bug in change#6125)
30250      Branch: maint-5.6/perl
30251            ! util.c
30252 ____________________________________________________________________________
30253 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
30254         Log: More todo for the encoding pragma.
30255      Branch: perl
30256            ! lib/encoding.pm
30257 ____________________________________________________________________________
30258 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
30259         Log: Add the encoding pragma to control the "upgrade"
30260              from the native eight bit data to Unicode.
30261              
30262              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
30263      Branch: perl
30264            + lib/encoding.pm lib/encoding.t
30265            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
30266            ! pod/perlunicode.pod pod/perlvar.pod sv.c
30267 ____________________________________________________________________________
30268 [ 12749] By: sky                                   on 2001/10/28  21:02:33
30269         Log: Update documentation.
30270      Branch: perl
30271            ! ext/threads/shared/shared.pm
30272 ____________________________________________________________________________
30273 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
30274         Log: Integrate change #12747 from maintperl;
30275              
30276              finishing touches to system() fixes on windows:
30277              * detect cmd shell correctly even if it had full path in it
30278              * more quoting needed for single-arg system if the argument
30279              really had multiple quoted arguments within it
30280              * be smarter about not calling the shell when the executable
30281              has spaces, but otherwise does not need shell involvement
30282              * add a testsuite (windows-specific currently)
30283      Branch: perl
30284           +> t/op/system.t t/op/system_tests
30285            ! MANIFEST pod/perltodo.pod
30286           !> win32/win32.c
30287 ____________________________________________________________________________
30288 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
30289         Log: finishing touches to system() fixes on windows:
30290              * detect cmd shell correctly even if it had full path in it
30291              * more quoting needed for single-arg system if the argument
30292              really had multiple quoted arguments within it
30293              * be smarter about not calling the shell when the executable
30294              has spaces, but otherwise does not need shell involvement
30295              * add a testsuite (windows-specific currently)
30296      Branch: maint-5.6/perl
30297            + t/op/system.t t/op/system_tests
30298            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
30299 ____________________________________________________________________________
30300 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
30301         Log: Integrate perlio.
30302      Branch: perl
30303           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
30304 ____________________________________________________________________________
30305 [ 12745] By: nick                                  on 2001/10/28  16:08:14
30306         Log: Mingw32 fixup for Embed.t
30307      Branch: perlio
30308            ! lib/ExtUtils/Embed.t
30309 ____________________________________________________________________________
30310 [ 12744] By: nick                                  on 2001/10/28  15:54:14
30311         Log: GCC vs MS 64-bit constant syntax
30312      Branch: perlio
30313            ! ext/Time/HiRes/HiRes.xs
30314 ____________________________________________________________________________
30315 [ 12743] By: nick                                  on 2001/10/28  15:42:55
30316         Log: Integrate mainline
30317      Branch: perlio
30318           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
30319 ____________________________________________________________________________
30320 [ 12742] By: sky                                   on 2001/10/28  14:47:10
30321         Log: Manpage updates.
30322      Branch: perl
30323            ! ext/threads/threads.pm
30324 ____________________________________________________________________________
30325 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
30326         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
30327      Branch: perl
30328            ! lib/ExtUtils/Embed.t
30329 ____________________________________________________________________________
30330 [ 12740] By: nick                                  on 2001/10/28  14:14:24
30331         Log: Integrate mainline
30332      Branch: perlio
30333           !> lib/ExtUtils/Embed.t win32/win32.c
30334 ____________________________________________________________________________
30335 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
30336         Log: Need to be ./executed.
30337      Branch: perl
30338            ! lib/ExtUtils/Embed.t
30339 ____________________________________________________________________________
30340 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
30341         Log: Integrate perlio.
30342      Branch: perl
30343           !> perlio.c win32/win32.h
30344 ____________________________________________________________________________
30345 [ 12737] By: nick                                  on 2001/10/28  13:53:45
30346         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
30347              by gcc -xc++.
30348      Branch: perlio
30349            ! win32/win32.h
30350 ____________________________________________________________________________
30351 [ 12736] By: nick                                  on 2001/10/28  13:50:50
30352         Log: Have :stdio layer update an honour the fd refcnt table.
30353              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
30354      Branch: perlio
30355            ! perlio.c
30356 ____________________________________________________________________________
30357 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
30358         Log: Integrate changes #12724 and #12725 from maintperl;
30359              multiarg system now works.
30360      Branch: perl
30361           !> win32/win32.c
30362 ____________________________________________________________________________
30363 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
30364         Log: Integrate perlio.
30365      Branch: perl
30366           +> lib/ExtUtils/Embed.t
30367           !> MANIFEST perlio.c
30368 ____________________________________________________________________________
30369 [ 12733] By: nick                                  on 2001/10/28  13:07:16
30370         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
30371              least for PERLIO=perlio unthreaded case
30372      Branch: perlio
30373            ! perlio.c
30374 ____________________________________________________________________________
30375 [ 12732] By: nick                                  on 2001/10/28  11:10:24
30376         Log: Typo in exe name
30377      Branch: perlio
30378            ! lib/ExtUtils/Embed.t
30379 ____________________________________________________________________________
30380 [ 12731] By: nick                                  on 2001/10/28  11:09:59
30381         Log: Integrate Mainline
30382      Branch: perlio
30383           !> Changes configure.com ext/DB_File/DB_File.pm
30384           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
30385           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
30386           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
30387           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
30388           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
30389           !> t/TEST t/op/regexp.t win32/buildext.pl
30390 ____________________________________________________________________________
30391 [ 12730] By: nick                                  on 2001/10/28  11:05:35
30392         Log: Fixup Embed.t for Win32/VC++
30393      Branch: perlio
30394            ! lib/ExtUtils/Embed.t
30395 ____________________________________________________________________________
30396 [ 12729] By: nick                                  on 2001/10/28  09:36:20
30397         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
30398              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
30399              ExtUtils::Embed.
30400      Branch: perlio
30401            + lib/ExtUtils/Embed.t
30402            ! MANIFEST
30403 ____________________________________________________________________________
30404 [ 12728] By: sky                                   on 2001/10/28  08:12:53
30405         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
30406              line manually!
30407      Branch: perl
30408            ! lib/ExtUtils/xsubpp
30409 ____________________________________________________________________________
30410 [ 12727] By: sky                                   on 2001/10/28  08:02:09
30411         Log: And here we use the prototypes.
30412      Branch: perl
30413            ! ext/threads/shared/shared.xs
30414 ____________________________________________________________________________
30415 [ 12726] By: sky                                   on 2001/10/28  08:00:48
30416         Log: Support [] style prototypes.
30417      Branch: perl
30418            ! lib/ExtUtils/xsubpp
30419 ____________________________________________________________________________
30420 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
30421         Log: yet another multi-arg system() fix on windows: batch files as the
30422              first argument (i.e. directly executed by CreateProcess()) need
30423              extra quoting to escape shell-shock
30424      Branch: maint-5.6/perl
30425            ! win32/win32.c
30426 ____________________________________________________________________________
30427 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
30428         Log: another multi-arg system() fix on windows: passing empty arguments
30429              now works
30430      Branch: maint-5.6/perl
30431            ! win32/win32.c
30432 ____________________________________________________________________________
30433 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
30434         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
30435              No final #else #error because we do not seem to
30436              be using #error?
30437      Branch: perl
30438            ! op.h
30439 ____________________________________________________________________________
30440 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
30441         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
30442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
30443              Date: Sat, 27 Oct 2001 23:28:44 EST 
30444              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
30445      Branch: perl
30446            ! ext/Time/HiRes/HiRes.xs
30447 ____________________________________________________________________________
30448 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
30449         Log: Regen perlapi, perltoc.
30450      Branch: perl
30451            ! pod/perlapi.pod pod/perltoc.pod
30452 ____________________________________________________________________________
30453 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
30454         Log: Subject: [PATCH] sv.h documentation
30455              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
30456              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
30457              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
30458      Branch: perl
30459            ! sv.h
30460 ____________________________________________________________________________
30461 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
30462         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
30463              system("nmake -nologo", "clean") and there is no executable
30464              called "nmake -nologo"; this used to "work" pre-change#12559 due
30465              to bugs in multiarg system() that have since been fixed
30466      Branch: perl
30467            ! win32/buildext.pl
30468 ____________________________________________________________________________
30469 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
30470         Log: Update Changes.
30471      Branch: perl
30472            ! Changes patchlevel.h
30473 ____________________________________________________________________________
30474 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
30475         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
30476              From: Richard.Foley@t-online.de (Richard Foley)            
30477              Date: Sun, 28 Oct 2001 00:48:32 +0200
30478              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
30479      Branch: perl
30480            ! pod/perlhack.pod
30481 ____________________________________________________________________________
30482 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
30483         Log: Must store pointers with the right width.
30484      Branch: perl
30485            ! op.h
30486 ____________________________________________________________________________
30487 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
30488         Log: Integrate change #12711 from perlio;
30489              
30490              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
30491              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
30492      Branch: perl
30493           !> perlio.c
30494 ____________________________________________________________________________
30495 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
30496         Log: Subject: [PATCH] make minitest
30497              From: Nicholas Clark <nick@ccl4.org>
30498              Date: Sat, 27 Oct 2001 22:56:16 +0100
30499              Message-ID: <20011027225616.L20275@plum.flirble.org>
30500      Branch: perl
30501            ! t/TEST
30502 ____________________________________________________________________________
30503 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
30504         Log: Patch #12661 missed this.
30505      Branch: perl
30506            ! ext/DB_File/DB_File.pm
30507 ____________________________________________________________________________
30508 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
30509         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
30510              From: "Craig A. Berry" <craigberry@mac.com>
30511              Date: Sat, 27 Oct 2001 16:07:47 -0500
30512              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
30513      Branch: perl
30514            ! configure.com perlio.c
30515 ____________________________________________________________________________
30516 [ 12711] By: nick                                  on 2001/10/27  19:49:25
30517         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
30518              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
30519      Branch: perlio
30520            ! perlio.c
30521 ____________________________________________________________________________
30522 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
30523         Log: Let's not replace reason if there's one already supplied.
30524      Branch: perl
30525            ! t/op/regexp.t
30526 ____________________________________________________________________________
30527 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
30528         Log: is not good.
30529      Branch: perl
30530            ! t/op/regexp.t
30531 ____________________________________________________________________________
30532 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
30533         Log: ldlibpth can exist but be unset.
30534      Branch: perl
30535            ! t/TEST
30536 ____________________________________________________________________________
30537 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
30538         Log: Unicode: property alias naming cleanup.
30539      Branch: perl
30540            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
30541 ____________________________________________________________________________
30542 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
30543         Log: FAQ sync.
30544      Branch: perl
30545            ! pod/perlfaq4.pod
30546 ____________________________________________________________________________
30547 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
30548         Log: Integrate change #12703 from maintperl;
30549              
30550              typemap stuff intervenes before declaration, move it to PREINIT
30551              section
30552              
30553              (an empty integrate, but now the files are in sync
30554              between the branches)
30555      Branch: perl
30556           !> ext/ODBM_File/ODBM_File.xs
30557 ____________________________________________________________________________
30558 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
30559         Log: More PerlIO symbols.
30560      Branch: perl
30561            ! makedef.pl
30562 ____________________________________________________________________________
30563 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
30564         Log: typemap stuff intervenes before declaration, move it to PREINIT
30565              section
30566      Branch: maint-5.6/perl
30567            ! ext/ODBM_File/ODBM_File.xs
30568 ____________________________________________________________________________
30569 [ 12702] By: nick                                  on 2001/10/27  14:09:35
30570         Log: Integrate mainline
30571      Branch: perlio
30572           +> ext/threads/shared/t/av_simple.t
30573           +> ext/threads/shared/t/hv_refs.t
30574           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
30575           !> (integrate 109 files)
30576 ____________________________________________________________________________
30577 [ 12700] By: ams                                   on 2001/10/26  21:22:23
30578         Log: Subject: [PATCH] tweak divide
30579              From: Nicholas Clark <nick@ccl4.org>
30580              Date: Fri, 26 Oct 2001 22:52:17 +0100
30581              Message-Id: <20011026225217.B20275@plum.flirble.org>
30582      Branch: perl
30583            ! pp.c
30584 ____________________________________________________________________________
30585 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
30586         Log: Integrate a buncha things from maintperl.
30587      Branch: maint-5.6/macperl
30588           !> (integrate 32 files)
30589 ____________________________________________________________________________
30590 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
30591         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
30592              From: Andy Dougherty <doughera@lafayette.edu>
30593              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
30594              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
30595      Branch: perl
30596            ! hints/svr4.sh
30597 ____________________________________________________________________________
30598 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
30599         Log: When you're root, many things become writable.
30600      Branch: perl
30601            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
30602 ____________________________________________________________________________
30603 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
30604         Log: Update Changes.
30605      Branch: perl
30606            ! Changes patchlevel.h
30607 ____________________________________________________________________________
30608 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
30609         Log: Term/Cap.t attempts to access the floppy drive for no good reason
30610              on dosish systems
30611      Branch: perl
30612            ! lib/Term/Cap.t
30613 ____________________________________________________________________________
30614 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
30615         Log: fix misleading comment on known inadequacy in B::Terse, and skip
30616              it correctly
30617      Branch: perl
30618            ! ext/B/t/terse.t
30619 ____________________________________________________________________________
30620 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
30621         Log: fix spurious AutoSplit.t failure under windows
30622      Branch: perl
30623            ! lib/AutoSplit.t
30624 ____________________________________________________________________________
30625 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
30626         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
30627      Branch: perl
30628            ! ext/Time/HiRes/HiRes.t
30629 ____________________________________________________________________________
30630 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
30631         Log: More logical to use %04"UVXf" than %"UVuf" since
30632              the Unicode standard prefers hex.
30633      Branch: perl
30634            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
30635            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
30636            ! lib/unicore/mktables utf8.c
30637 ____________________________________________________________________________
30638 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
30639         Log: change#12065 seems to have broken Encode build on windows; fix
30640      Branch: perl
30641            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
30642 ____________________________________________________________________________
30643 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
30644         Log: Unicode: add the case folding table.
30645      Branch: perl
30646            + lib/unicore/To/Fold.pl
30647            ! MANIFEST lib/unicore/mktables
30648 ____________________________________________________________________________
30649 [ 12688] By: sky                                   on 2001/10/26  13:51:29
30650         Log: Get the new functions right, do not export lock since we use builtin lock.
30651              TODO: fix xsubpp to support the new prototypes
30652      Branch: perl
30653            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30654 ____________________________________________________________________________
30655 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
30656         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
30657              as suggested by Sarathy.
30658      Branch: perl
30659            ! mg.c
30660 ____________________________________________________________________________
30661 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
30662         Log: avoid compiler warning
30663      Branch: perl
30664            ! win32/win32.c
30665 ____________________________________________________________________________
30666 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
30667         Log: WinCE update from Rainer Keuchel.
30668      Branch: perl
30669            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
30670            ! wince/wince.c
30671 ____________________________________________________________________________
30672 [ 12684] By: sky                                   on 2001/10/26  13:34:33
30673         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
30674      Branch: perl
30675            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30676 ____________________________________________________________________________
30677 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
30678         Log: More fixes that were made to the core and not in the libnet src
30679      Branch: perl
30680            ! lib/Net/Domain.pm
30681 ____________________________________________________________________________
30682 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
30683         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
30684              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
30685              Date: Fri, 26 Oct 2001 13:55:21 +0200
30686              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
30687              
30688              (plus make the db-recno.t#59 accept both \n and \r\n)
30689      Branch: perl
30690            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30691            ! ext/DB_File/t/db-recno.t
30692 ____________________________________________________________________________
30693 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
30694         Log: Fix tests to be able to run in the core and the CPAN dist
30695      Branch: perl
30696            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
30697            ! lib/Net/t/require.t lib/Net/t/smtp.t
30698 ____________________________________________________________________________
30699 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
30700         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
30701              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30702              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
30703              Date: Fri, 26 Oct 2001 08:34:46 EDT
30704      Branch: perl
30705            ! ext/Time/HiRes/HiRes.t
30706 ____________________________________________________________________________
30707 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
30708         Log: Sync libnet modules with what will be libnet-1.08
30709      Branch: perl
30710            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
30711            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
30712            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
30713            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
30714 ____________________________________________________________________________
30715 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
30716         Log: Integrate maintperl changes #12268 and #12669;
30717              
30718              final touches to the audit for statics and thread-unsafe code
30719              * make DB_File, ODBM_File thread-safe 
30720              * remove unnecessary/dangerous statics and protect others
30721              from not getting accidentally enabled under threaded perls
30722              
30723              windows support functions get_childdir() et al aren't exported
30724              correctly under vanilla build
30725              
30726              Testing under win32 appreciated since changes there had
30727              to be manually merged and I cannot test how badly did I do.
30728      Branch: perl
30729           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
30730           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
30731           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
30732           !> win32/vmem.h win32/win32.c win32/win32iop.h
30733 ____________________________________________________________________________
30734 [ 12677] By: sky                                   on 2001/10/26  12:37:17
30735         Log: More Config::threads to threads::threads changes
30736      Branch: perl
30737            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
30738 ____________________________________________________________________________
30739 [ 12676] By: sky                                   on 2001/10/26  12:31:46
30740         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
30741      Branch: perl
30742            ! ext/threads/threads.pm ext/threads/threads.xs
30743 ____________________________________________________________________________
30744 [ 12675] By: sky                                   on 2001/10/26  12:06:30
30745         Log: Allocing a TLS in runtime is not too hot.
30746      Branch: perl
30747            ! ext/threads/threads.xs
30748 ____________________________________________________________________________
30749 [ 12674] By: sky                                   on 2001/10/26  11:59:09
30750         Log: Don't display debug data.
30751      Branch: perl
30752            ! ext/threads/threads.pm
30753 ____________________________________________________________________________
30754 [ 12673] By: sky                                   on 2001/10/26  11:35:47
30755         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
30756              complete bar support for blessed objects.
30757              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
30758      Branch: perl
30759            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
30760 ____________________________________________________________________________
30761 [ 12672] By: sky                                   on 2001/10/26  11:15:28
30762         Log: Fix case where shared reference does not exist in current thread.
30763      Branch: perl
30764            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
30765 ____________________________________________________________________________
30766 [ 12671] By: sky                                   on 2001/10/26  08:48:52
30767         Log: Support for references in shared arrays.
30768      Branch: perl
30769            ! ext/threads/shared/shared.xs
30770 ____________________________________________________________________________
30771 [ 12670] By: sky                                   on 2001/10/26  08:30:11
30772         Log: Add tests for references in hashes.
30773      Branch: perl
30774            + ext/threads/shared/t/hv_refs.t
30775            ! MANIFEST
30776 ____________________________________________________________________________
30777 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
30778         Log: windows support functions get_childdir() et al aren't exported
30779              correctly under vanilla build
30780      Branch: maint-5.6/perl
30781            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
30782 ____________________________________________________________________________
30783 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
30784         Log: final touches to the audit for statics and thread-unsafe code
30785              * make DB_File, ODBM_File thread-safe 
30786              * remove unnecessary/dangerous statics and protect others
30787              from not getting accidentally enabled under threaded perls
30788      Branch: maint-5.6/perl
30789            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
30790            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
30791            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
30792            ! win32/win32.c
30793 ____________________________________________________________________________
30794 [ 12667] By: ams                                   on 2001/10/26  03:48:36
30795         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
30796              From: "Richard Soderberg" <rs@crystalflame.net>
30797              Date: Thu, 25 Oct 2001 23:42:50 -0400
30798              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
30799      Branch: perl
30800            ! sharedsv.c
30801 ____________________________________________________________________________
30802 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
30803         Log: Integrate change #12664 from maintperl;
30804              
30805              the newest GCCs don't seem to like C<"string1"##STRING2>
30806              so keep it as C<"string1" STRING2> (latter appears to
30807              work everywhere)
30808      Branch: perl
30809           !> ext/DynaLoader/dlutils.c
30810 ____________________________________________________________________________
30811 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
30812         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
30813              From: Chris Nandor <pudge@pobox.com>
30814              Date: Thu, 25 Oct 2001 22:15:03 -0400
30815              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
30816      Branch: perl
30817            ! perl.h
30818 ____________________________________________________________________________
30819 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
30820         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
30821              C<"string1" STRING2> (latter appears to work everywhere)
30822      Branch: maint-5.6/perl
30823            ! ext/DynaLoader/dlutils.c
30824 ____________________________________________________________________________
30825 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
30826         Log: AUTHORS update.
30827      Branch: perl
30828            ! AUTHORS
30829 ____________________________________________________________________________
30830 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
30831         Log: Integrate change #12660 from maintperl;
30832              
30833              make the dMY_CXT stuff available under all of
30834              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30835      Branch: perl
30836           !> perl.h
30837 ____________________________________________________________________________
30838 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
30839         Log: Subject: [PATCH] DB_File-1.79
30840              From: "Paul Marquess" <paul.marquess@openwave.com>
30841              Date: Fri, 26 Oct 2001 00:03:54 +0100
30842              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
30843      Branch: perl
30844            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
30845            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
30846 ____________________________________________________________________________
30847 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
30848         Log: make the dMY_CXT stuff available under all of
30849              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30850      Branch: maint-5.6/perl
30851            ! perl.h
30852 ____________________________________________________________________________
30853 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
30854         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
30855              From: Michael G Schwern <schwern@pobox.com>
30856              Date: Thu, 25 Oct 2001 18:28:12 -0400
30857              Message-ID: <20011025182812.M4811@blackrider>
30858      Branch: perl
30859            ! t/run/kill_perl.t
30860 ____________________________________________________________________________
30861 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
30862         Log: STRLEN != int.
30863      Branch: perl
30864            ! regcomp.c regexec.c
30865 ____________________________________________________________________________
30866 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
30867         Log: Subject: [PATCH] remove small IVop redundancy
30868              From: Nicholas Clark <nick@ccl4.org>
30869              Date: Thu, 25 Oct 2001 22:48:28 +0100
30870              Message-ID: <20011025224827.M66471@plum.flirble.org>
30871      Branch: perl
30872            ! pp.c pp_hot.c
30873 ____________________________________________________________________________
30874 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
30875         Log: Metaconfig unit change for #12655.
30876      Branch: metaconfig/U/perl
30877            ! Extensions.U
30878 ____________________________________________________________________________
30879 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
30880         Log: Subject: Re: Not OK @12650
30881              From: Andy Dougherty <doughera@lafayette.edu>
30882              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
30883              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
30884      Branch: perl
30885            ! Configure
30886 ____________________________________________________________________________
30887 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
30888         Log: Integrate changes #12652 and #12653 from maintperl;
30889              
30890              more tweaks to change#12626
30891              * move the boilerplate code over to perl.h and make DynaLoader
30892              use it
30893              * make re, Opcode, File::Glob and B threadsafe
30894              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30895              C<no re;> anywhere)
30896              
30897              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30898              
30899              File::Glob required a bit more work in bleadperl
30900              because of ExtUtils::Constant (see the Makefile.PL change)
30901      Branch: perl
30902            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
30903           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30904           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30905 ____________________________________________________________________________
30906 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
30907         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30908      Branch: maint-5.6/perl
30909            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30910            ! ext/Opcode/Opcode.xs ext/re/re.xs
30911 ____________________________________________________________________________
30912 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
30913         Log: more tweaks to change#12626
30914              * move the boilerplate code over to perl.h and make DynaLoader
30915              use it
30916              * make re, Opcode, File::Glob and B threadsafe
30917              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30918              C<no re;> anywhere)
30919      Branch: maint-5.6/perl
30920            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30921            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30922 ____________________________________________________________________________
30923 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
30924         Log: Metaconfig unit change for #12650.
30925      Branch: metaconfig/U/perl
30926            ! Extensions.U
30927 ____________________________________________________________________________
30928 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
30929         Log: Subject: Re: ithreads doesn't like usedl=n
30930              From: Andy Dougherty <doughera@lafayette.edu>
30931              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
30932              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
30933              
30934              Special-case threads::shared.
30935      Branch: perl
30936            ! Configure
30937 ____________________________________________________________________________
30938 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
30939         Log: Getting fancier...
30940      Branch: perl
30941            ! t/TEST
30942 ____________________________________________________________________________
30943 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
30944         Log: csh - what a pain.
30945      Branch: perl
30946            ! t/TEST
30947 ____________________________________________________________________________
30948 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
30949         Log: Update Changes.
30950      Branch: perl
30951            ! Changes patchlevel.h
30952 ____________________________________________________________________________
30953 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
30954         Log: Allow resetting the locale system for the duration
30955              of the build (Mac OS X default setting LANG=En_US
30956              ist kaputt)
30957      Branch: perl
30958            ! Makefile.SH
30959 ____________________________________________________________________________
30960 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
30961         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
30962      Branch: perl
30963            ! ext/Digest/MD5/t/files.t
30964 ____________________________________________________________________________
30965 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
30966         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
30967              From: Andy Dougherty <doughera@lafayette.edu>
30968              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
30969              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
30970      Branch: perl
30971            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
30972            ! ext/threads/shared/Makefile.PL
30973 ____________________________________________________________________________
30974 [ 12643] By: sky                                   on 2001/10/25  12:28:26
30975         Log: Add support for reference members of hashes.
30976      Branch: perl
30977            ! ext/threads/shared/shared.xs
30978 ____________________________________________________________________________
30979 [ 12642] By: ams                                   on 2001/10/25  12:21:13
30980         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
30981              From: "Norton Allen" <nort@qnx.com>
30982              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
30983              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
30984      Branch: perl
30985            ! ext/Digest/MD5/MD5.xs
30986 ____________________________________________________________________________
30987 [ 12641] By: sky                                   on 2001/10/25  10:27:39
30988         Log: Tests shared hashes.
30989      Branch: perl
30990            + ext/threads/shared/t/hv_simple.t
30991            ! MANIFEST
30992 ____________________________________________________________________________
30993 [ 12640] By: sky                                   on 2001/10/25  10:18:23
30994         Log: Fix threadcounts for arrays and hashes.
30995      Branch: perl
30996            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30997 ____________________________________________________________________________
30998 [ 12639] By: sky                                   on 2001/10/25  10:17:26
30999         Log: Note to self, doing *src_ary++ in a macro that evaluates
31000              the value more than once is a good way to dump core.
31001      Branch: perl
31002            ! sharedsv.c
31003 ____________________________________________________________________________
31004 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
31005         Log: Integrate change #12636 from maintperl; more dl fixups.
31006      Branch: perl
31007           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
31008           !> ext/DynaLoader/dl_vms.xs
31009 ____________________________________________________________________________
31010 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
31011         Log: Like dl_hpux, like dl_dld.
31012      Branch: perl
31013            ! ext/DynaLoader/dl_dld.xs
31014 ____________________________________________________________________________
31015 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
31016         Log: followups to change#12635
31017      Branch: maint-5.6/perl
31018            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
31019            ! ext/DynaLoader/dl_vms.xs
31020 ____________________________________________________________________________
31021 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
31022         Log: add part of change#12634 to the two files that need it; dl_aix.xs
31023              in maint-5.6 doesn't have the branch that had the problem in
31024              mainline
31025      Branch: maint-5.6/perl
31026            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
31027 ____________________________________________________________________________
31028 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
31029         Log: Fixes for #12627.
31030      Branch: perl
31031            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
31032 ____________________________________________________________________________
31033 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
31034         Log: Since pv_uni_display and sv_uni_display are now used
31035              in the re extension, their symbols have to be exported.
31036      Branch: perl
31037            ! embed.pl global.sym
31038 ____________________________________________________________________________
31039 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
31040         Log: Subject:  Re: [PATCH Perl@12567] debug /list
31041              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31042              Date: Tue, 23 Oct 2001 21:40:33 EDT
31043              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
31044      Branch: perl
31045            ! configure.com
31046 ____________________________________________________________________________
31047 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
31048         Log: This takes care of some of the re 'debug' cases but
31049              not all cases since the information whether the pattern
31050              or the target are utf8 seems to be either lost or not
31051              spread widely enough, sigh.
31052      Branch: perl
31053            ! regcomp.c
31054 ____________________________________________________________________________
31055 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
31056         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
31057              From: John Peacock <jpeacock@rowman.com>
31058              Date: Wed, 24 Oct 2001 16:53:29 -0400
31059              Message-ID: <3BD72A49.1508D152@rowman.com>
31060      Branch: perl
31061            ! configure.com
31062 ____________________________________________________________________________
31063 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
31064         Log: Upgrade NetWare and WinCE as in #12626.
31065      Branch: perl
31066            ! NetWare/dl_netware.xs wince/dl_win32.xs
31067 ____________________________________________________________________________
31068 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
31069         Log: Tru64 compiler nit.
31070      Branch: perl
31071            ! ext/threads/shared/shared.xs
31072 ____________________________________________________________________________
31073 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
31074         Log: Integrate change #12626 from maintperl;
31075              make DynaLoader threadsafe by moving all statics into
31076              interpreter-local space
31077              
31078              TODO: Netware, OS/2, WinCE
31079      Branch: perl
31080           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
31081           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
31082           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
31083           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
31084           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
31085           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
31086           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
31087 ____________________________________________________________________________
31088 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
31089         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
31090              space
31091      Branch: maint-5.6/perl
31092            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
31093            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
31094            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
31095            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
31096            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
31097            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
31098            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
31099 ____________________________________________________________________________
31100 [ 12625] By: sky                                   on 2001/10/24  20:05:26
31101         Log: Change #12623 inflicted an infinite hang. Fixed.
31102      Branch: perl
31103            ! ext/threads/shared/shared.xs
31104 ____________________________________________________________________________
31105 [ 12624] By: sky                                   on 2001/10/24  19:06:55
31106         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
31107      Branch: perl
31108            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
31109 ____________________________________________________________________________
31110 [ 12623] By: sky                                   on 2001/10/24  18:06:34
31111         Log: We need to do sharedsv_find in the original perl context.
31112      Branch: perl
31113            ! ext/threads/shared/shared.xs
31114 ____________________________________________________________________________
31115 [ 12622] By: sky                                   on 2001/10/24  17:26:51
31116         Log: Add support for basic support for AVs, references not supported yet.
31117              Add test for AVs.
31118              Add more tests to sv_refs
31119              Fix documentation issues.  
31120      Branch: perl
31121            + ext/threads/shared/t/av_simple.t
31122            ! MANIFEST ext/threads/shared/shared.pm
31123            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
31124 ____________________________________________________________________________
31125 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
31126         Log: Dump Unicode better for re 'debug'.  The regprop()
31127              is unfinished since have to figure out how to detect
31128              Unicodeness in there.
31129      Branch: perl
31130            ! regcomp.c regexec.c
31131 ____________________________________________________________________________
31132 [ 12620] By: sky                                   on 2001/10/24  13:18:07
31133         Log: Add support for finding shared arrays and hashes.
31134      Branch: perl
31135            ! sharedsv.c
31136 ____________________________________________________________________________
31137 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
31138         Log: Rewrite sv_uni_display() as pv_uni_display() as
31139              reimplement sv_uni_display() using that.
31140      Branch: perl
31141            ! dump.c embed.h embed.pl proto.h
31142 ____________________________________________________________________________
31143 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
31144         Log: Integrate change #12615 from maintperl;
31145              on Windows, IO::File::new_tmpfile() fails after being called
31146              32767 times because MSVCRT thinks stdio's TMP_MAX is a
31147              process-wide limit
31148      Branch: perl
31149           !> win32/win32.c
31150 ____________________________________________________________________________
31151 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
31152         Log: Don't try to print ints as IVs.
31153      Branch: perl
31154            ! ext/Time/HiRes/HiRes.xs
31155 ____________________________________________________________________________
31156 [ 12616] By: sky                                   on 2001/10/24  11:06:35
31157         Log: We only need to fetch the SV from the backend if the index
31158              is not the same as mg_private.     In theory this could be
31159              a problem if there are an exact multiple of U16 changes
31160              of a shared variable between two access in a given thread,
31161              we choose to avoid theory for now.
31162      Branch: perl
31163            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
31164 ____________________________________________________________________________
31165 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
31166         Log: on Windows, IO::File::new_tmpfile() fails after being called
31167              32767 times because MSVCRT thinks stdio's TMP_MAX is a
31168              process-wide limit
31169      Branch: maint-5.6/perl
31170            ! win32/win32.c
31171 ____________________________________________________________________________
31172 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
31173         Log: Negation and Unicode: sort of solves 20010303.010,
31174              except not quite like reported in the Subject
31175              (Perl_warner is still utf8-ignorant).
31176      Branch: perl
31177            ! pp.c t/lib/warnings/sv
31178 ____________________________________________________________________________
31179 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
31180         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
31181      Branch: perl
31182            ! sv.c t/lib/warnings/sv
31183 ____________________________________________________________________________
31184 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
31185         Log: sv_uni_display(): do not add the "...", let the caller
31186              do it if wanted, and be prepared for more display options.
31187      Branch: perl
31188            ! dump.c embed.h embed.pl proto.h
31189 ____________________________________________________________________________
31190 [ 12611] By: nick                                  on 2001/10/23  20:28:07
31191         Log: Integrate mainline
31192      Branch: perlio
31193           !> Changes configure.com cygwin/cygwin.c
31194           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
31195           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
31196           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
31197           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
31198           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
31199           !> utils/h2xs.PL utils/perldoc.PL
31200 ____________________________________________________________________________
31201 [ 12610] By: sky                                   on 2001/10/23  19:39:24
31202         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
31203              don't call themselves READONLY but still die with modification
31204              attempt. We only call bless for ext and umagic.
31205      Branch: perl
31206            ! sv.c
31207 ____________________________________________________________________________
31208 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
31209         Log: Croak() on negative time; doc tweaks.
31210      Branch: perl
31211            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31212            ! ext/Time/HiRes/HiRes.xs
31213 ____________________________________________________________________________
31214 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
31215         Log: FAQ sync.
31216      Branch: perl
31217            ! pod/perlfaq4.pod pod/perlfaq7.pod
31218 ____________________________________________________________________________
31219 [ 12607] By: sky                                   on 2001/10/23  18:27:27
31220         Log: Call setmagic on the referent we are blessing.
31221      Branch: perl
31222            ! sv.c
31223 ____________________________________________________________________________
31224 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
31225         Log: Small test nits.
31226      Branch: perl
31227            ! t/op/lc.t
31228 ____________________________________________________________________________
31229 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
31230         Log: Update Changes.
31231      Branch: perl
31232            ! Changes patchlevel.h
31233 ____________________________________________________________________________
31234 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
31235         Log: Make the PerlIO_init() prototypes consistent.
31236      Branch: perl
31237            ! perlio.c
31238 ____________________________________________________________________________
31239 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
31240         Log: Upping the test count is a good idea.
31241      Branch: perl
31242            ! t/op/lc.t
31243 ____________________________________________________________________________
31244 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
31245         Log: Document the final sigma spot.
31246      Branch: perl
31247            ! pp.c
31248 ____________________________________________________________________________
31249 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
31250         Log: Fix multicharacter titlecase (ucfirst).
31251      Branch: perl
31252            ! pod/perlunicode.pod pp.c t/op/lc.t
31253 ____________________________________________________________________________
31254 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
31255         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
31256              From: Mikhail Zabaluev <mhz@alt-linux.org>
31257              Date: Tue, 23 Oct 2001 10:40:37 +0400
31258              Message-ID: <20011023104037.A12761@localhost.localdomain>
31259              
31260              (#12406 replaced with this)
31261      Branch: perl
31262            ! utils/perldoc.PL
31263 ____________________________________________________________________________
31264 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
31265         Log: MacOS Classic updates from Pudge.
31266      Branch: perl
31267            ! lib/File/Spec.t lib/File/Spec/Mac.pm
31268 ____________________________________________________________________________
31269 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
31270         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
31271              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31272              Date: Sun, 14 Oct 2001 23:14:46 +0200
31273              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
31274              
31275              except for the 2->4 changes.
31276      Branch: perl
31277            ! lib/AutoSplit.t
31278 ____________________________________________________________________________
31279 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
31280         Log: integrate macperl contents into maint-5.6
31281      Branch: maint-5.6/perl
31282            ! mg.c
31283           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
31284           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
31285           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
31286           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31287           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
31288           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
31289           !> t/lib/filefind.t t/lib/filespec.t
31290 ____________________________________________________________________________
31291 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
31292         Log: At some point the #6234 has been lost from the mainline
31293              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
31294      Branch: perl
31295            ! lib/File/Spec/Win32.pm
31296 ____________________________________________________________________________
31297 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
31298         Log: Cygwin seems to round up (or closest, but not down)
31299              for time(), so half of the time (bad pun intended)
31300              Time::HiRes::time() is less than time(), half of
31301              the time it's more.  So let's try harder in the loop.
31302      Branch: perl
31303            ! ext/Time/HiRes/HiRes.t
31304 ____________________________________________________________________________
31305 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
31306         Log: MacOS Classic timeofday(), from Chris Nandor. 
31307      Branch: perl
31308            ! ext/Time/HiRes/HiRes.xs
31309 ____________________________________________________________________________
31310 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
31311         Log: Integrate changes #12580 and #12581 from macperl;
31312              
31313              Fix path construction.
31314              
31315              (Copyright) Nit.
31316      Branch: perl
31317           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
31318 ____________________________________________________________________________
31319 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
31320         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
31321              doesn't seem to help (the error being output to console, maybe?)
31322      Branch: perl
31323            ! lib/Net/Domain.pm
31324 ____________________________________________________________________________
31325 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
31326         Log: Taint the getcwd() result also in Cygwin.
31327              (TODO: which other platforms need the same thing?)
31328      Branch: perl
31329            ! cygwin/cygwin.c
31330 ____________________________________________________________________________
31331 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
31332         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
31333      Branch: perl
31334            ! t/op/taint.t
31335 ____________________________________________________________________________
31336 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
31337         Log: getpwuid() fragility continues.
31338      Branch: perl
31339            ! utils/h2xs.PL
31340 ____________________________________________________________________________
31341 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
31342         Log: getpwuid() might succeed but that's no guarantee
31343              that the $home will be defined.
31344      Branch: perl
31345            ! ext/File/Glob/t/basic.t
31346 ____________________________________________________________________________
31347 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
31348         Log: It's safer to to expand the variable, too... (see #12571)
31349      Branch: perl
31350            ! t/TEST
31351 ____________________________________________________________________________
31352 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
31353         Log: Integrate with maintperl.
31354      Branch: maint-5.6/macperl
31355           !> win32/bin/pl2bat.pl win32/win32.c
31356 ____________________________________________________________________________
31357 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
31358         Log: Oops, forgot to include Win32 ... just as well, since it
31359              seems in bleadperl, change #7764 was not included
31360              (adding C:\temp).  Re-added.  Rip it back out if it
31361              doesn't belong.  :-)
31362      Branch: maint-5.6/macperl
31363            ! lib/File/Spec/Win32.pm
31364 ____________________________________________________________________________
31365 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
31366         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
31367              From: "Craig A. Berry" <craigberry@mac.com>
31368              Date: Mon, 22 Oct 2001 15:25:19 -0500
31369              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
31370      Branch: perl
31371            ! configure.com
31372 ____________________________________________________________________________
31373 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
31374         Log: Add in lots of File::Spec changes, from Thomas Wegner,
31375              and sync with changes from bleadperl.
31376      Branch: maint-5.6/macperl
31377            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
31378            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31379            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31380            ! lib/File/Spec/Win32.pm t/lib/filespec.t
31381 ____________________________________________________________________________
31382 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
31383         Log: Sync with latest File::Find and tests from bleadperl.
31384      Branch: maint-5.6/macperl
31385            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
31386 ____________________________________________________________________________
31387 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
31388         Log: Nit.
31389      Branch: maint-5.6/macperl
31390            ! perl.c
31391 ____________________________________________________________________________
31392 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
31393         Log: Fix path construction.
31394      Branch: maint-5.6/macperl
31395            ! ext/DynaLoader/DynaLoader_pm.PL
31396 ____________________________________________________________________________
31397 [ 12579] By: nick                                  on 2001/10/22  19:08:35
31398         Log: Integrate mainline (for Arthurs thread.xs fix)
31399      Branch: perlio
31400           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
31401 ____________________________________________________________________________
31402 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
31403         Log: Fix up exported symbols, move relevant docs
31404              over from macperl.pod.
31405      Branch: maint-5.6/macperl
31406            ! macos/ext/MacPerl/MacPerl.pm
31407 ____________________________________________________________________________
31408 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
31409         Log: Make ADDRESS called optionally as a method.
31410      Branch: maint-5.6/macperl
31411            ! macos/lib/Mac/Glue.pm
31412 ____________________________________________________________________________
31413 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
31414         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
31415              Apple event.
31416      Branch: maint-5.6/macperl
31417            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
31418            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
31419            ! macos/macperl/MPTerminology.aete
31420 ____________________________________________________________________________
31421 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
31422         Log: Clean up some build utilities. Change Entab to Duplicate;
31423              fix docs and error reporting; improve macify() of paths;
31424              remove requirement for Exporter.pm presence.
31425      Branch: maint-5.6/macperl
31426            ! macos/InstallBLIB macos/MacPerlTests.cmd
31427            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
31428 ____________________________________________________________________________
31429 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
31430         Log: Sync Time::HiRes with bleadperl
31431      Branch: maint-5.6/macperl
31432            ! macos/bundled_ext/Time/HiRes/HiRes.pm
31433            ! macos/bundled_ext/Time/HiRes/HiRes.t
31434            ! macos/bundled_ext/Time/HiRes/HiRes.xs
31435 ____________________________________________________________________________
31436 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
31437         Log: Fix up Changes
31438      Branch: maint-5.6/macperl
31439            ! macos/Changes
31440 ____________________________________________________________________________
31441 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
31442         Log: A user might belong to only a single group
31443              (the group equal to the group id).
31444      Branch: perl
31445            ! t/op/groups.t
31446 ____________________________________________________________________________
31447 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
31448         Log: Prepending (instead of replacing with) the pwd is safer. 
31449      Branch: perl
31450            ! t/TEST
31451 ____________________________________________________________________________
31452 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
31453         Log: Be more robust if no hostname or domainname
31454              (especially the latter)
31455      Branch: perl
31456            ! lib/Net/Domain.pm
31457 ____________________________________________________________________________
31458 [ 12569] By: sky                                   on 2001/10/22  17:41:07
31459         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
31460      Branch: perl
31461            ! ext/threads/threads.xs
31462 ____________________________________________________________________________
31463 [ 12568] By: nick                                  on 2001/10/22  16:31:24
31464         Log: Integrate mainline
31465      Branch: perlio
31466           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
31467           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
31468           +> ext/threads/shared/t/sv_refs.t
31469           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
31470            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31471            - lib/unicore/To/SpecUpper.pl
31472           !> (integrate 42 files)
31473 ____________________________________________________________________________
31474 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
31475         Log: Update Changes.
31476      Branch: perl
31477            ! Changes patchlevel.h
31478 ____________________________________________________________________________
31479 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
31480         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
31481              From: Michael G Schwern <schwern@pobox.com>
31482              Date: Mon, 22 Oct 2001 03:48:38 -0400
31483              Message-ID: <20011022034838.B1676@blackrider>
31484      Branch: perl
31485            ! pod/perlvar.pod
31486 ____________________________________________________________________________
31487 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
31488         Log: Pod nits, as suggested by Stas Bekman.
31489      Branch: perl
31490            ! ext/threads/shared/shared.pm ext/threads/threads.pm
31491 ____________________________________________________________________________
31492 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
31493         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
31494              From: "Paul Marquess" <paul.marquess@openwave.com> 
31495              Date: Sun, 21 Oct 2001 21:11:15 +0100
31496              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
31497      Branch: perl
31498            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
31499            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
31500            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
31501            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
31502            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
31503            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
31504            ! ext/SDBM_File/sdbm.t
31505 ____________________________________________________________________________
31506 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
31507         Log: Integrate change #12559 from maintperl;
31508              various fixes for system() and backticks under windows
31509      Branch: perl
31510           !> win32/win32.c
31511 ____________________________________________________________________________
31512 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
31513         Log: Integrate change #12560 from maintperl;
31514              make pl2bat use %0 rather than "%0" (the latter fails to work
31515              in a lot of common cases)
31516      Branch: perl
31517           !> win32/bin/pl2bat.pl
31518 ____________________________________________________________________________
31519 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
31520         Log: Integrate changes #12549 and #12550 from maintperl;
31521              
31522              readline() doesn't work with our variables; it confuses them with
31523              my variables (change#4227 was incomplete)
31524      Branch: perl
31525            ! t/lib/strict/vars
31526           !> t/base/rs.t toke.c
31527 ____________________________________________________________________________
31528 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
31529         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
31530              in a lot of common cases)
31531      Branch: maint-5.6/perl
31532            ! win32/bin/pl2bat.pl
31533 ____________________________________________________________________________
31534 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
31535         Log: various fixes for system() and backticks under windows:
31536              
31537              * avoid munging whitespace that is passed within quotes
31538              * work around a cmd.exe misfeature that made multi-arg
31539              system() unreliable when there is more than one quoted
31540              argument
31541              * make multi-arg system() autoquote arguments as needed
31542              before passing them to the shell (this avoids having to
31543              second guess the shell quoting)
31544              * perl's -Dp switch can be used to trace the innards
31545      Branch: maint-5.6/perl
31546            ! win32/win32.c
31547 ____________________________________________________________________________
31548 [ 12558] By: nick                                  on 2001/10/22  08:58:42
31549         Log: Integrate ithreads buffer flush fix from perlio
31550      Branch: perl
31551           !> ext/threads/t/basic.t perl.c
31552 ____________________________________________________________________________
31553 [ 12557] By: nick                                  on 2001/10/22  08:35:09
31554         Log: All tests pass (legitimately) on ithreads
31555      Branch: perlio
31556            ! ext/threads/t/basic.t perl.c
31557 ____________________________________________________________________________
31558 [ 12556] By: nick                                  on 2001/10/22  06:51:22
31559         Log: Integrate non-ithreads fix to mainline
31560      Branch: perl
31561           !> perlio.c
31562 ____________________________________________________________________________
31563 [ 12555] By: nick                                  on 2001/10/22  06:48:33
31564         Log: Restore non-ithreads build. Interestingly binmode test passes
31565              non-ithreads - so crlf layer is not damaged and ithreads fail
31566              is a symptom ...
31567      Branch: perlio
31568            ! perlio.c
31569 ____________________________________________________________________________
31570 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
31571         Log: Integrate from perlio; restructuring.
31572      Branch: perl
31573           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
31574           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
31575           !> win32/perlhost.h
31576 ____________________________________________________________________________
31577 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
31578         Log: Integrate from maintperl
31579              (Changes 12350, 12496, 12548, 12549, 12550)
31580      Branch: maint-5.6/macperl
31581           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
31582           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
31583 ____________________________________________________________________________
31584 [ 12552] By: nick                                  on 2001/10/21  19:18:12
31585         Log: Win32 PerlIO_cleanup special cases should no longer be required.
31586      Branch: perlio
31587            ! perl.c
31588 ____________________________________________________________________________
31589 [ 12551] By: nick                                  on 2001/10/21  19:16:56
31590         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
31591      Branch: perlio
31592            ! win32/makefile.mk
31593 ____________________________________________________________________________
31594 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
31595         Log: change#12549 wasn't aware of strictures
31596      Branch: maint-5.6/perl
31597            ! t/pragma/strict-vars toke.c
31598 ____________________________________________________________________________
31599 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
31600         Log: readline() doesn't work with our variables; it confuses them with
31601              my variables (change#4227 was incomplete)
31602      Branch: maint-5.6/perl
31603            ! t/base/rs.t toke.c
31604 ____________________________________________________________________________
31605 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
31606         Log: change#12220 appears to have pulled in a mainline change that
31607              isn't applicable to maint-5.6 (some platforms don't taint
31608              cwd)
31609      Branch: maint-5.6/perl
31610            ! t/lib/filefind-taint.t
31611 ____________________________________________________________________________
31612 [ 12547] By: nick                                  on 2001/10/21  17:15:54
31613         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
31614              for them. Call explicit cleanup during destruct process.
31615              - one binmode test is failing
31616              - also ext/threads/t/basic.t fails under make test, and is noisy under
31617              harness. (Threads results are intermingled and don't match order expected.)
31618      Branch: perlio
31619            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
31620            ! perlio.h perliol.h pod/perlapi.pod sv.c
31621 ____________________________________________________________________________
31622 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
31623         Log: Implement multicharacter case mappings where a single
31624              Unicode character can be mapped into several.
31625      Branch: perl
31626            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31627            - lib/unicore/To/SpecUpper.pl
31628            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
31629            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
31630            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
31631            ! proto.h t/op/lc.t utf8.c
31632 ____________________________________________________________________________
31633 [ 12545] By: sky                                   on 2001/10/21  15:25:16
31634         Log: First support of threads::shared, support shared svs and references.
31635      Branch: perl
31636            + ext/threads/shared/Makefile.PL ext/threads/shared/README
31637            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
31638            + ext/threads/shared/t/sv_refs.t
31639            + ext/threads/shared/t/sv_simple.t
31640            ! MANIFEST sharedsv.c
31641 ____________________________________________________________________________
31642 [ 12544] By: nick                                  on 2001/10/21  14:52:35
31643         Log: PerlIO layer table as PL_perlio (per-interpreter)
31644      Branch: perlio
31645            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
31646            ! pod/perlapi.pod sv.c
31647 ____________________________________________________________________________
31648 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
31649         Log: Prettyprinting.
31650      Branch: perl
31651            ! pod/perlunicode.pod
31652 ____________________________________________________________________________
31653 [ 12542] By: ams                                   on 2001/10/21  03:50:25
31654         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
31655              From: "Sean M. Burke" <sburke@cpan.org>
31656              Date: Sat, 20 Oct 2001 17:51:09 -0600
31657              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
31658      Branch: perl
31659            + pod/perlpodspec.pod
31660            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
31661            ! pod/perltoc.pod
31662 ____________________________________________________________________________
31663 [ 12541] By: nick                                  on 2001/10/20  22:23:53
31664         Log: Fix typos in new locking on MemShared
31665              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
31666              - seems to make segfaults more deterministic - suspect they are 
31667              attempt to free() after Interp and Host have gone.
31668      Branch: perlio
31669            ! perlio.c win32/perlhost.h
31670 ____________________________________________________________________________
31671 [ 12540] By: nick                                  on 2001/10/20  21:50:46
31672         Log: Remove the MemShared re-#define (again)
31673      Branch: perlio
31674            ! perlio.c
31675 ____________________________________________________________________________
31676 [ 12539] By: nick                                  on 2001/10/20  21:49:06
31677         Log: Use locks on MemShared
31678      Branch: perlio
31679            ! win32/perlhost.h
31680 ____________________________________________________________________________
31681 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
31682         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
31683              From: "chromatic" <chromatic@rmci.net>
31684              Date: Sat, 20 Oct 2001 11:13:47 -0600
31685              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
31686      Branch: perl
31687            ! installhtml
31688 ____________________________________________________________________________
31689 [ 12537] By: nick                                  on 2001/10/20  16:44:03
31690         Log: Integrate mainline
31691      Branch: perlio
31692           !> (integrate 48 files)
31693 ____________________________________________________________________________
31694 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
31695         Log: Update Changes.
31696      Branch: perl
31697            ! Changes patchlevel.h
31698 ____________________________________________________________________________
31699 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
31700         Log: Upgrade to podlators 1.11, from Russ Allbery.
31701      Branch: perl
31702            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
31703            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31704            ! pod/pod2man.PL pod/pod2text.PL
31705 ____________________________________________________________________________
31706 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
31707         Log: Integrate perlio change #12532:
31708              introduce and use PerlIO_intmod2str().
31709      Branch: perl
31710           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
31711 ____________________________________________________________________________
31712 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
31713         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
31714      Branch: perl
31715            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
31716 ____________________________________________________________________________
31717 [ 12532] By: nick                                  on 2001/10/20  14:25:37
31718         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
31719              Use for non-PERLIO fdupopen().
31720      Branch: perlio
31721            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
31722 ____________________________________________________________________________
31723 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
31724         Log: Integrate perlio: PerlIO win32 fixes.
31725      Branch: perl
31726           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
31727           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
31728           !> proto.h sv.h win32/win32io.c
31729 ____________________________________________________________________________
31730 [ 12530] By: nick                                  on 2001/10/20  12:53:30
31731         Log: Fixed in two places - p4 resolve
31732      Branch: perlio
31733            ! perlsdio.h
31734 ____________________________________________________________________________
31735 [ 12529] By: nick                                  on 2001/10/20  12:51:05
31736         Log: Fix for ithreads/stdio build
31737      Branch: perlio
31738            ! perlio.c perlsdio.h
31739 ____________________________________________________________________________
31740 [ 12528] By: ams                                   on 2001/10/20  12:13:25
31741         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
31742              From: Michael G Schwern <schwern@pobox.com>
31743              Date: Sat, 20 Oct 2001 01:41:21 -0400
31744              Message-Id: <20011020014121.I3681@blackrider>
31745      Branch: perl
31746            ! installman
31747 ____________________________________________________________________________
31748 [ 12527] By: ams                                   on 2001/10/20  12:09:41
31749         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
31750              From: Michael G Schwern <schwern@pobox.com>
31751              Date: Sat, 20 Oct 2001 02:04:21 -0400
31752              Message-Id: <20011020020421.A11732@blackrider>
31753      Branch: perl
31754            ! lib/Pod/Checker.pm
31755 ____________________________________________________________________________
31756 [ 12526] By: ams                                   on 2001/10/20  11:59:41
31757         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
31758              From: "chromatic" <chromatic@rmci.net>
31759              Date: Fri, 19 Oct 2001 22:46:39 -0600
31760              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
31761      Branch: perl
31762            ! lib/Net/Config.pm
31763 ____________________________________________________________________________
31764 [ 12525] By: nick                                  on 2001/10/20  11:16:18
31765         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
31766              Perl_sv_setsv_flags directly.
31767      Branch: perlio
31768            ! ext/threads/threads.xs
31769 ____________________________________________________________________________
31770 [ 12524] By: nick                                  on 2001/10/20  10:28:17
31771         Log: Add a new flag character 'm' to embed.pl set to represent
31772              "functions" which are really macros. Use it foe the troublesome
31773              sv_setsv() etc. macros in sv.h - changing latter to define
31774              sv_setsv rather than sv_setsv_macro etc.
31775      Branch: perlio
31776            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
31777            ! pod/perlapi.pod proto.h sv.h
31778 ____________________________________________________________________________
31779 [ 12523] By: nick                                  on 2001/10/20  09:17:17
31780         Log: Add comments explaining why win32.h/embed.h are included where they are
31781              in perl.h 
31782      Branch: perlio
31783            ! perl.h
31784 ____________________________________________________________________________
31785 [ 12522] By: nick                                  on 2001/10/20  08:27:44
31786         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
31787              being used yet.
31788      Branch: perlio
31789            ! win32/win32io.c
31790 ____________________________________________________________________________
31791 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
31792         Log: Wording tweaks.
31793      Branch: perl
31794            ! t/TEST
31795 ____________________________________________________________________________
31796 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
31797         Log: Subject: IO module with nonblocking socket connect patch 
31798              From: Raul Dias <raul@dias.com.br>
31799              Date: Fri, 19 Oct 2001 22:45:32 -0300
31800              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
31801      Branch: perl
31802            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
31803 ____________________________________________________________________________
31804 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
31805         Log: Test vertical whitespace combined with /x in \p{}.
31806      Branch: perl
31807            ! t/op/pat.t
31808 ____________________________________________________________________________
31809 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
31810         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
31811              From: Gisle Aas <gisle@ActiveState.com> 
31812              Date: 19 Oct 2001 16:46:02 -0700
31813              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
31814      Branch: perl
31815            ! lib/ExtUtils/MakeMaker.pm
31816 ____________________________________________________________________________
31817 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
31818         Log: No more this symbol.
31819      Branch: perl
31820            ! makedef.pl
31821 ____________________________________________________________________________
31822 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
31823         Log: Integrate change #12511; fix gross win32 build issues.
31824      Branch: perl
31825           !> makedef.pl sv.c
31826 ____________________________________________________________________________
31827 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
31828         Log: Unpack in scalar context should return the first value
31829              returned in list context, as pointed out by Ton Hospel
31830              in 2001-05-21 (this is how it works already in blead,
31831              just adding the test).
31832      Branch: perl
31833            ! t/op/pack.t
31834 ____________________________________________________________________________
31835 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
31836         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
31837              From: "Craig A. Berry" <craigberry@mac.com>
31838              Date: Fri, 19 Oct 2001 16:59:30 -0500
31839              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
31840      Branch: perl
31841            ! utils/perldoc.PL
31842 ____________________________________________________________________________
31843 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
31844         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
31845              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31846              Date: Fri, 19 Oct 2001 17:45:23 EDT
31847              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
31848      Branch: perl
31849            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
31850            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
31851            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
31852            ! vms/vmsish.h
31853 ____________________________________________________________________________
31854 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
31855         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
31856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31857              Date: Fri, 19 Oct 2001 17:26:35 EDT
31858              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
31859      Branch: perl
31860            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
31861 ____________________________________________________________________________
31862 [ 12511] By: nick                                  on 2001/10/19  19:55:36
31863         Log: Fix gross win32 build issues
31864      Branch: perlio
31865            ! makedef.pl sv.c
31866 ____________________________________________________________________________
31867 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
31868         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
31869              From: David Dyck <dcd@tc.fluke.com>
31870              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
31871              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
31872      Branch: perl
31873            ! lib/File/Find.pm
31874 ____________________________________________________________________________
31875 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
31876         Log: Subject: Re: PerlIO and Encode
31877              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31878              Date: Tue, 16 Oct 2001 01:50:16 +0900
31879              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
31880      Branch: perl
31881            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
31882            ! ext/Encode/Encode/Tcl.t
31883 ____________________________________________________________________________
31884 [ 12508] By: ams                                   on 2001/10/19  17:59:16
31885         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
31886              (See #12499)
31887      Branch: perl
31888            ! pod/perlintro.pod
31889 ____________________________________________________________________________
31890 [ 12507] By: nick                                  on 2001/10/19  16:30:43
31891         Log: Integrate mainline
31892      Branch: perlio
31893           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31894           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31895           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31896           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31897           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31898           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31899           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31900           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
31901           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
31902           +> win32/config_H.win64
31903            - lib/Test/Utils.pm lib/unicore/mktables.PL
31904            - t/lib/Test/Simple/Catch/More.pm
31905           !> (integrate 84 files)
31906 ____________________________________________________________________________
31907 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
31908         Log: Retract the #10451 which seems to be the cause
31909              of the major leakage from while(){eval"sub{}"}
31910      Branch: perl
31911            ! op.c t/run/kill_perl.t
31912 ____________________________________________________________________________
31913 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
31914         Log: Regen toc.
31915      Branch: perl
31916            ! pod/perltoc.pod
31917 ____________________________________________________________________________
31918 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
31919         Log: Tiny tweaks.
31920      Branch: perl
31921            ! pod/perl.pod
31922 ____________________________________________________________________________
31923 [ 12503] By: ams                                   on 2001/10/19  13:34:24
31924         Log: Subject: Re: perlintro.pod
31925              From: Abe Timmerman <abe@ztreet.demon.nl>
31926              Date: Fri, 19 Oct 2001 14:12:40 +0200
31927              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
31928      Branch: perl
31929            ! pod/perlintro.pod
31930 ____________________________________________________________________________
31931 [ 12502] By: ams                                   on 2001/10/19  13:24:12
31932         Log: Slight reorganisation of references.
31933      Branch: perl
31934            ! pod/perl.pod
31935 ____________________________________________________________________________
31936 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
31937         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
31938              From: Kay Röpke <kroepke@dolphin-services.de>
31939              Date: Fri, 19 Oct 2001 14:04:01 +0200 
31940              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
31941      Branch: perl
31942            ! lib/ExtUtils/MakeMaker.pm
31943 ____________________________________________________________________________
31944 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
31945         Log: Unicode categories continue:
31946              implement Category=, Script=, Block=
31947              (these are based on an upcoming update of TR#18)
31948              Fix a bug where we got two In categories named "old italic",
31949              and another where shortcut for the Is categories wasn't taken.
31950      Branch: perl
31951            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
31952            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
31953            ! pod/perlunicode.pod t/op/pat.t
31954 ____________________________________________________________________________
31955 [ 12499] By: ams                                   on 2001/10/19  01:42:29
31956         Log: Subject: a small patch to perlintro.pod.
31957              From: Autrijus Tang <autrijus@autrijus.org>
31958              Date: Fri, 19 Oct 2001 01:45:51 +0800
31959              Message-Id: <20011019014551.A35625@not.autrijus.org>
31960              (Applied by hand with nits.)
31961      Branch: perl
31962            ! pod/perlintro.pod
31963 ____________________________________________________________________________
31964 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
31965         Log: Subject: [PATCH] OpenBSD hints for ithreads
31966              From: Andy Dougherty <doughera@lafayette.edu>
31967              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
31968              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
31969      Branch: perl
31970            ! hints/openbsd.sh
31971 ____________________________________________________________________________
31972 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
31973         Log: Retract #12446; the problem solved by #12474.
31974      Branch: perl
31975            ! hints/aix.sh
31976 ____________________________________________________________________________
31977 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
31978         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
31979              message and suppress line number info (from Steve Hay
31980              <Steve.Hay@uk.radan.com>)
31981      Branch: maint-5.6/perl
31982            ! lib/Carp/Heavy.pm
31983 ____________________________________________________________________________
31984 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
31985         Log: More documented In categories.
31986      Branch: perl
31987            ! pod/perlunicode.pod
31988 ____________________________________________________________________________
31989 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
31990         Log: Update Changes.
31991      Branch: perl
31992            ! Changes patchlevel.h
31993 ____________________________________________________________________________
31994 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
31995         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
31996      Branch: perl
31997            ! MANIFEST
31998 ____________________________________________________________________________
31999 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
32000         Log: Wrong skip() arguments.
32001      Branch: perl
32002            ! ext/B/t/terse.t
32003 ____________________________________________________________________________
32004 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
32005         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
32006              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32007              Date: Wed, 17 Oct 2001 09:10:53 EDT 
32008              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
32009      Branch: perl
32010            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
32011            ! pod/perlapi.pod vms/vms.c
32012 ____________________________________________________________________________
32013 [ 12490] By: ams                                   on 2001/10/18  09:31:00
32014         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
32015              From: Mark-Jason Dominus <mjd@plover.com>
32016              Date: Thu, 18 Oct 2001 06:25:35 -0400
32017              Message-Id: <20011018102535.19264.qmail@plover.com>
32018      Branch: perl
32019            ! pod/perl.pod
32020 ____________________________________________________________________________
32021 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
32022         Log: Prettyprinting.
32023      Branch: perl
32024            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
32025 ____________________________________________________________________________
32026 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
32027         Log: Regen toc.
32028      Branch: perl
32029            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32030 ____________________________________________________________________________
32031 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
32032         Log: Add perlintro, from Skud.
32033      Branch: perl
32034            + pod/perlintro.pod
32035            ! MANIFEST
32036 ____________________________________________________________________________
32037 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
32038         Log: FAQ sync.
32039      Branch: perl
32040            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
32041            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
32042            ! pod/perlfaq8.pod pod/perlfaq9.pod
32043 ____________________________________________________________________________
32044 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
32045         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
32046              in speed (upto 20% speedup in certain operations) but meanwhile
32047              regexps and arithmetics got slower (5-10%) (according to
32048              perlbench average speedup is negligible, and within measuring
32049              flutter, 1%).  Therefore retracting all the changes
32050              aimed at getting -std1 to compile cleanly:  #12475, #12476,
32051              #12479, #12480, #12481, #12482, #12483, #12484.
32052      Branch: perl
32053            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
32054            ! pp_hot.c pp_sys.c toke.c
32055 ____________________________________________________________________________
32056 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
32057         Log: (retracted by #12485)
32058              Strict ANSI doesn't like the third argument of main()
32059              so enable ignoring it if using ultra picky compiler.
32060      Branch: perl
32061            ! miniperlmain.c
32062 ____________________________________________________________________________
32063 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
32064         Log: (retracted by #12485)
32065              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
32066      Branch: perl
32067            ! perl.h
32068 ____________________________________________________________________________
32069 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
32070         Log: (retracted by #12485)
32071              Add explanatory comment.
32072      Branch: perl
32073            ! mg.c
32074 ____________________________________________________________________________
32075 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
32076         Log: (retracted by #12485)
32077              More dollar$hiding.
32078      Branch: perl
32079            ! doio.c perl.h pp_sys.c
32080 ____________________________________________________________________________
32081 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
32082         Log: (retracted by #12485)
32083              KISS.
32084      Branch: perl
32085            ! mg.c
32086 ____________________________________________________________________________
32087 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
32088         Log: (retracted by #12485)
32089              Thou shalt not #ifdef inside macro invocations,
32090              noticed by Rafael Garcia-Suarez.
32091      Branch: perl
32092            ! mg.c
32093 ____________________________________________________________________________
32094 [ 12478] By: ams                                   on 2001/10/17  18:50:55
32095         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
32096              From: Anton Berezin <tobez@tobez.org>
32097              Date: Wed, 17 Oct 2001 18:25:48 +0200
32098              Message-Id: <20011017182548.A12082@heechee.tobez.org>
32099      Branch: perl
32100            ! pp_sys.c
32101 ____________________________________________________________________________
32102 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
32103         Log: (retracted by #12485)
32104              Unterminated #ifdef.
32105      Branch: perl
32106            ! mg.c
32107 ____________________________________________________________________________
32108 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
32109         Log: (retracted by #12485)
32110              Avoid dollar signs in identifiers (in non-VMS) to
32111              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
32112      Branch: perl
32113            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
32114            ! toke.c
32115 ____________________________________________________________________________
32116 [ 12474] By: ams                                   on 2001/10/17  15:14:50
32117         Log: Subject: Two AIX patches
32118              From: H.Merijn Brand <h.m.brand@hccnet.nl>
32119              Date: Wed, 17 Oct 2001 18:04:35 +0200
32120              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
32121      Branch: perl
32122            ! hints/aix.sh makedef.pl
32123 ____________________________________________________________________________
32124 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
32125         Log: Limiting the Time::HiRes::sleep and usleep to
32126              one second is not a good policy if drop-in
32127              replacement is still a goal.
32128      Branch: perl
32129            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
32130            ! ext/Time/HiRes/HiRes.xs
32131 ____________________________________________________________________________
32132 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
32133         Log: Subject: [PATCH] Test::Simple 0.32
32134              From: Michael G Schwern <schwern@pobox.com> 
32135              Date: Wed, 17 Oct 2001 03:42:41 -0400
32136              Message-ID: <20011017034241.A25038@blackrider>
32137      Branch: perl
32138            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
32139            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
32140            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
32141            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
32142            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
32143            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
32144            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
32145            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
32146            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
32147            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
32148            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
32149            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
32150            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
32151            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
32152            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
32153            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
32154            ! t/lib/Test/Simple/Catch.pm
32155            ! t/lib/Test/Simple/sample_tests/five_fail.plx
32156 ____________________________________________________________________________
32157 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
32158         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
32159              From: Michael G Schwern <schwern@pobox.com> 
32160              Date: Wed, 17 Oct 2001 04:04:13 -0400
32161              Message-ID: <20011017040413.C25550@blackrider>
32162      Branch: perl
32163            ! t/TEST t/harness vms/test.com
32164 ____________________________________________________________________________
32165 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
32166         Log: Regen doc with perlmodstyle added.
32167      Branch: perl
32168            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32169 ____________________________________________________________________________
32170 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
32171         Log: Pod cleanup.
32172      Branch: perl
32173            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
32174 ____________________________________________________________________________
32175 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
32176         Log: Subject: perlmodstyle as a patch
32177              From: Kirrily Robert <skud@infotrope.net>
32178              Date: Tue, 16 Oct 2001 22:47:23 -0400
32179              Message-ID: <20011016224723.A20673@infotrope.net>
32180      Branch: perl
32181            + pod/perlmodstyle.pod
32182            ! MANIFEST
32183 ____________________________________________________________________________
32184 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
32185         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
32186              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
32187              Date: Thu, 6 Sep 2001 11:09:40 +0100
32188              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
32189              
32190              Mention also the develooper p5p archive.
32191      Branch: perl
32192            ! pod/perlhack.pod
32193 ____________________________________________________________________________
32194 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
32195         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
32196              From: Kay Röpke <kroepke@dolphin-services.de>
32197              Date: Tue, 16 Oct 2001 17:23:52 +0200
32198              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
32199      Branch: perl
32200            ! lib/ExtUtils/MakeMaker.pm
32201 ____________________________________________________________________________
32202 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
32203         Log: Add the special casing mappings (from SpecCase.txt)
32204              (except for the hyper special case mappings that have
32205              the condition list); the special casing mappings are
32206              unused for now.  Small tidying up on mktables.
32207      Branch: perl
32208            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
32209            + lib/unicore/To/SpecUpper.pl
32210            ! lib/unicore/mktables
32211 ____________________________________________________________________________
32212 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
32213         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
32214              From: "David H. Adler" <dha@panix.com>       
32215              Date: Tue, 16 Oct 2001 11:59:35 -0400
32216              Message-ID: <20011016115935.A13078@panix.com>
32217              
32218              Subject: [ PATCH ] perldata patch, revised
32219              From: "David H. Adler" <dha@panix.com>     
32220              Date: Tue, 16 Oct 2001 18:26:49 -0400
32221              Message-ID: <20011016182649.C23970@panix.com>
32222      Branch: perl
32223            ! pod/perldata.pod pod/perlop.pod
32224 ____________________________________________________________________________
32225 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
32226         Log: Integrate perlio: PerlIO_dup (for all but Win32).
32227      Branch: perl
32228           !> embed.h embed.pl ext/Encode/Encode.xs
32229           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
32230           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
32231           !> win32/win32io.c
32232 ____________________________________________________________________________
32233 [ 12462] By: nick                                  on 2001/10/16  19:11:30
32234         Log: PerlIOXxxx_dups for all but Win32
32235      Branch: perlio
32236            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32237            ! ext/PerlIO/Via/Via.xs
32238 ____________________________________________________________________________
32239 [ 12461] By: nick                                  on 2001/10/16  18:28:48
32240         Log: Implement PerlIOStdio_dup (explains core dumps - dup
32241              was not setting up a FILE * to be fclosed()).
32242      Branch: perlio
32243            ! perlio.c
32244 ____________________________________________________________________________
32245 [ 12460] By: nick                                  on 2001/10/16  17:31:47
32246         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
32247              overflow.
32248      Branch: perlio
32249            ! perlio.c
32250 ____________________________________________________________________________
32251 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
32252         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
32253              From: "Craig A. Berry" <craigberry@mac.com>
32254              Date: Tue, 16 Oct 2001 13:08:38 -0500
32255              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
32256      Branch: perl
32257            ! configure.com
32258 ____________________________________________________________________________
32259 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
32260         Log: Can't expect too much accuracy from a sleep of one second.
32261              (I think this will also fail with high load.)
32262      Branch: perl
32263            ! ext/Time/HiRes/HiRes.t
32264 ____________________________________________________________________________
32265 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
32266         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
32267              From: "Werner, Randolf" <randolf.werner@sap.com>
32268              Date: Tue, 16 Oct 2001 18:33:02 +0200
32269              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
32270      Branch: perl
32271            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
32272            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
32273 ____________________________________________________________________________
32274 [ 12456] By: nick                                  on 2001/10/16  14:08:16
32275         Log: Builds under ithreads (but fails all threads tests)
32276      Branch: perlio
32277            ! hv.c perlio.c sv.c
32278 ____________________________________________________________________________
32279 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
32280         Log: I think the Perl_sortsv needs *not* be skipped?
32281      Branch: perl
32282            ! makedef.pl
32283 ____________________________________________________________________________
32284 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
32285         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
32286              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
32287              Date: Tue, 16 Oct 2001 15:32:44 +0200
32288              Message-ID: <3BCC531C.11494.3E433F@localhost>
32289      Branch: perl
32290            ! t/op/groups.t
32291 ____________________________________________________________________________
32292 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
32293         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
32294              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
32295              Date: Tue, 16 Oct 2001 15:01:04 +0200
32296              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
32297      Branch: perl
32298            ! t/io/fs.t
32299 ____________________________________________________________________________
32300 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
32301         Log: A forgotten deletion.
32302      Branch: perl
32303            - lib/unicore/mktables.PL
32304 ____________________________________________________________________________
32305 [ 12451] By: nick                                  on 2001/10/16  11:32:48
32306         Log: Skeleton of "PerlIO_dup" coded.
32307              Still-passes all tests non-threaded (well it would wouldn't it!)
32308      Branch: perlio
32309            ! embed.h embed.pl ext/Encode/Encode.xs
32310            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
32311            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
32312            ! win32/win32io.c
32313 ____________________________________________________________________________
32314 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
32315         Log: Document the problem with the swash_fetch() API that affects
32316              more complex case conversions.
32317      Branch: perl
32318            ! lib/utf8_heavy.pl utf8.c
32319 ____________________________________________________________________________
32320 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
32321         Log: Make Time::HiRes::sleep() and usleep() to return
32322              the number of seconds (a floating point value) and 
32323              microseconds (an integer) actually slept (well,
32324              modulo the time spent in measuring the time actually
32325              slept...), to be a better drop-in replacement for
32326              the builtin sleep().  Noticed by Chris Nandor.
32327              
32328              Also make usleep() to croak if fed illegal number
32329              of useconds (anything greater than 1_000_000).
32330      Branch: perl
32331            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
32332            ! ext/Time/HiRes/HiRes.xs
32333 ____________________________________________________________________________
32334 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
32335         Log: A missing SvREFCNT_dec.
32336      Branch: perl
32337            ! perl.c
32338 ____________________________________________________________________________
32339 [ 12447] By: nick                                  on 2001/10/15  20:27:53
32340         Log: Beginings of PerlIO_dup support (unstable)
32341      Branch: perlio
32342            ! perlio.c perliol.h
32343 ____________________________________________________________________________
32344 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
32345         Log: (retracted by #12497)
32346              In AIX vac 5 just can't seem to get regcomp right.
32347      Branch: perl
32348            ! hints/aix.sh
32349 ____________________________________________________________________________
32350 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
32351         Log: Bump the version number to agree with the maintperl one.
32352      Branch: perl
32353            ! lib/Tie/RefHash.pm
32354 ____________________________________________________________________________
32355 [ 12444] By: nick                                  on 2001/10/15  15:59:57
32356         Log: Integrate mainline
32357      Branch: perlio
32358           +> lib/Math/BigInt/t/Math/Subclass.pm
32359           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
32360           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
32361           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
32362           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
32363           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
32364           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
32365           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
32366           +> lib/unicore/mktables
32367            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
32368            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
32369            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
32370            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
32371            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
32372            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
32373            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
32374            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
32375            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
32376            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
32377            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
32378            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
32379            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
32380            - lib/unicore/syllables.txt
32381           !> (integrate 344 files)
32382 ____________________________________________________________________________
32383 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
32384         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
32385      Branch: perl
32386            ! ext/DB_File/DB_File.xs
32387 ____________________________________________________________________________
32388 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
32389         Log: Sync the skip() amounts with the number of tests.
32390      Branch: perl
32391            ! lib/Term/Complete.t
32392 ____________________________________________________________________________
32393 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
32394         Log: Update Changes.
32395      Branch: perl
32396            ! Changes patchlevel.h
32397 ____________________________________________________________________________
32398 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
32399         Log: MacOS Classic catdir() rewrite from Thomas Wegner
32400              (backward incompatibility, but a deliberate one,
32401              the old version simply is broken in its logic),
32402              also documentation updates, and as suggested replicated
32403              the File::Spec::Unix documentation updates also on the
32404              File::Spec documentation.
32405              
32406              TODO: there seems to be duplication of documentation
32407              between File::Spec and File::Spec::Unix.  I think
32408              the ::Unix should be left only with specific UNIXisms,
32409              and all the generic documentation should be in ::Spec.
32410      Branch: perl
32411            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
32412            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
32413            ! lib/File/Spec/Unix.pm
32414 ____________________________________________________________________________
32415 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
32416         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
32417              From: Blair Zajac <blair@orcaware.com>
32418              Date: Mon, 24 Sep 2001 11:48:58 -0700
32419              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
32420              
32421              (the skip() messages)
32422      Branch: perl
32423            ! t/op/magic.t
32424 ____________________________________________________________________________
32425 [ 12438] By: ams                                   on 2001/10/14  23:43:59
32426         Log: Subject: [PATCH] make PerlIO default on VMS
32427              From: "Craig A. Berry" <craigberry@mac.com>
32428              Date: Sun, 14 Oct 2001 15:27:18 -0500
32429              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
32430      Branch: perl
32431            ! configure.com
32432 ____________________________________________________________________________
32433 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
32434         Log: Retract #12436 (Abhijit already did this at #12426)
32435      Branch: perl
32436            ! lib/ExtUtils/MM_Unix.pm
32437 ____________________________________________________________________________
32438 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
32439         Log: (retracted by #12437)
32440              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
32441              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
32442              Date: Sat, 13 Oct 2001 20:33:55 +0200
32443              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
32444      Branch: perl
32445            ! lib/ExtUtils/MM_Unix.pm
32446 ____________________________________________________________________________
32447 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
32448         Log: Subject: h2xs grammar nit
32449              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32450              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
32451              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
32452      Branch: perl
32453            ! utils/h2xs.PL
32454 ____________________________________________________________________________
32455 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
32456         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
32457              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32458              Date: Sun, 14 Oct 2001 11:25:08 +0100
32459              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
32460      Branch: perl
32461            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
32462            ! warnings.pl
32463 ____________________________________________________________________________
32464 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
32465         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
32466              for File::Spec::Mac::catfile)
32467      Branch: perl
32468            ! lib/h2xs.t
32469 ____________________________________________________________________________
32470 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
32471         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
32472              From: Nicholas Clark <nick@ccl4.org>
32473              Date: Sat, 13 Oct 2001 00:07:31 +0100
32474              Message-ID: <20011013000731.D67535@plum.flirble.org>
32475      Branch: perl
32476            ! lib/h2xs.t utils/h2xs.PL
32477 ____________________________________________________________________________
32478 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
32479         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
32480              before DEFINE and INC), and repent by taking DEFINE and
32481              INC away from PASTHRU.
32482      Branch: perl
32483            ! lib/ExtUtils/MM_Unix.pm
32484 ____________________________________________________________________________
32485 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
32486         Log: More MANIFEST anomalies.
32487      Branch: perl
32488            ! MANIFEST
32489 ____________________________________________________________________________
32490 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
32491         Log: Not that many.
32492      Branch: perl
32493            ! MANIFEST
32494 ____________________________________________________________________________
32495 [ 12428] By: sky                                   on 2001/10/13  20:59:27
32496         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
32497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32498              Date: Sat, 13 Oct 2001 23:15:55 +0200
32499              Message-ID: <20011013231555.A18071@rafael>
32500      Branch: perl
32501            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
32502            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
32503 ____________________________________________________________________________
32504 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
32505         Log: Rewrite mktables from scratch.
32506              - Cleaner.
32507              - Faster: 15-20 seconds as opposed to several minutes.
32508              - More dynamic: the names of the various categories
32509              such as the linebreak ones are dynamic, not static.
32510              - Is.pl: long names for the general category properties
32511              are now available.
32512              - Ranges (<... ,First>, <..., Last>) from the general
32513              categories work now.
32514              - No more mktables.PL because the mktables.PL is not
32515              and never has been run to create a mktables.
32516              - syllables.txt and Is/Syl*.pl removed: non-standard
32517              (not part of the Unicode), and the whole concept is
32518              being reworked (http://syllabary.sourceforge.net/),
32519              the old way wouldn't even work with the new Syllables.txt
32520              (it would result in 1000+ new categories)
32521      Branch: perl
32522            + lib/unicore/In/163.pl lib/unicore/In/164.pl
32523            + lib/unicore/In/165.pl lib/unicore/In/166.pl
32524            + lib/unicore/In/167.pl lib/unicore/In/168.pl
32525            + lib/unicore/In/169.pl lib/unicore/In/170.pl
32526            + lib/unicore/In/171.pl lib/unicore/Is.pl
32527            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
32528            + lib/unicore/mktables
32529            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
32530            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
32531            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
32532            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
32533            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
32534            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
32535            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
32536            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
32537            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
32538            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
32539            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
32540            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
32541            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
32542            - lib/unicore/syllables.txt
32543            ! (edit 304 files)
32544 ____________________________________________________________________________
32545 [ 12426] By: ams                                   on 2001/10/13  18:05:36
32546         Log: ExtUtils::MM_Unix should ignore comments when searching for
32547              $VERSION.
32548      Branch: perl
32549            ! lib/ExtUtils/MM_Unix.pm
32550 ____________________________________________________________________________
32551 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
32552         Log: Subject: Re: New module XML::Clean
32553              From: andreas.koenig@anima.de (Andreas J. Koenig)
32554              Date: 13 Oct 2001 10:17:09 +0200
32555              Message-ID: <m37ku0t0my.fsf@anima.de>
32556      Branch: perl
32557            ! pod/perlnewmod.pod
32558 ____________________________________________________________________________
32559 [ 12424] By: sky                                   on 2001/10/13  09:39:59
32560         Log: Set thread stack size if needed.
32561      Branch: perl
32562            ! ext/threads/threads.xs
32563 ____________________________________________________________________________
32564 [ 12423] By: sky                                   on 2001/10/13  09:36:49
32565         Log: We do want to set the attribute to joinable even on modern posix
32566              platforms.
32567      Branch: perl
32568            ! ext/threads/threads.xs
32569 ____________________________________________________________________________
32570 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
32571         Log: Subject: [PATCH ext/Data/Dumper.xs]
32572              From: Brian Ingerson <ingy@ttul.org>
32573              Date: Fri, 12 Oct 2001 19:32:35 -0700
32574              Message-ID: <20011012193235.B889@ttul.org>
32575      Branch: perl
32576            ! ext/Data/Dumper/Dumper.xs
32577 ____________________________________________________________________________
32578 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
32579         Log: Update Changes.
32580      Branch: perl
32581            ! Changes patchlevel.h
32582 ____________________________________________________________________________
32583 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
32584         Log: FAQ sync.
32585      Branch: perl
32586            ! pod/perlfaq3.pod pod/perlfaq4.pod
32587 ____________________________________________________________________________
32588 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
32589         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
32590              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
32591              Date: Fri, 12 Oct 2001 11:51:05 -0700
32592              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
32593      Branch: perl
32594            ! lib/File/Copy.pm
32595 ____________________________________________________________________________
32596 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
32597         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
32598              From: "chromatic" <chromatic@rmci.net>     
32599              Date: Thu, 11 Oct 2001 10:57:55 -0600
32600              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
32601              
32602              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
32603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32604              Date: Thu, 11 Oct 2001 22:34:21 +0200
32605              Message-ID: <20011011223421.A693@rafael>     
32606              
32607              plus undef $Term::Complete::stty as suggested by Rafael.
32608      Branch: perl
32609            ! lib/Term/Complete.pm lib/Term/Complete.t
32610 ____________________________________________________________________________
32611 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
32612         Log: UUnndduupplleexx..
32613      Branch: perl
32614            ! perl.h
32615 ____________________________________________________________________________
32616 [ 12416] By: sky                                   on 2001/10/12  20:16:19
32617         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
32618              From: Andy Dougherty <doughera@lafayette.edu>
32619              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
32620              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
32621              (Potentially only band-aid)
32622      Branch: perl
32623            ! sv.c
32624 ____________________________________________________________________________
32625 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
32626         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
32627              mishandles kill(), and therefore the sigaction test
32628              should be skipped, from Charles Lane.
32629      Branch: perl
32630            ! ext/POSIX/t/sigaction.t
32631 ____________________________________________________________________________
32632 [ 12414] By: sky                                   on 2001/10/12  18:47:49
32633         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
32634      Branch: perl
32635            ! op.h
32636 ____________________________________________________________________________
32637 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
32638         Log: Upgrade to Math::BigInt 1.44 from Tels and
32639              further fixes from John Peacock.
32640      Branch: perl
32641            + lib/Math/BigInt/t/Math/Subclass.pm
32642            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
32643            + lib/Math/BigInt/t/subclass.t
32644            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32645            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
32646            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
32647            ! lib/Math/BigInt/t/mbimbf.t
32648 ____________________________________________________________________________
32649 [ 12412] By: sky                                   on 2001/10/12  18:28:23
32650         Log: perhaps pthread_attr_t really needs to be set for the old api
32651      Branch: perl
32652            ! ext/threads/threads.xs
32653 ____________________________________________________________________________
32654 [ 12411] By: sky                                   on 2001/10/12  18:11:45
32655         Log: pthread_keycreate not pthread_key_create under the here be dragons API
32656      Branch: perl
32657            ! ext/threads/threads.h
32658 ____________________________________________________________________________
32659 [ 12410] By: sky                                   on 2001/10/12  18:07:37
32660         Log: Apperently OLD PTHREADS API is a bit retarded.
32661              This should fix another set of compile failures in HP-UX 10.20.
32662      Branch: perl
32663            ! ext/threads/threads.h ext/threads/threads.xs
32664 ____________________________________________________________________________
32665 [ 12409] By: nick                                  on 2001/10/12  15:30:01
32666         Log: Blind integrate of mainline
32667      Branch: perlio
32668           +> (branch 32 files)
32669            - lib/unicode/README
32670           !> (integrate 121 files)
32671 ____________________________________________________________________________
32672 [ 12408] By: sky                                   on 2001/10/12  14:55:08
32673         Log: Let us avoid being smart for now.
32674      Branch: perl
32675            ! ext/threads/threads.h
32676 ____________________________________________________________________________
32677 [ 12407] By: sky                                   on 2001/10/12  14:38:12
32678         Log: (void*) the argument to make sure we work with picky compilers
32679      Branch: perl
32680            ! ext/threads/threads.xs
32681 ____________________________________________________________________________
32682 [ 12406] By: ams                                   on 2001/10/12  13:26:04
32683         Log: (replaced with #12600)
32684              
32685              Subject: [PATCH 5.6.1 perldoc] use File::Temp
32686              From: Mikhail Zabaluev <mhz@alt-linux.org>
32687              Date: Fri, 12 Oct 2001 12:47:47 +0400
32688              Message-Id: <20011012124747.E13918@localhost.localdomain>
32689      Branch: perl
32690            ! utils/perldoc.PL
32691 ____________________________________________________________________________
32692 [ 12405] By: ams                                   on 2001/10/12  13:05:32
32693         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
32694              From: andreas.koenig@anima.de (Andreas J. Koenig)
32695              Date: 12 Oct 2001 11:12:07 +0200
32696              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
32697      Branch: perl
32698            ! lib/Memoize/t/speed.t
32699 ____________________________________________________________________________
32700 [ 12404] By: sky                                   on 2001/10/12  12:46:15
32701         Log: A) Support OLD_PTHREADS_API
32702              B) Change from using pthread_t to using a TLS to store the
32703              index of the thread in an hash, this is to avoid problems when
32704              in fact pthread_t was not a seralizable type.
32705              Both these changes are because of HP-UX 10.20
32706              This has not been tested on win32 but should work there.
32707              Need to add support for NetWare.
32708      Branch: perl
32709            ! ext/threads/threads.h ext/threads/threads.xs
32710 ____________________________________________________________________________
32711 [ 12403] By: ams                                   on 2001/10/12  07:34:19
32712         Log: Subject: Re: New module XML::Clean
32713              From: andreas.koenig@anima.de (Andreas J. Koenig)
32714              Date: 12 Oct 2001 10:20:35 +0200
32715              Message-Id: <m3elo9uv58.fsf@anima.de>
32716      Branch: perl
32717            ! pod/perlnewmod.pod
32718 ____________________________________________________________________________
32719 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
32720         Log: More HP model tweaks from Merijn.
32721      Branch: perl
32722            ! README.hpux
32723 ____________________________________________________________________________
32724 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
32725         Log: Update Changes.
32726      Branch: perl
32727            ! Changes patchlevel.h
32728 ____________________________________________________________________________
32729 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
32730         Log: HP-UX update from H.Merijn Brand.
32731      Branch: perl
32732            ! README.hpux
32733 ____________________________________________________________________________
32734 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
32735         Log: Subject: [PATCH] fix link rot in README.vms
32736              From: "Craig A. Berry" <craigberry@mac.com>
32737              Date: Wed, 10 Oct 2001 17:17:00 -0500
32738              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
32739      Branch: perl
32740            ! README.vms
32741 ____________________________________________________________________________
32742 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
32743         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
32744              From: "chromatic" <chromatic@rmci.net>
32745              Date: Wed, 10 Oct 2001 15:50:30 -0600
32746              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
32747      Branch: perl
32748            ! lib/Term/Complete.t
32749 ____________________________________________________________________________
32750 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
32751         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
32752              From: "chromatic" <chromatic@rmci.net>
32753              Date: Wed, 10 Oct 2001 15:45:42 -0600
32754              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
32755      Branch: perl
32756            + lib/ExtUtils/Packlist.t
32757            ! MANIFEST
32758 ____________________________________________________________________________
32759 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
32760         Log: VMS needs quotes around the -I option to keep it from
32761              being downcased, from Charles Lane.
32762      Branch: perl
32763            ! t/run/kill_perl.t
32764 ____________________________________________________________________________
32765 [ 12395] By: ams                                   on 2001/10/10  16:22:32
32766         Log: Subject: [PATCH lib/FindBin.pm]
32767              From: Stas Bekman <stas@stason.org>
32768              Date: Tue, 09 Oct 2001 23:57:10 +0800
32769              Message-Id: <3BC31E56.60805@stason.org>
32770      Branch: perl
32771            ! lib/FindBin.pm
32772 ____________________________________________________________________________
32773 [ 12394] By: ams                                   on 2001/10/10  16:09:53
32774         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
32775              From: Abhijit Menon-Sen <ams@wiw.org>
32776              Date: Wed, 10 Oct 2001 21:59:33 +0530
32777              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
32778      Branch: perl
32779            ! ext/Data/Dumper/Dumper.xs
32780 ____________________________________________________________________________
32781 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
32782         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
32783              from Charles Lane.
32784      Branch: perl
32785            ! lib/File/Spec/VMS.pm
32786 ____________________________________________________________________________
32787 [ 12392] By: ams                                   on 2001/10/10  14:49:43
32788         Log: Subject: [PATCH] two s/// bugfixes
32789              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32790              Date: Wed, 10 Oct 2001 17:23:44 +0200
32791              Message-Id: <20011010172344.C22440@rafael>
32792      Branch: perl
32793            ! pp_ctl.c regexec.c t/op/subst.t
32794 ____________________________________________________________________________
32795 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
32796         Log: Fix/improve handling of the [000000] special "root"
32797              directory, by putting cwd in canonical form when doing
32798              abs2rel, and prepending a 000000 to directory "chunks"
32799              if missing from base or path.  Also adjust test to
32800              reflect the (improved) output from abs2rel.
32801              From Charles Lane.
32802      Branch: perl
32803            ! lib/File/Spec.t lib/File/Spec/VMS.pm
32804 ____________________________________________________________________________
32805 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
32806         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
32807              all of the extra VMSish attributes (such as "treat this logical
32808              as a device name") that are necessary to make programs run.
32809              A tainted %ENV does not hinder VMS.  From Charles Lane.
32810      Branch: perl
32811            ! lib/File/Find/t/taint.t
32812 ____________________________________________________________________________
32813 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
32814         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
32815              
32816              o  VMS is case-insensitive, RTL downcases filenames read
32817              by perl... so need to re-upcase filenames like MANIFEST
32818              and MANIFEST.SKIP
32819              
32820              o  Need to convert VMS-style to Unix-style filenames when comparing
32821              names in MANIFEST to names in filesystem.
32822              
32823              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
32824              since VMS won't let you (easily) delete non-empty directories.
32825              
32826              From Charles Lane.
32827      Branch: perl
32828            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
32829 ____________________________________________________________________________
32830 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
32831         Log: Unix and VMS agree on "*" as a "match any number of any chars"
32832              wildcards, but differ ("?"  vs.  "%") for their "match any single
32833              char" wildcard.  This patch changes "?"  chars to "%" before doing a
32834              VMS glob...at no loss of functionality, since "?"  isn't a valid
32835              filename char on VMS.  From Charles Lane.
32836      Branch: perl
32837            ! doio.c
32838 ____________________________________________________________________________
32839 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
32840         Log: (accidentally empty submit; new life as #12390)
32841      Branch: perl
32842            ! lib/File/Find/t/taint.t
32843 ____________________________________________________________________________
32844 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
32845         Log: Even more VMS tweakage from Charles Lane:
32846              
32847              Tweak #1:  splitdir only works on directory part of filespec,
32848              split off volume first
32849              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
32850              (it's a horrible kludge in the run-time library,
32851              improved in later versions). Check the
32852              $Config{'d_setenv'} flag before attempting to set it.
32853      Branch: perl
32854            ! t/op/chdir.t
32855 ____________________________________________________________________________
32856 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
32857         Log: VMS tweakage from Charles Lane.
32858              
32859              . command.com doubles an output line when prompting for extensions
32860              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
32861              . perl5db doesn't clean up after itself
32862      Branch: perl
32863            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
32864 ____________________________________________________________________________
32865 [ 12384] By: sky                                   on 2001/10/09  19:16:11
32866         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32867              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32868              Date: Tue, 9 Oct 2001 22:10:26 +0200
32869              Message-ID: <20011009221026.A8579@rafael>
32870      Branch: perl
32871            ! pod/perldata.pod
32872 ____________________________________________________________________________
32873 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
32874         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
32875              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32876              Date: 9 Oct 2001 15:15:06 -0000
32877              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
32878      Branch: perl
32879            ! t/op/subst.t
32880 ____________________________________________________________________________
32881 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
32882         Log: Update Changes.
32883      Branch: perl
32884            ! Changes patchlevel.h
32885 ____________________________________________________________________________
32886 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
32887         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
32888              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
32889              when a NULL is passed for the filename string pointer.
32890              From Charles Lane.
32891      Branch: perl
32892            ! vms/vms.c
32893 ____________________________________________________________________________
32894 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
32895         Log: Subject: HP systems update
32896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32897              Date: Tue, 09 Oct 2001 15:59:22 +0200
32898              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
32899      Branch: perl
32900            ! README.hpux
32901 ____________________________________________________________________________
32902 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
32903         Log: CPAN::Nox does now have a test.
32904      Branch: perl
32905            ! t/lib/1_compile.t
32906 ____________________________________________________________________________
32907 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
32908         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
32909              From: David Dyck <dcd@tc.fluke.com>
32910              Date: Mon, 1 Oct 2001 12:17:36 -0700
32911              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
32912      Branch: perl
32913            ! installperl
32914 ____________________________________________________________________________
32915 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
32916         Log: NetWare update from Ananth Kesari.
32917      Branch: perl
32918            ! NetWare/nwperlsys.h makedef.pl
32919 ____________________________________________________________________________
32920 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
32921         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
32922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32923              Date: Tue, 9 Oct 2001 08:40:57 EDT
32924              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
32925      Branch: perl
32926            ! lib/File/Find/t/find.t
32927 ____________________________________________________________________________
32928 [ 12374] By: ams                                   on 2001/10/09  05:31:45
32929         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
32930              ExtUtils::Mkbootstrap
32931              From: "chromatic" <chromatic@rmci.net>
32932              Date: Tue, 09 Oct 2001 00:08:37 -0600
32933              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
32934      Branch: perl
32935            + lib/ExtUtils/Mkbootstrap.t
32936            ! MANIFEST
32937 ____________________________________________________________________________
32938 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
32939         Log: Enable more debugging.
32940      Branch: perl
32941            ! lib/utf8_heavy.pl
32942 ____________________________________________________________________________
32943 [ 12372] By: ams                                   on 2001/10/09  02:11:59
32944         Log: #12370 forgot to modify is_gv_magical().
32945      Branch: perl
32946            ! gv.c
32947 ____________________________________________________________________________
32948 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
32949         Log: Make the toupper/lower/title API for Unicode not right
32950              but at least less wrong: prepare for the mapping being
32951              more than just one-character-to-one-character.
32952      Branch: perl
32953            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
32954            ! regexec.c utf8.c
32955 ____________________________________________________________________________
32956 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
32957         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
32958              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32959              Date: Mon, 8 Oct 2001 22:18:23 -0400
32960              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
32961      Branch: perl
32962            ! pod/perlvar.pod t/op/taint.t
32963 ____________________________________________________________________________
32964 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
32965         Log: FAQ sync.
32966      Branch: perl
32967            ! pod/perlfaq3.pod pod/perlfaq4.pod
32968 ____________________________________________________________________________
32969 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
32970         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
32971              From: "chromatic" <chromatic@rmci.net>
32972              Date: Mon, 08 Oct 2001 14:05:32 -0600
32973              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
32974      Branch: perl
32975            ! lib/Term/Cap.t
32976 ____________________________________________________________________________
32977 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
32978         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32979              From: Michael G Schwern <schwern@pobox.com>
32980              Date: Mon, 8 Oct 2001 17:00:14 -0400
32981              Message-ID: <20011008170014.L17083@blackrider>
32982      Branch: perl
32983            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
32984 ____________________________________________________________________________
32985 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
32986         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
32987              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32988              Date: Mon, 8 Oct 2001 16:01:33 EDT
32989              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
32990      Branch: perl
32991            ! ext/Time/HiRes/HiRes.xs
32992 ____________________________________________________________________________
32993 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
32994         Log: Subject: [PATCH] Autosplit patch for VMS
32995              From: "Craig A. Berry" <craigberry@mac.com>
32996              Date: Mon, 08 Oct 2001 15:40:43 -0500
32997              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
32998      Branch: perl
32999            ! lib/AutoSplit.pm lib/AutoSplit.t
33000 ____________________________________________________________________________
33001 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
33002         Log: Don't assume that everybody is running OS X 10.1 yet;
33003              from Kay Röpke.
33004      Branch: perl
33005            ! hints/darwin.sh
33006 ____________________________________________________________________________
33007 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
33008         Log: Update Changes.
33009      Branch: perl
33010            ! Changes patchlevel.h
33011 ____________________________________________________________________________
33012 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
33013         Log: Retract #12358 for now.
33014      Branch: perl
33015            ! lib/Term/Cap.t
33016 ____________________________________________________________________________
33017 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
33018         Log: Can't figure out what this is testing.
33019              (If it is trying to catch SIGKILL, it should stop
33020              trying because that is by definition impossible.)
33021      Branch: perl
33022            ! lib/sigtrap.t
33023 ____________________________________________________________________________
33024 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
33025         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
33026              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33027              Date: Sun, 30 Sep 2001 21:15:13 +0200
33028              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
33029      Branch: perl
33030            ! lib/ExtUtils/MM_Win32.pm
33031 ____________________________________________________________________________
33032 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
33033         Log: Clarify the ldlibpth part and condense the overall text.
33034      Branch: perl
33035            ! t/TEST
33036 ____________________________________________________________________________
33037 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
33038         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
33039              From: "chromatic" <chromatic@rmci.net>
33040              Date: Sun, 07 Oct 2001 16:59:26 -0600
33041              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
33042      Branch: perl
33043            ! lib/Term/Cap.t
33044 ____________________________________________________________________________
33045 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
33046         Log: Update the list because fo #12265.
33047      Branch: perl
33048            ! t/lib/1_compile.t
33049 ____________________________________________________________________________
33050 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
33051         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
33052              From: Nicholas Clark <nick@ccl4.org>
33053              Date: Sun, 7 Oct 2001 20:53:33 +0100
33054              Message-ID: <20011007205333.S38756@plum.flirble.org>   
33055      Branch: perl
33056            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
33057            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33058            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
33059            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
33060            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
33061            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
33062            ! lib/Switch/t/switch.t lib/Term/Complete.t
33063            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
33064            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
33065            ! t/op/my_stash.t
33066 ____________________________________________________________________________
33067 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
33068         Log: Integrate patch #12350 from maintperl; typo in
33069              IO::Seekable doc.
33070      Branch: perl
33071           !> ext/IO/lib/IO/Seekable.pm
33072 ____________________________________________________________________________
33073 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
33074         Log: Detypo.
33075      Branch: perl
33076            ! hints/darwin.sh
33077 ____________________________________________________________________________
33078 [ 12353] By: sky                                   on 2001/10/07  17:16:14
33079         Log: Change 12349 didn't really get it right.
33080      Branch: perl
33081            ! lib/Unicode/README
33082 ____________________________________________________________________________
33083 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
33084         Log: If running the harness the dynamic library search path
33085              may need setting.
33086      Branch: perl
33087            ! t/TEST
33088 ____________________________________________________________________________
33089 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
33090         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
33091              in ldflags.
33092      Branch: perl
33093            ! hints/darwin.sh
33094 ____________________________________________________________________________
33095 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
33096         Log: typo in IO::Seekable doc
33097      Branch: maint-5.6/perl
33098            ! ext/IO/lib/IO/Seekable.pm
33099 ____________________________________________________________________________
33100 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
33101         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
33102              doesn't work on Mac OS X 10.1 (when unpacking the tar the
33103              latter gets renamed as lib/unicode:1, assumedly for security
33104              reasons not to overwrite stuff)
33105      Branch: perl
33106            + lib/Unicode/README
33107            - lib/unicode/README
33108            ! MANIFEST
33109 ____________________________________________________________________________
33110 [ 12348] By: ams                                   on 2001/10/07  05:33:40
33111         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
33112              From: "chromatic" <chromatic@rmci.net>
33113              Date: Sat, 06 Oct 2001 21:42:03 -0600
33114              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
33115      Branch: perl
33116            + lib/CPAN/t/Nox.t
33117            ! MANIFEST
33118 ____________________________________________________________________________
33119 [ 12347] By: ams                                   on 2001/10/07  00:48:10
33120         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
33121              From: "chromatic" <chromatic@rmci.net>
33122              Date: Sat, 06 Oct 2001 18:52:10 -0600
33123              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
33124      Branch: perl
33125            + lib/sigtrap.t
33126            ! MANIFEST
33127 ____________________________________________________________________________
33128 [ 12346] By: ams                                   on 2001/10/06  23:14:01
33129         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
33130              h2xs write?)
33131              From: Nicholas Clark <nick@ccl4.org>
33132              Date: Sat, 6 Oct 2001 21:46:43 +0100
33133              Message-Id: <20011006214643.L38756@plum.flirble.org>
33134      Branch: perl
33135            ! utils/h2xs.PL
33136 ____________________________________________________________________________
33137 [ 12345] By: ams                                   on 2001/10/06  17:39:53
33138         Log: Subject: [PATCH] Memoize tests
33139              From: Nicholas Clark <nick@ccl4.org>
33140              Date: Sat, 6 Oct 2001 18:04:21 +0100
33141              Message-Id: <20011006180421.J38756@plum.flirble.org>
33142      Branch: perl
33143            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
33144            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
33145            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
33146            ! lib/Memoize/t/expire_module_n.t
33147            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
33148            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
33149            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
33150            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
33151            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
33152            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
33153 ____________________________________________________________________________
33154 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
33155         Log: Retract the latter part of #12343.
33156      Branch: perl
33157            ! ext/IO/lib/IO/Socket/INET.pm
33158 ____________________________________________________________________________
33159 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
33160         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
33161              From: David Dyck <dcd@tc.fluke.com>
33162              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
33163              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
33164              
33165              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
33166              From: David Dyck <dcd@tc.fluke.com>
33167              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
33168              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
33169      Branch: perl
33170            ! ext/IO/lib/IO/Socket/INET.pm
33171 ____________________________________________________________________________
33172 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
33173         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
33174              From: Robin Barker <rmb1@cise.npl.co.uk>
33175              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
33176              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
33177      Branch: perl
33178            ! t/TEST
33179 ____________________________________________________________________________
33180 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
33181         Log: Don't assume that %x is good for displaying UVs.
33182      Branch: perl
33183            ! dump.c
33184 ____________________________________________________________________________
33185 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
33186         Log: Update Changes.
33187      Branch: perl
33188            ! Changes patchlevel.h
33189 ____________________________________________________________________________
33190 [ 12339] By: ams                                   on 2001/10/05  10:22:34
33191         Log: Subject: [PATCH] perlfunc/select
33192              From: Nicholas Clark <nick@ccl4.org>
33193              Date: Fri, 5 Oct 2001 11:33:58 +0100
33194              Message-Id: <20011005113358.Z38756@plum.flirble.org>
33195      Branch: perl
33196            ! pod/perlfunc.pod
33197 ____________________________________________________________________________
33198 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
33199         Log: Retract #12313 and #12249.
33200      Branch: perl
33201            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
33202            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
33203            ! pod/perlebcdic.pod
33204 ____________________________________________________________________________
33205 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
33206         Log: Subject: [PATCH] perlvms.pod update
33207              From: "Craig A. Berry" <craigberry@mac.com>
33208              Date: Thu, 04 Oct 2001 12:55:52 -0500
33209              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
33210      Branch: perl
33211            ! vms/perlvms.pod
33212 ____________________________________________________________________________
33213 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
33214         Log: Subject: PATCH: Tie::SubstrHash
33215              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33216              Date: Thu, 04 Oct 2001 12:12:41 +0100
33217              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
33218      Branch: perl
33219            ! lib/Tie/SubstrHash.pm
33220 ____________________________________________________________________________
33221 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
33222         Log: Unicode properties saga continues.
33223      Branch: perl
33224            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
33225            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
33226 ____________________________________________________________________________
33227 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
33228         Log: Yet more Unicode properties.
33229      Branch: perl
33230            + lib/unicore/In/137.pl lib/unicore/In/138.pl
33231            + lib/unicore/In/139.pl lib/unicore/In/140.pl
33232            + lib/unicore/In/141.pl lib/unicore/In/142.pl
33233            + lib/unicore/In/143.pl lib/unicore/In/144.pl
33234            + lib/unicore/In/145.pl lib/unicore/In/146.pl
33235            + lib/unicore/In/147.pl lib/unicore/In/148.pl
33236            + lib/unicore/In/149.pl lib/unicore/In/150.pl
33237            + lib/unicore/In/151.pl lib/unicore/In/152.pl
33238            + lib/unicore/In/153.pl lib/unicore/In/154.pl
33239            + lib/unicore/In/155.pl lib/unicore/In/156.pl
33240            + lib/unicore/In/157.pl lib/unicore/In/158.pl
33241            + lib/unicore/In/159.pl lib/unicore/In/160.pl
33242            + lib/unicore/In/161.pl lib/unicore/In/162.pl
33243            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
33244            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
33245            ! pod/perlunicode.pod
33246 ____________________________________________________________________________
33247 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
33248         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
33249              From: "Craig A. Berry" <craigberry@mac.com>
33250              Date: Wed, 03 Oct 2001 17:45:25 -0500
33251              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
33252              
33253              (the lib/Term/Complete.t patched differently by #12332)
33254      Branch: perl
33255            ! lib/ExtUtils/Command.t
33256 ____________________________________________________________________________
33257 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
33258         Log: Restore only if something to restore.
33259      Branch: perl
33260            ! lib/Term/Complete.t
33261 ____________________________________________________________________________
33262 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
33263         Log: Update various resources for credits,
33264              minor icons fixes, and versions.
33265      Branch: maint-5.6/macperl
33266            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
33267            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
33268            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
33269 ____________________________________________________________________________
33270 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
33271         Log: Quiet the warnings about using undef value
33272      Branch: maint-5.6/macperl
33273            ! lib/File/Temp.pm
33274 ____________________________________________________________________________
33275 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
33276         Log: Fix up Ballon Help and Help menu docs (first pass);
33277              remove balloon rez file, and autogenerate with
33278              Balloon2Rez instead.
33279      Branch: maint-5.6/macperl
33280            + macos/macperl/macscripts/Balloon2Rez
33281            - macos/macperl/MPBalloons.r
33282            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
33283 ____________________________________________________________________________
33284 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
33285         Log: Allow overriding of defaults, for change #12327.
33286      Branch: maint-5.6/macperl
33287            ! perl.h
33288 ____________________________________________________________________________
33289 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
33290         Log: Override PerlProc_exit.
33291      Branch: maint-5.6/macperl
33292            ! macos/macish.h
33293 ____________________________________________________________________________
33294 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
33295         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
33296      Branch: maint-5.6/macperl
33297            + macos/bundled_lib/blib/lib/MD5.pm
33298            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
33299            + macos/lib/Mac/AETE/Dialect.pm
33300            + macos/lib/Mac/AETE/Format/Converter.pm
33301            + macos/lib/Mac/AETE/Format/Dictionary.pm
33302            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
33303            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
33304            + macos/lib/Mac/Toolbox.pod
33305            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
33306 ____________________________________________________________________________
33307 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
33308         Log: Sync up silly CVS headers ... I should commit CVS
33309              first to avoid this ...
33310      Branch: maint-5.6/macperl
33311            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
33312            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
33313            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
33314            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
33315 ____________________________________________________________________________
33316 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
33317         Log: Fix Matthias' address, and attributions.
33318      Branch: maint-5.6/macperl
33319            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
33320            ! pod/perlport.pod
33321 ____________________________________________________________________________
33322 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
33323         Log: Fix Matthias' address, and attributions.
33324      Branch: maint-5.6/macperl
33325            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
33326            ! macos/ext/Mac/Components/Components.pm
33327            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
33328            ! macos/ext/Mac/Dialogs/Dialogs.pm
33329            ! macos/ext/Mac/Events/Events.pm
33330            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
33331            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
33332            ! macos/ext/Mac/Gestalt/Gestalt.pm
33333            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
33334            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
33335            ! macos/ext/Mac/Menus/Menus.pm
33336            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
33337            ! macos/ext/Mac/Movies/Movies.pm
33338            ! macos/ext/Mac/Navigation/Navigation.pm
33339            ! macos/ext/Mac/Notification/Notification.pm
33340            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
33341            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
33342            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
33343            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
33344            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
33345            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
33346            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
33347            ! macos/ext/Mac/StandardFile/StandardFile.pm
33348            ! macos/ext/Mac/TextEdit/TextEdit.pm
33349            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
33350            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
33351            ! macos/lib/Mac/LowMem.pm
33352 ____________________________________________________________________________
33353 [ 12322] By: sky                                   on 2001/10/03  18:41:07
33354         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
33355              From: "Craig A. Berry" <craigberry@mac.com>
33356              Date: Wed, 03 Oct 2001 14:30:55 -0500
33357              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
33358      Branch: perl
33359            ! vms/vms.c
33360 ____________________________________________________________________________
33361 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
33362         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
33363              From: "Craig A. Berry" <craigberry@mac.com>
33364              Date: Wed, 03 Oct 2001 14:30:55 -0500
33365              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
33366      Branch: perl
33367            ! vms/vms.c
33368 ____________________________________________________________________________
33369 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
33370         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
33371              only IsL&) and Inherited (negative lookahead good);
33372              add tests for Common, Inherited, and L&.
33373      Branch: perl
33374            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
33375 ____________________________________________________________________________
33376 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
33377         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
33378              (The Unicode standard uses L& quite often.)
33379      Branch: perl
33380            ! lib/utf8_heavy.pl
33381 ____________________________________________________________________________
33382 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
33383         Log: Add the 'Common' Unicode property (code points not
33384              explicitly assigned to any other script).
33385      Branch: perl
33386            + lib/unicore/In/136.pl
33387            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
33388 ____________________________________________________________________________
33389 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
33390         Log: Skip the RV printing test under threads until fixed.
33391      Branch: perl
33392            ! ext/B/t/terse.t
33393 ____________________________________________________________________________
33394 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
33395         Log: Subject: 12309 / cygwin / win2k
33396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33397              Date: Wed, 03 Oct 2001 15:25:15 +0200
33398              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
33399      Branch: perl
33400            ! makedef.pl
33401 ____________________________________________________________________________
33402 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
33403         Log: Metaconfig unit change for #12314.
33404      Branch: metaconfig
33405            ! U/modified/Head.U
33406 ____________________________________________________________________________
33407 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
33408         Log: Subject: Both cygwin and djgpp on one machine
33409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33410              Date: Wed, 03 Oct 2001 15:02:59 +0200
33411              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
33412      Branch: perl
33413            ! Configure
33414 ____________________________________________________________________________
33415 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
33416         Log: (retracted by #12338)
33417              
33418              Subject: [PATCH] Code clean up for perlboot.pod
33419              From: Casey West <casey@geeknest.com>
33420              Date: Tue, 2 Oct 2001 19:24:43 -0400
33421              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
33422              
33423              Subject: [PATCH] Code clean up for perlbot.diff
33424              From: Casey West <casey@geeknest.com>
33425              Date: Tue, 2 Oct 2001 19:25:22 -0400
33426              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
33427              
33428              Subject: [PATCH] Code clean up for perlcall.pod
33429              From: Casey West <casey@geeknest.com>
33430              Date: Tue, 2 Oct 2001 19:25:57 -0400
33431              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
33432              
33433              Subject: [PATCH] Code clean up for perldata.pod
33434              From: Casey West <casey@geeknest.com>
33435              Date: Tue, 2 Oct 2001 19:26:29 -0400
33436              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
33437              
33438              Subject: [PATCH] Code clean up for perldbmfilter.pod
33439              From: Casey West <casey@geeknest.com>
33440              Date: Tue, 2 Oct 2001 19:26:59 -0400
33441              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
33442              
33443              Subject: [PATCH] Code clean up for perlebcdic.pod
33444              From: Casey West <casey@geeknest.com>
33445              Date: Tue, 2 Oct 2001 19:27:37 -0400
33446              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
33447      Branch: perl
33448            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
33449            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
33450 ____________________________________________________________________________
33451 [ 12312] By: ams                                   on 2001/10/02  23:43:55
33452         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
33453              From: Michael G Schwern <schwern@pobox.com>
33454              Date: Tue, 2 Oct 2001 17:00:49 -0400
33455              Message-Id: <20011002170049.A9955@blackrider>
33456      Branch: perl
33457            ! lib/ExtUtils/MakeMaker.pm
33458 ____________________________________________________________________________
33459 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
33460         Log: FAQ sync.
33461      Branch: perl
33462            ! pod/perlfaq3.pod
33463 ____________________________________________________________________________
33464 [ 12310] By: nick                                  on 2001/10/02  16:09:49
33465         Log: Integrate mainline
33466      Branch: perlio
33467           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
33468           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
33469           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
33470           !> patchlevel.h t/op/pat.t
33471 ____________________________________________________________________________
33472 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
33473         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
33474              not just one single space.
33475      Branch: perl
33476            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
33477 ____________________________________________________________________________
33478 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
33479         Log: AUTHORS updates.
33480      Branch: perl
33481            ! AUTHORS
33482 ____________________________________________________________________________
33483 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
33484         Log: Update Changes.
33485      Branch: perl
33486            ! Changes patchlevel.h
33487 ____________________________________________________________________________
33488 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
33489         Log: Work around old buggy glibcs for langinfo constants,
33490              from Nicholas Clark and David Dyck.
33491      Branch: perl
33492            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
33493 ____________________________________________________________________________
33494 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
33495         Log: Eradicate Time::Piece; add an example.
33496      Branch: perl
33497            ! ext/I18N/Langinfo/Langinfo.pm
33498 ____________________________________________________________________________
33499 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
33500         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
33501              From: Robert Spier <rspier@pobox.com>
33502              Date: Mon, 1 Oct 2001 23:20:16 -0700
33503              Message-ID: <15289.23712.422087.878224@rls.cx>
33504      Branch: perl
33505            ! lib/Pod/Html.pm
33506 ____________________________________________________________________________
33507 [ 12303] By: sky                                   on 2001/10/02  10:40:57
33508         Log: Fixes obscure bug that manifests itself by.
33509              local $!=0;undef*STDOUT;#segfaults
33510              Has been around for a while. Possible other magic IO vars are
33511              possibly affected as well. Reported by Jos Boumans.
33512      Branch: perl
33513            ! mg.c
33514 ____________________________________________________________________________
33515 [ 12302] By: nick                                  on 2001/10/02  09:00:52
33516         Log: Integrate mainline
33517      Branch: perlio
33518           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
33519           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
33520           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
33521 ____________________________________________________________________________
33522 [ 12301] By: nick                                  on 2001/10/02  08:40:57
33523         Log: Integrate mainline + lib/open.t patch from Chromatic
33524      Branch: perlio
33525           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
33526            ! lib/open.t
33527           !> (integrate 29 files)
33528 ____________________________________________________________________________
33529 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
33530         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
33531              Until it has, better stop early if someone requests threads.
33532      Branch: perl
33533            ! hints/darwin.sh
33534 ____________________________________________________________________________
33535 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
33536         Log: Subject: [ID 20011001.011] redundant code in t/TEST
33537              From: David Dyck <dcd@tc.fluke.com>
33538              Date: Mon, 1 Oct 2001 12:56:24 -0700
33539              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
33540      Branch: perl
33541            ! t/TEST
33542 ____________________________________________________________________________
33543 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
33544         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
33545              From: "chromatic" <chromatic@rmci.net>
33546              Date: Mon, 01 Oct 2001 12:27:12 -0600
33547              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
33548      Branch: perl
33549            ! lib/Term/Cap.t
33550 ____________________________________________________________________________
33551 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
33552         Log: UNICOS testing patches from Nicholas Clark.
33553      Branch: perl
33554            ! t/op/arith.t t/op/pack.t
33555 ____________________________________________________________________________
33556 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
33557         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
33558              From: "chromatic" <chromatic@rmci.net>
33559              Date: Mon, 01 Oct 2001 10:21:51 -0600
33560              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
33561      Branch: perl
33562            ! lib/open.t
33563 ____________________________________________________________________________
33564 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
33565         Log: Make missing the RADIXCHAR a softer, gentler error.
33566      Branch: perl
33567            ! ext/I18N/Langinfo/Langinfo.t
33568 ____________________________________________________________________________
33569 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
33570         Log: Nuke also the LANG because of glibc.
33571      Branch: perl
33572            ! lib/open.t
33573 ____________________________________________________________________________
33574 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
33575         Log: Also the ^Is is optional.
33576      Branch: perl
33577            ! pod/perlunicode.pod t/op/pat.t
33578 ____________________________________________________________________________
33579 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
33580         Log: Be careful to pull chars from the varargs stack when
33581              formatting chars.
33582      Branch: perl
33583            ! regcomp.c
33584 ____________________________________________________________________________
33585 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
33586         Log: sortsv not in place anymore, noticed by John P. Linderman.
33587      Branch: perl
33588            ! pod/perlapi.pod pp_ctl.c
33589 ____________________________________________________________________________
33590 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
33591         Log: Make the diagnostic messages more neutral.
33592      Branch: perl
33593            ! ext/B/t/terse.t
33594 ____________________________________________________________________________
33595 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
33596         Log: Forgotten from #12288.
33597      Branch: perl
33598            ! ext/Data/Dumper/Dumper.pm
33599 ____________________________________________________________________________
33600 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
33601         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
33602              From: Brian Ingerson <ingy@ttul.org>
33603              Date: Sun, 30 Sep 2001 21:45:56 -0700
33604              Message-ID: <20010930214556.D26392@ttul.org>
33605              
33606              (remember also the #12289)
33607      Branch: perl
33608            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
33609 ____________________________________________________________________________
33610 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
33611         Log: More Unicode property tests for the abbreviated
33612              general properties.
33613      Branch: perl
33614            ! t/op/pat.t
33615 ____________________________________________________________________________
33616 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
33617         Log: Further tweaks to the Unicode properties.
33618      Branch: perl
33619            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
33620 ____________________________________________________________________________
33621 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
33622         Log: Retract #12284.
33623      Branch: perl
33624            ! lib/Term/Cap.t
33625 ____________________________________________________________________________
33626 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
33627         Log: (Retracted by #12285)
33628      Branch: perl
33629            ! lib/Term/Cap.t
33630 ____________________________________________________________________________
33631 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
33632         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
33633              From: "chromatic" <chromatic@rmci.net>  
33634              Date: Sun, 30 Sep 2001 16:10:02 -0600
33635              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
33636      Branch: perl
33637            + lib/Term/Cap.t
33638            ! MANIFEST
33639 ____________________________________________________________________________
33640 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
33641         Log: Use stty -g to restore the terminal state, do not even
33642              try to run the tests if stty -g is not available.
33643      Branch: perl
33644            ! lib/Term/Complete.t
33645 ____________________________________________________________________________
33646 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
33647         Log: Cleanup utf8_heavy; allow dropping the In prefix from
33648              Unicode script/block properties.
33649      Branch: perl
33650            ! lib/utf8_heavy.pl
33651 ____________________________________________________________________________
33652 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
33653         Log: Retract the #12259 for now.
33654      Branch: perl
33655            ! embed.h embed.pl sv.h
33656 ____________________________________________________________________________
33657 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
33658         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
33659      Branch: perl
33660            + lib/Text/TabsWrap/CHANGELOG
33661            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
33662 ____________________________________________________________________________
33663 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
33664         Log: #12272 wasn't right, it introduced an extra ().
33665      Branch: perl
33666            ! lib/utf8_heavy.pl
33667 ____________________________________________________________________________
33668 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
33669         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
33670              From: Jonathan Stowe <gellyfish@gellyfish.com>
33671              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
33672              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
33673      Branch: perl
33674            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
33675 ____________________________________________________________________________
33676 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
33677         Log: Subject: Patch to put qsortsv in the public API
33678              From: Brian Ingerson <ingy@ttul.org>
33679              Date: Sat, 29 Sep 2001 17:41:13 -0700
33680              Message-ID: <20010929174113.A30223@ttul.org>
33681      Branch: perl
33682            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
33683 ____________________________________________________________________________
33684 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
33685         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
33686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33687              Date: Sat, 29 Sep 2001 23:54:48 +0200
33688              Message-ID: <20010929235448.A5017@rafael>
33689      Branch: perl
33690            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
33691 ____________________________________________________________________________
33692 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
33693         Log: FAQ sync.
33694      Branch: perl
33695            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33696            ! pod/perlfaq9.pod
33697 ____________________________________________________________________________
33698 [ 12273] By: bailey                                on 2001/09/29  23:43:46
33699         Log: Resync with mainline
33700      Branch: vmsperl
33701           +> (branch 1207 files)
33702            - (delete 324 files)
33703           !> (integrate 866 files)
33704 ____________________________________________________________________________
33705 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
33706         Log: Nasty recursion trap if one would match Unicode.
33707      Branch: perl
33708            ! lib/utf8_heavy.pl
33709 ____________________________________________________________________________
33710 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
33711         Log: More Unicode todo.
33712      Branch: perl
33713            ! pod/perltodo.pod
33714 ____________________________________________________________________________
33715 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
33716         Log: Explain a bit the new more flexible \p\P syntax.
33717      Branch: perl
33718            ! pod/perlunicode.pod
33719 ____________________________________________________________________________
33720 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
33721         Log: More leniency to the \p and \P: now can have whitespace
33722              between the property definition and the curlies; now can
33723              invert the property by having a caret between the open
33724              curly and the property.
33725      Branch: perl
33726            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
33727 ____________________________________________________________________________
33728 [ 12268] By: nick                                  on 2001/09/29  17:39:26
33729         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
33730              one test (lib/open.t) fails
33731      Branch: perlio
33732           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
33733           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
33734           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
33735           +> lib/Tie/Scalar.t lib/open.t
33736            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
33737            - ext/B/Stash.t
33738           !> (integrate 62 files)
33739 ____________________________________________________________________________
33740 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
33741         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
33742      Branch: perl
33743            ! t/op/chdir.t
33744 ____________________________________________________________________________
33745 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
33746         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
33747              From: "Craig A. Berry" <craigberry@mac.com> 
33748              Date: Sat, 29 Sep 2001 09:35:33 -0500
33749              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
33750      Branch: perl
33751            ! t/op/chdir.t
33752 ____________________________________________________________________________
33753 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
33754         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
33755              From: "chromatic" <chromatic@rmci.net>
33756              Date: Fri, 28 Sep 2001 21:20:12 -0600
33757              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
33758      Branch: perl
33759            + lib/Tie/Scalar.t
33760            ! MANIFEST lib/Tie/Scalar.pm
33761 ____________________________________________________________________________
33762 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
33763         Log: Allow for more flexibility in the \p{In...} names, now
33764              case doesn't matter, and any space or dash can be
33765              matched by any space, dash, underbar, or empty.
33766              (may be going too far on leniency)
33767      Branch: perl
33768            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
33769            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
33770            ! t/op/pat.t
33771 ____________________________________________________________________________
33772 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
33773         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
33774              From: "chromatic" <chromatic@rmci.net>
33775              Date: Fri, 28 Sep 2001 17:39:50 -0600
33776              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
33777      Branch: perl
33778            + lib/open.t
33779            ! MANIFEST
33780 ____________________________________________________________________________
33781 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
33782         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
33783              From: "Craig A. Berry" <craigberry@mac.com>
33784              Date: Fri, 28 Sep 2001 16:24:51 -0500
33785              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
33786      Branch: perl
33787            ! ext/File/Glob/t/basic.t
33788 ____________________________________________________________________________
33789 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
33790         Log: Subject: [DOC PATCH] Carp.pm pod typo
33791              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33792              Date: Fri, 28 Sep 2001 23:14:51 +0200
33793              Message-ID: <20010928231451.E16889@rafael>
33794      Branch: perl
33795            ! lib/Carp.pm
33796 ____________________________________________________________________________
33797 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
33798         Log: Subject: [PATCH] Allow an @INC hook to set %INC
33799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33800              Date: Fri, 28 Sep 2001 22:18:13 +0200
33801              Message-ID: <20010928221813.A16889@rafael>
33802      Branch: perl
33803            ! pp_ctl.c
33804 ____________________________________________________________________________
33805 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
33806         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
33807              From: Nicholas Clark <nick@ccl4.org>
33808              Date: Fri, 28 Sep 2001 23:39:33 +0100
33809              Message-ID: <20010928233933.C23673@plum.flirble.org>
33810      Branch: perl
33811            ! embed.h embed.pl sv.h
33812 ____________________________________________________________________________
33813 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
33814         Log: Update Changes.
33815      Branch: perl
33816            ! Changes patchlevel.h
33817 ____________________________________________________________________________
33818 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
33819         Log: Move the B tests to B/t.
33820      Branch: perl
33821            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
33822            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
33823            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
33824            - ext/B/Showlex.t ext/B/Stash.t
33825            ! MANIFEST
33826 ____________________________________________________________________________
33827 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
33828         Log: Forgot from #12254.
33829      Branch: perl
33830            + ext/B/B/Terse.t
33831 ____________________________________________________________________________
33832 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
33833         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
33834              From: "chromatic" <chromatic@rmci.net>
33835              Date: Thu, 27 Sep 2001 23:22:17 -0600
33836              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
33837      Branch: perl
33838            ! MANIFEST
33839 ____________________________________________________________________________
33840 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
33841         Log: Test numbering mismatch.
33842      Branch: perl
33843            ! t/op/chdir.t
33844 ____________________________________________________________________________
33845 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
33846         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
33847              From: "Craig A. Berry" <craigberry@mac.com>
33848              Date: Wed, 26 Sep 2001 17:43:14 -0500
33849              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
33850      Branch: perl
33851            ! iperlsys.h t/op/chdir.t
33852 ____________________________________________________________________________
33853 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
33854         Log: Subject: [PATCH gv.c] make __ANON__ global
33855              From: Robin Barker <rmb1@cise.npl.co.uk>
33856              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
33857              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
33858      Branch: perl
33859            ! gv.c t/op/anonsub.t t/op/runlevel.t
33860 ____________________________________________________________________________
33861 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
33862         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
33863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33864              Date: Thu, 27 Sep 2001 22:34:32 +0200
33865              Message-ID: <20010927223432.A1485@rafael>
33866      Branch: perl
33867            ! ext/B/B/Terse.pm
33868 ____________________________________________________________________________
33869 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
33870         Log: (retracted by #12338)
33871              
33872              Subject: [PATCH] Cleanup of perldsc.pod      
33873              From: Casey West <casey@geeknest.com>
33874              Date: Thu, 27 Sep 2001 11:13:17 -0400
33875              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
33876      Branch: perl
33877            ! pod/perldsc.pod
33878 ____________________________________________________________________________
33879 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
33880         Log: Not everyone is using ithreads...
33881      Branch: perl
33882            ! ext/Devel/Peek/Peek.t
33883 ____________________________________________________________________________
33884 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
33885         Log: Document the nss_delete core dump workaround for HP-UX
33886              and Solaris, bug IDs 20010805.018 and 20010629.004.
33887      Branch: perl
33888            ! README.hpux README.solaris
33889 ____________________________________________________________________________
33890 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
33891         Log: Dump Unicode hash keys also as Unicode,
33892              not just as a byte string.
33893      Branch: perl
33894            ! dump.c ext/Devel/Peek/Peek.t
33895 ____________________________________________________________________________
33896 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
33897         Log: Integrate changes #12241 and #12242 from macperl:
33898              
33899              Remove unneeded disabling of umask() calls
33900              
33901              Note (get|set)sockopt are available.
33902      Branch: perl
33903           !> lib/File/Temp.pm pod/perlport.pod
33904 ____________________________________________________________________________
33905 [ 12244] By: sky                                   on 2001/09/27  08:53:00
33906         Log: Flush buffers on thread closedown.
33907      Branch: perl
33908            ! ext/threads/threads.xs
33909 ____________________________________________________________________________
33910 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
33911         Log: Dump SvUTF8(sv)s also as \x{...}.
33912              
33913              TODO: dump the SvUTF8() hash keys similarly. 
33914      Branch: perl
33915            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
33916 ____________________________________________________________________________
33917 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
33918         Log: Note (get|set)sockopt are available.
33919      Branch: maint-5.6/macperl
33920            ! pod/perlport.pod
33921 ____________________________________________________________________________
33922 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
33923         Log: Remove unneeded disabling of umask() calls
33924      Branch: maint-5.6/macperl
33925            ! lib/File/Temp.pm
33926 ____________________________________________________________________________
33927 [ 12240] By: sky                                   on 2001/09/26  18:44:56
33928         Log: Documention update
33929      Branch: perl
33930            ! ext/threads/threads.pm
33931 ____________________________________________________________________________
33932 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
33933         Log: Update Changes.
33934      Branch: perl
33935            ! Changes patchlevel.h
33936 ____________________________________________________________________________
33937 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
33938         Log: Check that all environment variables are tainted.
33939      Branch: perl
33940            ! t/op/taint.t
33941 ____________________________________________________________________________
33942 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
33943         Log: Manual integration error in #12235.
33944      Branch: perl
33945            ! lib/File/DosGlob.t
33946 ____________________________________________________________________________
33947 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
33948         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
33949              From: "chromatic" <chromatic@rmci.net>
33950              Date: Tue, 25 Sep 2001 23:57:07 -0600
33951              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
33952      Branch: perl
33953            ! perlio.c
33954 ____________________________________________________________________________
33955 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
33956         Log: Integrate macperl changes from Chris Nandor:
33957              12192 11817 11815 11813 11778 11775
33958              
33959              Update CPAN.pm to work with new Mac::BuildTools instead
33960              of ExtUtils::MM_MacOS "orphan" functions
33961              
33962              Fix test
33963              
33964              Make syntax check report in MPW style, fix tests
33965              to use Mac::err=unix to get normal-style error
33966              messages.
33967              
33968              More module and test ports from Thomas Wegner et al
33969              
33970              Fix open of /dev/null for Mac OS
33971              
33972              Allow for platforms to override formatting of errors
33973              on output from Matthias Neeracher (core files)
33974      Branch: perl
33975            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
33976            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
33977            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
33978           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
33979           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
33980           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
33981 ____________________________________________________________________________
33982 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
33983         Log: grrr.
33984      Branch: perl
33985            ! t/op/gv.t
33986 ____________________________________________________________________________
33987 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
33988         Log: Retract #12232.
33989      Branch: perl
33990            ! t/op/gv.t
33991 ____________________________________________________________________________
33992 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
33993         Log: (Retracted by #12233.)
33994      Branch: perl
33995            ! t/op/gv.t
33996 ____________________________________________________________________________
33997 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
33998         Log: Detypo.
33999      Branch: perl
34000            ! ext/Encode/Makefile.PL
34001 ____________________________________________________________________________
34002 [ 12230] By: sky                                   on 2001/09/26  11:36:23
34003         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
34004              We are using a "delay" here because we do not want to depend on thread synchronization issues.
34005      Branch: perl
34006            + ext/threads/t/stress_cv.t
34007            ! MANIFEST ext/threads/t/stress_string.t
34008 ____________________________________________________________________________
34009 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
34010         Log: NetWare tweak from Ananth Kesari.
34011      Branch: perl
34012            ! NetWare/t/Readme.txt
34013 ____________________________________________________________________________
34014 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
34015         Log: Trick to fool case-blind filesystems.
34016      Branch: perl
34017            ! ext/Encode/Makefile.PL
34018 ____________________________________________________________________________
34019 [ 12227] By: sky                                   on 2001/09/26  11:06:50
34020         Log: Threads can start executing in a different order than they were
34021              created.... so we cannot ok() inside the threadstarter.
34022      Branch: perl
34023            ! ext/threads/t/stress_string.t
34024 ____________________________________________________________________________
34025 [ 12226] By: sky                                   on 2001/09/26  07:41:45
34026         Log: Add in stress_string.t to stress test threads a bit more.
34027      Branch: perl
34028            + ext/threads/t/stress_string.t
34029            ! MANIFEST
34030 ____________________________________________________________________________
34031 [ 12225] By: sky                                   on 2001/09/26  07:04:21
34032         Log: Fix negative refcount introduced by #12223.
34033      Branch: perl
34034            ! ext/threads/threads.xs
34035 ____________________________________________________________________________
34036 [ 12224] By: sky                                   on 2001/09/26  06:57:58
34037         Log: Update documentation to match change #12223
34038      Branch: perl
34039            ! sharedsv.c
34040 ____________________________________________________________________________
34041 [ 12223] By: sky                                   on 2001/09/26  06:54:32
34042         Log: Use a separate interpreter for the sharedsv space. Another
34043              negative sv leak. Sigh.
34044      Branch: perl
34045            ! sharedsv.c
34046 ____________________________________________________________________________
34047 [ 12222] By: sky                                   on 2001/09/26  05:58:35
34048         Log: Do the environ assignment in perl_contruct to match perl_destruct.
34049              Now we don't need to perl_parse/perl_run. However environ is a
34050              global....
34051      Branch: perl
34052            ! perl.c
34053 ____________________________________________________________________________
34054 [ 12221] By: sky                                   on 2001/09/26  05:41:02
34055         Log: Move the creation of PL_strtab to perl_construct so we can work
34056              with HV and HEs without running perl_parse.
34057      Branch: perl
34058            ! perl.c
34059 ____________________________________________________________________________
34060 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
34061         Log: integrate macperl changes into maint-5.6
34062      Branch: maint-5.6/perl
34063           !> (integrate 26 files)
34064 ____________________________________________________________________________
34065 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
34066         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
34067              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
34068      Branch: maint-5.6/macperl
34069            ! macos/ext/Mac/Fonts/Fonts.xs
34070            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
34071 ____________________________________________________________________________
34072 [ 12218] By: ams                                   on 2001/09/25  23:31:33
34073         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
34074              From: Nicholas Clark <nick@ccl4.org>
34075              Date: Wed, 26 Sep 2001 01:20:20 +0100
34076              Message-Id: <20010926012020.B48092@plum.flirble.org>
34077      Branch: perl
34078            ! lib/AutoSplit.t
34079 ____________________________________________________________________________
34080 [ 12217] By: ams                                   on 2001/09/25  22:33:05
34081         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
34082              From: "Craig A. Berry" <craigberry@mac.com>
34083              Date: Tue, 25 Sep 2001 18:08:42 -0500
34084              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
34085      Branch: perl
34086            ! vms/vms.c
34087 ____________________________________________________________________________
34088 [ 12216] By: ams                                   on 2001/09/25  21:41:01
34089         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
34090              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
34091              From: Michael G Schwern <schwern@pobox.com>
34092              Date: Wed, 26 Sep 2001 00:38:21 -0400
34093              Message-Id: <20010926003821.A627@blackrider>
34094      Branch: perl
34095            ! lib/AutoSplit.t
34096 ____________________________________________________________________________
34097 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
34098         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
34099              From: Michael G Schwern <schwern@pobox.com>
34100              Date: Tue, 25 Sep 2001 17:43:49 -0400
34101              Message-ID: <20010925174349.B19534@blackrider>
34102      Branch: perl
34103            ! lib/Test/Simple.pm lib/Test/Utils.pm
34104 ____________________________________________________________________________
34105 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
34106         Log: Integrate changes from bleadperl.
34107      Branch: maint-5.6/macperl
34108           !> pod/perlport.pod
34109 ____________________________________________________________________________
34110 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
34111         Log: skip($mess) should result in one skip.
34112      Branch: perl
34113            ! t/test.pl
34114 ____________________________________________________________________________
34115 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
34116         Log: Integrate change #12200 from maintperl.
34117      Branch: maint-5.6/macperl
34118           !> win32/perlhost.h
34119 ____________________________________________________________________________
34120 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
34121         Log: Fix file types to "apple"
34122      Branch: maint-5.6/macperl
34123            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
34124            ! macos/ext/Mac/SAT/t/Collision.rsrc
34125 ____________________________________________________________________________
34126 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
34127         Log: Fix rsrc file as snd file; fix path in t file.
34128      Branch: maint-5.6/macperl
34129            ! macos/ext/Mac/Notification/t/Notification.rsrc
34130            ! macos/ext/Mac/Notification/t/Notification.t
34131 ____________________________________________________________________________
34132 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
34133         Log: Sync up with File::Find from bleadperl.
34134      Branch: maint-5.6/macperl
34135            ! lib/File/Find.pm t/lib/filefind-taint.t
34136 ____________________________________________________________________________
34137 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
34138         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
34139              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
34140              of hundreds)
34141      Branch: maint-5.6/macperl
34142            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
34143            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
34144            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
34145 ____________________________________________________________________________
34146 [ 12207] By: nick                                  on 2001/09/25  19:04:36
34147         Log: Integrate mainline (untested while modem is up)
34148      Branch: perlio
34149           +> lib/AutoSplit.t t/test.pl
34150            - lib/warnings/register.t
34151           !> (integrate 28 files)
34152 ____________________________________________________________________________
34153 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
34154         Log: perldiag entry for #12205.
34155      Branch: perl
34156            ! pod/perldiag.pod
34157 ____________________________________________________________________________
34158 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
34159         Log: Subject: [PATCH] warning on v-string in use/require
34160              From: John Peacock <jpeacock@rowman.com>
34161              Date: Mon, 24 Sep 2001 17:29:03 -0400
34162              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
34163      Branch: perl
34164            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
34165 ____________________________________________________________________________
34166 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
34167         Log: perltooc et al updates.
34168      Branch: perl
34169            ! plan9/mkfile pod/roffitall
34170 ____________________________________________________________________________
34171 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
34172         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
34173              From: Michael G Schwern <schwern@pobox.com>
34174              Date: Sun, 23 Sep 2001 00:07:12 -0400
34175              Message-ID: <20010923000712.A7005@blackrider>
34176      Branch: perl
34177            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
34178 ____________________________________________________________________________
34179 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
34180         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
34181              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34182              Date: Wed, 26 Sep 2001 01:25:10 +0900
34183              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
34184      Branch: perl
34185            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
34186            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
34187            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
34188 ____________________________________________________________________________
34189 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
34190         Log: Integrate change #12200 from maintperl;
34191              on windows, virtualized environment could propagate deleted variables
34192              into children if they happen to be at the very end of the table
34193      Branch: perl
34194           !> win32/perlhost.h
34195 ____________________________________________________________________________
34196 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
34197         Log: on windows, virtualized environment could propagate deleted variables
34198              into children if they happen to be at the very end of the table
34199              (thanks for succinct test case from Johan Holmberg, and fix from
34200              Doug Lankshear)
34201      Branch: maint-5.6/perl
34202            ! win32/perlhost.h
34203 ____________________________________________________________________________
34204 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
34205         Log: avoid the use of ftime() (it does a useless, potentially
34206              expensive call to GetTimeZoneInformation()); this potentially
34207              also results in three more digits of precision from
34208              Time::HiRes::time()
34209      Branch: perl
34210            ! ext/Time/HiRes/HiRes.xs
34211 ____________________________________________________________________________
34212 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
34213         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
34214              
34215              Note: io/binmode is failing, have to figure out why.
34216      Branch: perl
34217            + t/test.pl
34218            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
34219            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
34220            ! t/run/exit.t
34221 ____________________________________________________________________________
34222 [ 12197] By: ams                                   on 2001/09/25  13:48:55
34223         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
34224              From: Nicholas Clark <nick@ccl4.org>
34225              Date: Tue, 25 Sep 2001 00:37:40 +0100
34226              Message-Id: <20010925003740.S4971@plum.flirble.org>
34227              (Further changes expected.)
34228      Branch: perl
34229            + lib/AutoSplit.t
34230            ! MANIFEST
34231 ____________________________________________________________________________
34232 [ 12196] By: sky                                   on 2001/09/25  13:37:12
34233         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
34234              _ftime to try and be more robust.
34235      Branch: perl
34236            ! ext/Time/HiRes/HiRes.xs
34237 ____________________________________________________________________________
34238 [ 12194] By: ams                                   on 2001/09/25  11:40:00
34239         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
34240              From: "Craig A. Berry" <craigberry@mac.com>
34241              Date: Mon, 24 Sep 2001 17:54:20 -0500
34242              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
34243      Branch: perl
34244            ! vms/descrip_mms.template
34245 ____________________________________________________________________________
34246 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
34247         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
34248              not working, cursor not spinning (Bug #422129); external
34249              editor problems (Bug #456329); escape/cmd-. not activating
34250              "Cancel" in Save dialog box (Bug #446960); Runtimes not
34251              executing on launch (Bug #464441).
34252      Branch: maint-5.6/macperl
34253            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
34254            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
34255            ! macos/macperl/MacPerl.r
34256 ____________________________________________________________________________
34257 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
34258         Log: Update CPAN.pm to work with new Mac::BuildTools instead
34259              of ExtUtils::MM_MacOS "orphan" functions
34260      Branch: maint-5.6/macperl
34261            ! lib/CPAN.pm
34262 ____________________________________________________________________________
34263 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
34264         Log: Fix up another xsubpp problem (Matthias Neeracher)
34265      Branch: maint-5.6/macperl
34266            ! macos/xsubpp
34267 ____________________________________________________________________________
34268 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
34269         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
34270      Branch: maint-5.6/macperl
34271            ! macos/lib/ExtUtils/MM_MacOS.pm
34272 ____________________________________________________________________________
34273 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
34274         Log: Fix up Makefiles for more Mac:: modules (and prepare for
34275              static build ...?)
34276      Branch: maint-5.6/macperl
34277            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
34278            ! macos/macperl/Makefile.mk
34279 ____________________________________________________________________________
34280 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
34281         Log: Fix up tests
34282      Branch: maint-5.6/macperl
34283            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
34284 ____________________________________________________________________________
34285 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
34286         Log: Make malloc smarter, fix bugs.  (Bug #404030)
34287      Branch: maint-5.6/macperl
34288            ! macos/icemalloc.c macos/icemalloc.h
34289 ____________________________________________________________________________
34290 [ 12186] By: nick                                  on 2001/09/24  19:18:17
34291         Log: Integrate mainline
34292      Branch: perlio
34293           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
34294           +> lib/filetest.t
34295           !> (integrate 30 files)
34296 ____________________________________________________________________________
34297 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
34298         Log: Retract #12136, the warnings::register is already
34299              tested by t/lib/warnings/9enabled, as pointed out
34300              by Paul Marquess.
34301      Branch: perl
34302            - lib/warnings/register.t
34303            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
34304 ____________________________________________________________________________
34305 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
34306         Log: fix Time::HiRes implementation of gettimeofday() on windows
34307              (HiRes.t#14 now passes)
34308      Branch: perl
34309            ! ext/Time/HiRes/HiRes.xs
34310 ____________________________________________________________________________
34311 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
34312         Log: File::Spec::catfile() canonifies everything to blackslashes on
34313              windows :-(
34314      Branch: perl
34315            ! lib/ExtUtils/Manifest.t
34316 ____________________________________________________________________________
34317 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
34318         Log: test number mismatch
34319      Branch: perl
34320            ! t/op/magic.t
34321 ____________________________________________________________________________
34322 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
34323         Log: ok().
34324      Branch: perl
34325            ! t/op/pack.t
34326 ____________________________________________________________________________
34327 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
34328         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
34329              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34330      Branch: perl
34331            ! pp_pack.c t/op/pack.t
34332 ____________________________________________________________________________
34333 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
34334         Log: Update Changes.
34335      Branch: perl
34336            ! Changes patchlevel.h
34337 ____________________________________________________________________________
34338 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
34339         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
34340              From: Michael G Schwern <schwern@pobox.com>
34341              Date: Mon, 24 Sep 2001 11:12:13 -0400
34342              Message-ID: <20010924111213.G27885@blackrider>
34343      Branch: perl
34344            ! lib/ExtUtils/Manifest.pm
34345 ____________________________________________________________________________
34346 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
34347         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
34348              From: Michael G Schwern <schwern@pobox.com> 
34349              Date: Mon, 24 Sep 2001 11:02:07 -0400
34350              Message-ID: <20010924110207.E27885@blackrider>
34351      Branch: perl
34352            ! vms/test.com
34353 ____________________________________________________________________________
34354 [ 12176] By: ams                                   on 2001/09/24  14:01:59
34355         Log: Update Changes.
34356      Branch: perl
34357            ! Changes
34358 ____________________________________________________________________________
34359 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
34360         Log: Various cleanups.
34361      Branch: perl
34362            ! ext/threads/Makefile.PL ext/threads/threads.xs
34363 ____________________________________________________________________________
34364 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
34365         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
34366      Branch: maint-5.6/macperl
34367           !> (integrate 33 files)
34368 ____________________________________________________________________________
34369 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
34370         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
34371              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34372              Date: Mon, 24 Sep 2001 20:04:58 +0900
34373              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
34374      Branch: perl
34375            ! ext/Encode/Encode/gb2312.enc
34376 ____________________________________________________________________________
34377 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
34378         Log: Clarifying comment to #12164.
34379      Branch: perl
34380            ! lib/Cwd.pm
34381 ____________________________________________________________________________
34382 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
34383         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
34384              From: Nicholas Clark <nick@ccl4.org>
34385              Date: Sun, 23 Sep 2001 23:00:56 +0100
34386              Message-ID: <20010923230055.Y4971@plum.flirble.org>
34387              
34388              (with "sample_constants" changed to "fallback")
34389      Branch: perl
34390            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
34391            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
34392            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
34393            ! lib/h2xs.t utils/h2xs.PL
34394 ____________________________________________________________________________
34395 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
34396         Log: Metaconfig unit change for #12167.
34397      Branch: metaconfig
34398            ! U/modified/Cppsym.U
34399 ____________________________________________________________________________
34400 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
34401         Log: Add a few glibc cpp symbols to probe for.
34402      Branch: perl
34403            ! Configure
34404 ____________________________________________________________________________
34405 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
34406         Log: DJGPP tweaks for Laszlo Molnar.
34407      Branch: perl
34408            ! djgpp/djgppsed.sh dosish.h
34409 ____________________________________________________________________________
34410 [ 12165] By: ams                                   on 2001/09/24  10:07:08
34411         Log: Subject: [PATCH t/op/inccode.t] More tests
34412              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34413              Date: 24 Sep 2001 10:01:44 -0000
34414              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
34415      Branch: perl
34416            ! t/op/inccode.t
34417 ____________________________________________________________________________
34418 [ 12164] By: ams                                   on 2001/09/24  09:43:29
34419         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
34420              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
34421              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
34422              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
34423      Branch: perl
34424            ! lib/Cwd.pm
34425 ____________________________________________________________________________
34426 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
34427         Log: 1_compile updates.
34428      Branch: perl
34429            ! t/lib/1_compile.t
34430 ____________________________________________________________________________
34431 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
34432         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
34433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34434              Date: Wed, 19 Sep 2001 22:47:14 +0200
34435              Message-ID: <20010919224714.A6382@rafael>
34436      Branch: perl
34437            ! pod/perlvar.pod pp_ctl.c
34438 ____________________________________________________________________________
34439 [ 12161] By: ams                                   on 2001/09/23  17:40:02
34440         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
34441              filetest Pragma
34442              From: "chromatic" <chromatic@rmci.net>
34443              Date: Sun, 23 Sep 2001 12:07:25 -0600
34444              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
34445      Branch: perl
34446            + lib/filetest.t
34447            ! MANIFEST t/lib/1_compile.t
34448 ____________________________________________________________________________
34449 [ 12160] By: ams                                   on 2001/09/23  16:32:11
34450         Log: Additional minor chdir() tweak.
34451      Branch: perl
34452            ! pod/perlfunc.pod
34453 ____________________________________________________________________________
34454 [ 12159] By: ams                                   on 2001/09/23  16:25:01
34455         Log: Subject: PATCH lib/ExtUtils/Command.t
34456              From: Abe Timmerman <abe@ztreet.demon.nl>
34457              Date: Sun, 23 Sep 2001 19:11:44 +0200
34458              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
34459      Branch: perl
34460            ! lib/ExtUtils/Command.t
34461 ____________________________________________________________________________
34462 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
34463         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
34464              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
34465              Date: Sun, 23 Sep 2001 02:02:26 +0200
34466              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
34467      Branch: perl
34468            ! makedef.pl
34469 ____________________________________________________________________________
34470 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
34471         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
34472              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
34473              Date: Sat, 22 Sep 2001 12:54:39 -0500
34474              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
34475      Branch: perl
34476            ! t/op/study.t
34477 ____________________________________________________________________________
34478 [ 12156] By: nick                                  on 2001/09/23  07:48:44
34479         Log: Integrate mainline
34480      Branch: perlio
34481            - check83.pl
34482           !> ext/Encode/Encode/2022-cn.enc
34483 ____________________________________________________________________________
34484 [ 12155] By: nick                                  on 2001/09/23  07:48:01
34485         Log: Integrate mainline
34486      Branch: perlio
34487           +> (branch 64 files)
34488            - ext/Encode/Encode/cns11643-1.enc
34489            - ext/Encode/Encode/cns11643-2.enc
34490            - ext/Encode/Encode/iso2022-cn.enc
34491            - ext/Encode/Encode/iso2022-jp.enc
34492            - ext/Encode/Encode/iso2022-jp1.enc
34493            - ext/Encode/Encode/iso2022-jp2.enc
34494            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
34495            - ext/Encode/Encode/iso8859-1.enc
34496            - ext/Encode/Encode/iso8859-1.ucm
34497            - ext/Encode/Encode/iso8859-10.enc
34498            - ext/Encode/Encode/iso8859-10.ucm
34499            - ext/Encode/Encode/iso8859-13.enc
34500            - ext/Encode/Encode/iso8859-13.ucm
34501            - ext/Encode/Encode/iso8859-14.enc
34502            - ext/Encode/Encode/iso8859-14.ucm
34503            - ext/Encode/Encode/iso8859-15.enc
34504            - ext/Encode/Encode/iso8859-15.ucm
34505            - ext/Encode/Encode/iso8859-16.enc
34506            - ext/Encode/Encode/iso8859-16.ucm
34507            - ext/Encode/Encode/iso8859-2.enc
34508            - ext/Encode/Encode/iso8859-2.ucm
34509            - ext/Encode/Encode/iso8859-3.enc
34510            - ext/Encode/Encode/iso8859-3.ucm
34511            - ext/Encode/Encode/iso8859-4.enc
34512            - ext/Encode/Encode/iso8859-4.ucm
34513            - ext/Encode/Encode/iso8859-5.enc
34514            - ext/Encode/Encode/iso8859-5.ucm
34515            - ext/Encode/Encode/iso8859-6.enc
34516            - ext/Encode/Encode/iso8859-6.ucm
34517            - ext/Encode/Encode/iso8859-7.enc
34518            - ext/Encode/Encode/iso8859-7.ucm
34519            - ext/Encode/Encode/iso8859-8.enc
34520            - ext/Encode/Encode/iso8859-8.ucm
34521            - ext/Encode/Encode/iso8859-9.enc
34522            - ext/Encode/Encode/iso8859-9.ucm
34523            - ext/Encode/Encode/isoir-197.enc
34524            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
34525            - t/lib/sample-tests/header_at_end
34526            - t/lib/sample-tests/header_at_end_fail
34527           !> (integrate 174 files)
34528 ____________________________________________________________________________
34529 [ 12154] By: ams                                   on 2001/09/23  07:11:46
34530         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
34531              by Blair Zajac.
34532      Branch: perl
34533            ! pod/perlfunc.pod
34534 ____________________________________________________________________________
34535 [ 12153] By: ams                                   on 2001/09/23  06:56:32
34536         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
34537              Forgotten deprecation of *glob{FILEHANDLE}?
34538              From: "chromatic" <chromatic@rmci.net>
34539              Date: Sat, 22 Sep 2001 21:27:56 -0600
34540              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
34541      Branch: perl
34542            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
34543 ____________________________________________________________________________
34544 [ 12152] By: ams                                   on 2001/09/23  06:42:58
34545         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
34546              From: Michael G Schwern <schwern@pobox.com>
34547              Date: Sun, 23 Sep 2001 03:34:39 -0400
34548              Message-Id: <20010923033439.E7005@blackrider>
34549      Branch: perl
34550            ! lib/File/Find.pm
34551 ____________________________________________________________________________
34552 [ 12151] By: ams                                   on 2001/09/23  06:37:57
34553         Log: Subject: Re: t/op/magic.t missing tests on Win32
34554              From: Michael G Schwern <schwern@pobox.com>
34555              Date: Sat, 22 Sep 2001 20:29:09 -0400
34556              Message-Id: <20010922202909.I18223@blackrider>
34557      Branch: perl
34558            ! t/op/magic.t
34559 ____________________________________________________________________________
34560 [ 12150] By: ams                                   on 2001/09/23  06:36:26
34561         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
34562              Dumpvalue.pm
34563              From: "chromatic" <chromatic@rmci.net>
34564              Date: Sat, 22 Sep 2001 19:41:31 -0600
34565              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
34566      Branch: perl
34567            + lib/Dumpvalue.t
34568            ! MANIFEST lib/Dumpvalue.pm
34569 ____________________________________________________________________________
34570 [ 12149] By: ams                                   on 2001/09/23  06:25:35
34571         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
34572              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34573              Date: Sun, 23 Sep 2001 15:27:56 +0900
34574              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
34575      Branch: perl
34576            ! ext/Encode/Encode/2022-cn.enc
34577 ____________________________________________________________________________
34578 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
34579         Log: Manual eror in #12147.
34580      Branch: perl
34581            ! win32/win32.c
34582 ____________________________________________________________________________
34583 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
34584         Log: Integrate change #12146 from maintperl;
34585              win32_chdir() et al don't handle a NULL argument gracefully
34586      Branch: perl
34587           !> win32/perlhost.h win32/win32.c
34588 ____________________________________________________________________________
34589 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
34590         Log: win32_chdir() et al don't handle a NULL argument gracefully
34591      Branch: maint-5.6/perl
34592            ! win32/perlhost.h win32/win32.c
34593 ____________________________________________________________________________
34594 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
34595         Log: typo in change#12026
34596      Branch: maint-5.6/perl
34597            ! op.c
34598 ____________________________________________________________________________
34599 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
34600         Log: Subject: [PATCH] Re: scalar context unpack bugs
34601              From: Nicholas Clark <nick@ccl4.org>
34602              Date: Sat, 22 Sep 2001 23:07:56 +0100
34603              Message-ID: <20010922230755.O4971@plum.flirble.org>
34604      Branch: perl
34605            ! pp_pack.c t/op/pack.t
34606 ____________________________________________________________________________
34607 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
34608         Log: Try ExtUtils::Command.t everywhere, not just on Win32
34609              (as suggested by NI-S).  Also allow running it either
34610              in t/ or in the main directory.
34611      Branch: perl
34612            ! lib/ExtUtils/Command.t
34613 ____________________________________________________________________________
34614 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
34615         Log: Update the test on warnings/register.t.
34616      Branch: perl
34617            ! t/lib/1_compile.t
34618 ____________________________________________________________________________
34619 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
34620         Log: The code is now almost tidy enough to keep the IRIX cc happy.
34621      Branch: perl
34622            ! hints/irix_6.sh
34623 ____________________________________________________________________________
34624 [ 12140] By: ams                                   on 2001/09/22  17:26:32
34625         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
34626              use_ithreads
34627              From: "Craig A. Berry" <craigberry@mac.com>
34628              Date: Sat, 22 Sep 2001 13:15:32 -0500
34629              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
34630      Branch: perl
34631            ! configure.com
34632 ____________________________________________________________________________
34633 [ 12139] By: ams                                   on 2001/09/22  16:44:08
34634         Log: Do what perl_clone() does for sharedsv functions.
34635      Branch: perl
34636            ! embed.pl proto.h
34637 ____________________________________________________________________________
34638 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
34639         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
34640              (suggested by Sarathy, extensions shouldn't be dabbling with
34641              op structures, so binary backward compatibility should not be
34642              an issue.)
34643      Branch: perl
34644            ! hints/irix_6.sh op.h
34645 ____________________________________________________________________________
34646 [ 12137] By: ams                                   on 2001/09/22  16:21:05
34647         Log: More cleanups. (What's PERL_DECL_PROT?)
34648      Branch: perl
34649            ! embed.pl proto.h sharedsv.h
34650 ____________________________________________________________________________
34651 [ 12136] By: ams                                   on 2001/09/22  15:14:34
34652         Log: (Retracted by #12185)
34653              
34654              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
34655              Add Tests for warnings::register, Doc Update
34656              From: "chromatic" <chromatic@rmci.net>
34657              Date: Sat, 22 Sep 2001 09:43:20 -0600
34658              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
34659      Branch: perl
34660            + lib/warnings/register.t
34661            ! MANIFEST lib/warnings/register.pm
34662 ____________________________________________________________________________
34663 [ 12135] By: ams                                   on 2001/09/22  15:07:50
34664         Log: `@foo' should be @foo for consistency.
34665      Branch: perl
34666            ! pod/perldiag.pod
34667 ____________________________________________________________________________
34668 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
34669         Log: (Retracted by #12138)
34670              
34671              Add -woff (turn warning off) 3187:
34672              "A pointer is converted to a smaller integer."
34673              This happens when your pointers are 64-bit: then every case
34674              of converting pointers to PADOFFSETs (explicitly 32-bit)
34675              faces truncation (even explicit use of INT2PTR doesn't help).
34676              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
34677              Changing PADOFFSET from U32 to UV would help, but that
34678              would break binary backward compatibility of BASEOP and padop
34679              (assuming you have been using 64-bit pointers).
34680      Branch: perl
34681            ! hints/irix_6.sh
34682 ____________________________________________________________________________
34683 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
34684         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
34685              but the name comes from the inside the file, not from the file
34686              name, and Rumanian is the name of the language.
34687      Branch: perl
34688            + ext/Encode/Encode/macRumanian.enc
34689            - ext/Encode/Encode/macRomania.enc
34690            ! MANIFEST
34691 ____________________________________________________________________________
34692 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
34693         Log: Rename perltootc as perltooc for 8.3-friedliness.
34694      Branch: perl
34695            + pod/perltooc.pod
34696            - pod/perltootc.pod
34697            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
34698            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
34699            ! pod/perltoot.pod
34700 ____________________________________________________________________________
34701 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
34702         Log: Find more conflicts by lowercasing.
34703      Branch: perl
34704            + Porting/check83.pl
34705            - check83.pl
34706            ! MANIFEST
34707 ____________________________________________________________________________
34708 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
34709         Log: The AIX cc 5.0.0.0 is simply too buggy.
34710      Branch: perl
34711            ! hints/aix.sh
34712 ____________________________________________________________________________
34713 [ 12129] By: ams                                   on 2001/09/22  12:35:38
34714         Log: Uninteresting cleanup.
34715      Branch: perl
34716            ! form.h
34717 ____________________________________________________________________________
34718 [ 12128] By: ams                                   on 2001/09/22  12:28:48
34719         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
34720              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34721              Date: Sat, 22 Sep 2001 14:29:13 +0100
34722              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
34723      Branch: perl
34724            ! cv.h
34725 ____________________________________________________________________________
34726 [ 12127] By: ams                                   on 2001/09/22  12:04:28
34727         Log: What's a backet?
34728      Branch: perl
34729            ! dump.c
34730 ____________________________________________________________________________
34731 [ 12126] By: ams                                   on 2001/09/22  10:02:34
34732         Log: Removed duplicated tests #19 and #20.
34733      Branch: perl
34734            ! t/op/do.t
34735 ____________________________________________________________________________
34736 [ 12125] By: ams                                   on 2001/09/22  03:58:41
34737         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
34738              From: Michael Carman <mjcarman@home.com>
34739              Date: Fri, 21 Sep 2001 17:54:05 -0500
34740              Message-Id: <3BABC50D.6040202@home.com>
34741              (Applied with some changes.)
34742      Branch: perl
34743            ! pod/perlmod.pod
34744 ____________________________________________________________________________
34745 [ 12124] By: ams                                   on 2001/09/22  03:44:19
34746         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
34747              From: Michael G Schwern <schwern@pobox.com>
34748              Date: Fri, 21 Sep 2001 19:20:40 -0400
34749              Message-Id: <20010921192040.E5494@blackrider>
34750      Branch: perl
34751            ! t/op/chdir.t
34752 ____________________________________________________________________________
34753 [ 12123] By: ams                                   on 2001/09/22  03:41:08
34754         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
34755              From: Blair Zajac <blair@orcaware.com>
34756              Date: Fri, 21 Sep 2001 15:13:04 -0700
34757              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
34758      Branch: perl
34759            ! t/op/chdir.t
34760 ____________________________________________________________________________
34761 [ 12122] By: ams                                   on 2001/09/22  03:37:07
34762         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
34763              20010920.007
34764              From: Michael G Schwern <schwern@pobox.com>
34765              Date: Fri, 21 Sep 2001 17:59:03 -0400
34766              Message-Id: <20010921175903.V5494@blackrider>
34767      Branch: perl
34768            ! t/op/do.t
34769 ____________________________________________________________________________
34770 [ 12121] By: ams                                   on 2001/09/22  03:30:38
34771         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
34772              suite on WinCE)
34773              From: Michael G Schwern <schwern@pobox.com>
34774              Date: Fri, 21 Sep 2001 19:41:03 -0400
34775              Message-Id: <20010921194103.G5494@blackrider>
34776      Branch: perl
34777            ! pod/perlport.pod
34778 ____________________________________________________________________________
34779 [ 12120] By: ams                                   on 2001/09/22  03:28:06
34780         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
34781              From: Michael G Schwern <schwern@pobox.com>
34782              Date: Fri, 21 Sep 2001 17:33:35 -0400
34783              Message-Id: <20010921173335.T5494@blackrider>
34784              ($ENV{FOO}=undef hunk not applied.)
34785      Branch: perl
34786            ! t/op/magic.t
34787 ____________________________________________________________________________
34788 [ 12119] By: ams                                   on 2001/09/22  03:02:26
34789         Log: Subject: [PATCH] perldiag.pod
34790              From: Peter Scott <Peter@PSDT.com>
34791              Date: Fri, 21 Sep 2001 18:54:50 -0700
34792              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
34793              (Moved to the right place.)
34794      Branch: perl
34795            ! pod/perldiag.pod
34796 ____________________________________________________________________________
34797 [ 12118] By: ams                                   on 2001/09/21  20:05:29
34798         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
34799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34800              Date: Fri, 21 Sep 2001 22:36:54 +0200
34801              Message-Id: <20010921223654.A12742@rafael>
34802      Branch: perl
34803            ! t/op/do.t
34804 ____________________________________________________________________________
34805 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
34806         Log: Restore things as they were before
34807              the backward compatibility police notices.
34808      Branch: perl
34809            ! lib/Cwd.pm
34810 ____________________________________________________________________________
34811 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
34812         Log: More Cwd from Schwern: make also OS/2 and DOS
34813              Cwd agree with File::Spec (that is, native path
34814              syntax using \ instead of / -- backward compatibility
34815              polic warning) and stop Win32 from using bsd_realpath().
34816      Branch: perl
34817            ! lib/Cwd.pm
34818 ____________________________________________________________________________
34819 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
34820         Log: Subject: [PATCH @12110] RE: Untested libraries update
34821              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34822              Date: Fri, 21 Sep 2001 18:21:07 +0100
34823              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
34824      Branch: perl
34825            ! lib/warnings/register.pm
34826 ____________________________________________________________________________
34827 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
34828         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
34829              From: Michael G Schwern <schwern@pobox.com>
34830              Date: Thu, 20 Sep 2001 22:54:02 -0400
34831              Message-ID: <20010920225402.A3611@blackrider>
34832      Branch: perl
34833            ! lib/Cwd.pm
34834 ____________________________________________________________________________
34835 [ 12113] By: ams                                   on 2001/09/21  17:08:24
34836         Log: Subject: [PATCH] avoid v-strings with require/use
34837              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34838              Date: Fri, 21 Sep 2001 12:34:40 -0400
34839              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
34840      Branch: perl
34841            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
34842            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
34843            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34844            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34845            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
34846            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
34847            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34848            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34849            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34850            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
34851            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
34852            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
34853            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
34854            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
34855            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
34856            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
34857            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
34858            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
34859            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
34860 ____________________________________________________________________________
34861 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
34862         Log: Update Changes.
34863      Branch: perl
34864            ! Changes patchlevel.h
34865 ____________________________________________________________________________
34866 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
34867         Log: Make AIX and Tru64 compilers happy.  
34868      Branch: perl
34869            ! ext/threads/threads.h ext/threads/threads.xs
34870 ____________________________________________________________________________
34871 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
34872         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
34873              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34874              Date: 21 Sep 2001 09:16:37 -0000
34875              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
34876      Branch: perl
34877            ! toke.c
34878 ____________________________________________________________________________
34879 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
34880         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
34881              From: Michael G Schwern <schwern@pobox.com>
34882              Date: Thu, 20 Sep 2001 21:21:34 -0400
34883              Message-ID: <20010920212134.Y28291@blackrider>
34884      Branch: perl
34885            ! pp_sys.c
34886 ____________________________________________________________________________
34887 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
34888         Log: Subject: Re: GDB Debugging Macros from mod_perl
34889              From: rspier@pobox.com (Robert Spier)
34890              Date: Thu, 20 Sep 2001 22:45:03 -0700
34891              Message-ID: <15274.54239.413929.49430@rls.cx>
34892      Branch: perl
34893            ! pod/perltodo.pod
34894 ____________________________________________________________________________
34895 [ 12105] By: sky                                   on 2001/09/21  10:33:34
34896         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
34897              timezone! GetSystemTime should be available on all Win32 
34898              platforms we support. Perhaps Time::HiRes should be extended to
34899              support WinCE and Novell?
34900      Branch: perl
34901            ! ext/Time/HiRes/HiRes.xs
34902 ____________________________________________________________________________
34903 [ 12104] By: sky                                   on 2001/09/21  08:12:39
34904         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
34905      Branch: perl
34906            ! ext/threads/threads.h ext/threads/threads.xs
34907 ____________________________________________________________________________
34908 [ 12103] By: sky                                   on 2001/09/21  07:57:41
34909         Log: Rename the *thread* functions to Perl_* to avoid clashes.
34910              Notably on AIX but could become a problem on other platforms.
34911      Branch: perl
34912            ! ext/threads/threads.h ext/threads/threads.xs
34913 ____________________________________________________________________________
34914 [ 12102] By: sky                                   on 2001/09/21  07:35:30
34915         Log: Add the shared sv space to the global vars.
34916              Fix problems compiling on win32.
34917      Branch: perl
34918            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
34919            ! sharedsv.c sharedsv.h
34920 ____________________________________________________________________________
34921 [ 12101] By: ams                                   on 2001/09/21  00:19:55
34922         Log: Subject: [PATCH] win32/Makefile warning fix
34923              From: Blair Zajac <blair@orcaware.com>
34924              Date: Thu, 20 Sep 2001 18:15:43 -0700
34925              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
34926      Branch: perl
34927            ! win32/Makefile
34928 ____________________________________________________________________________
34929 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
34930         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
34931              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34932              Date: Thu, 20 Sep 2001 18:36:22 +0200
34933              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
34934      Branch: perl
34935            ! lib/ExtUtils/Command.t
34936 ____________________________________________________________________________
34937 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
34938         Log: Cant spl wirth a dam.
34939      Branch: perl
34940            ! intrpvar.h
34941 ____________________________________________________________________________
34942 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
34943         Log: Don't use C++ comments.
34944      Branch: perl
34945            ! ext/threads/threads.xs
34946 ____________________________________________________________________________
34947 [ 12097] By: ams                                   on 2001/09/20  21:42:07
34948         Log: Change #12044 didn't.
34949      Branch: perl
34950            ! lib/constant.pm
34951 ____________________________________________________________________________
34952 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
34953         Log: Metaconfig unit changes for #12095.
34954      Branch: metaconfig
34955            ! U/modified/Myinit.U U/modified/libs.U
34956 ____________________________________________________________________________
34957 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
34958         Log: Remove iconv references since we are not using it
34959              and not going to; regen perltoc, perlmodlib.
34960              (Some references still linger in perltoc, have to figure
34961              out where they are coming from.)
34962      Branch: perl
34963            ! Configure NetWare/config.wc NetWare/config_H.wc
34964            ! Porting/Glossary Porting/config.sh Porting/config_H
34965            ! config_h.SH configure.com epoc/config.sh perl.h
34966            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
34967            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34968            ! vos/config.ga.h win32/config.bc win32/config.gc
34969            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34970            ! win32/config_H.vc wince/config.ce wince/config.h
34971            ! wince/config_H.ce
34972 ____________________________________________________________________________
34973 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
34974         Log: Subject: [PATCH docs] Re: ARGV and read
34975              From: Dave Mitchell <davem@fdgroup.co.uk>
34976              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
34977              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
34978      Branch: perl
34979            ! pod/perltodo.pod pod/perlvar.pod
34980 ____________________________________________________________________________
34981 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
34982         Log: Fresh copies from the cvs.perl.org perlfaq repository.
34983      Branch: perl
34984            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34985            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34986            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34987            ! pod/perlfaq9.pod
34988 ____________________________________________________________________________
34989 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
34990         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
34991              From: Nicholas Clark <nick@ccl4.org>
34992              Date: Thu, 20 Sep 2001 14:27:08 +0100
34993              Message-ID: <20010920142708.X4971@plum.flirble.org>
34994      Branch: perl
34995            ! pp_pack.c t/op/pack.t
34996 ____________________________________________________________________________
34997 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
34998         Log: The sharedsv_space* are variables, not code.  Duh.
34999      Branch: perl
35000            ! intrpvar.h makedef.pl
35001 ____________________________________________________________________________
35002 [ 12090] By: ams                                   on 2001/09/20  11:26:06
35003         Log: Subject: [patch lib/lib_pm.PL]
35004              From: Stas Bekman <stas@stason.org>
35005              Date: Thu, 20 Sep 2001 18:48:53 +0800
35006              Message-Id: <3BA9C995.6010302@stason.org>
35007              (Applied by hand.)
35008      Branch: perl
35009            ! lib/lib_pm.PL
35010 ____________________________________________________________________________
35011 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
35012         Log: Only 21 tests, skipping or not.
35013      Branch: perl
35014            ! lib/ExtUtils/Command.t
35015 ____________________________________________________________________________
35016 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
35017         Log: New exported symbols.
35018      Branch: perl
35019            ! makedef.pl
35020 ____________________________________________________________________________
35021 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
35022         Log: Update Changes.
35023      Branch: perl
35024            ! Changes patchlevel.h
35025 ____________________________________________________________________________
35026 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
35027         Log: Correct numbering of the tests is useful.
35028      Branch: perl
35029            ! ext/threads/t/basic.t
35030 ____________________________________________________________________________
35031 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
35032         Log: More tests now too.
35033      Branch: perl
35034            ! lib/ExtUtils/Command.t
35035 ____________________________________________________________________________
35036 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
35037         Log: More tests now.
35038      Branch: perl
35039            ! ext/threads/t/basic.t
35040 ____________________________________________________________________________
35041 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
35042         Log: The test assumed 7-bit ASCII.  Now it "just"
35043              assumes 8-bit whatever.
35044      Branch: perl
35045            ! t/op/crypt.t
35046 ____________________________________________________________________________
35047 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
35048         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
35049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35050              Date: Wed, 19 Sep 2001 11:45:28 +0200
35051              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
35052              
35053              Lvalue casts are not portable.
35054      Branch: perl
35055            ! ext/threads/threads.xs
35056 ____________________________________________________________________________
35057 [ 12081] By: sky                                   on 2001/09/19  10:17:52
35058         Log: Make the basic test contain only realy basic API tests
35059              Seems to be a problem with detach.
35060      Branch: perl
35061            ! ext/threads/t/basic.t
35062 ____________________________________________________________________________
35063 [ 12080] By: ams                                   on 2001/09/19  01:23:55
35064         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
35065              From: Michael G Schwern <schwern@pobox.com>
35066              Date: Tue, 18 Sep 2001 19:53:48 -0400
35067              Message-Id: <20010918195348.M585@blackrider>
35068              
35069              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
35070              From: Michael G Schwern <schwern@pobox.com>
35071              Date: Tue, 18 Sep 2001 22:07:13 -0400
35072              Message-Id: <20010918220713.B19616@blackrider>
35073      Branch: perl
35074            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
35075            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35076            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
35077            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
35078            ! lib/Test/Tutorial.pod
35079 ____________________________________________________________________________
35080 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
35081         Log: Indent the test a bit.
35082      Branch: perl
35083            ! ext/threads/t/basic.t
35084 ____________________________________________________________________________
35085 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
35086         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
35087              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35088              Date: Tue, 18 Sep 2001 18:06:44 +0200
35089              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
35090      Branch: perl
35091            ! win32/win32.c
35092 ____________________________________________________________________________
35093 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
35094         Log: Subject: stat access time is wrong on Win95
35095              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35096              Date: Tue, 18 Sep 2001 21:59:24 +0200
35097              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
35098      Branch: perl
35099            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
35100 ____________________________________________________________________________
35101 [ 12076] By: ams                                   on 2001/09/18  22:11:25
35102         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
35103              From: Michael G Schwern <schwern@pobox.com>
35104              Date: Tue, 18 Sep 2001 18:47:14 -0400
35105              Message-Id: <20010918184714.I585@blackrider>
35106      Branch: perl
35107            ! t/op/crypt.t
35108 ____________________________________________________________________________
35109 [ 12075] By: sky                                   on 2001/09/18  19:29:37
35110         Log: two test failures
35111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35112              Message-ID: <20010918221702.A17408@rafael>
35113              partly applied, #12074 already fixed half the patch
35114      Branch: perl
35115            ! ext/threads/t/basic.t
35116 ____________________________________________________________________________
35117 [ 12074] By: sky                                   on 2001/09/18  18:49:03
35118         Log: Fixes test case failure introduced by #12071, the warning is
35119              now correctly spelled :-)
35120      Branch: perl
35121            ! ext/IO/lib/IO/t/io_sel.t
35122 ____________________________________________________________________________
35123 [ 12073] By: sky                                   on 2001/09/18  18:46:22
35124         Log: Make the test behave properly!
35125      Branch: perl
35126            ! ext/threads/t/basic.t
35127 ____________________________________________________________________________
35128 [ 12072] By: ams                                   on 2001/09/18  18:44:59
35129         Log: OP_RCATLINE is an SVOP, not a BASEOP.
35130      Branch: perl
35131            ! opcode.h opcode.pl
35132 ____________________________________________________________________________
35133 [ 12071] By: ams                                   on 2001/09/18  18:06:27
35134         Log: Deprecate != Depreciate.
35135      Branch: perl
35136            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
35137            ! lib/Pod/ParseUtils.pm
35138 ____________________________________________________________________________
35139 [ 12070] By: ams                                   on 2001/09/18  15:14:58
35140         Log: Subject: [PATCH] Getopt::Std cleanup
35141              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35142              Date: Tue, 18 Sep 2001 17:32:13 +0200
35143              Message-Id: <20010918173213.C777@rafael>
35144      Branch: perl
35145            ! lib/Getopt/Std.pm lib/Getopt/Std.t
35146 ____________________________________________________________________________
35147 [ 12069] By: sky                                   on 2001/09/18  14:56:33
35148         Log: Forgot the makefile
35149      Branch: perl
35150            + ext/threads/Makefile.PL
35151 ____________________________________________________________________________
35152 [ 12068] By: sky                                   on 2001/09/18  14:13:26
35153         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
35154              The test will fail because of Test.pm not knowing about threads. 
35155              basic needs to be manually tested
35156              compile time warnings on IV2PTR conversions need to be fixed
35157      Branch: perl
35158            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
35159            + ext/threads/threads.h ext/threads/threads.pm
35160            + ext/threads/threads.xs
35161            ! MANIFEST
35162 ____________________________________________________________________________
35163 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
35164         Log: DJGPP tweak from Laszlo Molnar.
35165      Branch: perl
35166            ! djgpp/config.over
35167 ____________________________________________________________________________
35168 [ 12066] By: sky                                   on 2001/09/18  10:24:31
35169         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
35170      Branch: perl
35171            ! sharedsv.c sharedsv.h
35172 ____________________________________________________________________________
35173 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
35174         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
35175              ditto ^cns.
35176      Branch: perl
35177            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
35178            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
35179            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
35180            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
35181            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
35182            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
35183            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
35184            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
35185            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
35186            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
35187            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
35188            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
35189            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
35190            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
35191            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
35192            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
35193            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
35194            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
35195            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
35196            + ext/Encode/Encode/ir-197.enc
35197            - ext/Encode/Encode/cns11643-1.enc
35198            - ext/Encode/Encode/cns11643-2.enc
35199            - ext/Encode/Encode/iso2022-cn.enc
35200            - ext/Encode/Encode/iso2022-jp.enc
35201            - ext/Encode/Encode/iso2022-jp1.enc
35202            - ext/Encode/Encode/iso2022-jp2.enc
35203            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
35204            - ext/Encode/Encode/iso8859-1.enc
35205            - ext/Encode/Encode/iso8859-1.ucm
35206            - ext/Encode/Encode/iso8859-10.enc
35207            - ext/Encode/Encode/iso8859-10.ucm
35208            - ext/Encode/Encode/iso8859-11.enc
35209            - ext/Encode/Encode/iso8859-11.ucm
35210            - ext/Encode/Encode/iso8859-13.enc
35211            - ext/Encode/Encode/iso8859-13.ucm
35212            - ext/Encode/Encode/iso8859-14.enc
35213            - ext/Encode/Encode/iso8859-14.ucm
35214            - ext/Encode/Encode/iso8859-15.enc
35215            - ext/Encode/Encode/iso8859-15.ucm
35216            - ext/Encode/Encode/iso8859-16.enc
35217            - ext/Encode/Encode/iso8859-16.ucm
35218            - ext/Encode/Encode/iso8859-2.enc
35219            - ext/Encode/Encode/iso8859-2.ucm
35220            - ext/Encode/Encode/iso8859-3.enc
35221            - ext/Encode/Encode/iso8859-3.ucm
35222            - ext/Encode/Encode/iso8859-4.enc
35223            - ext/Encode/Encode/iso8859-4.ucm
35224            - ext/Encode/Encode/iso8859-5.enc
35225            - ext/Encode/Encode/iso8859-5.ucm
35226            - ext/Encode/Encode/iso8859-6.enc
35227            - ext/Encode/Encode/iso8859-6.ucm
35228            - ext/Encode/Encode/iso8859-7.enc
35229            - ext/Encode/Encode/iso8859-7.ucm
35230            - ext/Encode/Encode/iso8859-8.enc
35231            - ext/Encode/Encode/iso8859-8.ucm
35232            - ext/Encode/Encode/iso8859-9.enc
35233            - ext/Encode/Encode/iso8859-9.ucm
35234            - ext/Encode/Encode/isoir-197.enc
35235            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
35236 ____________________________________________________________________________
35237 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
35238         Log: Must Uppercase.
35239      Branch: perl
35240            ! ext/Encode/Encode.pm
35241 ____________________________________________________________________________
35242 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
35243         Log: Add various encodings.
35244      Branch: perl
35245            + ext/Encode/Encode/iso8859-11.enc
35246            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
35247            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
35248            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
35249            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
35250            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
35251            + ext/Encode/Encode/viscii.ucm
35252            ! MANIFEST ext/Encode/Encode.pm
35253 ____________________________________________________________________________
35254 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
35255         Log: lib/unicode relic.
35256      Branch: perl
35257            ! ext/Encode/compile
35258 ____________________________________________________________________________
35259 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
35260         Log: Subject: [PATCH] Re: filename problems
35261              From: Michael G Schwern <schwern@pobox.com>
35262              Date: Mon, 17 Sep 2001 17:26:26 -0400
35263              Message-ID: <20010917172626.Q585@blackrider>
35264      Branch: perl
35265            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
35266            - t/lib/sample-tests/header_at_end
35267            - t/lib/sample-tests/header_at_end_fail
35268            ! MANIFEST lib/Test/Harness/t/test-harness.t
35269 ____________________________________________________________________________
35270 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
35271         Log: Explicitly explain the 1e9 seconds, not everybody
35272              is a C geek.
35273      Branch: perl
35274            ! ext/Time/HiRes/HiRes.pm
35275 ____________________________________________________________________________
35276 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
35277         Log: Explain an apparent bug reported by
35278              Richard J. Barbalace <rjbarbal@MIT.EDU>,
35279              with additional explanation from Gisle Aas.
35280      Branch: perl
35281            ! ext/Time/HiRes/HiRes.pm
35282 ____________________________________________________________________________
35283 [ 12058] By: ams                                   on 2001/09/17  19:52:01
35284         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
35285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35286              Date: Mon, 17 Sep 2001 22:48:05 +0200
35287              Message-Id: <20010917224805.C11744@rafael>
35288      Branch: perl
35289            ! t/lib/warnings/op t/lib/warnings/pp
35290 ____________________________________________________________________________
35291 [ 12057] By: ams                                   on 2001/09/17  16:51:18
35292         Log: Its a nit!
35293      Branch: perl
35294            ! sv.h
35295 ____________________________________________________________________________
35296 [ 12056] By: ams                                   on 2001/09/17  16:47:55
35297         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
35298              From: "Craig A. Berry" <craigberry@mac.com>
35299              Date: Mon, 17 Sep 2001 12:34:20 -0500
35300              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
35301      Branch: perl
35302            ! vms/vms.c
35303 ____________________________________________________________________________
35304 [ 12055] By: ams                                   on 2001/09/17  16:05:15
35305         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
35306              From: Gisle Aas <gisle@ActiveState.com>
35307              Date: 16 Apr 2001 16:20:34 -0700
35308              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
35309              (Applied by hand.)
35310      Branch: perl
35311            ! lib/CPAN.pm lib/CPAN/Nox.pm
35312 ____________________________________________________________________________
35313 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
35314         Log: Update Changes.
35315      Branch: perl
35316            ! Changes patchlevel.h
35317 ____________________________________________________________________________
35318 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
35319         Log: Adding new files to the MANIFEST is always nice.
35320      Branch: perl
35321            ! MANIFEST
35322 ____________________________________________________________________________
35323 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
35324         Log: Reindent the PerlIO files (suggested by NI-S), used
35325              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
35326              (GNU indent).  Note that wholesale re-indenting might
35327              be nice, but that would break nice formatting/alignment
35328              of assignments, equality testing, and complex boolean
35329              expressions with lots of &s and |s.
35330      Branch: perl
35331            ! perlio.c perlio.h perliol.h
35332 ____________________________________________________________________________
35333 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
35334         Log: Add a script for being 8.3-polite.
35335              The found conflicts are being worked on.
35336      Branch: perl
35337            + check83.pl
35338            ! MANIFEST Porting/pumpkin.pod
35339 ____________________________________________________________________________
35340 [ 12050] By: sky                                   on 2001/09/17  12:44:36
35341         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
35342              finding it.
35343      Branch: perl
35344            ! sv.c
35345 ____________________________________________________________________________
35346 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
35347         Log: Bump up versions because of #12041.
35348      Branch: perl
35349            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
35350            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
35351            ! lib/Time/localtime.pm
35352 ____________________________________________________________________________
35353 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
35354         Log: Bump the version number because of #12042.
35355      Branch: perl
35356            ! lib/CPAN/FirstTime.pm
35357 ____________________________________________________________________________
35358 [ 12047] By: ams                                   on 2001/09/17  11:21:40
35359         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
35360              From: Abhijit Menon-Sen <ams@wiw.org>
35361              Date: Mon, 17 Sep 2001 17:44:12 +0530
35362              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
35363      Branch: perl
35364            ! op.c
35365 ____________________________________________________________________________
35366 [ 12046] By: sky                                   on 2001/09/17  07:14:17
35367         Log: Subject: Re: t/op/ver.t using skip() improperly
35368              From: "chromatic" <chromatic@rmci.net>
35369              Date: Mon, 17 Sep 2001 00:22:29 -0600
35370              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
35371      Branch: perl
35372            ! t/op/ver.t
35373 ____________________________________________________________________________
35374 [ 12045] By: nick                                  on 2001/09/17  07:12:14
35375         Log: Integrate mainline
35376      Branch: perlio
35377           +> t/op/chdir.t
35378           !> (integrate 117 files)
35379 ____________________________________________________________________________
35380 [ 12044] By: ams                                   on 2001/09/17  05:49:53
35381         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
35382              From: Ilmari Karonen <iltzu@sci.fi>
35383              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
35384              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
35385              (And $VERSION = '1.05'.)
35386      Branch: perl
35387            ! lib/constant.pm
35388 ____________________________________________________________________________
35389 [ 12043] By: ams                                   on 2001/09/17  05:44:50
35390         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
35391              From: Michael G Schwern <schwern@pobox.com>
35392              Date: Mon, 17 Sep 2001 07:49:04 +0200
35393              Message-Id: <20010917074904.V1588@blackrider>
35394              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
35395      Branch: perl
35396            + t/op/chdir.t
35397            ! MANIFEST pp_sys.c
35398 ____________________________________________________________________________
35399 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
35400         Log: Subject: Re: CPAN.pm needs some hacking 
35401              From: "chromatic" <chromatic@rmci.net>
35402              Date: Sun, 16 Sep 2001 16:46:29 -0600
35403              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
35404      Branch: perl
35405            ! lib/CPAN/FirstTime.pm
35406 ____________________________________________________________________________
35407 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
35408         Log: Change use|require 5.005_64 to use|require 5.6.1.
35409      Branch: perl
35410            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
35411            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
35412            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
35413            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
35414            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
35415            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
35416            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
35417            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
35418            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
35419            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
35420            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
35421            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
35422            ! lib/base.pm lib/fields.pm
35423 ____________________________________________________________________________
35424 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
35425         Log: Bump up version numbers.
35426              
35427              TODO 1: double check that pre-5.6.1 CPAN.pm:s
35428              don't try to download 5.8.0 because of the
35429              version numbers.  Mainly this means using _00
35430              in the core version numbers.
35431              
35432              TODO 2: the "use 5.005_64" in many modules
35433              needs to be changed to, say, "use 5.6.1".
35434      Branch: perl
35435            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
35436            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
35437            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
35438            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
35439            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
35440            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
35441            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35442            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
35443            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
35444            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
35445            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
35446 ____________________________________________________________________________
35447 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
35448         Log: Use UCHARAT() as suggested by Inaba Hiroto.
35449      Branch: perl
35450            ! regexec.c
35451 ____________________________________________________________________________
35452 [ 12038] By: ams                                   on 2001/09/16  15:16:24
35453         Log: Subject: [PATCH] Re: Core module version numbers review
35454              From: Peter Scott <Peter@PSDT.com>
35455              Date: Sun, 16 Sep 2001 09:09:58 -0700
35456              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
35457      Branch: perl
35458            ! lib/perl5db.pl
35459 ____________________________________________________________________________
35460 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
35461         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
35462              not yet fully implemented.
35463      Branch: perl
35464            ! pod/perlfunc.pod pod/perlunicode.pod
35465 ____________________________________________________________________________
35466 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
35467         Log: Subject: [patch] plug PL_beginav_save leak
35468              From: Doug MacEachern <dougm@covalent.net>
35469              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
35470              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
35471      Branch: perl
35472            ! perl.c
35473 ____________________________________________________________________________
35474 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
35475         Log: (accidentally empty checkin)
35476      Branch: perl
35477            ! sv.c
35478 ____________________________________________________________________________
35479 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
35480         Log: Subject: [patch] ithreads+PL_beginav_save
35481              From: Doug MacEachern <dougm@covalent.net>
35482              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
35483              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
35484      Branch: perl
35485            ! sv.c
35486 ____________________________________________________________________________
35487 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
35488         Log: Subject: [PATCH] h2xs.PL with C::Scan
35489              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35490              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
35491              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
35492      Branch: perl
35493            ! utils/h2xs.PL
35494 ____________________________________________________________________________
35495 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
35496         Log: Elaborate (well, make more vague, really) #12030.
35497      Branch: perl
35498            ! pod/perltodo.pod pod/perlunicode.pod
35499 ____________________________________________________________________________
35500 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
35501         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
35502              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35503              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
35504              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
35505      Branch: perl
35506            ! regexec.c
35507 ____________________________________________________________________________
35508 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
35509         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
35510              are not yet complete.
35511      Branch: perl
35512            ! pod/perltodo.pod pod/perlunicode.pod
35513 ____________________________________________________________________________
35514 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
35515         Log: Document what's still to be done on the regular expression
35516              Unicode support, based on the UTR#18.
35517      Branch: perl
35518            ! pod/perltodo.pod pod/perlunicode.pod
35519 ____________________________________________________________________________
35520 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
35521         Log: Regen headers.
35522      Branch: perl
35523            ! embedvar.h perlapi.h
35524 ____________________________________________________________________________
35525 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
35526         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
35527              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
35528              Date: Sun, 09 Sep 2001 18:41:54 +0100
35529              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
35530      Branch: perl
35531            ! Porting/findvars ext/ByteLoader/bytecode.h
35532            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
35533            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
35534 ____________________________________________________________________________
35535 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
35536         Log: enable most warnings for windows build; fix the various typecasting
35537              nits that showed up (no bugfixes here)
35538      Branch: maint-5.6/perl
35539            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
35540            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
35541            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
35542            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
35543            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
35544            ! x2p/walk.c
35545 ____________________________________________________________________________
35546 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
35547         Log: Integrate change #12024 from maintperl
35548              (a local() precedence bug)
35549      Branch: perl
35550           !> lib/ExtUtils/Install.pm
35551 ____________________________________________________________________________
35552 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
35553         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
35554              change#8642
35555      Branch: maint-5.6/perl
35556            ! lib/ExtUtils/Install.pm
35557 ____________________________________________________________________________
35558 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
35559         Log: Update Changes.
35560      Branch: perl
35561            ! Changes patchlevel.h
35562 ____________________________________________________________________________
35563 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
35564         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
35565              From: "chromatic" <chromatic@rmci.net>
35566              Date: Fri, 14 Sep 2001 09:44:57 -0600 
35567              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
35568      Branch: perl
35569            ! lib/ExtUtils/Manifest.t
35570 ____________________________________________________________________________
35571 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
35572         Log: Hopefully better skipping of the Complete.t tests
35573              in case of not a tty. 
35574      Branch: perl
35575            ! lib/Term/Complete.t t/op/stat.t
35576 ____________________________________________________________________________
35577 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
35578         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
35579              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35580              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
35581              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
35582      Branch: perl
35583            ! regexec.c t/op/pat.t
35584 ____________________________________________________________________________
35585 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
35586         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
35587              From: Robin Barker <rmb1@cise.npl.co.uk>
35588              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
35589              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
35590      Branch: perl
35591            ! pod/perlport.pod
35592 ____________________________________________________________________________
35593 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
35594         Log: NetWare tweaks from Ananth Kesari.
35595      Branch: perl
35596            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
35597            ! NetWare/nwutil.h
35598 ____________________________________________________________________________
35599 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
35600         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
35601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35602              Date: Fri, 14 Sep 2001 10:51:13 +0200
35603              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
35604      Branch: perl
35605            ! pod/perlport.pod
35606 ____________________________________________________________________________
35607 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
35608         Log: Subject: Re: [PATCH 2 pl2pm.PL]
35609              From: Joe Smith <Joe.Smith@inwap.com>
35610              Date: Fri, 14 Sep 2001 00:13:32 -0700
35611              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
35612              
35613              Eradicate qu.
35614      Branch: perl
35615            ! keywords.h keywords.pl utils/pl2pm.PL
35616 ____________________________________________________________________________
35617 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
35618         Log: Retract #12013, didn't go over too well in Tru64.
35619      Branch: perl
35620            ! embed.h embed.pl sv.h
35621 ____________________________________________________________________________
35622 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
35623         Log: Subject: [PATCH] Execute files of debugger commands
35624              From: Peter Scott <Peter@PSDT.com>
35625              Date: Thu, 13 Sep 2001 15:26:31 -0700
35626              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
35627      Branch: perl
35628            ! lib/perl5db.pl pod/perldebug.pod
35629 ____________________________________________________________________________
35630 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
35631         Log: (Retracted by #12015)
35632              Subject: [proposed PATCH] Re: perl@11920
35633              From: Nicholas Clark <nick@ccl4.org>
35634              Date: Wed, 12 Sep 2001 23:46:09 +0100
35635              Message-ID: <20010912234609.H4971@plum.flirble.org>     
35636      Branch: perl
35637            ! embed.h embed.pl sv.h
35638 ____________________________________________________________________________
35639 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
35640         Log: ucblib shouldn't be linked against in nonstop-ux,
35641              from Tom Bates.
35642      Branch: perl
35643            ! hints/nonstopux.sh
35644 ____________________________________________________________________________
35645 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
35646         Log: Do stty only if we have stty.
35647              
35648              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
35649      Branch: perl
35650            ! lib/Term/Complete.pm
35651 ____________________________________________________________________________
35652 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
35653         Log: Skip the test if not running on a tty.
35654      Branch: perl
35655            ! lib/Term/Complete.t
35656 ____________________________________________________________________________
35657 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
35658         Log: Regen headers.
35659      Branch: perl
35660            ! embed.h opcode.h pod/perlapi.pod proto.h
35661 ____________________________________________________________________________
35662 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
35663         Log: Subject: [PATCH op.c] Re: perl@12003
35664              From: Robin Barker <rmb1@cise.npl.co.uk>
35665              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
35666              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
35667      Branch: perl
35668            ! op.c
35669 ____________________________________________________________________________
35670 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
35671         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
35672              From: Robin Barker <rmb1@cise.npl.co.uk>
35673              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
35674              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
35675      Branch: perl
35676            ! sv.c
35677 ____________________________________________________________________________
35678 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
35679         Log: Upgrade to Memoize 0.66.
35680      Branch: perl
35681            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
35682            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
35683            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
35684 ____________________________________________________________________________
35685 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
35686         Log: Subject: [ID 20010912.007] substr reference core dump
35687              From: me-01@ton.iguana.be
35688              Date: 12 Sep 2001 14:11:16 -0000
35689              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
35690      Branch: perl
35691            ! mg.c
35692 ____________________________________________________________________________
35693 [ 12004] By: ams                                   on 2001/09/12  01:13:49
35694         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
35695              From: Ilmari Karonen <iltzu@sci.fi>
35696              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
35697              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
35698      Branch: perl
35699            ! pod/perlfaq4.pod
35700 ____________________________________________________________________________
35701 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
35702         Log: Update Changes.
35703      Branch: perl
35704            ! Changes patchlevel.h
35705 ____________________________________________________________________________
35706 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
35707         Log: NetWare update from Ananth Kesari.
35708      Branch: perl
35709            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
35710            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
35711 ____________________________________________________________________________
35712 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
35713         Log: Retract #11984: div() being redefined, and 1397
35714              failing on 64-bit platforms.
35715      Branch: perl
35716            ! lib/Math/BigInt/Calc.pm
35717 ____________________________________________________________________________
35718 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
35719         Log: Metaconfig unit change for #11999.
35720      Branch: metaconfig
35721            ! U/protos/d_lseekproto.U
35722 ____________________________________________________________________________
35723 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
35724         Log: The lseek fix (#11991) was no fix.
35725      Branch: perl
35726            ! Configure
35727 ____________________________________________________________________________
35728 [ 11998] By: sky                                   on 2001/09/11  07:52:06
35729         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
35730              From: Matt Sergeant <MSergeant@star.net.uk>
35731              Date: Tue, 11 Sep 2001 09:22:32 +0100
35732              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
35733      Branch: perl
35734            ! ext/Encode/Encode.pm
35735 ____________________________________________________________________________
35736 [ 11997] By: sky                                   on 2001/09/11  06:35:29
35737         Log: Sometimes dTHX is added because it is needed on non 
35738              gnuc platforms, but not needed there. This uses GCC
35739              to silence GCC specific warnings by marking pTHX as 
35740              unused.
35741      Branch: perl
35742            ! perl.h
35743 ____________________________________________________________________________
35744 [ 11996] By: nick                                  on 2001/09/11  06:25:27
35745         Log: Integrate mainline
35746      Branch: perlio
35747            - ext/POSIX/sigaction.t lib/File/Find/taint.t
35748           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
35749 ____________________________________________________________________________
35750 [ 11995] By: nick                                  on 2001/09/11  06:23:39
35751         Log: Part Integrate mainline
35752      Branch: perlio
35753           +> (branch 69 files)
35754            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
35755            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
35756            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
35757            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
35758            - lib/Switch/t/switch_case.t lib/Test/Harness.t
35759            - lib/Test/More/Changes lib/Test/More/t/More.t
35760            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35761            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35762            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
35763            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
35764            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
35765            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
35766            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
35767            - t/lib/Test/More/Catch.pm wince/perl.ico
35768           !> (integrate 197 files)
35769 ____________________________________________________________________________
35770 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
35771         Log: Subject: Re: [PATCH] Encode.pm docs fix
35772              From: Gisle Aas <gisle@ActiveState.com>
35773              Date: 10 Sep 2001 11:27:02 -0700
35774              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
35775      Branch: perl
35776            ! ext/Encode/Encode.pm
35777 ____________________________________________________________________________
35778 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
35779         Log: Fix unpack U to be the reverse of pack U
35780              (but implement unpack U0U as a backdoor to get
35781              the UTF-8 malformed warnings from un-UTF-8 data)
35782      Branch: perl
35783            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
35784 ____________________________________________________________________________
35785 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
35786         Log: Metaconfig unit change for #11991;
35787              delete an unused unit (d_strtoull.U is the one used)
35788      Branch: metaconfig
35789            ! U/protos/d_lseekproto.U
35790      Branch: metaconfig/U/perl
35791            - strtoull.U
35792 ____________________________________________________________________________
35793 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
35794         Log: Subject: [PATCH] Configure not recording lseek proto
35795              From: Blair Zajac <blair@orcaware.com>
35796              Date: Mon, 10 Sep 2001 17:52:37 -0700
35797              Message-ID: <3B9D6055.BA334A31@orcaware.com>
35798              
35799              plus regen Configure.
35800      Branch: perl
35801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35802            ! config_h.SH uconfig.h
35803 ____________________________________________________________________________
35804 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
35805         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?)))                  
35806              From: Nicholas Clark <nick@ccl4.org>
35807              Date: Tue, 11 Sep 2001 00:00:31 +0100
35808              Message-ID: <20010911000031.G1512@plum.flirble.org>
35809      Branch: perl
35810            + t/op/qq.t
35811            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
35812 ____________________________________________________________________________
35813 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
35814         Log: Subject: [PATCH] Building on win32 w/o perlio
35815              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
35816              Date: Mon, 10 Sep 2001 23:38:46 +0200
35817              Message-ID: <3B9D4F06.14433.2C37644@localhost>
35818      Branch: perl
35819            ! perl.c win32/Makefile win32/makefile.mk
35820 ____________________________________________________________________________
35821 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
35822         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
35823              From: "chromatic" <chromatic@rmci.net>
35824              Date: Mon, 10 Sep 2001 15:14:01 -0600
35825              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
35826      Branch: perl
35827            + lib/CGI/t/push.t
35828            ! MANIFEST
35829 ____________________________________________________________________________
35830 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
35831         Log: Subject: avoiding hoardes of zombies
35832              From: Nicholas Clark <nick@ccl4.org>
35833              Date: Mon, 10 Sep 2001 22:00:40 +0100
35834              Message-ID: <20010910220040.C1512@plum.flirble.org>
35835      Branch: perl
35836            ! pod/perlipc.pod
35837 ____________________________________________________________________________
35838 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
35839         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
35840              From: John Peacock <jpeacock@rowman.com>
35841              Date: Mon, 10 Sep 2001 16:34:30 -0400
35842              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
35843      Branch: perl
35844            ! sv.c t/op/ver.t utf8.h
35845 ____________________________________________________________________________
35846 [ 11985] By: ams                                   on 2001/09/10  23:20:13
35847         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
35848      Branch: perl
35849            ! MANIFEST
35850 ____________________________________________________________________________
35851 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
35852         Log: (Retracted by #12001)
35853              Subject: Calc with USE_MUL/USE_DIV
35854              From: Tels <perl_dummy@bloodgate.com>
35855              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
35856              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
35857      Branch: perl
35858            ! lib/Math/BigInt/Calc.pm
35859 ____________________________________________________________________________
35860 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
35861         Log: Subject: [PATCH op.c] Re: perl@11978
35862              From: Robin Barker <rmb1@cise.npl.co.uk>
35863              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
35864              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
35865              
35866              Format errors.
35867      Branch: perl
35868            ! op.c
35869 ____________________________________________________________________________
35870 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
35871         Log: Switch PADOFFSET back to U32 both because of binary backward
35872              compatibility and because Arthur seems to have been fixing the
35873              problems with naughty integer-pointer casting.
35874      Branch: perl
35875            ! op.h
35876 ____________________________________________________________________________
35877 [ 11981] By: ams                                   on 2001/09/10  16:31:43
35878         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
35879              Fix Pod Typo, Add Test for ExtUtils::Command
35880              From: "chromatic" <chromatic@rmci.net>
35881              Date: Mon, 10 Sep 2001 11:20:56 -0600
35882              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
35883      Branch: perl
35884            + lib/ExtUtils/Command.t
35885            ! MANIFEST lib/ExtUtils/Command.pm
35886 ____________________________________________________________________________
35887 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
35888         Log: Subject: [PATCH] Encode.pm docs fix
35889              From: Matt Sergeant <MSergeant@star.net.uk>
35890              Date: Mon, 10 Sep 2001 15:24:01 +0100
35891              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
35892      Branch: perl
35893            ! ext/Encode/Encode.pm
35894 ____________________________________________________________________________
35895 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
35896         Log: Update Changes.
35897      Branch: perl
35898            ! Changes patchlevel.h
35899 ____________________________________________________________________________
35900 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
35901         Log: Revert #11973, the dTHX seems to be needed in there
35902              for threaded builds.
35903      Branch: perl
35904            ! perlio.c
35905 ____________________________________________________________________________
35906 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
35907         Log: Detypo.
35908      Branch: perl
35909            ! pod/perlguts.pod
35910 ____________________________________________________________________________
35911 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
35912         Log: Further Class::Struct patching from Damian.
35913              
35914              The new new semantics are:
35915              
35916              * If you pass an initializer for a nested object, it has to be:
35917              a) a reference to an object of that class, or      
35918              b) a reference to an object of a subclass of that class, or
35919              c) a reference to a hash of arguments to be passed to the
35920              class's constructor
35921              * If you pass no initializer for a nested object, the attribute
35922              is initialized to C<undef>
35923      Branch: perl
35924            ! lib/Class/Struct.pm
35925 ____________________________________________________________________________
35926 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
35927         Log: Skip the crypt test if no crypt.
35928      Branch: perl
35929            ! t/op/crypt.t
35930 ____________________________________________________________________________
35931 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
35932         Log: Warn against using bare v-strings as IP addresses
35933              (okay if using the wrappers from Socket)
35934      Branch: perl
35935            ! pod/perldata.pod pod/perlport.pod
35936 ____________________________________________________________________________
35937 [ 11973] By: sky                                   on 2001/09/10  11:57:58
35938         Log: Remove unused dTHX. Silenced another warning.
35939      Branch: perl
35940            ! perlio.c
35941 ____________________________________________________________________________
35942 [ 11972] By: sky                                   on 2001/09/10  11:54:25
35943         Log: Silence some more warnings INT2PTR.
35944      Branch: perl
35945            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
35946 ____________________________________________________________________________
35947 [ 11971] By: sky                                   on 2001/09/10  11:21:50
35948         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
35949      Branch: perl
35950            ! cop.h
35951 ____________________________________________________________________________
35952 [ 11970] By: sky                                   on 2001/09/10  11:17:25
35953         Log: Apply INT2PTR with force to silence warnings from
35954              PM_GETRE and friends. No more warnings with 64bit 
35955              IVs and 32bit pointers.    
35956      Branch: perl
35957            ! op.c op.h perl.c
35958 ____________________________________________________________________________
35959 [ 11969] By: sky                                   on 2001/09/10  10:13:02
35960         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
35961      Branch: perl
35962            ! pod/perlguts.pod
35963 ____________________________________________________________________________
35964 [ 11968] By: sky                                   on 2001/09/10  10:02:51
35965         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
35966              Rename to custop_op_name to Perl_custom_op_name to match perlapi
35967              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
35968              perl_clone.
35969      Branch: perl
35970            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
35971 ____________________________________________________________________________
35972 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
35973         Log: Using strlen() not good on embedded nul bytes.
35974      Branch: perl
35975            ! regcomp.c
35976 ____________________________________________________________________________
35977 [ 11966] By: ams                                   on 2001/09/09  21:06:13
35978         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
35979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35980              Date: Mon, 13 Aug 2001 22:51:59 +0200
35981              Message-ID: <20010813225159.C6681@rafael>
35982              (Applied with several tweaks.)
35983      Branch: perl
35984            ! embed.h embed.pl proto.h toke.c
35985 ____________________________________________________________________________
35986 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
35987         Log: The exact error message is system-dependent.
35988      Branch: perl
35989            ! lib/ExtUtils/Manifest.t
35990 ____________________________________________________________________________
35991 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
35992         Log: Add Windows and Mac Sami support to Encode
35993              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
35994      Branch: perl
35995            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
35996            ! MANIFEST
35997 ____________________________________________________________________________
35998 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
35999         Log: Use the tried method.
36000      Branch: perl
36001            ! pod/perlport.pod
36002 ____________________________________________________________________________
36003 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
36004         Log: Can't count parentheses.
36005      Branch: perl
36006            ! ext/IO/lib/IO/Socket/INET.pm
36007 ____________________________________________________________________________
36008 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
36009         Log: perlport additions: 1 while unlink, add/delete directory
36010              entries and permissions, cygwin stat funkiness (from Michael
36011              Schwern and Nicholas Clark)
36012      Branch: perl
36013            ! pod/perlport.pod
36014 ____________________________________________________________________________
36015 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
36016         Log: blib does have a detectable test.
36017      Branch: perl
36018            ! t/lib/1_compile.t
36019 ____________________________________________________________________________
36020 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
36021         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
36022              From: "chromatic" <chromatic@rmci.net>
36023              Date: Sat, 08 Sep 2001 19:33:42 -0600
36024              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
36025      Branch: perl
36026            + lib/Term/Complete.t
36027            ! MANIFEST
36028 ____________________________________________________________________________
36029 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
36030         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
36031              From: Michael G Schwern <schwern@pobox.com> 
36032              Date: Sat, 8 Sep 2001 02:40:26 -0400
36033              Message-ID: <20010908024026.A26283@blackrider>
36034      Branch: perl
36035            + lib/Test/Tutorial.pod
36036            ! MANIFEST
36037 ____________________________________________________________________________
36038 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
36039         Log: Try to look up protocol (by name) only iff it has non-numbers:
36040              nice if the server is in a chrooted environment (no /etc/protocols,
36041              server code using hardcorded protocol numbers like 6 for tcp),
36042              suggested by John Holdsworth <coldwave@bigfoot.com>.
36043              In other words, if we are given a number, why look it up again
36044              (by number)?
36045      Branch: perl
36046            ! ext/IO/lib/IO/Socket/INET.pm
36047 ____________________________________________________________________________
36048 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
36049         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
36050              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36051              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
36052              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
36053              
36054              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
36055              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36056              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
36057              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
36058              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
36059              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36060              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
36061              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
36062      Branch: perl
36063            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
36064 ____________________________________________________________________________
36065 [ 11955] By: ams                                   on 2001/09/09  02:54:21
36066         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
36067              From: "Craig A. Berry" <craigberry@mac.com>
36068              Date: Sat, 08 Sep 2001 19:02:16 -0500
36069              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
36070      Branch: perl
36071            ! lib/CGI/t/carp.t
36072 ____________________________________________________________________________
36073 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
36074         Log: Documentation tweaks; think the IP address as an opaque string.
36075      Branch: perl
36076            ! ext/Socket/Socket.pm
36077 ____________________________________________________________________________
36078 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
36079         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
36080              From: Michael G Schwern <schwern@pobox.com>
36081              Date: Sat, 8 Sep 2001 19:45:46 -0400
36082              Message-ID: <20010908194546.C9193@blackrider>
36083      Branch: perl
36084            + lib/blib.t
36085            ! MANIFEST lib/blib.pm t/lib/1_compile.t
36086 ____________________________________________________________________________
36087 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
36088         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
36089              From: "chromatic" <chromatic@rmci.net>
36090              Date: Sat, 08 Sep 2001 12:31:44 -0600
36091              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
36092      Branch: perl
36093            + lib/CGI/t/fast.t
36094            ! MANIFEST
36095 ____________________________________________________________________________
36096 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
36097         Log: The Socket tests were wrong: they were assuming too much.
36098      Branch: perl
36099            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
36100 ____________________________________________________________________________
36101 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
36102         Log: Retract the portability changes since they
36103              seem to have opened a can of worms... will
36104              go back to UNICOS/mk and do the bare minimum
36105              required to get the tests working.
36106      Branch: perl
36107            ! ext/Socket/Socket.xs
36108 ____________________________________________________________________________
36109 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
36110         Log: PADOFFSET is used to cast pointers into integers,
36111              if pointers are 64 bits and U32 32 bits,
36112              bad things may happen, or at least warnings issued.
36113      Branch: perl
36114            ! op.h
36115 ____________________________________________________________________________
36116 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
36117         Log: Still more Socket portability tweaking.
36118              Now Socket.t seems to be happy in all of
36119              Linux/x86, Tru64/alpha, Solaris/sparc,
36120              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
36121              
36122              Addendum: it seems that io_multihomed, io_sock, and hostent
36123              were broken in little-endians (linux/x86 and tru64/alpha)
36124              because of this change.  Argh.
36125      Branch: perl
36126            ! ext/Socket/Socket.xs
36127 ____________________________________________________________________________
36128 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
36129         Log: More portability kicking on inet_ntoa().
36130      Branch: perl
36131            ! ext/Socket/Socket.xs
36132 ____________________________________________________________________________
36133 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
36134         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
36135              From: Michael G Schwern <schwern@pobox.com> 
36136              Date: Fri, 7 Sep 2001 23:06:51 -0400
36137              Message-ID: <20010907230651.R606@blackrider>
36138      Branch: perl
36139            + lib/ExtUtils/Manifest.t
36140            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
36141 ____________________________________________________________________________
36142 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
36143         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
36144              From: "chromatic" <chromatic@rmci.net>
36145              Date: Fri, 07 Sep 2001 17:53:15 -0600      
36146              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
36147      Branch: perl
36148            + lib/ExtUtils/testlib.t
36149            ! MANIFEST
36150 ____________________________________________________________________________
36151 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
36152         Log: Thinko.
36153      Branch: perl
36154            ! lib/integer.t
36155 ____________________________________________________________________________
36156 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
36157         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
36158              From: "Craig A. Berry" <craigberry@mac.com>
36159              Date: Fri, 07 Sep 2001 15:30:03 -0500
36160              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
36161      Branch: perl
36162            ! lib/CGI/Carp.pm
36163 ____________________________________________________________________________
36164 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
36165         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
36166              From: Michael G Schwern <schwern@pobox.com>
36167              Date: Fri, 7 Sep 2001 15:38:13 -0400
36168              Message-ID: <20010907153813.K606@blackrider>
36169      Branch: perl
36170            ! lib/ExtUtils/MM_Unix.pm
36171 ____________________________________________________________________________
36172 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
36173         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
36174              From: Robin Barker <rmb1@cise.npl.co.uk>
36175              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
36176              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
36177      Branch: perl
36178            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
36179 ____________________________________________________________________________
36180 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
36181         Log: Clean up 1_compile.t; move tests to more consistent
36182              places (t/ subdirectories); add integer.t (much of
36183              the pragma is tested elsewhere but there is no one
36184              centralized place)
36185      Branch: perl
36186            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
36187            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
36188            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
36189            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
36190            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
36191            - lib/File/Find/find.t lib/File/Find/taint.t
36192            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
36193 ____________________________________________________________________________
36194 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
36195         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
36196              From: "chromatic" <chromatic@rmci.net>
36197              Date: Fri, 07 Sep 2001 10:17:40 -0600
36198              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
36199      Branch: perl
36200            ! lib/File/Find/taint.t
36201 ____________________________________________________________________________
36202 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
36203         Log: Update Changes.
36204      Branch: perl
36205            ! Changes patchlevel.h
36206 ____________________________________________________________________________
36207 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
36208         Log: Rename the old threading tutorial, start a new one,
36209              regen toc.
36210      Branch: perl
36211            + pod/perlothrtut.pod
36212            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
36213            ! pod/perltoc.pod
36214 ____________________________________________________________________________
36215 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
36216         Log: vars very much has a test.
36217      Branch: perl
36218            ! t/lib/1_compile.t
36219 ____________________________________________________________________________
36220 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
36221         Log: Subject: Re: wince/perl.ico marked as binary
36222              From: Nicholas Clark <nick@ccl4.org>
36223              Date: Fri, 7 Sep 2001 13:54:40 +0100
36224              Message-ID: <20010907135439.D39150@plum.flirble.org>
36225              
36226              and wince/Makefile.ce change from Rainer Keuchel.
36227      Branch: perl
36228            + wince/makeico.pl
36229            ! MANIFEST wince/Makefile.ce
36230 ____________________________________________________________________________
36231 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
36232         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
36233              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36234              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
36235              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
36236      Branch: perl
36237            ! regexec.c
36238 ____________________________________________________________________________
36239 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
36240         Log: (Replaced by #11934)
36241              Subject: Re: [PATCH regexec.c] more general .* and .*?
36242              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36243              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
36244              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
36245      Branch: perl
36246            ! regexec.c
36247 ____________________________________________________________________________
36248 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
36249         Log: The #11931 patching misbehaved.
36250      Branch: perl
36251            ! lib/Test/Harness/t/test-harness.t
36252 ____________________________________________________________________________
36253 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
36254         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
36255              From: Michael G Schwern <schwern@pobox.com>
36256              Date: Fri, 7 Sep 2001 03:30:41 -0400
36257              Message-ID: <20010907033041.A2796@blackrider>
36258      Branch: perl
36259            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
36260            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
36261            + t/lib/sample-tests/header_at_end_fail
36262            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
36263            - lib/Test/Harness.t
36264            ! MANIFEST lib/Test/Harness.pm t/TEST
36265 ____________________________________________________________________________
36266 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
36267         Log: Subject: [PATCH] Digest::MD5 update
36268              From: Gisle Aas <gisle@ActiveState.com>
36269              Date: 06 Sep 2001 23:32:56 -0700
36270              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
36271      Branch: perl
36272            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36273            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
36274 ____________________________________________________________________________
36275 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
36276         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
36277              From: "chromatic" <chromatic@rmci.net>
36278              Date: Thu, 06 Sep 2001 23:11:44 -0600
36279              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
36280      Branch: perl
36281            + lib/less.t
36282            ! MANIFEST t/lib/1_compile.t
36283 ____________________________________________________________________________
36284 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
36285         Log: The binary file must somehow differently stored.
36286      Branch: perl
36287            - wince/perl.ico
36288            ! MANIFEST
36289 ____________________________________________________________________________
36290 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
36291         Log: Add more modules to the list of modules that have tests,
36292              Schwern's wallet is getting more nervous.
36293              (Run t/lib/1_compile.t manually to see which modules
36294              are lacking tests, or the tests can't be run for some
36295              reason or another, such as the Net:: modules)
36296      Branch: perl
36297            ! t/lib/1_compile.t
36298 ____________________________________________________________________________
36299 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
36300         Log: Try to make Socket::inet_ntoa() more robust.
36301      Branch: perl
36302            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
36303 ____________________________________________________________________________
36304 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
36305         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
36306              From: chromatic <chromatic@rmci.net>       
36307              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
36308              Message-Id: <01090522580506.19590@firewheel>           
36309      Branch: perl
36310            ! lib/English.t
36311 ____________________________________________________________________________
36312 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
36313         Log: Subject: Re: perlvar manpage and localizing special vars
36314              From: Stas Bekman <stas@stason.org>
36315              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
36316              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
36317      Branch: perl
36318            ! pod/perlvar.pod
36319 ____________________________________________________________________________
36320 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
36321         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
36322              From: Robin Barker <rmb1@cise.npl.co.uk>
36323              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
36324              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
36325      Branch: perl
36326            ! lib/ExtUtils/MakeMaker.pm
36327 ____________________________________________________________________________
36328 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
36329         Log: Symbol missing; AIX unhappy.
36330      Branch: perl
36331            ! makedef.pl
36332 ____________________________________________________________________________
36333 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
36334         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
36335              Reported in 5.61, seems to work okay in blead.
36336      Branch: perl
36337            ! t/run/kill_perl.t
36338 ____________________________________________________________________________
36339 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
36340         Log: Update Changes.
36341      Branch: perl
36342            ! Changes patchlevel.h
36343 ____________________________________________________________________________
36344 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
36345         Log: Document the bad assumptions currently breaking
36346              the Socket.t tests 10, 11, and 13 in UNICOS.
36347      Branch: perl
36348            ! ext/Socket/Socket.xs
36349 ____________________________________________________________________________
36350 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
36351         Log: Subject: [PATCH x2p] make OPTIMIZE=...
36352              From: Robin Barker <rmb1@cise.npl.co.uk>
36353              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
36354              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
36355      Branch: perl
36356            ! x2p/Makefile.SH x2p/cflags.SH
36357 ____________________________________________________________________________
36358 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
36359         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
36360              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
36361              Date: Thu, 6 Sep 2001 11:09:40 +0100
36362              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
36363              
36364              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
36365              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
36366              Date: 6 Sep 2001 10:14:38 -0000
36367              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
36368      Branch: perl
36369            ! pod/perlfaq1.pod pod/perlhack.pod
36370 ____________________________________________________________________________
36371 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
36372         Log: Subject: Extra NUL is Data::Dumper output - patch
36373              From: Tony Cook <tony@develop-help.com>
36374              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
36375              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
36376      Branch: perl
36377            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
36378 ____________________________________________________________________________
36379 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
36380         Log: Avoid redefinition warning
36381              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
36382              from
36383              perl -w -Ilib -MCwd -e ''
36384      Branch: perl
36385            ! lib/Cwd.pm
36386 ____________________________________________________________________________
36387 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
36388         Log: Update the is_tainted() example implementation.
36389      Branch: perl
36390            ! pod/perlsec.pod
36391 ____________________________________________________________________________
36392 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
36393         Log: Missing) in #11912.
36394      Branch: perl
36395            ! lib/Test/Simple/t/fail.t
36396 ____________________________________________________________________________
36397 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
36398         Log: Rewhack Test-Simple into core harness.
36399      Branch: perl
36400            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
36401            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
36402            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
36403            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
36404            ! lib/Test/Simple/t/skipall.t
36405 ____________________________________________________________________________
36406 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
36407         Log: Workaround for the new Exporter 'feature'.
36408      Branch: perl
36409            ! lib/Test/More.pm
36410 ____________________________________________________________________________
36411 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
36412         Log: Re-introduce pure-Perl fall-back for abs_path,
36413              re-introduce #11898.
36414      Branch: perl
36415            ! lib/Cwd.pm lib/File/Find.pm
36416 ____________________________________________________________________________
36417 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
36418         Log: More tests.
36419      Branch: perl
36420            ! lib/Exporter.t
36421 ____________________________________________________________________________
36422 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
36423         Log: Retract #11898 for now because it introduces
36424              a rather nasty depencency: when B is being built,
36425              MakeMaker is used.  MakeMaker uses File::Find.
36426              File::Find uses Cwd::getcwd()...which doesn't
36427              exist yet.
36428      Branch: perl
36429            ! lib/File/Find.pm
36430 ____________________________________________________________________________
36431 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
36432         Log: New test welcome.
36433      Branch: perl
36434            + lib/Test/Simple/t/simple.t
36435 ____________________________________________________________________________
36436 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
36437         Log: Old test begone.
36438      Branch: perl
36439            - lib/Attribute/Handlers/test.pl
36440 ____________________________________________________________________________
36441 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
36442         Log: Test-Simple syncup from Schwern.
36443      Branch: perl
36444            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
36445            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
36446            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
36447            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
36448            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
36449            - lib/Test/More/Changes lib/Test/More/t/More.t
36450            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
36451            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
36452            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
36453            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
36454            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
36455            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
36456            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
36457            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
36458            ! t/lib/Test/Simple/sample_tests/death.plx
36459            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
36460            ! t/lib/Test/Simple/sample_tests/extras.plx
36461            ! t/lib/Test/Simple/sample_tests/five_fail.plx
36462            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
36463            ! t/lib/Test/Simple/sample_tests/one_fail.plx
36464            ! t/lib/Test/Simple/sample_tests/require.plx
36465            ! t/lib/Test/Simple/sample_tests/success.plx
36466            ! t/lib/Test/Simple/sample_tests/too_few.plx
36467            ! t/lib/Test/Simple/sample_tests/two_fail.plx
36468 ____________________________________________________________________________
36469 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
36470         Log: Integrate File::Find changes from bleadperl
36471      Branch: maint-5.6/macperl
36472            ! lib/File/Find.pm t/lib/filefind-taint.t
36473 ____________________________________________________________________________
36474 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
36475         Log: Integrate 11847 from maint-5.6/perl
36476      Branch: maint-5.6/macperl
36477           !> sv.c
36478 ____________________________________________________________________________
36479 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
36480         Log: In UNICOS division yada yada.
36481      Branch: perl
36482            ! t/op/override.t
36483 ____________________________________________________________________________
36484 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
36485         Log: In UNICOS division is really lossy, better use
36486              a tolerance test.
36487      Branch: perl
36488            ! ext/Time/HiRes/HiRes.t
36489 ____________________________________________________________________________
36490 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
36491         Log: In UNICOS sigaction() sets an extra flag
36492              ("the signal has been registered for all the processes in
36493              a multitasking group.")
36494      Branch: perl
36495            ! ext/POSIX/sigaction.t
36496 ____________________________________________________________________________
36497 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
36498         Log: Documentation micropatch from Damian.
36499      Branch: perl
36500            ! lib/Attribute/Handlers.pm
36501 ____________________________________________________________________________
36502 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
36503         Log: (Retracted by #11908)
36504              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
36505              From: Michael G Schwern <schwern@pobox.com>
36506              Date: Wed, 5 Sep 2001 15:58:21 -0400
36507              Message-ID: <20010905155821.I632@blackrider>
36508      Branch: perl
36509            ! lib/File/Find.pm lib/File/Find/taint.t
36510 ____________________________________________________________________________
36511 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
36512         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
36513              From: Michael G Schwern <schwern@pobox.com>
36514              Date: Wed, 5 Sep 2001 19:16:31 -0400
36515              Message-ID: <20010905191631.E11386@blackrider>
36516      Branch: perl
36517            + lib/CGI/t/carp.t
36518            ! MANIFEST
36519 ____________________________________________________________________________
36520 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
36521         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
36522              From: chromatic <chromatic@rmci.net>
36523              Date: Wed, 5 Sep 2001 18:08:07 -0600
36524              Message-Id: <01090518080700.19590@firewheel>
36525      Branch: perl
36526            ! lib/English.pm
36527 ____________________________________________________________________________
36528 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
36529         Log: Fix a typo #11889 and add a test for the same.
36530      Branch: perl
36531            ! ext/Socket/Socket.t ext/Socket/Socket.xs
36532 ____________________________________________________________________________
36533 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
36534         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
36535              From: "Craig A. Berry" <craigberry@mac.com>
36536              Date: Wed, 05 Sep 2001 17:48:54 -0500
36537              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
36538      Branch: perl
36539            ! lib/warnings.t t/run/kill_perl.t
36540 ____________________________________________________________________________
36541 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
36542         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
36543              From: Michael G Schwern <schwern@pobox.com>
36544              Date: Wed, 5 Sep 2001 17:22:25 -0400
36545              Message-ID: <20010905172225.C11386@blackrider>
36546      Branch: perl
36547            ! t/run/kill_perl.t
36548 ____________________________________________________________________________
36549 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
36550         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
36551              From: Nicholas Clark <nick@ccl4.org>
36552              Date: Wed, 5 Sep 2001 20:54:24 +0100
36553              Message-ID: <20010905205424.C25120@plum.flirble.org>
36554      Branch: perl
36555            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
36556 ____________________________________________________________________________
36557 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
36558         Log: Forgotten thing.
36559      Branch: perl
36560            ! uconfig.h
36561 ____________________________________________________________________________
36562 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
36563         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
36564              From: chromatic <chromatic@rmci.net>               
36565              Date: Wed, 5 Sep 2001 13:22:08 -0600
36566              Message-Id: <01090513220807.10587@firewheel> 
36567      Branch: perl
36568            ! lib/English.pm
36569 ____________________________________________________________________________
36570 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
36571         Log: inet_ntoa() tweaks:
36572              - don't allow addresses with > 255 characters
36573              - indent the HP-UX workaround
36574              - don't leak memory
36575      Branch: perl
36576            ! ext/Socket/Socket.xs
36577 ____________________________________________________________________________
36578 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
36579         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
36580              <xwu@theeducationcenter.com>
36581      Branch: perl
36582            ! lib/File/Find.pm
36583 ____________________________________________________________________________
36584 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
36585         Log: Typo nits.
36586      Branch: perl
36587            ! lib/File/Find.pm
36588 ____________________________________________________________________________
36589 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
36590         Log: -Wall nit.
36591      Branch: perl
36592            ! op.c
36593 ____________________________________________________________________________
36594 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
36595         Log: Update to Scalar-List-Utils 1.05
36596      Branch: perl
36597            ! ext/List/Util/ChangeLog ext/List/Util/README
36598            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
36599 ____________________________________________________________________________
36600 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
36601         Log: Update Changes.
36602      Branch: perl
36603            ! Changes patchlevel.h
36604 ____________________________________________________________________________
36605 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
36606         Log: Update to Scalar-List-Utils 1.04
36607      Branch: perl
36608            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
36609            ! ext/List/Util/lib/List/Util.pm
36610            ! ext/List/Util/lib/Scalar/Util.pm
36611 ____________________________________________________________________________
36612 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
36613         Log: Metaconfigify #11724.
36614      Branch: metaconfig
36615            ! U/threads/archname.U
36616 ____________________________________________________________________________
36617 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
36618         Log: The MacOS reference is okay, no reason to hide it.
36619      Branch: perl
36620            ! lib/Cwd.pm
36621 ____________________________________________________________________________
36622 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
36623         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
36624              From: Michael G Schwern <schwern@pobox.com>
36625              Date: Tue, 4 Sep 2001 15:30:10 -0400
36626              Message-ID: <20010904153010.H26466@blackrider> 
36627              
36628              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
36629      Branch: perl
36630            ! ext/Cwd/Makefile.PL lib/Cwd.pm
36631 ____________________________________________________________________________
36632 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
36633         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.))
36634              From: Michael G Schwern <schwern@pobox.com>
36635              Date: Tue, 4 Sep 2001 17:39:13 -0400
36636              Message-ID: <20010904173913.C626@blackrider>
36637      Branch: perl
36638            ! lib/Cwd.pm
36639 ____________________________________________________________________________
36640 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
36641         Log: Subject: Re: Perl_pp_* in public API?
36642              From: "Craig A. Berry" <craigberry@mac.com>
36643              Date: Tue, 4 Sep 2001 21:51:29 -0500
36644              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
36645      Branch: perl
36646            ! ext/List/Util/Util.xs
36647 ____________________________________________________________________________
36648 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
36649         Log: From Damian: Class::Struct was unable to define
36650              recursive classes.  After the patch an object reference
36651              (rather than a hash) is required to initialize
36652              an object attribute.  If no such initializer is given to
36653              the constructor, object attributes are now default
36654              initialized to C<undef>.
36655      Branch: perl
36656            ! lib/Class/Struct.pm lib/Class/Struct.t
36657 ____________________________________________________________________________
36658 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
36659         Log: Subject: Re: sv_catpvfn and sv_setpvfn
36660              From: Richard Soderberg <rs@oregonnet.com>
36661              Date: Tue, 4 Sep 2001 15:16:47 -0700
36662              Message-Id: <200109042216.PAA17858@oregonnet.com>
36663      Branch: perl
36664            ! pod/perlclib.pod pod/perlguts.pod
36665 ____________________________________________________________________________
36666 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
36667         Log: NetWare updates from Ananth Kesari.
36668      Branch: perl
36669            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
36670            ! NetWare/nw5thread.h
36671 ____________________________________________________________________________
36672 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
36673         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?))
36674              From: Nicholas Clark <nick@ccl4.org>
36675              Date: Tue, 4 Sep 2001 22:42:50 +0100
36676              Message-ID: <20010904224250.P25120@plum.flirble.org>
36677      Branch: perl
36678            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
36679            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
36680            ! t/op/oct.t toke.c
36681 ____________________________________________________________________________
36682 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
36683         Log: Fix Cwd::getcwd() not being tainted, as noticed
36684              by Schwern.
36685      Branch: perl
36686            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
36687            - ext/Cwd/Cwd.t
36688            ! MANIFEST ext/Cwd/Cwd.xs util.c
36689 ____________________________________________________________________________
36690 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
36691         Log: Retract #11870 and volatilize the right destruct_level.
36692              Silly thinko pointed out by Sarathy.
36693      Branch: perl
36694            ! intrpvar.h perl.c
36695 ____________________________________________________________________________
36696 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
36697         Log: At least a temporary fix for the mysterious scope core dumps
36698              in Tru64 from Graham.
36699      Branch: perl
36700            ! ext/List/Util/Util.xs
36701 ____________________________________________________________________________
36702 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
36703         Log: (Retracted by #11872)
36704      Branch: perl
36705            ! intrpvar.h
36706 ____________________________________________________________________________
36707 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
36708         Log: Quench a -Wall gripe noticed by Robin Barker.
36709      Branch: perl
36710            ! op.c
36711 ____________________________________________________________________________
36712 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
36713         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
36714              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36715              Date: Wed, 05 Sep 2001 02:01:32 +0900
36716              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
36717      Branch: perl
36718            ! lib/Unicode/UCD.pm
36719 ____________________________________________________________________________
36720 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
36721         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
36722              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36723              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
36724              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
36725      Branch: perl
36726            ! gv.c
36727 ____________________________________________________________________________
36728 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
36729         Log: Update Changes.
36730      Branch: perl
36731            ! Changes patchlevel.h
36732 ____________________________________________________________________________
36733 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
36734         Log: Add the \[$@%&*] prototype support.
36735      Branch: perl
36736            ! op.c pod/perlsub.pod t/comp/proto.t
36737 ____________________________________________________________________________
36738 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
36739         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
36740              From: Michael G Schwern <schwern@pobox.com>
36741              Date: Mon, 3 Sep 2001 18:59:01 -0400
36742              Message-ID: <20010903185901.Z9233@blackrider>
36743      Branch: perl
36744            ! lib/CGI/t/form.t
36745 ____________________________________________________________________________
36746 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
36747         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
36748              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36749              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
36750              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
36751      Branch: perl
36752            ! gv.c
36753 ____________________________________________________________________________
36754 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
36755         Log: More srand entry tweakage based on Randal's suggestion.
36756      Branch: perl
36757            ! pod/perlfunc.pod
36758 ____________________________________________________________________________
36759 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
36760         Log: Subject: [PATCH] 'main' *is* a reserved word
36761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36762              Date: Mon, 3 Sep 2001 22:55:41 +0200
36763              Message-ID: <20010903225541.A24097@rafael>
36764      Branch: perl
36765            ! toke.c
36766 ____________________________________________________________________________
36767 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
36768         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
36769              From: Peter Prymmer <pvhp@best.com>
36770              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
36771              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
36772      Branch: perl
36773            ! README.vms configure.com
36774 ____________________________________________________________________________
36775 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
36776         Log: Subject: Re: A slightly better default seed?   
36777              From: Michael G Schwern <schwern@pobox.com>
36778              Date: Mon, 3 Sep 2001 18:08:15 -0400 
36779              Message-ID: <20010903180815.W9233@blackrider>
36780      Branch: perl
36781            ! t/op/srand.t
36782 ____________________________________________________________________________
36783 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
36784         Log: Add sharedsv.o to microperl object files.
36785      Branch: perl
36786            ! Makefile.micro
36787 ____________________________________________________________________________
36788 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
36789         Log: AUTHORS updates and
36790              
36791              Subject: [PATCH] Just some preening :-)        
36792              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
36793              Date: Tue, 4 Sep 2001 14:16:59 +0100
36794              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
36795      Branch: perl
36796            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
36797 ____________________________________________________________________________
36798 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
36799         Log: Typo fix and slight rewording.
36800      Branch: perl
36801            ! pod/perlfunc.pod
36802 ____________________________________________________________________________
36803 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
36804         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
36805      Branch: perl
36806            ! pod/perlfaq4.pod
36807 ____________________________________________________________________________
36808 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
36809         Log: The helper file changed name.
36810      Branch: perl
36811            ! MANIFEST
36812 ____________________________________________________________________________
36813 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
36814         Log: Update to Scalar-List-Utils 1.03
36815      Branch: perl
36816            + ext/List/Util/t/shuffle.t
36817            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
36818            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
36819            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
36820            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
36821            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
36822            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
36823            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
36824            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
36825 ____________________________________________________________________________
36826 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
36827         Log: Make crypt() do something more sane for Unicode
36828              (take crypt() of the low eight bits of the characters,
36829              instead of taking crypt() of the UTF-8 of the scalar);
36830              add a test for crypt().
36831      Branch: perl
36832            + t/op/crypt.t
36833            ! MANIFEST pod/perlfunc.pod pp.c
36834 ____________________________________________________________________________
36835 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
36836         Log: Reorganize the srand entry.
36837      Branch: perl
36838            ! pod/perlfunc.pod
36839 ____________________________________________________________________________
36840 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
36841         Log: Remove the tests that assume something about
36842              calling srand() without arguments multiple times.
36843      Branch: perl
36844            ! t/op/srand.t
36845 ____________________________________________________________________________
36846 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
36847         Log: Upgrade to Math::BigInt 1.42.
36848      Branch: perl
36849            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36850            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
36851            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
36852            ! lib/Math/BigInt/t/mbimbf.t
36853 ____________________________________________________________________________
36854 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
36855         Log: integrate change#11847 from maint-5.6
36856              
36857              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36858      Branch: perl
36859            ! sv.c
36860 ____________________________________________________________________________
36861 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
36862         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36863      Branch: maint-5.6/perl
36864            ! sv.c
36865 ____________________________________________________________________________
36866 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
36867         Log: As far as I can tell these functions have been Unicodified.
36868      Branch: perl
36869            ! doop.c
36870 ____________________________________________________________________________
36871 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
36872         Log: Update to Storable 1.0.13.
36873      Branch: perl
36874            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36875            ! ext/Storable/Storable.xs
36876 ____________________________________________________________________________
36877 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
36878         Log: Patch the Filter::Simple test to work with
36879              the core test suite (since the FilterTest.pm
36880              is in t/lib, not in lib).
36881      Branch: perl
36882            ! lib/Filter/Simple/t/filter.t
36883 ____________________________________________________________________________
36884 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
36885         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
36886      Branch: perl
36887            + t/lib/FilterTest.pm
36888            - t/lib/MyFilter.pm
36889 ____________________________________________________________________________
36890 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
36891         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
36892              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
36893              Text::Balanced 1.86.
36894      Branch: perl
36895            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
36896            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
36897            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
36898            + lib/Switch/t/nested.t lib/Switch/t/switch.t
36899            + lib/Text/Balanced/Changes lib/Text/Balanced/README
36900            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
36901            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
36902            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
36903            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
36904            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
36905            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
36906            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
36907            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
36908            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
36909            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
36910            ! MANIFEST lib/Attribute/Handlers.pm
36911            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
36912            ! lib/Attribute/Handlers/demo/Demo.pm
36913            ! lib/Attribute/Handlers/demo/Descriptions.pm
36914            ! lib/Attribute/Handlers/demo/MyClass.pm
36915            ! lib/Attribute/Handlers/demo/demo.pl
36916            ! lib/Attribute/Handlers/demo/demo2.pl
36917            ! lib/Attribute/Handlers/demo/demo3.pl
36918            ! lib/Attribute/Handlers/demo/demo4.pl
36919            ! lib/Attribute/Handlers/demo/demo_call.pl
36920            ! lib/Attribute/Handlers/demo/demo_chain.pl
36921            ! lib/Attribute/Handlers/demo/demo_cycle.pl
36922            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
36923            ! lib/Attribute/Handlers/demo/demo_phases.pl
36924            ! lib/Attribute/Handlers/demo/demo_range.pl
36925            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
36926            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
36927            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
36928            ! lib/Text/Balanced.pm
36929 ____________________________________________________________________________
36930 [ 11841] By: sky                                   on 2001/09/03  11:04:15
36931         Log: Forgot to add a file with Change #11840
36932      Branch: perl
36933            + t/op/srand.t
36934 ____________________________________________________________________________
36935 [ 11840] By: sky                                   on 2001/09/03  11:02:04
36936         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
36937              From: Michael G Schwern <schwern@pobox.com>
36938              Date: Mon, 3 Sep 2001 07:43:00 -0400
36939              Message-ID: <20010903074300.E9233@blackrider>
36940      Branch: perl
36941            ! MANIFEST pod/perlfunc.pod t/op/rand.t
36942 ____________________________________________________________________________
36943 [ 11839] By: sky                                   on 2001/09/03  10:47:11
36944         Log: Document the changes with regards to running of END blocks.
36945              And DESTROY on global objects are called in perl_destruct()!
36946      Branch: perl
36947            ! pod/perl572delta.pod pod/perlembed.pod
36948 ____________________________________________________________________________
36949 [ 11838] By: sky                                   on 2001/09/03  09:34:44
36950         Log: Subject: [PATCH t/op/time.t] Partial cleanup
36951              From: Michael G Schwern <schwern@pobox.com>
36952              Date: Mon, 3 Sep 2001 06:29:42 -0400
36953              Message-ID: <20010903062942.C9233@blackrider>
36954      Branch: perl
36955            ! t/op/time.t
36956 ____________________________________________________________________________
36957 [ 11837] By: sky                                   on 2001/09/03  09:30:02
36958         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
36959              From: Michael G Schwern <schwern@pobox.com>
36960              Date: Mon, 3 Sep 2001 06:24:13 -0400
36961              Message-ID: <20010903062413.B9233@blackrider>
36962      Branch: perl
36963            ! t/op/rand.t
36964 ____________________________________________________________________________
36965 [ 11836] By: sky                                   on 2001/09/03  07:56:47
36966         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
36967              From: Michael G Schwern <schwern@pobox.com>
36968              Date: Sun, 2 Sep 2001 21:38:43 -0400
36969              Message-ID: <20010902213843.L2711@blackrider>
36970      Branch: perl
36971            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
36972            ! MANIFEST
36973 ____________________________________________________________________________
36974 [ 11835] By: nick                                  on 2001/09/03  06:20:06
36975         Log: Integrate mainline
36976      Branch: perlio
36977           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
36978            - t/op/misc.t
36979           !> (integrate 187 files)
36980 ____________________________________________________________________________
36981 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
36982         Log: Update Changes.
36983      Branch: perl
36984            ! Changes patchlevel.h
36985 ____________________________________________________________________________
36986 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
36987         Log: Slight tweaks.
36988      Branch: perl
36989            ! t/run/kill_perl.t
36990 ____________________________________________________________________________
36991 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
36992         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
36993      Branch: perl
36994            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36995 ____________________________________________________________________________
36996 [ 11831] By: sky                                   on 2001/09/02  12:10:42
36997         Log: Change #11828 wasn't complete, this updates to intest path
36998      Branch: perl
36999            ! t/run/kill_perl.t
37000 ____________________________________________________________________________
37001 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
37002         Log: 's's's.
37003      Branch: perl
37004            ! Changes
37005 ____________________________________________________________________________
37006 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
37007         Log: Update Changes.
37008      Branch: perl
37009            ! Changes patchlevel.h
37010 ____________________________________________________________________________
37011 [ 11828] By: sky                                   on 2001/09/02  11:53:56
37012         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
37013              From: Michael G Schwern <schwern@pobox.com>
37014              Date: Sat, 1 Sep 2001 20:18:58 -0400
37015              Message-ID: <20010901201858.X606@blackrider>
37016              +MANIFEST Fix
37017      Branch: perl
37018            + t/run/kill_perl.t
37019            - t/op/misc.t t/run/segfault.t
37020            ! MANIFEST
37021 ____________________________________________________________________________
37022 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
37023         Log: Subject: [PATCH] lib/Time/Local.pm
37024              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37025              Date: Sun, 2 Sep 2001 06:50:01 -0500
37026              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
37027      Branch: perl
37028            ! lib/Time/Local.pm
37029 ____________________________________________________________________________
37030 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
37031         Log: Tick off Unicode collation and the normalization from
37032              the todo list.
37033      Branch: perl
37034            ! pod/perltodo.pod
37035 ____________________________________________________________________________
37036 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
37037         Log: Update to Unicode 3.1.1.
37038      Branch: perl
37039            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
37040            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
37041            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
37042            ! lib/unicore/PropList.txt lib/unicore/README.perl
37043            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
37044            ! lib/unicore/rename lib/unicore/version
37045 ____________________________________________________________________________
37046 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
37047         Log: Slight doc tweaks for the module.
37048      Branch: perl
37049            ! lib/Unicode/UCD.pm
37050 ____________________________________________________________________________
37051 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
37052         Log: Rename the variable: it *used* to be (wrongly) that the
37053              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
37054              but that is no more the case: PL_reg_match_utf8 is better.
37055      Branch: perl
37056            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
37057            ! regexec.c sv.c thrdvar.h
37058 ____________________________________________________________________________
37059 [ 11822] By: ams                                   on 2001/09/02  02:54:50
37060         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
37061              From: Ilmari Karonen <iltzu@sci.fi>
37062              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
37063              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
37064              (op/sub_lval.t updated to take new error message into account.)
37065      Branch: perl
37066            ! op.c t/op/sub_lval.t
37067 ____________________________________________________________________________
37068 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
37069         Log: remove stray CRs in files; keep all files with UNIX line-ends
37070              (Porting/makerel adds CRs to the files that need it in the
37071              distribution)
37072      Branch: perl
37073            ! NetWare/t/NWScripts.pl README.dos
37074            ! ext/Encode/Encode/cns11643-1.enc
37075            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
37076            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
37077 ____________________________________________________________________________
37078 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
37079         Log: some remnants of change#11803
37080      Branch: perl
37081            ! ext/ByteLoader/byterun.h perl.h
37082 ____________________________________________________________________________
37083 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
37084         Log: Update to Unicode::Collate 0.08.
37085      Branch: perl
37086            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
37087            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
37088 ____________________________________________________________________________
37089 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
37090         Log: Test tweaks.
37091      Branch: perl
37092            ! t/op/pat.t
37093 ____________________________________________________________________________
37094 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
37095         Log: Fix test
37096      Branch: maint-5.6/macperl
37097            ! t/lib/b.t
37098 ____________________________________________________________________________
37099 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
37100         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
37101              warnings in Config.pm with -W; increase default and
37102              minimum RAM; bump version number.
37103      Branch: maint-5.6/macperl
37104            + macos/lib/Mac/LowMem.pm
37105            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
37106            ! macos/configpm macos/macperl/MacPerl.r
37107 ____________________________________________________________________________
37108 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
37109         Log: Make syntax check report in MPW style, fix tests
37110              to use Mac::err=unix to get normal-style error
37111              messages.
37112      Branch: maint-5.6/macperl
37113            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
37114            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
37115 ____________________________________________________________________________
37116 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
37117         Log: Make MPW-style errors optional (but the default); add
37118              MacPerl::ErrorFormat() function and Mac::err pragma
37119      Branch: maint-5.6/macperl
37120            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
37121            + macos/ext/Mac/err/err.xs
37122            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
37123            ! macos/macish.c macos/macish.h macos/macperl.sym
37124 ____________________________________________________________________________
37125 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
37126         Log: More module and test ports from Thomas Wegner et al
37127      Branch: maint-5.6/macperl
37128            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
37129            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
37130            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
37131            ! t/op/magic.t
37132 ____________________________________________________________________________
37133 [ 11812] By: sky                                   on 2001/09/01  17:19:30
37134         Log: Subject: [PATCH t/op/concat.t] cleanup
37135              From: Michael G Schwern <schwern@pobox.com>
37136              Date: Sat, 1 Sep 2001 14:06:28 -0400
37137              Message-ID: <20010901140628.C606@blackrider>
37138      Branch: perl
37139            ! t/op/concat.t
37140 ____________________________________________________________________________
37141 [ 11811] By: sky                                   on 2001/09/01  12:25:29
37142         Log: Change #11805 didn't update the MANIFEST
37143      Branch: perl
37144            ! MANIFEST
37145 ____________________________________________________________________________
37146 [ 11810] By: sky                                   on 2001/09/01  11:52:44
37147         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
37148              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37149              Date: Sat, 1 Sep 2001 14:50:14 +0200
37150              Message-ID: <20010901145014.A691@rafael>
37151      Branch: perl
37152            ! t/op/inccode.t
37153 ____________________________________________________________________________
37154 [ 11809] By: sky                                   on 2001/09/01  11:49:22
37155         Log: Subject: PATCH: ExtUtils::MakeMaker
37156              From: Tony Bowden <tony@kasei.com>
37157              Date: Sat, 1 Sep 2001 10:33:53 +0100
37158              Message-ID: <20010901103353.A13863@soto.kasei.com>
37159              Manually applied
37160      Branch: perl
37161            ! lib/ExtUtils/MakeMaker.pm
37162 ____________________________________________________________________________
37163 [ 11808] By: sky                                   on 2001/09/01  11:39:13
37164         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
37165              From: mike808@users.sourceforge.net
37166              Date: Sat, 1 Sep 101 11:27:50 GMT
37167              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
37168              With little tweak
37169      Branch: perl
37170            ! lib/Term/Cap.pm
37171 ____________________________________________________________________________
37172 [ 11807] By: ams                                   on 2001/09/01  11:31:16
37173         Log: Subject: oct() and hex()
37174              From: Nicholas Clark <nick@ccl4.org>
37175              Date: Fri, 31 Aug 2001 23:14:13 +0100
37176              Message-Id: <20010831231413.J4950@plum.flirble.org>
37177      Branch: perl
37178            ! pod/perlclib.pod
37179 ____________________________________________________________________________
37180 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
37181         Log: Integrate change 11801 from maintperl
37182      Branch: maint-5.6/macperl
37183            ! perl.c
37184 ____________________________________________________________________________
37185 [ 11805] By: sky                                   on 2001/08/31  21:35:10
37186         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
37187              From: Michael G Schwern <schwern@pobox.com>
37188              Date: Fri, 31 Aug 2001 15:36:28 -0400
37189              Message-ID: <20010831153628.B598@blackrider>
37190              Check for things which used to segfault
37191      Branch: perl
37192            + t/run/segfault.t
37193 ____________________________________________________________________________
37194 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
37195         Log: integrate change#11801 from maint-5.6
37196              
37197              remove age-old UNICOS "workaround" that introduces a static, and
37198              hence an egregious race condition for threaded builds (*sigh*
37199              beats me why this kludge wasn't guarded by a UNICOS-specific
37200              #define *sigh*)
37201      Branch: perl
37202            ! perl.c
37203 ____________________________________________________________________________
37204 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
37205         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
37206              working in 5.7.x
37207      Branch: perl
37208            - objXSUB.h
37209            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
37210            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
37211            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
37212            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
37213            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
37214            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
37215            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
37216            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
37217            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
37218            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
37219            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
37220            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
37221            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
37222            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
37223            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
37224            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
37225            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
37226            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
37227            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
37228            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
37229            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
37230            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
37231 ____________________________________________________________________________
37232 [ 11802] By: ams                                   on 2001/08/31  18:11:32
37233         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
37234              From: "Philip Newton" <Philip.Newton@gmx.net>
37235              Date: Fri, 31 Aug 2001 21:12:56 +0200
37236              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
37237      Branch: perl
37238            ! pod/perldiag.pod
37239 ____________________________________________________________________________
37240 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
37241         Log: remove age-old UNICOS "workaround" that introduces a static, and
37242              hence an egregious race condition for threaded builds (*sigh*
37243              beats me why this kludge wasn't guarded by a UNICOS-specific
37244              #define *sigh*)
37245      Branch: maint-5.6/perl
37246            ! perl.c
37247 ____________________________________________________________________________
37248 [ 11800] By: sky                                   on 2001/08/31  17:30:26
37249         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
37250              Might break on platforms where bool is larger than 8 bites ???
37251      Branch: perl
37252            ! regcomp.c
37253 ____________________________________________________________________________
37254 [ 11799] By: ams                                   on 2001/08/31  12:15:44
37255         Log: Integrate 11778 into mainline.
37256      Branch: perl
37257            ! t/base/term.t
37258 ____________________________________________________________________________
37259 [ 11798] By: sky                                   on 2001/08/31  11:31:44
37260         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
37261              supposed to happen.
37262      Branch: perl
37263            ! regcomp.c
37264 ____________________________________________________________________________
37265 [ 11797] By: sky                                   on 2001/08/31  11:28:17
37266         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
37267              From: "John P. Linderman" <jpl@research.att.com>
37268              Date: Fri, 31 Aug 2001 08:20:35 -0400
37269              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
37270              Fixes test 14 which could fail randomly in rare cases.
37271      Branch: perl
37272            ! ext/Time/HiRes/HiRes.t regcomp.c
37273 ____________________________________________________________________________
37274 [ 11796] By: ams                                   on 2001/08/31  01:13:07
37275         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
37276              From: Nicholas Clark <nick@ccl4.org>
37277              Date: Thu, 30 Aug 2001 23:21:50 +0100
37278              Message-Id: <20010830232150.D4950@plum.flirble.org>
37279      Branch: perl
37280            ! ext/Sys/Syslog/Makefile.PL
37281 ____________________________________________________________________________
37282 [ 11795] By: ams                                   on 2001/08/30  23:53:23
37283         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
37284              patching example
37285              From: Michael G Schwern <schwern@pobox.com>
37286              Date: Thu, 30 Aug 2001 17:02:08 -0400
37287              Message-Id: <20010830170208.M2318@blackrider>
37288      Branch: perl
37289            ! pod/perlhack.pod
37290 ____________________________________________________________________________
37291 [ 11794] By: ams                                   on 2001/08/30  19:35:36
37292         Log: Subject: [PATCH] pp_modulo
37293              From: Nicholas Clark <nick@ccl4.org>
37294              Date: Thu, 30 Aug 2001 18:20:54 +0100
37295              Message-Id: <20010830182053.A4950@plum.flirble.org>
37296      Branch: perl
37297            ! pp.c t/op/64bitint.t
37298 ____________________________________________________________________________
37299 [ 11793] By: sky                                   on 2001/08/30  13:02:48
37300         Log: 11792 wasn't complete
37301      Branch: perl
37302            ! makedef.pl regcomp.c
37303 ____________________________________________________________________________
37304 [ 11792] By: sky                                   on 2001/08/30  12:21:11
37305         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
37306      Branch: perl
37307            ! makedef.pl
37308 ____________________________________________________________________________
37309 [ 11791] By: sky                                   on 2001/08/30  10:08:02
37310         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
37311      Branch: perl
37312            ! config_h.SH
37313 ____________________________________________________________________________
37314 [ 11790] By: sky                                   on 2001/08/30  08:22:31
37315         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
37316              on the pad. Fixes coredumps in cleanups introduced by
37317              Change 11755  
37318      Branch: perl
37319            ! op.c perl.c sv.h
37320 ____________________________________________________________________________
37321 [ 11789] By: sky                                   on 2001/08/29  19:01:47
37322         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
37323              This is a replacement implmentation that works on HPUX.
37324              This bug should probably be fixed in GCC.
37325      Branch: perl
37326            ! ext/Socket/Socket.xs
37327 ____________________________________________________________________________
37328 [ 11788] By: ams                                   on 2001/08/29  17:35:33
37329         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
37330              From: Nicholas Clark <nick@ccl4.org>
37331              Date: Wed, 29 Aug 2001 18:21:56 +0100
37332              Message-Id: <20010829182156.O4950@plum.flirble.org>
37333      Branch: perl
37334            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
37335 ____________________________________________________________________________
37336 [ 11787] By: sky                                   on 2001/08/29  10:42:54
37337         Log: Added test for pack_addr_in and unpack_addr_in
37338              Nitpik in test 10
37339      Branch: perl
37340            ! ext/Socket/Socket.t
37341 ____________________________________________________________________________
37342 [ 11786] By: sky                                   on 2001/08/29  10:28:14
37343         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
37344              Trying to catch errors on HP-UX
37345      Branch: perl
37346            ! ext/Socket/Socket.t
37347 ____________________________________________________________________________
37348 [ 11785] By: sky                                   on 2001/08/29  09:07:03
37349         Log: make sure USE_THREADS is defined so external apps work
37350      Branch: perl
37351            ! config_h.SH
37352 ____________________________________________________________________________
37353 [ 11784] By: sky                                   on 2001/08/29  08:06:12
37354         Log: Subject: Re: The hitlist of untested modules.
37355              From: Jonathan Stowe <gellyfish@gellyfish.com>
37356              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
37357              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
37358              Start of tests for Shell.pm (make Schwern poorer!)
37359      Branch: perl
37360            + lib/Shell.t
37361            ! MANIFEST
37362 ____________________________________________________________________________
37363 [ 11783] By: sky                                   on 2001/08/29  07:37:50
37364         Log: END{} can change the return value even if we die from BEGIN{}
37365      Branch: perl
37366            ! miniperlmain.c
37367 ____________________________________________________________________________
37368 [ 11782] By: ams                                   on 2001/08/29  06:32:17
37369         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
37370              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37371              Date: Wed, 29 Aug 2001 09:18:17 +0200
37372              Message-Id: <20010829091817.A4453@rafael>
37373      Branch: perl
37374            ! t/op/inccode.t
37375 ____________________________________________________________________________
37376 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
37377         Log: Delete xsubpp.patch, as full copy exists now
37378      Branch: maint-5.6/macperl
37379            - macos/xsubpp.patch
37380 ____________________________________________________________________________
37381 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
37382         Log: Add Changes file
37383      Branch: maint-5.6/macperl
37384            + macos/Changes
37385 ____________________________________________________________________________
37386 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
37387         Log: Add Mac version of xsubpp as separate file
37388      Branch: maint-5.6/macperl
37389            + macos/xsubpp
37390            ! macos/Makefile.mk
37391 ____________________________________________________________________________
37392 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
37393         Log: Fix open of /dev/null for Mac OS
37394      Branch: maint-5.6/macperl
37395            ! t/base/term.t
37396 ____________________________________________________________________________
37397 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
37398         Log: Various patches: enable more tests; skip CVS in PerlInstall;
37399              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
37400      Branch: maint-5.6/macperl
37401            ! macos/MacPerlTests.cmd macos/PerlInstall
37402            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
37403 ____________________________________________________________________________
37404 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
37405         Log: Allow for platforms to override formatting of errors
37406              on output from Matthias Neeracher (Mac files)
37407      Branch: maint-5.6/macperl
37408            ! macos/macish.c macos/macish.h
37409 ____________________________________________________________________________
37410 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
37411         Log: Allow for platforms to override formatting of errors
37412              on output from Matthias Neeracher (core files)
37413      Branch: maint-5.6/macperl
37414            ! perl.h pp_ctl.c util.c
37415 ____________________________________________________________________________
37416 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
37417         Log: Add some param checking, from reports by Kevin Reid.
37418      Branch: maint-5.6/macperl
37419            ! macos/ext/Mac/Controls/Controls.pm
37420            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
37421 ____________________________________________________________________________
37422 [ 11773] By: ams                                   on 2001/08/28  23:54:57
37423         Log: Subject: [PATCH] make coretest
37424              From: Paul Johnson <paul@pjcj.net>
37425              Date: Wed, 29 Aug 2001 00:11:38 +0200
37426              Message-Id: <20010829001138.B12169@pjcj.net>
37427              (Applied without the change to perlhack.pod. This should
37428              probably stay undocumented.)
37429      Branch: perl
37430            ! Makefile.SH t/TEST
37431 ____________________________________________________________________________
37432 [ 11772] By: sky                                   on 2001/08/28  13:01:20
37433         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
37434              From: Michael G Schwern <schwern@pobox.com>
37435              Date: Tue, 28 Aug 2001 09:57:39 -0400
37436              Message-ID: <20010828095738.E17775@blackrider>
37437      Branch: perl
37438            ! pod/perlhack.pod t/op/pack.t
37439 ____________________________________________________________________________
37440 [ 11771] By: sky                                   on 2001/08/28  11:20:13
37441         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
37442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37443              Date: Tue, 28 Aug 2001 14:23:43 +0200
37444              Message-ID: <20010828142343.A19299@rafael>
37445      Branch: perl
37446            ! pod/perlvar.pod pp_ctl.c
37447 ____________________________________________________________________________
37448 [ 11770] By: ams                                   on 2001/08/28  10:13:21
37449         Log: Subject: [PATCH] odd typo in op.h
37450              From: Nicholas Clark <nick@ccl4.org>
37451              Date: Tue, 28 Aug 2001 12:10:26 +0100
37452              Message-Id: <20010828121026.V4950@plum.flirble.org>
37453      Branch: perl
37454            ! op.h
37455 ____________________________________________________________________________
37456 [ 11769] By: sky                                   on 2001/08/28  08:09:16
37457         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
37458              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
37459              Date: Tue, 28 Aug 2001 02:22:20 +0300
37460              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
37461      Branch: perl
37462            ! ext/B/B/Lint.pm
37463 ____________________________________________________________________________
37464 [ 11768] By: ams                                   on 2001/08/28  00:47:35
37465         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
37466              From: Michael G Schwern <schwern@pobox.com>
37467              Date: Mon, 27 Aug 2001 21:24:44 -0400
37468              Message-Id: <20010827212444.F12582@blackrider>
37469      Branch: perl
37470            ! pod/perlhack.pod t/op/pack.t
37471 ____________________________________________________________________________
37472 [ 11767] By: ams                                   on 2001/08/27  23:59:48
37473         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
37474              From: Michael G Schwern <schwern@pobox.com>
37475              Date: Mon, 27 Aug 2001 20:12:29 -0400
37476              Message-Id: <20010827201229.D12582@blackrider>
37477      Branch: perl
37478            ! pod/perlhack.pod t/op/pack.t
37479 ____________________________________________________________________________
37480 [ 11766] By: ams                                   on 2001/08/27  23:39:40
37481         Log: Update Changes.
37482      Branch: perl
37483            ! Changes
37484 ____________________________________________________________________________
37485 [ 11765] By: ams                                   on 2001/08/27  22:53:10
37486         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
37487              From: Michael G Schwern <schwern@pobox.com>
37488              Date: Mon, 27 Aug 2001 19:47:30 -0400
37489              Message-Id: <20010827194730.C12582@blackrider>
37490      Branch: perl
37491            ! t/op/inccode.t
37492 ____________________________________________________________________________
37493 [ 11764] By: ams                                   on 2001/08/27  22:46:21
37494         Log: Subject: [PATCH] new tests for the coderef-in-@INC
37495              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37496              Date: Mon, 27 Aug 2001 22:36:27 +0200
37497              Message-Id: <20010827223627.C690@rafael>
37498              
37499              Subject: Re: [PATCH] new tests for the coderef-in-@INC
37500              From: Nicholas Clark <nick@ccl4.org>
37501              Date: Tue, 28 Aug 2001 00:02:46 +0100
37502              Message-Id: <20010828000245.R4950@plum.flirble.org>
37503      Branch: perl
37504            + t/op/inccode.t
37505            ! MANIFEST
37506 ____________________________________________________________________________
37507 [ 11763] By: ams                                   on 2001/08/27  22:41:09
37508         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
37509              bleadperl on fire, Win95+4NT)
37510              From: Michael G Schwern <schwern@pobox.com>
37511              Date: Mon, 27 Aug 2001 16:54:42 -0400
37512              Message-Id: <20010827165442.F9436@blackrider>
37513      Branch: perl
37514            ! lib/warnings.t
37515 ____________________________________________________________________________
37516 [ 11762] By: sky                                   on 2001/08/27  19:19:17
37517         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
37518              avaible at compile time. This broke the compilation of 
37519              Net/Ping.pm
37520      Branch: perl
37521            ! lib/Net/Ping.pm
37522 ____________________________________________________________________________
37523 [ 11761] By: sky                                   on 2001/08/27  18:34:48
37524         Log: Removed tripple definitions of CUSTOM_OP functions.
37525      Branch: perl
37526            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
37527 ____________________________________________________________________________
37528 [ 11760] By: sky                                   on 2001/08/27  18:21:27
37529         Log: Regen headers
37530      Branch: perl
37531            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
37532            ! perlapi.h proto.h
37533 ____________________________________________________________________________
37534 [ 11759] By: ams                                   on 2001/08/27  16:31:53
37535         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
37536              From: "chromatic" <chromatic@rmci.net>
37537              Date: Mon, 27 Aug 2001 11:17:09 -0600
37538              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
37539      Branch: perl
37540            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
37541 ____________________________________________________________________________
37542 [ 11758] By: sky                                   on 2001/08/27  15:16:42
37543         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
37544              Thanks to H. Merijn Brand for the patch.
37545              Some of the comments and or guards might be removable in perl.h now.
37546      Branch: perl
37547            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
37548            ! Porting/Glossary Porting/config_H README.threads config_h.SH
37549            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
37550            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
37551            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
37552            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
37553            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
37554            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
37555            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
37556            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
37557            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
37558            ! win32/config_H.vc win32/perllib.c win32/win32.h
37559            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
37560            ! wince/config.h wince/config_H.ce wince/win32.h
37561            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
37562 ____________________________________________________________________________
37563 [ 11757] By: sky                                   on 2001/08/27  13:39:16
37564         Log: Subject: GNU ld parses arguments different
37565              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37566              Date: Mon, 27 Aug 2001 16:25:51 +0200
37567              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
37568      Branch: perl
37569            ! hints/hpux.sh
37570 ____________________________________________________________________________
37571 [ 11756] By: sky                                   on 2001/08/27  13:18:45
37572         Log: Subject: Custom Ops
37573              From: Simon Cozens <simon@netthink.co.uk>
37574              Date: Sat, 25 Aug 2001 17:45:09 +0100
37575              Message-ID: <20010825174509.A5752@netthink.co.uk>
37576              I also added a fix to Opcode.pm to quite test cases.
37577      Branch: perl
37578            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
37579            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
37580 ____________________________________________________________________________
37581 [ 11755] By: sky                                   on 2001/08/27  05:37:17
37582         Log: Plugs a memory leak on destruction of regular expressions
37583              introcued by #11274.
37584              PL_regex_padav now has an AV as it's first entry with a list
37585              of freed regex_padav slots that it will reuse on creating
37586              new PMOPs.
37587      Branch: perl
37588            ! op.c perl.c
37589 ____________________________________________________________________________
37590 [ 11754] By: ams                                   on 2001/08/26  14:38:52
37591         Log: Subject: [PATCH] t/io/binmode.t
37592              From: Nicholas Clark <nick@ccl4.org>
37593              Date: Sun, 26 Aug 2001 12:03:05 +0100
37594              Message-Id: <20010826120305.C4950@plum.flirble.org>
37595              
37596              (Also a nitpick in #11752 to t/op/universal.t)
37597      Branch: perl
37598            ! t/io/binmode.t t/op/universal.t
37599 ____________________________________________________________________________
37600 [ 11753] By: ams                                   on 2001/08/26  08:19:34
37601         Log: Subject: [PATCH] op/universal.t failing
37602              From: Nicholas Clark <nick@ccl4.org>
37603              Date: Sun, 26 Aug 2001 09:48:22 +0100
37604              Message-Id: <20010826094822.B4950@plum.flirble.org>
37605      Branch: perl
37606            ! t/op/universal.t
37607 ____________________________________________________________________________
37608 [ 11752] By: ams                                   on 2001/08/25  22:46:13
37609         Log: Subject: Re: 'can' with undefined subs
37610              From: Tony Bowden <tony@kasei.com>
37611              Date: Sat, 25 Aug 2001 14:58:17 +0100
37612              Message-Id: <20010825145817.A11788@soto.kasei.com>
37613              (Applied with minor modifications.)
37614      Branch: perl
37615            ! t/op/universal.t
37616 ____________________________________________________________________________
37617 [ 11751] By: ams                                   on 2001/08/25  18:28:43
37618         Log: Subject: Re: 'can' with undefined subs
37619              From: Tony Bowden <tony@kasei.com>
37620              Date: Sat, 25 Aug 2001 15:13:14 +0100
37621              Message-Id: <20010825151314.B11788@soto.kasei.com>
37622      Branch: perl
37623            ! lib/UNIVERSAL.pm
37624 ____________________________________________________________________________
37625 [ 11750] By: nick                                  on 2001/08/25  15:24:15
37626         Log: Integrate mainline
37627      Branch: perlio
37628           +> t/io/binmode.t
37629           !> (integrate 26 files)
37630 ____________________________________________________________________________
37631 [ 11749] By: nick                                  on 2001/08/25  14:55:41
37632         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
37633              From:  John Peacock <jpeacock@rowman.com>
37634              Date:  Wed, 22 Aug 2001 12:05:28 -0400
37635              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
37636      Branch: perl
37637            ! pod/perlhack.pod
37638 ____________________________________________________________________________
37639 [ 11748] By: nick                                  on 2001/08/25  14:53:04
37640         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
37641              From:  Michael G Schwern <schwern@pobox.com>
37642              Date:  Wed, 22 Aug 2001 19:22:45 -0400
37643              Message-Id:  <20010822192245.U619@blackrider>
37644      Branch: perl
37645            ! MANIFEST
37646 ____________________________________________________________________________
37647 [ 11747] By: nick                                  on 2001/08/25  14:52:33
37648         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
37649              From:  Nicholas Clark <nick@ccl4.org>
37650              Date:  Wed, 22 Aug 2001 23:29:06 +0100
37651              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
37652      Branch: perl
37653            + t/io/binmode.t
37654            ! perlio.c pod/perlfunc.pod
37655 ____________________________________________________________________________
37656 [ 11744] By: nick                                  on 2001/08/25  14:37:33
37657         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
37658              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37659              Date:  Fri, 24 Aug 2001 22:10:42 +0200
37660              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
37661      Branch: perl
37662            ! x2p/a2py.c x2p/walk.c
37663 ____________________________________________________________________________
37664 [ 11743] By: nick                                  on 2001/08/25  14:32:47
37665         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
37666              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37667              Date:  Fri, 24 Aug 2001 23:34:13 +0200
37668              Message-Id:  <20010824233413.A1285@rafael>
37669      Branch: perl
37670            ! pod/perlfunc.pod pod/perlvar.pod
37671 ____________________________________________________________________________
37672 [ 11742] By: ams                                   on 2001/08/25  13:16:02
37673         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
37674              From: Nicholas Clark <nick@ccl4.org>
37675              Date: Sat, 25 Aug 2001 14:50:07 +0100
37676              Message-Id: <20010825145007.L41464@plum.flirble.org>
37677      Branch: perl
37678            ! pp_ctl.c
37679 ____________________________________________________________________________
37680 [ 11741] By: nick                                  on 2001/08/24  07:08:45
37681         Log: When applying patch via Porting/apply fails, do p4 refresh
37682              to get old files back.
37683      Branch: perl
37684            ! Porting/apply
37685 ____________________________________________________________________________
37686 [ 11740] By: ams                                   on 2001/08/24  04:47:24
37687         Log: #11739 was incomplete.
37688      Branch: perl
37689            ! pod/perldiag.pod
37690 ____________________________________________________________________________
37691 [ 11739] By: ams                                   on 2001/08/24  04:09:40
37692         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
37693              From: "Philip Newton" <Philip.Newton@gmx.net>
37694              Date: Fri, 24 Aug 2001 07:08:34 +0200
37695      Branch: perl
37696            ! pod/perldiag.pod
37697 ____________________________________________________________________________
37698 [ 11738] By: ams                                   on 2001/08/24  02:19:42
37699         Log: Fixed Doug Wilson's email address.
37700      Branch: perl
37701            ! AUTHORS
37702 ____________________________________________________________________________
37703 [ 11737] By: ams                                   on 2001/08/24  00:10:13
37704         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
37705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37706              Date: Thu, 23 Aug 2001 22:22:58 +0200
37707              Message-Id: <20010823222258.A901@rafael>
37708      Branch: perl
37709            ! pod/perldiag.pod
37710 ____________________________________________________________________________
37711 [ 11736] By: ams                                   on 2001/08/24  00:05:02
37712         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
37713              From: "Craig A. Berry" <craigberry@mac.com>
37714              Date: Thu, 23 Aug 2001 19:07:45 -0500
37715              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
37716      Branch: perl
37717            ! configure.com
37718 ____________________________________________________________________________
37719 [ 11735] By: sky                                   on 2001/08/23  13:42:07
37720         Log: Backed out 11732, it breaks lib/strict.t 
37721      Branch: perl
37722            ! op.c
37723 ____________________________________________________________________________
37724 [ 11734] By: sky                                   on 2001/08/23  11:45:59
37725         Log: Removed toy from 17133 after Matt Sargeants request.
37726      Branch: perl
37727            ! pod/perlfaq4.pod
37728 ____________________________________________________________________________
37729 [ 11733] By: sky                                   on 2001/08/23  11:36:29
37730         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
37731              From: Robin Houston <robin@kitsite.com>
37732              Date: Wed, 22 Aug 2001 23:06:16 +0100
37733              Message-ID: <20010822230616.A254@robin.kitsite.com>
37734      Branch: perl
37735            ! pod/perlfaq4.pod
37736 ____________________________________________________________________________
37737 [ 11732] By: sky                                   on 2001/08/23  10:36:02
37738         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
37739              From: Simon Cozens <simon@netthink.co.uk>
37740              Date: Thu, 23 Aug 2001 12:06:36 +0100
37741              Message-ID: <20010823120636.A9961@netthink.co.uk>
37742      Branch: perl
37743            ! op.c
37744 ____________________________________________________________________________
37745 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
37746         Log: fix broken windows build
37747      Branch: perl
37748            ! perl.h
37749 ____________________________________________________________________________
37750 [ 11730] By: ams                                   on 2001/08/22  21:35:30
37751         Log: Subject: [PATCH] io/tell.t doesn't chdir t
37752              From: Nicholas Clark <nick@ccl4.org>
37753              Date: Wed, 22 Aug 2001 23:25:58 +0100
37754              Message-Id: <20010822232557.Y82818@plum.flirble.org>
37755      Branch: perl
37756            ! t/io/tell.t
37757 ____________________________________________________________________________
37758 [ 11729] By: ams                                   on 2001/08/22  20:32:21
37759         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
37760              questions)
37761              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37762              Date: Wed, 22 Aug 2001 17:09:04 -0400
37763              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
37764              (Oops, forgot File::Spec::Unix in the previous patch.)
37765      Branch: perl
37766            ! lib/File/Spec/Unix.pm
37767 ____________________________________________________________________________
37768 [ 11728] By: ams                                   on 2001/08/22  20:25:41
37769         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
37770              questions)
37771              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37772              Date: Wed, 22 Aug 2001 17:09:04 -0400
37773              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
37774      Branch: perl
37775            ! lib/File/Spec.pm
37776 ____________________________________________________________________________
37777 [ 11727] By: ams                                   on 2001/08/22  19:43:30
37778         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
37779              From: John Peacock <jpeacock@rowman.com>
37780              Date: Wed, 22 Aug 2001 12:35:52 -0400
37781              Message-Id: <3B83DF68.5D89DC81@rowman.com>
37782              (Adds proper tests for $], notwithstanding Subject. +nitpick)
37783      Branch: perl
37784            ! t/op/ver.t
37785 ____________________________________________________________________________
37786 [ 11726] By: ams                                   on 2001/08/22  19:36:39
37787         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
37788              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
37789              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
37790              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
37791      Branch: perl
37792            ! lib/diagnostics.pm lib/diagnostics.t
37793 ____________________________________________________________________________
37794 [ 11725] By: ams                                   on 2001/08/22  19:25:01
37795         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
37796              From: Nicholas Clark <nick@ccl4.org>
37797              Date: Wed, 22 Aug 2001 20:59:05 +0100
37798              Message-Id: <20010822205905.U82818@plum.flirble.org>
37799      Branch: perl
37800            ! pp.c t/op/64bitint.t t/op/arith.t
37801 ____________________________________________________________________________
37802 [ 11724] By: ams                                   on 2001/08/22  10:02:33
37803         Log: Subject: Configure blooper
37804              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37805              Date: Wed, 22 Aug 2001 12:38:35 +0200
37806              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
37807      Branch: perl
37808            ! Configure
37809 ____________________________________________________________________________
37810 [ 11723] By: ams                                   on 2001/08/21  16:17:53
37811         Log: Subject: [PATCH] installperl -help
37812              From: Nicholas Clark <nick@ccl4.org>
37813              Date: Tue, 21 Aug 2001 17:34:23 +0100
37814              Message-Id: <20010821173423.F82818@plum.flirble.org>
37815      Branch: perl
37816            ! installperl
37817 ____________________________________________________________________________
37818 [ 11722] By: ams                                   on 2001/08/20  07:46:31
37819         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
37820              From: Ilmari Karonen <iltzu@sci.fi>
37821              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
37822              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
37823      Branch: perl
37824            ! pod/perlvar.pod
37825 ____________________________________________________________________________
37826 [ 11721] By: nick                                  on 2001/08/20  06:24:31
37827         Log: Integrate mainline
37828      Branch: perlio
37829           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
37830           +> lib/Lingua/KO/Hangul/Util/Changes
37831           +> lib/Lingua/KO/Hangul/Util/README
37832           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37833           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37834           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37835           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37836           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37837           +> lib/Unicode/Normalize/t/test.t
37838            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37839           !> (integrate 55 files)
37840 ____________________________________________________________________________
37841 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
37842         Log: Integrate Change #11599 from maint-5.6/perl
37843      Branch: maint-5.6/macperl
37844           !> README.win32
37845 ____________________________________________________________________________
37846 [ 11719] By: ams                                   on 2001/08/18  21:21:42
37847         Log: Add Porting/apply to MANIFEST.
37848      Branch: perl
37849            ! MANIFEST
37850 ____________________________________________________________________________
37851 [ 11718] By: sky                                   on 2001/08/18  14:38:01
37852         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
37853              Better solution would be to make 5005threaded perl use
37854              the same system as ithreads do
37855      Branch: perl
37856            ! perl.h
37857 ____________________________________________________________________________
37858 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
37859         Log: New try for ID 20010407.006: detach the semantics
37860              "was the last match target UTF8" into its own variable.
37861      Branch: perl
37862            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
37863            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
37864 ____________________________________________________________________________
37865 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
37866         Log: UTF8 flag should be meaningful only when POK.
37867      Branch: perl
37868            ! dump.c
37869 ____________________________________________________________________________
37870 [ 11715] By: sky                                   on 2001/08/18  11:45:16
37871         Log: USE_THREADS and USE_ITHREADS are never true at the same time
37872      Branch: perl
37873            ! perl.h
37874 ____________________________________________________________________________
37875 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
37876         Log: Retract #11712 for now.  The real fix would probably
37877              be something like making PL_reg_sv a copy (PV + UTF8)
37878              of the matched/substituted string (note: not just a SvPOK
37879              string, for example the stringified form of a ROK would
37880              be applicable)  Beware of leaks.
37881      Branch: perl
37882            ! pp_hot.c t/op/pat.t
37883 ____________________________________________________________________________
37884 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
37885         Log: UTF8 wasn't printing for PVMGs.
37886      Branch: perl
37887            ! dump.c
37888 ____________________________________________________________________________
37889 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
37890         Log: (Retracted by #11714)
37891              
37892              Okay analysis, debatable fix.  (The fix will inc
37893              the refcount of all temporary match objects,
37894              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
37895              which will then cause griping at untie() time
37896              ("inner references remain").
37897              
37898              Fix for ID 20010407.006: PL_reg_sv got wiped out
37899              by freetemps if the match target was a temporary
37900              (like function_call() =~ /.../), which in turn meant
37901              that the $1 et al stopped working if they had UTF-8
37902              in them.  Therefore bump up the refcount of PL_reg_sv.
37903      Branch: perl
37904            ! pp_hot.c t/op/pat.t
37905 ____________________________________________________________________________
37906 [ 11711] By: ams                                   on 2001/08/17  20:32:08
37907         Log: Subject: [PATCH] doesn't compile, was perl@11710
37908              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37909              Date: Fri, 17 Aug 2001 23:21:10 +0200
37910              Message-Id: <20010817232110.C7041@rafael> 
37911      Branch: perl
37912            ! sharedsv.c
37913 ____________________________________________________________________________
37914 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
37915         Log: Update Changes.
37916      Branch: perl
37917            ! Changes patchlevel.h
37918 ____________________________________________________________________________
37919 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
37920         Log: Upgrade to libnet 1.0704.
37921      Branch: perl
37922            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37923            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
37924            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
37925            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
37926            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
37927            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
37928            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
37929 ____________________________________________________________________________
37930 [ 11708] By: sky                                   on 2001/08/17  13:34:04
37931         Log: Let perl_clone copy PL_exit_flags
37932      Branch: perl
37933            ! sv.c
37934 ____________________________________________________________________________
37935 [ 11707] By: sky                                   on 2001/08/17  12:28:41
37936         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
37937      Branch: perl
37938            ! sharedsv.c sharedsv.h
37939 ____________________________________________________________________________
37940 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
37941         Log: The metaconfig unit change for #11705.
37942      Branch: metaconfig/U/perl
37943            ! Extensions.U
37944 ____________________________________________________________________________
37945 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
37946         Log: Allow the threads extension to be found if present.
37947      Branch: perl
37948            ! Configure
37949 ____________________________________________________________________________
37950 [ 11704] By: nick                                  on 2001/08/17  11:47:54
37951         Log: Mail -> change script (pre-alpha)
37952      Branch: perl
37953            + Porting/apply
37954 ____________________________________________________________________________
37955 [ 11703] By: sky                                   on 2001/08/17  07:11:24
37956         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
37957              Thanks to Tom Hospel for pointing out my error.
37958      Branch: perl
37959            ! op.h
37960 ____________________________________________________________________________
37961 [ 11702] By: sky                                   on 2001/08/17  04:18:11
37962         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.
37963      Branch: perl
37964            ! embed.pl miniperlmain.c perl.c perl.h proto.h
37965 ____________________________________________________________________________
37966 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
37967         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
37968              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
37969      Branch: perl
37970            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
37971            + lib/Lingua/KO/Hangul/Util/README
37972            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37973            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37974            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37975            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37976            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37977            + lib/Unicode/Normalize/t/test.t
37978            ! MANIFEST
37979 ____________________________________________________________________________
37980 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
37981         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
37982              Date: Thu, 16 Aug 2001 22:46:15 -0500
37983              From: "Craig A. Berry" <craigberry@mac.com>
37984              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
37985      Branch: perl
37986            ! configure.com numeric.c
37987 ____________________________________________________________________________
37988 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
37989         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
37990              of the usual suspects (like getpwent) but not for others
37991              (like localtime and rand).  The _r versions are available
37992              for all of them, so let's use them.
37993      Branch: perl
37994            ! perl.h
37995 ____________________________________________________________________________
37996 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
37997         Log: (Accidental apply; thankfully empty.)
37998      Branch: perl
37999            ! hints/os390.sh
38000 ____________________________________________________________________________
38001 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
38002         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
38003              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38004              Date: Thu, 16 Aug 2001 16:27:49 +0100
38005              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
38006      Branch: perl
38007            ! regexec.c t/op/re_tests
38008 ____________________________________________________________________________
38009 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
38010         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
38011              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38012              Date: Thu, 16 Aug 2001 18:50:01 +0100
38013              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
38014      Branch: perl
38015            ! pp_hot.c t/op/pat.t
38016 ____________________________________________________________________________
38017 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
38018         Log: Subject: [PATCH] *time_r again
38019              From: "Arthur Bergman" <arthur@contiller.se>
38020              Date: Thu, 16 Aug 2001 16:01:54 +0200
38021              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
38022      Branch: perl
38023            ! op.h
38024 ____________________________________________________________________________
38025 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
38026         Log: system() and backtick error handling cleanup from Craig A. Berry.
38027      Branch: perl
38028            ! vms/vms.c
38029 ____________________________________________________________________________
38030 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
38031         Log: change#10334 leaks memory, copies string when it doesn't
38032              need to
38033      Branch: perl
38034            ! perl.c
38035 ____________________________________________________________________________
38036 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
38037         Log: One more twist to the sprintf + utf8 testing.
38038      Branch: perl
38039            ! t/op/misc.t
38040 ____________________________________________________________________________
38041 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
38042         Log: Fix for 20010407.008 sprintf removes utf8-ness.
38043      Branch: perl
38044            ! pp.c t/op/misc.t
38045 ____________________________________________________________________________
38046 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
38047         Log: Subject: [PATCH] *time_r fixes
38048              From: "Arthur Bergman" <arthur@contiller.se>
38049              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
38050              Date: Thu, 16 Aug 2001 14:22:27 +0200
38051      Branch: perl
38052            ! op.h
38053 ____________________________________________________________________________
38054 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
38055         Log: Upgrade to CGI.pm 2.77.
38056      Branch: perl
38057            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
38058            ! lib/CGI/t/function.t
38059 ____________________________________________________________________________
38060 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
38061         Log: Document the bytes-to-Unicode upgrading.
38062      Branch: perl
38063            ! pod/perlunicode.pod
38064 ____________________________________________________________________________
38065 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
38066         Log: Add a test for Unicode sprintf.
38067      Branch: perl
38068            ! t/op/misc.t
38069 ____________________________________________________________________________
38070 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
38071         Log: Add Unicode tests for index/rindex.
38072      Branch: perl
38073            ! t/op/index.t
38074 ____________________________________________________________________________
38075 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
38076         Log: Document a bit the art of minimizing the installation,
38077              based on the p5p discussion.
38078      Branch: perl
38079            ! INSTALL
38080 ____________________________________________________________________________
38081 [ 11684] By: nick                                  on 2001/08/15  15:03:31
38082         Log: Integrate mainline
38083      Branch: perlio
38084           +> sharedsv.c sharedsv.h
38085           !> (integrate 53 files)
38086 ____________________________________________________________________________
38087 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
38088         Log: Update Changes.
38089      Branch: perl
38090            ! Changes patchlevel.h
38091 ____________________________________________________________________________
38092 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
38093         Log: The #11673 necessitated a test tweak.
38094      Branch: perl
38095            ! t/io/utf8.t
38096 ____________________________________________________________________________
38097 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
38098         Log: Also UNICOS is in the general case unable to silently
38099              handle fp overflows.
38100      Branch: perl
38101            ! numeric.c
38102 ____________________________________________________________________________
38103 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
38104         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
38105              NV_EPSILON #defined.
38106      Branch: perl
38107            ! perl.h
38108 ____________________________________________________________________________
38109 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
38110         Log: Re-establish the fp overflow detection for VAX VMS; there
38111              is no easy way to have the IEEE fp silent overflow semantics.
38112              (in Alpha VMS we still will use IEEE fp by default-- but it
38113              is still possible to configure Perl to use G_FLOAT)
38114      Branch: perl
38115            ! numeric.c
38116 ____________________________________________________________________________
38117 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
38118         Log: Subject: [PATCH] pp_lock 
38119              From: "Arthur Bergman" <arthur@contiller.se>
38120              Date: Wed, 15 Aug 2001 11:52:16 +0200
38121              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
38122      Branch: perl
38123            ! pp.c
38124 ____________________________________________________________________________
38125 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
38126         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
38127              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38128              Date: Wed, 15 Aug 2001 11:32:11 +0100
38129              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
38130      Branch: perl
38131            ! regcomp.c t/op/re_tests
38132 ____________________________________________________________________________
38133 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
38134         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
38135              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38136              Date: Wed, 15 Aug 2001 10:33:49 +0100
38137              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
38138      Branch: perl
38139            ! regexec.c t/op/re_tests
38140 ____________________________________________________________________________
38141 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
38142         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
38143              From: Barrie Slaymaker <barries@slaysys.com>
38144              Date: Tue, 14 Aug 2001 14:32:25 -0400
38145              Message-ID: <20010814143225.A19822@jester.slaysys.com>
38146      Branch: perl
38147            ! lib/File/Spec.t lib/File/Spec/Unix.pm
38148 ____________________________________________________________________________
38149 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
38150         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
38151              From: Peter Prymmer <pvhp@forte.com>
38152              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
38153              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
38154      Branch: perl
38155            ! README.vms configure.com
38156 ____________________________________________________________________________
38157 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
38158         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
38159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38160              Date: Tue, 14 Aug 2001 21:23:27 +0200
38161              Message-ID: <20010814212327.A1919@rafael>
38162      Branch: perl
38163            ! doio.c
38164 ____________________________________________________________________________
38165 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
38166         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
38167              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
38168              Date: Tue, 14 Aug 2001 22:30:11 +0200
38169              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
38170              
38171              Combination of nmake, quoting, and Perl expanded $( in here-doc.
38172      Branch: perl
38173            ! ext/SDBM_File/Makefile.PL
38174 ____________________________________________________________________________
38175 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
38176         Log: Todo updates.
38177      Branch: perl
38178            ! pod/perltodo.pod
38179 ____________________________________________________________________________
38180 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
38181         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
38182              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
38183              Date: Mon, 13 Aug 2001 23:15:01 +0200
38184              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
38185      Branch: perl
38186            ! sv.c
38187 ____________________________________________________________________________
38188 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
38189         Log: Subject: [PATCH] [b-]showlex.t
38190              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38191              Date: Sun, 12 Aug 2001 22:24:51 +0200
38192              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
38193              
38194              The 4nt command shell will expand the % in command line
38195              no matter what quoting is attempted, changed the % to @.
38196      Branch: perl
38197            ! ext/B/Showlex.t
38198 ____________________________________________________________________________
38199 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
38200         Log: Subject: [PATCH] magic.t
38201              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
38202              Date: Sun, 12 Aug 2001 20:49:27 +0200
38203              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
38204      Branch: perl
38205            ! t/op/magic.t
38206 ____________________________________________________________________________
38207 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
38208         Log: Add sharedsv* to the DOSish platforms; plus add
38209              some WinCE files to the list of DOSish files.
38210      Branch: perl
38211            ! NetWare/Makefile Porting/makerel win32/Makefile
38212            ! win32/makefile.mk wince/Makefile.ce
38213 ____________________________________________________________________________
38214 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
38215         Log: More DOSish files.
38216      Branch: perl
38217            ! Porting/makerel
38218 ____________________________________________________________________________
38219 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
38220         Log: Strip CRs from the WinCE files.  Now we need to
38221              figure out in which CRs are really needed: probably
38222              Makefile.ce and the README files, at least, probably
38223              also the registry.bat.
38224      Branch: perl
38225            ! wince/Makefile.ce wince/README.compile wince/README.perlce
38226            ! wince/config.h wince/include/cectype.h wince/include/errno.h
38227            ! wince/include/sys/stat.h wince/include/sys/types.h
38228            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
38229            ! wince/perldll.def wince/registry.bat wince/wince.h
38230            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
38231 ____________________________________________________________________________
38232 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
38233         Log: Add some files to DOSish and writables.
38234      Branch: perl
38235            ! Porting/makerel
38236 ____________________________________________________________________________
38237 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
38238         Log: Compile failure message tidying.
38239      Branch: perl
38240            ! t/lib/1_compile.t
38241 ____________________________________________________________________________
38242 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
38243         Log: The new sharedsv* should be exported only if usethreads.
38244      Branch: perl
38245            ! makedef.pl
38246 ____________________________________________________________________________
38247 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
38248         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
38249              From: Peter Prymmer <pvhp@forte.com>
38250              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
38251              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
38252      Branch: perl
38253            ! README.os390
38254 ____________________________________________________________________________
38255 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
38256         Log: Update Changes.
38257      Branch: perl
38258            ! Changes patchlevel.h
38259 ____________________________________________________________________________
38260 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
38261         Log: Subject: [PATHC] sharedsv.[c|h]
38262              From: "Artur Bergman" <artur@contiller.se>
38263              Date: Mon, 13 Aug 2001 14:38:41 +0200
38264              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
38265              
38266              Subject: [PATCH] embed.pl
38267              From: Arthur Bergman <arthur@contiller.se>
38268              Date: Mon, 13 Aug 2001 14:38:14 +0200
38269              Message-ID: <B79D96D6.3088%arthur@contiller.se>
38270              
38271              Subject: [PATCH] sharedsv cleanups
38272              From: "Arthur Bergman" <arthur@contiller.se>
38273              Date: Mon, 13 Aug 2001 15:14:25 +0200
38274              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
38275              
38276              Plus few tweaks: _init needs to be Adp, the prototypes
38277              should not be revealed unless using ithreads, #endif FOO
38278              must be #endif /* FOO */, adding (parentheses) around
38279              do { } while doesn't work too well.
38280      Branch: perl
38281            + sharedsv.c sharedsv.h
38282            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
38283            ! perl.h perlapi.c pod/perlapi.pod proto.h
38284 ____________________________________________________________________________
38285 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
38286         Log: Subject: Re: END {} blocks run in perl_run
38287              From: Arthur Bergman <arthur@contiller.se>
38288              Date: Mon, 13 Aug 2001 11:11:30 +0200
38289              Message-ID: <B79D6661.3068%arthur@contiller.se>
38290      Branch: perl
38291            ! perl.c
38292 ____________________________________________________________________________
38293 [ 11657] By: nick                                  on 2001/08/13  09:03:02
38294         Log: Integrate mainline
38295      Branch: perlio
38296           +> (branch 326 files)
38297            - (delete 330 files)
38298           !> (integrate 85 files)
38299 ____________________________________________________________________________
38300 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
38301         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
38302              and the Perl will be built to do that by default (adding that
38303              will break scripts having non-UTF-8 binary data, such as Latin-1.)
38304      Branch: perl
38305            ! op.c toke.c utf8.h
38306 ____________________________________________________________________________
38307 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
38308         Log: Unnecessary downgrades.
38309      Branch: perl
38310            ! doop.c
38311 ____________________________________________________________________________
38312 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
38313         Log: Failure not true anymore (probably caused by my broken setup).
38314      Branch: perl
38315            ! t/op/pat.t
38316 ____________________________________________________________________________
38317 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
38318         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
38319              stopped working).
38320      Branch: perl
38321            ! op.h pp_ctl.c regcomp.c
38322 ____________________________________________________________________________
38323 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
38324         Log: There is no IN_UTF8.
38325      Branch: perl
38326            ! utf8.h
38327 ____________________________________________________________________________
38328 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
38329         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
38330      Branch: perl
38331            ! op.c op.h pp_ctl.c regcomp.c
38332 ____________________________________________________________________________
38333 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
38334         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
38335              and a test tweak.
38336      Branch: perl
38337            ! op.c t/pod/find.t
38338 ____________________________________________________________________________
38339 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
38340         Log: Todo updates and fixes.
38341      Branch: perl
38342            ! pod/perltodo.pod
38343 ____________________________________________________________________________
38344 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
38345         Log: Mark tests (and one module) having explicit Latin-1
38346              (and one file having explicit UTF-8) with an explicit
38347              'no utf8' (and one explicit 'use utf8').
38348              
38349              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
38350      Branch: perl
38351            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
38352            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
38353            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
38354 ____________________________________________________________________________
38355 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
38356         Log: Subject: SV: END {} blocks run in perl_run
38357              From: "Arthur Bergman" <arthur@contiller.se>
38358              Date: Sun, 12 Aug 2001 00:34:28 +0200 
38359              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
38360      Branch: perl
38361            ! miniperlmain.c perl.c
38362 ____________________________________________________________________________
38363 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
38364         Log: Typos in #11645.
38365      Branch: perl
38366            ! perl.h
38367 ____________________________________________________________________________
38368 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
38369         Log: On ithreads default to use_reentrant except on naturally
38370              threadsafe platforms.
38371      Branch: perl
38372            ! perl.h
38373 ____________________________________________________________________________
38374 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
38375         Log: (Hopefully) a fix for 20010723.004: make install needs
38376              write permission in build directory.  The problem was
38377              probably caused by overeager sprinkling of the lib/re.pm
38378              dependencies (which was done to guarantee lib/re.pm being
38379              uptodate for parallel makes: now solved by funneling that
38380              through an explicit recursive make in the preplibrary target).
38381      Branch: perl
38382            ! Makefile.SH
38383 ____________________________________________________________________________
38384 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
38385         Log: Dispell the "use utf8" superstition.
38386      Branch: perl
38387            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
38388            ! pod/perlunicode.pod
38389 ____________________________________________________________________________
38390 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
38391         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
38392              From: "Abigail" <abigail@foad.org> 
38393              Date: Sat, 11 Aug 2001 23:49:49 +0200
38394              Message-ID: <20010811214950.23255.qmail@foad.org>
38395      Branch: perl
38396            ! t/op/taint.t
38397 ____________________________________________________________________________
38398 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
38399         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
38400              From: Abhijit Menon-Sen <ams@wiw.org>
38401              Date: Sat, 11 Aug 2001 06:18:19 +0530
38402              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
38403      Branch: perl
38404            ! mg.c
38405 ____________________________________________________________________________
38406 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
38407         Log: Test for change #11639.
38408      Branch: perl
38409            ! t/op/tiehandle.t
38410 ____________________________________________________________________________
38411 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
38412         Log: Subject: Re: Can't localize *FH, then tie it
38413              From: Abhijit Menon-Sen <ams@wiw.org>
38414              Date: Sun, 12 Aug 2001 16:08:06 +0530
38415              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
38416      Branch: perl
38417            ! pp_hot.c pp_sys.c
38418 ____________________________________________________________________________
38419 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
38420         Log: Drop all the unnecessary "use utf8" clauses and some of
38421              the unnecessary "use bytes" ones.
38422              
38423              TODO: scour the documentation for unnecessary "use utf8"
38424              and prominently display it in perldelta when the time comes.
38425              ("use utf8" should be necessary ONLY if one wants the script
38426              to be in UTF-8.)  Also should be checked in some non-ASCII
38427              non-Latin-1 platform, like EBCDIC.
38428      Branch: perl
38429            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
38430            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
38431 ____________________________________________________________________________
38432 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
38433         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
38434              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
38435              in Unicode handling.
38436      Branch: perl
38437            + t/op/lc.t
38438            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
38439 ____________________________________________________________________________
38440 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
38441         Log: Thinko: we want the flags for native cc, not gcc.
38442      Branch: perl
38443            ! hints/dec_osf.sh
38444 ____________________________________________________________________________
38445 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
38446         Log: (retracted by 13077)
38447              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
38448              From: Robin Houston <robin@kitsite.com>
38449              Date: Fri, 10 Aug 2001 14:42:02 +0100
38450              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
38451      Branch: perl
38452            ! pp.c
38453 ____________________________________________________________________________
38454 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
38455         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
38456              From: Abhijit Menon-Sen <ams@wiw.org>
38457              Date: Sat, 11 Aug 2001 16:31:04 +0530
38458              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
38459      Branch: perl
38460            ! op.c
38461 ____________________________________________________________________________
38462 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
38463         Log: Get rid of indread, from Abhijit Menon-Sen.
38464      Branch: perl
38465            ! pp_sys.c
38466 ____________________________________________________________________________
38467 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
38468         Log: CRLFgngngn.
38469      Branch: perl
38470            ! win32/Makefile win32/makefile.mk
38471 ____________________________________________________________________________
38472 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
38473         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
38474      Branch: perl
38475            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
38476            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
38477            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
38478            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
38479            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
38480            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
38481            ! win32/Makefile win32/makefile.mk
38482 ____________________________________________________________________________
38483 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
38484         Log: Avoid #elif (less portable than #else #if).
38485      Branch: perl
38486            ! handy.h
38487 ____________________________________________________________________________
38488 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
38489         Log: Subject: patch for perlvar.pod
38490              From: mah@everybody.org (Mark A. Hershberger)
38491              Date: 08 Aug 2001 17:03:16 -0500
38492              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
38493      Branch: perl
38494            ! pod/perlvar.pod
38495 ____________________________________________________________________________
38496 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
38497         Log: cpp commands must start (the # must be) at the column #0.
38498      Branch: perl
38499            ! op.c
38500 ____________________________________________________________________________
38501 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
38502         Log: If using gcc -B/foo/bar makedepend would give
38503              unnecessary warnings about unused -B/foo/bar.
38504      Branch: perl
38505            ! makedepend.SH
38506 ____________________________________________________________________________
38507 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
38508         Log: Update Changes.
38509      Branch: perl
38510            ! Changes patchlevel.h
38511 ____________________________________________________________________________
38512 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
38513         Log: s/z/tz/
38514      Branch: perl
38515            ! pod/perlfaq2.pod
38516 ____________________________________________________________________________
38517 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
38518         Log: Article nit.
38519      Branch: perl
38520            ! pod/perlfaq2.pod
38521 ____________________________________________________________________________
38522 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
38523         Log: Rename lib/unicode files to lib/unicore to avoid
38524              conflicts between core lib/unicode and Unicode::
38525              files in case-ignoring filesystems.
38526      Branch: perl
38527            + (add 325 files)
38528            - (delete 324 files)
38529            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
38530 ____________________________________________________________________________
38531 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
38532         Log: Upgrade to Math::BigInt 1.41.
38533      Branch: perl
38534            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
38535 ____________________________________________________________________________
38536 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
38537         Log: Subject: [PATCH] remove PL_na from typemap
38538              From: James <james@rf.net>
38539              Date: Mon, 06 Aug 2001 20:23:15 -0700
38540              Message-ID: <3B6F5F23.A31A81B1@rf.net>
38541              
38542              (had to be manually applied)
38543      Branch: perl
38544            ! lib/ExtUtils/typemap
38545 ____________________________________________________________________________
38546 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
38547         Log: The metaconfig unit changes for #11618.
38548      Branch: metaconfig/U/perl
38549            + d_fpclassl.U i_fp.U
38550 ____________________________________________________________________________
38551 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
38552         Log: Forgot this from #11618.
38553              
38554              NOTE: wince/config_H.ce needs updating.
38555      Branch: perl
38556            ! wince/config.ce
38557 ____________________________________________________________________________
38558 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
38559         Log: Introduce more floating point classifying APIs;
38560              try to define (most importantly) Perl_is{inf,nan}(x).
38561              
38562              For this first cut, assume none such APIs exist in non-UNIXoid
38563              platforms-- this is of course too unkind: Win32 rumoredly has
38564              _fpclass() and _isnan(), and VMS/VOS very probably have some
38565              of the APIs available.     The only thing Perl uses at the moment
38566              is Perl_isnan() (has been in use for a while now).
38567              
38568              NOTE: the Win32 and NetWare config_h.?c need regenerating.
38569      Branch: perl
38570            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
38571            ! Porting/config_H config_h.SH configure.com epoc/config.sh
38572            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
38573            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38574            ! vos/config.ga.h win32/config.bc win32/config.gc
38575            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38576            ! win32/config_H.vc wince/config.ce wince/config.h
38577 ____________________________________________________________________________
38578 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
38579         Log: Integrate change #11519 from perlio:
38580              
38581              Avoid testing for (non-)existance of "encoding(xxxx)"
38582              layer is called "encoding" the (xxxx) is an argument.
38583      Branch: perl
38584           !> lib/open.pm
38585 ____________________________________________________________________________
38586 [ 11616] By: nick                                  on 2001/08/09  07:50:24
38587         Log: Integrate mainline
38588      Branch: perlio
38589           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
38590           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
38591           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
38592           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
38593            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
38594            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
38595           !> (integrate 79 files)
38596 ____________________________________________________________________________
38597 [ 11615] By: nick                                  on 2001/08/09  06:23:44
38598         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
38599              layer is called "encoding" the (xxxx) is an argument.
38600      Branch: perlio
38601            ! lib/open.pm
38602 ____________________________________________________________________________
38603 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
38604         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
38605              From: Paul Johnson <paul@pjcj.net>
38606              Date: Wed, 8 Aug 2001 23:54:17 +0200
38607              Message-ID: <20010808235417.O1006@pjcj.net>
38608      Branch: perl
38609            ! ext/B/B/Concise.pm
38610 ____________________________________________________________________________
38611 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
38612         Log: Make VMS use IEEE math by default; reorder Tru64 hints
38613              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
38614              exception semantics) is always set if using (the new) cc.
38615      Branch: perl
38616            ! configure.com hints/dec_osf.sh
38617 ____________________________________________________________________________
38618 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
38619         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
38620              From: Abhijit Menon-Sen <ams@wiw.org>
38621              Date: Tue, 7 Aug 2001 17:16:05 +0530
38622              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
38623      Branch: perl
38624            ! pp_sys.c
38625 ____________________________________________________________________________
38626 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
38627         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
38628              From: "Craig A. Berry" <craigberry@mac.com>
38629              Date: Tue, 07 Aug 2001 22:27:47 -0500
38630              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
38631      Branch: perl
38632            ! t/run/exit.t
38633 ____________________________________________________________________________
38634 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
38635         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
38636              From: "Craig A. Berry" <craigberry@mac.com>
38637              Date: Tue, 07 Aug 2001 20:01:53 -0500
38638              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
38639      Branch: perl
38640            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
38641 ____________________________________________________________________________
38642 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
38643         Log: Update the magazine information.
38644      Branch: perl
38645            ! pod/perlfaq2.pod
38646 ____________________________________________________________________________
38647 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
38648         Log: Ignore SIGFPE everywhere.
38649      Branch: perl
38650            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
38651 ____________________________________________________________________________
38652 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
38653         Log: With permission, change the licensing of the docs by
38654              TomC (and Gnat) to comply with the rest of Perl.
38655      Branch: perl
38656            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38657            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38658            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38659            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
38660            ! pod/perltootc.pod
38661 ____________________________________________________________________________
38662 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
38663         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
38664              From: Andy Dougherty <doughera@lafayette.edu>
38665              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
38666              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
38667      Branch: perl
38668            ! hints/openbsd.sh
38669 ____________________________________________________________________________
38670 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
38671         Log: Subject: [PATCH] Makefile.SH test_prep dependency
38672              From: Andy Dougherty <doughera@lafayette.edu>
38673              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
38674              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
38675      Branch: perl
38676            ! Makefile.SH
38677 ____________________________________________________________________________
38678 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
38679         Log: Don't autogenerate the headers et alia,
38680              make regen_headers explicitly.
38681      Branch: perl
38682            ! Makefile.SH
38683 ____________________________________________________________________________
38684 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
38685         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
38686              From: Gurusamy Sarathy <gsar@ActiveState.com> 
38687              Date: Tue, 07 Aug 2001 08:33:26 -0700
38688              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
38689              
38690              Unnecessary dependency.
38691      Branch: perl
38692            ! embed.pl
38693 ____________________________________________________________________________
38694 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
38695         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
38696              From: Abhijit Menon-Sen <ams@wiw.org>
38697              Date: Tue, 7 Aug 2001 09:10:54 +0530
38698              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
38699      Branch: perl
38700            ! pp_hot.c
38701 ____________________________________________________________________________
38702 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
38703         Log: Subject: [PATCH perl@11597] B && BEGIN handling
38704              From: "James A. Duncan" <jduncan@fotango.com>
38705              Date: Mon, 6 Aug 2001 17:29:11 +0100
38706              Message-ID: <20010806172911.A2071@fotango.com>
38707              
38708              (the intrpvar.h addition moved to the end for bincompat)
38709      Branch: perl
38710            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
38711 ____________________________________________________________________________
38712 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
38713         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
38714      Branch: perl
38715           !> README.win32
38716 ____________________________________________________________________________
38717 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
38718         Log: fix URLs for fcrypt.c
38719      Branch: maint-5.6/perl
38720            ! README.win32
38721 ____________________________________________________________________________
38722 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
38723         Log: Yet another way to say Infinity: HP-UX calls its "++".
38724      Branch: perl
38725            ! lib/Math/BigInt/t/bigintpm.t
38726 ____________________________________________________________________________
38727 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
38728         Log: Update Changes.
38729      Branch: perl
38730            ! Changes patchlevel.h
38731 ____________________________________________________________________________
38732 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
38733         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
38734      Branch: perl
38735            ! pod/perlfaq5.pod
38736 ____________________________________________________________________________
38737 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
38738         Log: The #11593 wasn't right.
38739      Branch: perl
38740            ! lib/Math/BigInt/t/bigintpm.t
38741 ____________________________________________________________________________
38742 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
38743         Log: Subject: [PATCH: perl@11564] introducing perlivp
38744              From: Prymmer/Kahn <pvhp@best.com>
38745              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
38746              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
38747              
38748              Subject: Re: [PATCH: perl@11564] introducing perlivp
38749              From: Prymmer/Kahn <pvhp@best.com>
38750              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
38751              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
38752      Branch: perl
38753            + utils/perlivp.PL
38754            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
38755            ! win32/Makefile win32/makefile.mk
38756 ____________________________________________________________________________
38757 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
38758         Log: libcs are confused what to call Infinity.
38759      Branch: perl
38760            ! lib/Math/BigInt/t/bigintpm.t
38761 ____________________________________________________________________________
38762 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
38763         Log: Avoid SIGFPE in Tru64.
38764      Branch: perl
38765            ! numeric.c
38766 ____________________________________________________________________________
38767 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
38768         Log: Upgrade to Math::BigInt 1.40.
38769              
38770              NOTE: this patch necessitates doing something about
38771              infinity handling since the new bigintpm.t tests use
38772              infinity, which causes SIGFPEs at least in Tru64.
38773      Branch: perl
38774            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38775            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38776            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38777            ! lib/Math/BigInt/t/mbimbf.t
38778 ____________________________________________________________________________
38779 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
38780         Log: remove hardcoded cmd shell in testsuite
38781      Branch: perl
38782            ! t/op/glob.t t/op/magic.t t/op/stat.t
38783 ____________________________________________________________________________
38784 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
38785         Log: 4-arg select() was busted on windows because change#8178 didn't
38786              make it into mainline
38787      Branch: perl
38788            ! perl.h win32/include/sys/socket.h
38789 ____________________________________________________________________________
38790 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
38791         Log: Rename the Getopt::Long tests to be as they are
38792              in the Getopt::Long official distribution.
38793      Branch: perl
38794            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
38795            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
38796            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
38797            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
38798            ! MANIFEST
38799 ____________________________________________________________________________
38800 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
38801         Log: Upgrade to Getopt::Long 2.26.
38802      Branch: perl
38803            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
38804            ! MANIFEST lib/Getopt/Long.pm
38805 ____________________________________________________________________________
38806 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
38807         Log: Retract #10874 (the hack should be unnecessary by now)
38808      Branch: perl
38809            ! lib/Test/Harness.pm
38810 ____________________________________________________________________________
38811 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
38812         Log: avoid temp file littering in tests
38813      Branch: perl
38814            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
38815 ____________________________________________________________________________
38816 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
38817         Log: Subject: warning in sv.c: double format, NV arg
38818              From: "Philip Newton" <Philip.Newton@gmx.net>
38819              Date: Sun, 5 Aug 2001 19:41:07 +0200
38820              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
38821      Branch: perl
38822            ! sv.c
38823 ____________________________________________________________________________
38824 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
38825         Log: fix POSIX.t#13 for windos
38826      Branch: perl
38827            ! ext/POSIX/POSIX.t
38828 ____________________________________________________________________________
38829 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
38830         Log: Add a test for PerlIO::Via.
38831      Branch: perl
38832            + ext/PerlIO/t/via.t
38833            ! MANIFEST ext/PerlIO/Via/Via.pm
38834 ____________________________________________________________________________
38835 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
38836         Log: flock() and link() are not available on Windows 9x
38837      Branch: perl
38838            ! win32/config_sh.PL
38839 ____________________________________________________________________________
38840 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
38841         Log: Some Tru64 C compilers have C++ components that confuse
38842              the ccversion parsing.
38843      Branch: perl
38844            ! hints/dec_osf.sh
38845 ____________________________________________________________________________
38846 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
38847         Log: (Reintroduce #11125)
38848              
38849              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
38850              From: Alan Burlison <Alan.Burlison@sun.com> 
38851              Date: Tue, 03 Jul 2001 15:20:13 +0100   
38852              Message-ID: <3B41D49D.A923D4F9@sun.com> 
38853      Branch: perl
38854            ! lib/ExtUtils/MM_Unix.pm
38855 ____________________________________________________________________________
38856 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
38857         Log: Little pointer juggling for HP-UX cc to avoid
38858              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
38859              followed by
38860              "error 1549: Modifiable lvalue required for assignment operator."
38861      Branch: perl
38862            ! hv.c
38863 ____________________________________________________________________________
38864 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
38865         Log: Continuation of #11575: SANY_SEEN completely deprecated,
38866              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
38867              plus a fix for the bug.
38868      Branch: perl
38869            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38870 ____________________________________________________________________________
38871 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
38872         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
38873              From: Doug MacEachern <dougm@covalent.net>
38874              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
38875              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
38876      Branch: perl
38877            ! sv.c
38878 ____________________________________________________________________________
38879 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
38880         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
38881              the new CANY is the \C.  The problem reported and the
38882              test case supplied in
38883              
38884              Subject: UTF-8 bugs in string length & single line regex matches
38885              From: "Daniel P. Berrange" <dan@berrange.com>
38886              Date: Fri, 3 Aug 2001 11:39:33 +0100
38887              Message-ID: <20010803113932.A19318@berrange.com>
38888      Branch: perl
38889            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
38890            ! t/op/pat.t
38891 ____________________________________________________________________________
38892 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
38893         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
38894              From: Doug MacEachern <dougm@covalent.net>
38895              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
38896              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
38897      Branch: perl
38898            ! perl.c regexec.c
38899 ____________________________________________________________________________
38900 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
38901         Log: The #11572 didn't up the test count.
38902      Branch: perl
38903            ! t/op/length.t
38904 ____________________________________________________________________________
38905 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
38906         Log: Subject: UTF-8 bugs in string length & single line regex matches
38907              From: "Daniel P. Berrange" <dan@berrange.com>
38908              Date: Fri, 3 Aug 2001 11:39:33 +0100         
38909              Message-ID: <20010803113932.A19318@berrange.com>
38910              
38911              (the mg_length() fix)
38912      Branch: perl
38913            ! mg.c t/op/length.t
38914 ____________________________________________________________________________
38915 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
38916         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38917              From: Abhijit Menon-Sen <ams@wiw.org>
38918              Date: Sat, 4 Aug 2001 16:56:35 +0530
38919              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
38920      Branch: perl
38921            ! hv.c
38922 ____________________________________________________________________________
38923 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
38924         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38925              From: Abhijit Menon-Sen <ams@wiw.org>
38926              Date: Sat, 4 Aug 2001 16:16:03 +0530
38927              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
38928      Branch: perl
38929            ! hv.c
38930 ____________________________________________________________________________
38931 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
38932         Log: Subject: Re: [patch] refcount re ops
38933              From: Abhijit Menon-Sen <ams@wiw.org>
38934              Date: Sat, 4 Aug 2001 08:54:55 +0530
38935              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
38936      Branch: perl
38937            ! sv.c
38938 ____________________________________________________________________________
38939 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
38940         Log: Subject: [patch] refcount re ops
38941              From: Doug MacEachern <dougm@covalent.net>
38942              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
38943              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
38944      Branch: perl
38945            ! regcomp.c sv.c
38946 ____________________________________________________________________________
38947 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
38948         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
38949              From: Doug MacEachern <dougm@covalent.net>
38950              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
38951              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
38952      Branch: perl
38953            ! perl.c regexec.c
38954 ____________________________________________________________________________
38955 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
38956         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
38957              From: "Craig A. Berry" <craigberry@mac.com> 
38958              Date: Fri, 03 Aug 2001 16:16:16 -0500
38959              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
38960      Branch: perl
38961            ! t/op/misc.t
38962 ____________________________________________________________________________
38963 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
38964         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
38965              From: John Kristian <jmk2001@engineer.com>
38966              Date: Fri, 03 Aug 2001 00:59:08 -0700
38967              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
38968      Branch: perl
38969            ! win32/win32.c
38970 ____________________________________________________________________________
38971 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
38972         Log: Update Changes.
38973      Branch: perl
38974            ! Changes patchlevel.h
38975 ____________________________________________________________________________
38976 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
38977         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
38978              From: "Craig A. Berry" <craigberry@mac.com>
38979              Date: Thu, 02 Aug 2001 23:15:24 -0500
38980              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
38981      Branch: perl
38982            ! ext/B/Stash.t
38983 ____________________________________________________________________________
38984 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
38985         Log: Subject: [patch] plug PL_cshname leak
38986              From: Doug MacEachern <dougm@covalent.net>
38987              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
38988              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
38989      Branch: perl
38990            ! sv.c
38991 ____________________________________________________________________________
38992 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
38993         Log: Subject: [patch] plug PL_sh_path leak
38994              From: Doug MacEachern <dougm@covalent.net>
38995              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
38996              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
38997      Branch: perl
38998            ! sv.c
38999 ____________________________________________________________________________
39000 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
39001         Log: Subject: [patch] plug PL_regex_padav leaks
39002              From: Doug MacEachern <dougm@covalent.net>
39003              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
39004              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
39005      Branch: perl
39006            ! op.c op.h perl.c
39007 ____________________________________________________________________________
39008 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
39009         Log: Subject: [patch] plug PL_origargv leak
39010              From: Doug MacEachern <dougm@covalent.net>
39011              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
39012              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
39013      Branch: perl
39014            ! perl.c
39015 ____________________________________________________________________________
39016 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
39017         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
39018              From: Abhijit Menon-Sen <ams@wiw.org>
39019              Date: Fri, 3 Aug 2001 06:38:11 +0530
39020              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
39021      Branch: perl
39022            ! hv.c
39023 ____________________________________________________________________________
39024 [ 11557] By: nick                                  on 2001/08/03  08:17:38
39025         Log: Integrate mainline
39026      Branch: perlio
39027           +> (branch 47 files)
39028            - lib/Switch/test.pl
39029           !> (integrate 49 files)
39030 ____________________________________________________________________________
39031 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
39032         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
39033              From: "Craig A. Berry" <craigberry@mac.com>
39034              Date: Thu, 02 Aug 2001 12:56:19 -0500
39035              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
39036      Branch: perl
39037            ! ext/B/Showlex.t
39038 ____________________________________________________________________________
39039 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
39040         Log: Be more careful about non-existent files.
39041      Branch: perl
39042            ! lib/File/Copy.pm
39043 ____________________________________________________________________________
39044 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
39045         Log: Subject: [PATCH resend] deparse empty formats
39046              From: Robin Houston <robin@kitsite.com> 
39047              Date: Thu, 2 Aug 2001 14:32:36 +0100
39048              Message-ID: <20010802143236.A894@robin.kitsite.com>
39049      Branch: perl
39050            ! ext/B/B/Deparse.pm
39051 ____________________________________________________________________________
39052 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
39053         Log: Subject: [patch] ithreads + refto fix improvement
39054              From: Doug MacEachern <dougm@covalent.net>
39055              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
39056              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
39057      Branch: perl
39058            ! pp.c
39059 ____________________________________________________________________________
39060 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
39061         Log: Readability nit from Abhijit.
39062      Branch: perl
39063            ! op.c
39064 ____________________________________________________________________________
39065 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
39066         Log: setproctitle() API version nit from Anton Berezin.
39067      Branch: perl
39068            ! mg.c
39069 ____________________________________________________________________________
39070 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
39071         Log: Add PerlCE to the docs.
39072      Branch: perl
39073            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39074            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39075 ____________________________________________________________________________
39076 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
39077         Log: Integrate the PerlCE (WinCE Perl) port;
39078              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
39079      Branch: perl
39080            + README.ce wince/FindExt.pm wince/Makefile.ce
39081            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
39082            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
39083            + wince/bin/search.pl wince/config.ce wince/config.h
39084            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
39085            + wince/dl_win32.xs wince/include/arpa/inet.h
39086            + wince/include/cectype.h wince/include/errno.h
39087            + wince/include/netdb.h wince/include/sys/socket.h
39088            + wince/include/sys/stat.h wince/include/sys/types.h
39089            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
39090            + wince/perl.rc wince/perldll.def wince/perllib.c
39091            + wince/perlmain.c wince/registry.bat wince/runperl.c
39092            + wince/splittree.pl wince/win32.h wince/win32iop.h
39093            + wince/win32thread.c wince/win32thread.h wince/wince.c
39094            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
39095            + wince/xdistclean.ksh wince/xmakediffs.ksh
39096            ! MANIFEST perl.c perl.h perlio.c
39097 ____________________________________________________________________________
39098 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
39099         Log: setproctitle() made simpler.  (This assumes the string is
39100              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
39101              should be used.  Note len, not len + 1.)  BSD-fu from Anton
39102              Berezin.
39103      Branch: perl
39104            ! mg.c
39105 ____________________________________________________________________________
39106 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
39107         Log: Subject: [PATCH] -Wall cleanup: op.c
39108              From: Richard Soderberg <rs@oregonnet.com>
39109              Date: Thu, 2 Aug 2001 00:17:09 -0700
39110              Message-Id: <200108020717.AAA26895@oregonnet.com>
39111              
39112              Subject: [PATCH] -Wall cleanup: sv.c
39113              From: Richard Soderberg <rs@oregonnet.com>
39114              Date: Thu, 2 Aug 2001 00:49:21 -0700
39115              Message-Id: <200108020749.AAA27492@oregonnet.com>
39116      Branch: perl
39117            ! op.c sv.c
39118 ____________________________________________________________________________
39119 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
39120         Log: Update Changes.
39121      Branch: perl
39122            ! Changes patchlevel.h
39123 ____________________________________________________________________________
39124 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
39125         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
39126              From: Doug MacEachern <dougm@covalent.net>
39127              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
39128              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
39129      Branch: perl
39130            ! op.c
39131 ____________________________________________________________________________
39132 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
39133         Log: The #11541 didn't work under threads.
39134      Branch: perl
39135            ! op.c
39136 ____________________________________________________________________________
39137 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
39138         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
39139              From: Hugo <hv@crypt.compulink.co.uk>
39140              Date: Fri, 22 Jun 2001 01:19:08 +0100 
39141              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
39142              
39143              (Skip tests if accept() failed)
39144      Branch: perl
39145            ! ext/IO/lib/IO/t/io_unix.t
39146 ____________________________________________________________________________
39147 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
39148         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
39149              From: "Stian Seeberg" <sseeberg@nimsoft.no>
39150              Date: Mon, 30 Jul 2001 12:28:07 +0200
39151              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
39152      Branch: perl
39153            ! perl.h
39154 ____________________________________________________________________________
39155 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
39156         Log: Subject: Pluggable optimizer
39157              From: Simon Cozens <simon@netthink.co.uk>
39158              Date: Wed, 1 Aug 2001 13:57:02 -0700
39159              Message-ID: <20010801135702.I10442@netthink.co.uk>
39160      Branch: perl
39161            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
39162 ____________________________________________________________________________
39163 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
39164         Log: Subject: [ID 20010801.039] perlre.pod message typo
39165              From: Autrijus Tang <autrijus@geb.elixus.org>
39166              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
39167              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
39168      Branch: perl
39169            ! pod/perlre.pod
39170 ____________________________________________________________________________
39171 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
39172         Log: Test for change #11536.
39173      Branch: perl
39174            ! t/op/tiehandle.t
39175 ____________________________________________________________________________
39176 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
39177         Log: More test fixups for #11537.
39178      Branch: perl
39179            ! t/lib/warnings/4lint t/lib/warnings/9enabled
39180 ____________________________________________________________________________
39181 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
39182         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
39183              From: Doug MacEachern <dougm@covalent.net>
39184              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
39185              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
39186      Branch: perl
39187            ! op.c t/TestInit.pm
39188 ____________________________________________________________________________
39189 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
39190         Log: Subject: [patch] ithreads + refto bug
39191              From: Doug MacEachern <dougm@covalent.net>
39192              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
39193              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
39194              
39195              (Test in change #11539)
39196      Branch: perl
39197            ! pp.c
39198 ____________________________________________________________________________
39199 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
39200         Log: Subject: [PATCH: perl@11523] fixups for t/harness
39201              From: Prymmer/Kahn <pvhp@best.com>
39202              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
39203              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
39204      Branch: perl
39205            ! t/harness
39206 ____________________________________________________________________________
39207 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
39208         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
39209              From: Prymmer/Kahn <pvhp@best.com>
39210              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
39211              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
39212      Branch: perl
39213            ! win32/Makefile win32/makefile.mk
39214 ____________________________________________________________________________
39215 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
39216         Log: Need to know the number of tests.
39217      Branch: perl
39218            ! t/run/exit.t
39219 ____________________________________________________________________________
39220 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
39221         Log: Subject: Re: new exit tests on VMS
39222              From: "Craig A. Berry" <craigberry@mac.com>
39223              Date: Tue, 31 Jul 2001 12:19:29 -0500
39224              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
39225      Branch: perl
39226            ! t/run/exit.t
39227 ____________________________________________________________________________
39228 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
39229         Log: Retract #11530 (the dTHX is needed under threads)
39230      Branch: perl
39231            ! perlio.c
39232 ____________________________________________________________________________
39233 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
39234         Log: (Retracted by #11531)
39235      Branch: perl
39236            ! perlio.c
39237 ____________________________________________________________________________
39238 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
39239         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
39240              From: Richard Soderberg <rs@crystalflame.net>
39241              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
39242              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
39243      Branch: perl
39244            ! unixish.h
39245 ____________________________________________________________________________
39246 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
39247         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
39248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39249              Date: Tue, 31 Jul 2001 05:39:09 -0400
39250              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
39251              
39252              (with a note about the case of UV being equal to long long)
39253      Branch: perl
39254            ! utils/h2xs.PL
39255 ____________________________________________________________________________
39256 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
39257         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
39258              From: "Craig A. Berry" <craigberry@mac.com>
39259              Date: Tue, 31 Jul 2001 14:57:43 -0500
39260              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
39261      Branch: perl
39262            ! t/io/fs.t
39263 ____________________________________________________________________________
39264 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
39265         Log: Fix for
39266              
39267              Subject: [ID 20010116.001] File::Copy truncates orig file 
39268              From: arbor@al37al08.telecel.pt
39269              Date: Tue, 16 Jan 2001 11:43:02 GMT
39270              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
39271              
39272              (copy($foo, $foo) would truncate $foo)
39273      Branch: perl
39274            ! lib/File/Copy.pm lib/File/Copy.t
39275 ____________________________________________________________________________
39276 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
39277         Log: Metaconfig unit change for #11524.
39278      Branch: metaconfig/U/perl
39279            ! Extras.U
39280 ____________________________________________________________________________
39281 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
39282         Log: Multiple modules didn't work; plus typo fixes.
39283      Branch: perl
39284            ! Configure
39285 ____________________________________________________________________________
39286 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
39287         Log: Update Changes.
39288      Branch: perl
39289            ! Changes patchlevel.h
39290 ____________________________________________________________________________
39291 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
39292         Log: Regen perlapi.
39293      Branch: perl
39294            ! pod/perlapi.pod
39295 ____________________________________________________________________________
39296 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
39297         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
39298              From: Dave Mitchell <davem@fdgroup.co.uk>
39299              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
39300              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
39301      Branch: perl
39302            ! sv.c
39303 ____________________________________________________________________________
39304 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
39305         Log: Regen toc.
39306      Branch: perl
39307            ! pod/perltoc.pod
39308 ____________________________________________________________________________
39309 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
39310         Log: Regen Porting stuff.
39311      Branch: perl
39312            ! Porting/Glossary Porting/config.sh Porting/config_H
39313 ____________________________________________________________________________
39314 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
39315         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
39316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39317              Date: Tue, 31 Jul 2001 05:34:38 -0400
39318              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
39319      Branch: perl
39320            ! utils/h2xs.PL
39321 ____________________________________________________________________________
39322 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
39323         Log: Metaconfig unit change for #11516. 
39324      Branch: metaconfig/U/perl
39325            ! gccvers.U
39326 ____________________________________________________________________________
39327 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
39328         Log: Add -Wall in cflags, not in Configure.
39329              (This way -Wall affects only the core and the core XS,
39330              not user modules' XS.  Concern from Paul Marquess,
39331              implementation idea from Andy Dougherty.)
39332      Branch: perl
39333            ! Configure cflags.SH
39334 ____________________________________________________________________________
39335 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
39336         Log: Metaconfig unit changes for #11514.
39337      Branch: metaconfig
39338            + U/modified/sysman.U
39339            ! U/installdirs/man1dir.U
39340 ____________________________________________________________________________
39341 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
39342         Log: Subject: Configure's detection of system manual
39343              From: Sean Dague <sean@dague.net> 
39344              Date: Sun, 13 May 2001 15:53:15 -0400
39345              Message-ID: <20010513155315.A15833@underhill.dague.net>
39346      Branch: perl
39347            ! Configure
39348 ____________________________________________________________________________
39349 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
39350         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
39351              From: Autrijus Tang <autrijus@autrijus.org> 
39352              Date: Thu, 21 Jun 2001 23:56:48 +0800
39353              Message-Id: <20010621235648.A57340@not.autrijus.org>
39354      Branch: perl
39355            ! pod/perlobj.pod
39356 ____________________________________________________________________________
39357 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
39358         Log: Subject: Typo in DB_File.pm
39359              From: "Philip Newton" <Philip.Newton@gmx.net>
39360              Date: Tue, 31 Jul 2001 06:19:35 +0200
39361              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
39362      Branch: perl
39363            ! ext/DB_File/DB_File.pm
39364 ____________________________________________________________________________
39365 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
39366         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
39367              From: "Stephen P. Potter" <spp@spotter.yi.org>
39368              Date: Wed, 30 May 2001 13:59:34 -0400
39369              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
39370      Branch: perl
39371            ! pod/perlre.pod
39372 ____________________________________________________________________________
39373 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
39374         Log: eval "format foo=" would loop indefinitely; reported in
39375              
39376              Subject: A load of old rubbish
39377              From: Mike Guy <mjtg@cam.ac.uk>
39378              Date: Mon, 14 May 2001 16:12:22 +0100
39379              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
39380              
39381              (The core dumps reported in there already fixed.)
39382      Branch: perl
39383            ! toke.c
39384 ____________________________________________________________________________
39385 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
39386         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
39387      Branch: perl
39388            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
39389            + lib/Switch/t/switch_case.t
39390            - lib/Switch/test.pl
39391            ! MANIFEST lib/Switch.pm
39392 ____________________________________________________________________________
39393 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
39394         Log: Subject: [PATCH @11505] DB_File-1.78
39395              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39396              Date: Mon, 30 Jul 2001 22:54:37 +0100
39397              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
39398      Branch: perl
39399            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39400            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39401 ____________________________________________________________________________
39402 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
39403         Log: Explain in more detail why -pipe and -fno-common are good.
39404      Branch: perl
39405            ! hints/darwin.sh
39406 ____________________________________________________________________________
39407 [ 11506] By: nick                                  on 2001/07/30  14:32:23
39408         Log: Integrate mainline
39409      Branch: perlio
39410           !> INSTALL Makefile.SH doio.c hints/darwin.sh
39411 ____________________________________________________________________________
39412 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
39413         Log: Perl hasn't been putting man pages into $prefix/lib for
39414              a long time now; pointed out by Andy Dougherty. 
39415      Branch: perl
39416            ! hints/darwin.sh
39417 ____________________________________________________________________________
39418 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
39419         Log: Document the extras Configure option.
39420      Branch: perl
39421            ! INSTALL
39422 ____________________________________________________________________________
39423 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
39424         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
39425              everywhere.
39426      Branch: perl
39427           !> doio.c
39428 ____________________________________________________________________________
39429 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
39430         Log: Doubly guard against invoking CPAN if no extras defined,
39431              pointed out by H. Merijn Brand.
39432      Branch: perl
39433            ! Makefile.SH
39434 ____________________________________________________________________________
39435 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
39436         Log: Fix O_RDONLY check to check for O_RDONLY.
39437      Branch: maint-5.6/macperl
39438            ! doio.c
39439 ____________________________________________________________________________
39440 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
39441         Log: Integrate miscellaneous changes from maint-5.6/perl.
39442      Branch: maint-5.6/macperl
39443           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
39444 ____________________________________________________________________________
39445 [ 11499] By: nick                                  on 2001/07/30  06:52:42
39446         Log: Integrate mainline
39447      Branch: perlio
39448           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
39449           +> win32/sync_ext.pl
39450            - win32/sncfnmcs.pl
39451           !> (integrate 71 files)
39452 ____________________________________________________________________________
39453 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
39454         Log: Update Changes.
39455      Branch: perl
39456            ! Changes patchlevel.h
39457 ____________________________________________________________________________
39458 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
39459         Log: Now Configure -Dextras=Foo::Bar and "make install" will
39460              fetch and install Foo::Bar.
39461      Branch: perl
39462            ! Makefile.SH
39463 ____________________________________________________________________________
39464 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
39465         Log: Metaconfig unit change for #11495.
39466      Branch: metaconfig/U/perl
39467            ! Extras.U
39468 ____________________________________________________________________________
39469 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
39470         Log: extras.make, extras.test, and extras.install make targets.
39471      Branch: perl
39472            ! Configure Makefile.SH
39473 ____________________________________________________________________________
39474 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
39475         Log: Metaconfig unit change for #11493.
39476      Branch: metaconfig/U/perl
39477            ! Extras.U
39478 ____________________________________________________________________________
39479 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
39480         Log: Better to have the list of extras in $extras than 'define'.
39481      Branch: perl
39482            ! Configure
39483 ____________________________________________________________________________
39484 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
39485         Log: The metaconfig unit change for #11490.
39486      Branch: metaconfig/U/perl
39487            + Extras.U
39488 ____________________________________________________________________________
39489 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
39490         Log: Missed from #11490 (the required dependency).
39491      Branch: perl
39492            ! Makefile.SH
39493 ____________________________________________________________________________
39494 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
39495         Log: Add the support of asking for extra modules or bundles of modules
39496              to be fetched from the CPAN and installed as a part of the Perl
39497              build process.  None of this installation is yet really done;
39498              only the list is asked, and saved away in extras.lst for
39499              the build and installation process to worry about later.
39500      Branch: perl
39501            ! Configure
39502 ____________________________________________________________________________
39503 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
39504         Log: Beginnings of better Inf and NaN support.
39505              At least toke.c and sv.c still need quite a bit of work.
39506      Branch: perl
39507            ! numeric.c perl.h
39508 ____________________________________________________________________________
39509 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
39510         Log: Top-level Makefile didn't honour OPTIMIZE.
39511      Branch: perl
39512            ! Makefile.SH
39513 ____________________________________________________________________________
39514 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
39515         Log: Update Changes.
39516      Branch: perl
39517            ! Changes patchlevel.h
39518 ____________________________________________________________________________
39519 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
39520         Log: Use Search::Dict 1.02 interface for charinfo().
39521      Branch: perl
39522            ! lib/UnicodeCD.pm
39523 ____________________________________________________________________________
39524 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
39525         Log: Now also allow transforming the read lines before comparing them.
39526              (This will help UnicodeCD.) 
39527      Branch: perl
39528            ! lib/Search/Dict.pm
39529 ____________________________________________________________________________
39530 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
39531         Log: Remove tiehandle code.
39532      Branch: perl
39533            ! lib/UnicodeCD.pm
39534 ____________________________________________________________________________
39535 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
39536         Log: Allow specifying a comparison function for Search::Dict::look().
39537      Branch: perl
39538            ! lib/Search/Dict.pm
39539 ____________________________________________________________________________
39540 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
39541         Log: Small UnicodeCD tweaks.
39542      Branch: perl
39543            ! lib/UnicodeCD.pm lib/UnicodeCD.t
39544 ____________________________________________________________________________
39545 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
39546         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
39547              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39548              Date: Tue, 24 Jul 2001 01:51:32 +0900
39549              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
39550      Branch: perl
39551            ! lib/UnicodeCD.pm lib/UnicodeCD.t
39552 ____________________________________________________________________________
39553 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
39554         Log: Subject: [PATCH] installperl
39555              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
39556              Date: Fri, 27 Jul 2001 19:05:04 -0700
39557              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
39558      Branch: perl
39559            ! installperl
39560 ____________________________________________________________________________
39561 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
39562         Log: Subject: [PATCH] Set proper compatibility versions in core
39563              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
39564              Date: Fri, 27 Jul 2001 20:01:49 -0700
39565              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
39566      Branch: perl
39567            ! Makefile.SH
39568 ____________________________________________________________________________
39569 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
39570         Log: Metaconfig unit change for #11477.
39571      Branch: metaconfig/U/perl
39572            ! dlsrc.U
39573 ____________________________________________________________________________
39574 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
39575         Log: Subject: [PATCH] Darwin: -fpic not so good
39576              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
39577              Date: Fri, 27 Jul 2001 18:57:38 -0700
39578              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
39579      Branch: perl
39580            ! Configure
39581 ____________________________________________________________________________
39582 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
39583         Log: Subject: [PATCH] Clean up Darwin hints
39584              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
39585              Date: Fri, 27 Jul 2001 19:13:15 -0700
39586              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
39587      Branch: perl
39588            ! hints/darwin.sh
39589 ____________________________________________________________________________
39590 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
39591         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
39592              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39593              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
39594              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
39595      Branch: perl
39596            ! pod/perlfunc.pod pp.c t/op/split.t
39597 ____________________________________________________________________________
39598 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
39599         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
39600              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39601              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
39602              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
39603      Branch: perl
39604            ! pod/perlvar.pod
39605 ____________________________________________________________________________
39606 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
39607         Log: Subject: [PATCH] fixes to constant.pm documentation
39608              From: Ilmari Karonen <iltzu@sci.fi>
39609              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
39610              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
39611      Branch: perl
39612            ! lib/constant.pm
39613 ____________________________________________________________________________
39614 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
39615         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
39616              From: "Philip Newton" <Philip.Newton@gmx.net>
39617              Date: Fri, 27 Jul 2001 07:51:10 +0200
39618              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
39619      Branch: perl
39620            ! pod/perlport.pod
39621 ____________________________________________________________________________
39622 [ 11471] By: nick                                  on 2001/07/26  06:23:32
39623         Log: Subject:  [PATCH] Doc fix for perlguts / threading
39624              From:  Arthur Bergman <arthur@contiller.se>
39625              Date:  Wed, 25 Jul 2001 11:28:23 +0200
39626              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
39627      Branch: perl
39628            ! pod/perlguts.pod
39629 ____________________________________________________________________________
39630 [ 11470] By: nick                                  on 2001/07/26  06:21:06
39631         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
39632              From:  Philip Newton <Philip.Newton@gmx.net>
39633              Date:  Wed, 25 Jul 2001 08:19:47 +0200
39634              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
39635      Branch: perl
39636            ! INSTALL
39637 ____________________________________________________________________________
39638 [ 11469] By: nick                                  on 2001/07/26  06:20:25
39639         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
39640              From:  Philip Newton <Philip.Newton@gmx.net>
39641              Date:  Wed, 25 Jul 2001 08:12:48 +0200
39642              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
39643      Branch: perl
39644            ! INSTALL
39645 ____________________________________________________________________________
39646 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
39647         Log: More +x.
39648      Branch: perl
39649            ! Porting/makerel
39650 ____________________________________________________________________________
39651 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
39652         Log: Update Changes.
39653      Branch: perl
39654            ! Changes patchlevel.h
39655 ____________________________________________________________________________
39656 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
39657         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
39658              From: "Philip Newton" <Philip.Newton@gmx.net>
39659              Date: Tue, 24 Jul 2001 06:45:55 +0200
39660              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
39661      Branch: perl
39662            ! os2/perlrexx.c
39663 ____________________________________________________________________________
39664 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
39665         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
39666              From: Peter Prymmer <pvhp@forte.com>
39667              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
39668              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
39669      Branch: perl
39670            ! pod/perlport.pod t/io/fs.t vms/test.com
39671 ____________________________________________________________________________
39672 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
39673         Log: Workaround on Cwd bootstrap problem.
39674      Branch: perl
39675            ! lib/ExtUtils/MakeMaker.pm
39676 ____________________________________________________________________________
39677 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
39678         Log: When in Rome, quote like the Romans do.
39679      Branch: perl
39680            ! cflags.SH
39681 ____________________________________________________________________________
39682 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
39683         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
39684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39685              Date: Mon, 23 Jul 2001 19:29:49 -0400
39686              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
39687      Branch: perl
39688            + os2/perlrexx.c
39689            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
39690            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
39691            ! t/op/write.t
39692 ____________________________________________________________________________
39693 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
39694         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
39695              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39696              Date: Mon, 23 Jul 2001 18:43:42 -0400
39697              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
39698      Branch: perl
39699            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
39700 ____________________________________________________________________________
39701 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
39702         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
39703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39704              Date: Mon, 23 Jul 2001 18:33:16 -0400
39705              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
39706      Branch: perl
39707            ! lib/ExtUtils/MakeMaker.pm
39708 ____________________________________________________________________________
39709 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
39710         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
39711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39712              Date: Mon, 23 Jul 2001 18:20:35 -0400
39713              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
39714      Branch: perl
39715            ! Makefile.SH cflags.SH
39716 ____________________________________________________________________________
39717 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
39718         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
39719              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
39720              Date: Mon, 23 Jul 2001 11:32:17 -0500
39721              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
39722      Branch: perl
39723            ! lib/ExtUtils/MakeMaker.pm
39724 ____________________________________________________________________________
39725 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
39726         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
39727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39728              Date: Mon, 23 Jul 2001 18:13:20 -0400
39729              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
39730      Branch: perl
39731            ! lib/perl5db.pl
39732 ____________________________________________________________________________
39733 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
39734         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
39735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39736              Date: Mon, 23 Jul 2001 18:07:40 -0400
39737              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
39738      Branch: perl
39739            ! op.c
39740 ____________________________________________________________________________
39741 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
39742         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
39743              From: "Craig A. Berry" <craigberry@mac.com>
39744              Date: Mon, 23 Jul 2001 15:35:06 -0500
39745              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
39746      Branch: perl
39747            ! util.c
39748 ____________________________________________________________________________
39749 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
39750         Log: Subject: [PATCH perlfaq9.pod typo]
39751              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
39752              Date: Mon, 23 Jul 2001 07:49:05 -0700
39753              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
39754      Branch: perl
39755            ! pod/perlfaq9.pod
39756 ____________________________________________________________________________
39757 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
39758         Log: Subject: win32\sncfnmcs.pl corrections
39759              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39760              Date: Mon, 23 Jul 2001 12:56:54 +0200
39761              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
39762              
39763              Rename the script a little bit more sensibly.
39764      Branch: perl
39765            + win32/sync_ext.pl
39766            - win32/sncfnmcs.pl
39767            ! MANIFEST README.win32
39768 ____________________________________________________________________________
39769 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
39770         Log: Test tweak.
39771      Branch: perl
39772            ! ext/B/Deparse.t
39773 ____________________________________________________________________________
39774 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
39775         Log: Metaconfig unit tweak for #11450.
39776      Branch: metaconfig/U/perl
39777            ! Mksymlinks.U
39778 ____________________________________________________________________________
39779 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
39780         Log: Too volatile failsafe check.
39781      Branch: perl
39782            ! Configure
39783 ____________________________________________________________________________
39784 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
39785         Log: Further doc tweaks.
39786      Branch: perl
39787            ! lib/UnicodeCD.pm
39788 ____________________________________________________________________________
39789 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
39790         Log: Doc tweaks.
39791      Branch: perl
39792            ! lib/UnicodeCD.pm
39793 ____________________________________________________________________________
39794 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
39795         Log: Doc tweakery from Abhijit.
39796      Branch: perl
39797            ! Porting/repository.pod
39798 ____________________________________________________________________________
39799 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
39800         Log: An accidental empty line.
39801      Branch: perl
39802            ! MANIFEST
39803 ____________________________________________________________________________
39804 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
39805         Log: Missing MANIFESTations.
39806      Branch: perl
39807            ! MANIFEST
39808 ____________________________________________________________________________
39809 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
39810         Log: Update Changes.
39811      Branch: perl
39812            ! Changes patchlevel.h
39813 ____________________________________________________________________________
39814 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
39815         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
39816              From: Mike Guy <mjtg@cam.ac.uk>
39817              Date: Fri, 20 Jul 2001 16:12:49 +0100
39818              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
39819      Branch: perl
39820            ! Porting/pumpkin.pod
39821 ____________________________________________________________________________
39822 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
39823         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
39824              From: Peter Prymmer <pvhp@forte.com>
39825              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
39826              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
39827      Branch: perl
39828            ! pod/perlhack.pod
39829 ____________________________________________________________________________
39830 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
39831         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
39832              From: Michael G Schwern <schwern@pobox.com>
39833              Date: Fri, 20 Jul 2001 20:22:35 -0400
39834              Message-ID: <20010720202235.O4498@blackrider>
39835      Branch: perl
39836            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
39837            ! lib/Test/t/todo.t
39838 ____________________________________________________________________________
39839 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
39840         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
39841              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39842              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
39843              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
39844      Branch: perl
39845            ! ext/POSIX/POSIX.pod
39846 ____________________________________________________________________________
39847 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
39848         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
39849              From: Mark-Jason Dominus <mjd@plover.com>
39850              Date: Fri, 20 Jul 2001 23:16:54 -0400
39851              Message-ID: <20010721031654.21877.qmail@plover.com>
39852      Branch: perl
39853            ! ext/POSIX/POSIX.pod
39854 ____________________________________________________________________________
39855 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
39856         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
39857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39858              Date: Sun, 22 Jul 2001 14:56:09 +0200
39859              Message-ID: <20010722145609.A766@rafael>
39860      Branch: perl
39861            ! ext/B/O.pm
39862 ____________________________________________________________________________
39863 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
39864         Log: Subject: regexec.c #define cleanup
39865              From: Mark-Jason Dominus <mjd@plover.com>
39866              Date: Sat, 21 Jul 2001 18:33:25 -0400
39867              Message-ID: <20010721223325.3069.qmail@plover.com>
39868      Branch: perl
39869            ! regexec.c
39870 ____________________________________________________________________________
39871 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
39872         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
39873              From: Prymmer/Kahn <pvhp@best.com>
39874              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
39875              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
39876      Branch: perl
39877            ! t/io/fs.t
39878 ____________________________________________________________________________
39879 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
39880         Log: Typo in #11432.
39881      Branch: perl
39882            ! ext/POSIX/POSIX.t
39883 ____________________________________________________________________________
39884 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
39885         Log: Integrate (manually) change #11424 from macperl.
39886      Branch: perl
39887            ! ext/Filter/t/call.t
39888 ____________________________________________________________________________
39889 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
39890         Log: Integrate change #11408 from macperl.
39891      Branch: perl
39892           !> README.macos pod/perlport.pod
39893 ____________________________________________________________________________
39894 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
39895         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
39896      Branch: perl
39897           +> macos/MacPerlTests.cmd macos/xsubpp.patch
39898            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39899            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
39900            ! ext/POSIX/POSIX.t
39901 ____________________________________________________________________________
39902 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
39903         Log: pod/*.t tests not picked up by t/TEST either
39904      Branch: maint-5.6/perl
39905            ! t/TEST
39906 ____________________________________________________________________________
39907 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
39908         Log: better tweak for change#11429 (windows has both / and \ separated
39909              paths in @INC at that point)
39910      Branch: maint-5.6/perl
39911            ! t/pod/testp2pt.pl
39912 ____________________________________________________________________________
39913 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
39914         Log: MacOS pod test tweak needs \Escape
39915      Branch: maint-5.6/perl
39916            ! t/pod/testp2pt.pl
39917 ____________________________________________________________________________
39918 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
39919         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
39920              resulting duplicate output, but t/harness isn't)
39921      Branch: maint-5.6/perl
39922            ! t/run/runenv.t
39923 ____________________________________________________________________________
39924 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
39925         Log: t/harness wasn't picking up all the tests
39926      Branch: maint-5.6/perl
39927            ! t/harness
39928 ____________________________________________________________________________
39929 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
39930         Log: update MANIFEST for new file
39931      Branch: maint-5.6/perl
39932            ! MANIFEST
39933 ____________________________________________________________________________
39934 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
39935         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
39936              the exception of the macperl/macos/... tree
39937      Branch: maint-5.6/perl
39938           +> t/lib/filefind-taint.t
39939           !> (integrate 72 files)
39940 ____________________________________________________________________________
39941 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
39942         Log: Fix test.
39943      Branch: maint-5.6/macperl
39944            ! macos/bundled_ext/Filter/t/call.t
39945 ____________________________________________________________________________
39946 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
39947         Log: Make perl fork()-safe (in a slightly limited way) even on
39948              platforms that don't have pthread_atfork() (extension of
39949              the fix in change#11151).
39950              
39951              Note that this will not help extensions that call fork()
39952              directly in C, or that link to libraries that call fork()
39953              directly.  Such cases must be fixed to either call
39954              PerlProc_fork(), or call atfork_lock() in parent before the
39955              calling the function that forks and call atfork_unlock()
39956              in both parent and child immediately after the fork().
39957              (There are no worries if C code calls exec() in the child
39958              immediately after a fork().  Only cases where the child
39959              calls perl's API functions (including New()) after the
39960              fork() are problematic.)
39961              
39962              This change also eliminates the use of vfork() from perl,
39963              since all such uses were violating the severe restrictions
39964              on modifying the state of the process between the vfork()
39965              and the exec().
39966              
39967              This is a modified version of patches suggested by Abhijit
39968              Menon-Sen and Richard Soderberg.
39969      Branch: perl
39970            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
39971            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
39972 ____________________________________________________________________________
39973 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
39974         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
39975              Switch, and Text::Balanced.
39976      Branch: maint-5.6/macperl
39977            + macos/bundled_ext/Filter/Util/Call/Call.pm
39978            + macos/bundled_ext/Filter/Util/Call/Call.xs
39979            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
39980            + macos/bundled_ext/Filter/t/MyFilter.pm
39981            + macos/bundled_ext/Filter/t/call.t
39982            + macos/bundled_ext/Filter/t/filter-util.pl
39983            + macos/bundled_lib/blib/lib/Class/ISA.pm
39984            + macos/bundled_lib/blib/lib/Digest.pm
39985            + macos/bundled_lib/blib/lib/Filter/Simple.pm
39986            + macos/bundled_lib/blib/lib/Switch.pm
39987            + macos/bundled_lib/blib/lib/Text/Balanced.pm
39988            + macos/bundled_lib/blib/lib/Text/Balanced.pod
39989            + macos/bundled_lib/t/Class/ISA/test.pl
39990            + macos/bundled_lib/t/Digest/Digest.t
39991            + macos/bundled_lib/t/Filter/Simple/test.pl
39992            + macos/bundled_lib/t/Switch/test.pl
39993            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
39994            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
39995            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
39996            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
39997            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
39998            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
39999            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
40000            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
40001 ____________________________________________________________________________
40002 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
40003         Log: Add Filter::Util::Call to config/make files; edit utils
40004              to recognize the module (it was descended too far down).
40005              Bump version to 5.6.1a4.
40006      Branch: maint-5.6/macperl
40007            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
40008            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
40009            ! macos/macperl/Makefile.mk macos/xsubpp.patch
40010 ____________________________________________________________________________
40011 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
40012         Log: Make DB_File the default for MLDBM on MacOS.
40013      Branch: maint-5.6/macperl
40014            ! macos/bundled_lib/blib/lib/MLDBM.pm
40015 ____________________________________________________________________________
40016 [ 11419] By: nick                                  on 2001/07/20  14:51:03
40017         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
40018              From:  Simon Cozens <simon@netthink.co.uk>
40019              Date:  Fri, 20 Jul 2001 11:42:35 -0400
40020              Message-Id:  <20010720114235.A5235@netthink.co.uk>
40021      Branch: perl
40022            ! lib/UnicodeCD.pm
40023 ____________________________________________________________________________
40024 [ 11418] By: nick                                  on 2001/07/20  14:48:12
40025         Log: Subject:  [PATCH regcomp.h] adds a comment
40026              From:  Abhijit Menon-Sen <ams@wiw.org>
40027              Date:  Fri, 20 Jul 2001 21:05:37 +0530
40028              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
40029      Branch: perl
40030            ! regcomp.h
40031 ____________________________________________________________________________
40032 [ 11417] By: nick                                  on 2001/07/20  14:16:38
40033         Log: Subject:  [PATCH 5.7.2] INSTALL updates
40034              From:  Andy Dougherty <doughera@lafayette.edu>
40035              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
40036              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
40037      Branch: perl
40038            ! INSTALL
40039 ____________________________________________________________________________
40040 [ 11416] By: nick                                  on 2001/07/20  06:44:44
40041         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
40042              From:  Russ Allbery <rra@stanford.edu>
40043              Date:  19 Jul 2001 15:52:37 -0700
40044              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
40045      Branch: perl
40046            ! lib/Pod/Man.pm
40047 ____________________________________________________________________________
40048 [ 11415] By: nick                                  on 2001/07/20  06:35:11
40049         Log: Subject:  [PATCH] defer op_seq allocation
40050              From:  Abhijit Menon-Sen <ams@wiw.org>
40051              Date:  Thu, 19 Jul 2001 22:12:24 +0530
40052              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
40053      Branch: perl
40054            ! op.c
40055 ____________________________________________________________________________
40056 [ 11414] By: nick                                  on 2001/07/20  06:23:36
40057         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
40058              From:  Abhijit Menon-Sen <ams@wiw.org>
40059              Date:  Fri, 20 Jul 2001 01:18:50 +0530
40060              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
40061              (Private e-mail)
40062      Branch: perl
40063            ! ext/Time/HiRes/HiRes.xs
40064 ____________________________________________________________________________
40065 [ 11413] By: nick                                  on 2001/07/20  06:18:53
40066         Log: Integrate mainline
40067      Branch: perlio
40068           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
40069            - t/base/commonsense.t
40070           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
40071           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
40072           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
40073           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
40074           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
40075           !> win32/win32.c
40076 ____________________________________________________________________________
40077 [ 11412] By: nick                                  on 2001/07/19  06:44:27
40078         Log: Integrate win32/perlhost.h from maintenance branch.
40079              (Rest of $ENV{PATH} / system() fix.)
40080      Branch: perl
40081           !> win32/perlhost.h
40082 ____________________________________________________________________________
40083 [ 11411] By: nick                                  on 2001/07/19  06:41:34
40084         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
40085              From:  Philip Newton <Philip.Newton@gmx.net>
40086              Date:  Wed, 18 Jul 2001 21:43:57 +0200
40087              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
40088      Branch: perl
40089            ! pod/perlhack.pod
40090 ____________________________________________________________________________
40091 [ 11410] By: nick                                  on 2001/07/19  06:39:35
40092         Log: Subject:  Security hole in taint checking in open()
40093              From:  deekoo@tentacle.net
40094              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
40095              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
40096      Branch: perl
40097            ! doio.c
40098 ____________________________________________________________________________
40099 [ 11409] By: nick                                  on 2001/07/19  06:28:08
40100         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
40101              From:  Abhijit Menon-Sen <ams@wiw.org>
40102              Date:  Thu, 19 Jul 2001 04:30:43 +0530
40103              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
40104      Branch: perl
40105            ! ext/Time/HiRes/HiRes.xs
40106 ____________________________________________________________________________
40107 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
40108         Log: Update docs with latest implementation information and new URLs.
40109      Branch: maint-5.6/macperl
40110            ! README.macos pod/perlport.pod
40111 ____________________________________________________________________________
40112 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
40113         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
40114              Fix BuildRules to accept optimization variables.
40115      Branch: maint-5.6/macperl
40116            + macos/bundled_ext/Digest/MD5/Makefile.mk
40117            ! macos/BuildRules.mk macos/Makefile.mk
40118            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
40119            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
40120 ____________________________________________________________________________
40121 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
40122         Log: Integrate changes 11399,11401
40123      Branch: maint-5.6/macperl
40124           !> win32/perlhost.h win32/win32.c
40125 ____________________________________________________________________________
40126 [ 11405] By: nick                                  on 2001/07/18  06:50:33
40127         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
40128              from perl5.6*
40129      Branch: perl
40130           !> win32/perlhost.h win32/win32.c
40131 ____________________________________________________________________________
40132 [ 11404] By: nick                                  on 2001/07/18  06:43:59
40133         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
40134              From:  hv@crypt0.demon.co.uk
40135              Date:  Wed, 18 Jul 2001 05:58:46 +0100
40136              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
40137      Branch: perl
40138            ! ext/POSIX/POSIX.t
40139 ____________________________________________________________________________
40140 [ 11403] By: nick                                  on 2001/07/18  06:38:57
40141         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
40142              From:  hv@crypt0.demon.co.uk
40143              Date:  Wed, 18 Jul 2001 05:21:54 +0100
40144              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
40145      Branch: perl
40146            ! numeric.c t/op/arith.t
40147 ____________________________________________________________________________
40148 [ 11402] By: nick                                  on 2001/07/18  06:19:17
40149         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
40150              From:  mjd@plover.com
40151              Date:  17 Jul 2001 17:59:20 -0000
40152              Message-Id:  <20010717175920.8177.qmail@plover.com>
40153      Branch: perl
40154            ! pod/perlre.pod
40155 ____________________________________________________________________________
40156 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
40157         Log: thinko in change#11400 (duh)
40158      Branch: maint-5.6/perl
40159            ! win32/perlhost.h
40160 ____________________________________________________________________________
40161 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
40162         Log: change#11399 revealed another unrelated bug; this is just a temporary
40163              bandaid
40164      Branch: maint-5.6/perl
40165            ! win32/perlhost.h
40166 ____________________________________________________________________________
40167 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
40168         Log: fix bugs in handling of the virtualized environment under windows;
40169              there were bugs in propagating any changes to %ENV down to the real
40170              environment when such changes happened in the toplevel process
40171              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
40172              problem identification, and for a part of the fix)
40173      Branch: maint-5.6/perl
40174            ! win32/perlhost.h win32/win32.c
40175 ____________________________________________________________________________
40176 [ 11398] By: nick                                  on 2001/07/17  08:26:35
40177         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
40178              From: Peter Prymmer <pvhp@forte.com>
40179              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
40180              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
40181              
40182              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
40183              should not depend on existance of Config.pm
40184      Branch: perl
40185           +> t/lib/commonsense.t
40186            - t/base/commonsense.t
40187            ! MANIFEST t/README
40188 ____________________________________________________________________________
40189 [ 11397] By: nick                                  on 2001/07/17  08:09:58
40190         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
40191              From:  Michael G Schwern <schwern@pobox.com>
40192              Date:  Mon, 16 Jul 2001 18:20:31 -0400
40193              Message-Id:  <20010716182031.A1128@blackrider>
40194      Branch: perl
40195            ! pod/perlhack.pod
40196 ____________________________________________________________________________
40197 [ 11396] By: nick                                  on 2001/07/17  08:04:11
40198         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
40199              From:  Gwyn Judd <b.judd@xtra.co.nz>
40200              Date:  Tue, 17 Jul 2001 20:55:58 +1200
40201              Message-Id:  <20010717205558.A3107@thislove>
40202      Branch: perl
40203            ! pod/perlfunc.pod
40204 ____________________________________________________________________________
40205 [ 11395] By: nick                                  on 2001/07/17  08:02:22
40206         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
40207              From:  Peter Prymmer <pvhp@forte.com>
40208              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
40209              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
40210      Branch: perl
40211            ! t/op/sprintf.t
40212 ____________________________________________________________________________
40213 [ 11394] By: nick                                  on 2001/07/17  07:57:06
40214         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
40215              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
40216              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
40217              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
40218      Branch: perl
40219            ! gv.c
40220 ____________________________________________________________________________
40221 [ 11392] By: nick                                  on 2001/07/17  07:50:12
40222         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
40223              From:  Coral <coral@moonlight.crystalflame.net>
40224              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
40225              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
40226      Branch: perl
40227            ! pp_sys.c thread.h
40228 ____________________________________________________________________________
40229 [ 11391] By: nick                                  on 2001/07/17  07:34:28
40230         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
40231              From:  Jonathan Stowe <gellyfish@gellyfish.com>
40232              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
40233              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
40234      Branch: perl
40235            ! utils/h2xs.PL
40236 ____________________________________________________________________________
40237 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
40238         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
40239              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
40240              and Mac::Apps::Launch, which don't work, and Time::HiRes and
40241              Time::Piece, which don't yet work.
40242      Branch: maint-5.6/macperl
40243            + (add 154 files)
40244 ____________________________________________________________________________
40245 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
40246         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
40247              Also add hack to get around missing setenv for PERL5DB.
40248      Branch: maint-5.6/macperl
40249            ! macos/macish.c macos/macish.h
40250 ____________________________________________________________________________
40251 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
40252         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
40253      Branch: maint-5.6/macperl
40254            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
40255            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
40256 ____________________________________________________________________________
40257 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
40258         Log: Fix up some configuration and make options, add extra
40259              extensions.
40260      Branch: maint-5.6/macperl
40261            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
40262            ! macos/macperl/Makefile.mk
40263 ____________________________________________________________________________
40264 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
40265         Log: From Change 11374 in maintperl.
40266      Branch: maint-5.6/macperl
40267           !> utils/h2ph.PL
40268 ____________________________________________________________________________
40269 [ 11385] By: nick                                  on 2001/07/16  14:12:58
40270         Log: Back out change to h2xs till it passes its test.
40271      Branch: perl
40272            ! utils/h2xs.PL
40273 ____________________________________________________________________________
40274 [ 11384] By: nick                                  on 2001/07/16  14:00:10
40275         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
40276              From:  Jonathan Stowe <gellyfish@gellyfish.com>
40277              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
40278              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
40279      Branch: perl
40280            ! utils/h2xs.PL
40281 ____________________________________________________________________________
40282 [ 11383] By: nick                                  on 2001/07/16  13:53:12
40283         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
40284              From:  Robin Houston <robin@kitsite.com>
40285              Date:  Sun, 15 Jul 2001 18:22:31 +0100
40286              Message-Id:  <20010715182230.A11174@robin>
40287      Branch: perl
40288            ! hints/darwin.sh
40289 ____________________________________________________________________________
40290 [ 11382] By: nick                                  on 2001/07/16  13:52:49
40291         Log: Subject:  [PATCH perl@11372] re_dup
40292              From:  Radu Greab <radu@netsoft.ro>
40293              Date:  Sun, 15 Jul 2001 04:50:06 +0300
40294              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
40295      Branch: perl
40296            ! sv.c
40297 ____________________________________________________________________________
40298 [ 11379] By: nick                                  on 2001/07/16  13:35:39
40299         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
40300              From:  Robin Houston <robin@kitsite.com>
40301              Date:  Sat, 14 Jul 2001 14:28:50 +0100
40302              Message-Id:  <20010714142850.A10205@robin>
40303      Branch: perl
40304            ! ext/B/B/Deparse.pm
40305 ____________________________________________________________________________
40306 [ 11378] By: nick                                  on 2001/07/16  13:30:36
40307         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
40308              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
40309              Date:  Sat, 14 Jul 2001 22:17:42 +0900
40310              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
40311      Branch: perl
40312            + ext/Encode/Encode/euc-jp-0212.enc
40313            ! ext/Encode/Encode/Tcl.pm
40314 ____________________________________________________________________________
40315 [ 11377] By: nick                                  on 2001/07/16  13:17:28
40316         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
40317              From:  Andy Dougherty <doughera@lafayette.edu>
40318              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
40319              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
40320      Branch: perl
40321            ! hints/darwin.sh hints/rhapsody.sh
40322 ____________________________________________________________________________
40323 [ 11376] By: nick                                  on 2001/07/16  09:05:00
40324         Log: Integrate mainline
40325      Branch: perlio
40326           +> ext/Encode/Encode/7bit-greek.enc
40327           +> ext/Encode/Encode/7bit-latin1.enc
40328           +> ext/Encode/Encode/cns11643-1.enc
40329           +> ext/Encode/Encode/cns11643-2.enc
40330           +> ext/Encode/Encode/iso2022-cn.enc
40331           +> ext/Encode/Encode/iso2022-jp1.enc
40332           +> ext/Encode/Encode/iso2022-jp2.enc
40333           !> Changes Configure MANIFEST Makefile.SH
40334           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
40335           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
40336           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
40337           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
40338           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
40339 ____________________________________________________________________________
40340 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
40341         Log: integrate change#11374 from maint-5.6
40342              
40343              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
40344      Branch: perl
40345           !> utils/h2ph.PL
40346 ____________________________________________________________________________
40347 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
40348         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
40349      Branch: maint-5.6/perl
40350            ! utils/h2ph.PL
40351 ____________________________________________________________________________
40352 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
40353         Log: Update Changes.
40354      Branch: perl
40355            ! Changes patchlevel.h
40356 ____________________________________________________________________________
40357 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
40358         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
40359              From: Jonathan Stowe <gellyfish@gellyfish.com>
40360              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
40361              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
40362      Branch: perl
40363            ! utils/h2xs.PL
40364 ____________________________________________________________________________
40365 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
40366         Log: Subject: patch to add DEL to [:cntrl:]
40367              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40368              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
40369              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
40370      Branch: perl
40371            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
40372 ____________________________________________________________________________
40373 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
40374         Log: Metaconfig unit change for #11369; plus a dependency nit.
40375      Branch: metaconfig
40376            ! U/compline/nblock_io.U
40377      Branch: metaconfig/U/perl
40378            ! Extensions.U
40379 ____________________________________________________________________________
40380 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
40381         Log: #include <stdlib.h> so that exit() is prototyped,
40382              noticed by Hugo.
40383      Branch: perl
40384            ! Configure
40385 ____________________________________________________________________________
40386 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
40387         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
40388              From: Peter Prymmer <pvhp@forte.com>
40389              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
40390              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
40391      Branch: perl
40392            ! t/op/sprintf.t
40393 ____________________________________________________________________________
40394 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
40395         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
40396              From: Peter Prymmer <pvhp@forte.com>
40397              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
40398              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
40399      Branch: perl
40400            ! ext/Encode/Encode/Tcl.t
40401 ____________________________________________________________________________
40402 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
40403         Log: Add information about gcc 3.0 basic block profiling.
40404      Branch: perl
40405            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
40406 ____________________________________________________________________________
40407 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
40408         Log: Subject: Error in lib/PerlIO/Via.pm ?
40409              From: Mark-Jason Dominus <mjd@plover.com>
40410              Date: Fri, 13 Jul 2001 15:55:41 -0400
40411              Message-ID: <20010713195541.26751.qmail@plover.com>
40412      Branch: perl
40413            ! ext/PerlIO/Via/Via.pm
40414 ____________________________________________________________________________
40415 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
40416         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
40417              section from the Compiler section.
40418      Branch: perl
40419            ! myconfig.SH
40420 ____________________________________________________________________________
40421 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
40422         Log: Handle glibc style of constant definitions using enum
40423              with intervening #defines; from Brendan O'Dea.
40424      Branch: perl
40425            ! utils/h2ph.PL
40426 ____________________________________________________________________________
40427 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
40428         Log: Add LC_MESSAGES to the locale_h export tag (it already is
40429              in the Makefile.PL and thusly eligible for an XS constant)
40430              (see also maintperl #10543)
40431      Branch: perl
40432            ! ext/POSIX/POSIX.pm
40433 ____________________________________________________________________________
40434 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
40435         Log: Subject: Re: [patch] re_dup
40436              From: Abhijit Menon-Sen <ams@wiw.org>
40437              Date: Fri, 13 Jul 2001 21:41:09 +0530
40438              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
40439      Branch: perl
40440            ! sv.c
40441 ____________________________________________________________________________
40442 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
40443         Log: Subject: [patch] re_dup
40444              From: Doug MacEachern <dougm@covalent.net>
40445              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
40446              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
40447      Branch: perl
40448            ! sv.c
40449 ____________________________________________________________________________
40450 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
40451         Log: Update Changes.
40452      Branch: perl
40453            ! Changes patchlevel.h
40454 ____________________________________________________________________________
40455 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
40456         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
40457              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
40458              Date: Sat, 14 Jul 2001 00:06:30 +0900
40459              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
40460      Branch: perl
40461            + ext/Encode/Encode/7bit-greek.enc
40462            + ext/Encode/Encode/7bit-latin1.enc
40463            + ext/Encode/Encode/cns11643-1.enc
40464            + ext/Encode/Encode/cns11643-2.enc
40465            + ext/Encode/Encode/iso2022-cn.enc
40466            + ext/Encode/Encode/iso2022-jp1.enc
40467            + ext/Encode/Encode/iso2022-jp2.enc
40468            ! MANIFEST ext/Encode/Encode/Tcl.pm
40469            ! ext/Encode/Encode/iso2022-kr.enc
40470 ____________________________________________________________________________
40471 [ 11357] By: nick                                  on 2001/07/13  14:24:06
40472         Log: Blind integrate mainline (as of 5.7.2?)
40473      Branch: perlio
40474           !> AUTHORS Changes Porting/config.sh Porting/config_H
40475           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
40476           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
40477           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40478           !> win32/makefile.mk
40479 ____________________________________________________________________________
40480 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
40481         Log: Snip away the devel patchlevel.
40482      Branch: perl
40483            ! patchlevel.h
40484 ____________________________________________________________________________
40485 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
40486         Log: Bump the version to 5.7.2.
40487      Branch: perl
40488            ! Porting/config.sh Porting/config_H patchlevel.h
40489            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
40490            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40491            ! win32/makefile.mk
40492 ____________________________________________________________________________
40493 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
40494         Log: Update Changes.
40495      Branch: perl
40496            ! Changes
40497 ____________________________________________________________________________
40498 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
40499         Log: Reword.
40500      Branch: perl
40501            ! AUTHORS
40502 ____________________________________________________________________________
40503 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
40504         Log: AUTHORS update.
40505      Branch: perl
40506            ! AUTHORS
40507 ____________________________________________________________________________
40508 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
40509         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
40510              unless ithreads.
40511      Branch: perl
40512            ! makedef.pl
40513 ____________________________________________________________________________
40514 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
40515         Log: Integrate perlio.
40516      Branch: perl
40517           !> win32/distclean.bat
40518 ____________________________________________________________________________
40519 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
40520         Log: Test the encoding transform only iff we have PerlIO,
40521              noticed by H. Merijn Brand.
40522      Branch: perl
40523            ! ext/PerlIO/t/encoding.t
40524 ____________________________________________________________________________
40525 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
40526         Log: README.netware tweaks from Ananth Kesari.
40527      Branch: perl
40528            ! README.netware
40529 ____________________________________________________________________________
40530 [ 11346] By: nick                                  on 2001/07/13  09:18:51
40531         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
40532              to avoid /unicode vs /Unicode issues.
40533      Branch: perlio
40534            ! win32/distclean.bat
40535 ____________________________________________________________________________
40536 [ 11345] By: nick                                  on 2001/07/13  06:24:18
40537         Log: Integrate mainline
40538      Branch: perlio
40539           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
40540            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
40541           !> (integrate 63 files)
40542 ____________________________________________________________________________
40543 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
40544         Log: Add d_bincompat5005 information to perl -V.
40545      Branch: perl
40546            ! myconfig.SH
40547 ____________________________________________________________________________
40548 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
40549         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
40550              From: Abhijit Menon-Sen <ams@wiw.org>
40551              Date: Fri, 13 Jul 2001 07:12:36 +0530
40552              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
40553      Branch: perl
40554            ! sv.c
40555 ____________________________________________________________________________
40556 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
40557         Log: Remove unicode::distinct, as per Inaba Hiroto.
40558      Branch: perl
40559            - lib/unicode/distinct.pm
40560            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
40561            ! t/lib/1_compile.t
40562 ____________________________________________________________________________
40563 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
40564         Log: Paging for Dr Octothorpe.
40565      Branch: perl
40566            ! pod/perlfaq4.pod
40567 ____________________________________________________________________________
40568 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
40569         Log: cut-n-paste error noticed by mjd.
40570      Branch: perl
40571            ! pod/perlfaq4.pod
40572 ____________________________________________________________________________
40573 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
40574         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
40575              From: Peter Prymmer <pvhp@forte.com>
40576              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
40577              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
40578      Branch: perl
40579            ! pod/perlfaq4.pod
40580 ____________________________________________________________________________
40581 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
40582         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
40583              From: Randall Gellens <randy@qualcomm.com>
40584              Date: Thu, 12 Jul 2001 16:56:23 -0700
40585              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
40586      Branch: perl
40587            ! Porting/repository.pod
40588 ____________________________________________________________________________
40589 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
40590         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
40591      Branch: perl
40592            ! thread.h
40593 ____________________________________________________________________________
40594 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
40595         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
40596              From: coral <coral@moonlight.crystalflame.net>
40597              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
40598              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
40599      Branch: perl
40600            ! thread.h
40601 ____________________________________________________________________________
40602 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
40603         Log: Metaconfig unit change for #11134.
40604      Branch: metaconfig
40605            + U/threads/d_pthread_atfork.U
40606 ____________________________________________________________________________
40607 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
40608         Log: Add HAS_PTHREAD_ATFORK.
40609      Branch: perl
40610            ! Configure NetWare/config.wc NetWare/config_H.wc
40611            ! Porting/Glossary Porting/config.sh Porting/config_H
40612            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
40613            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
40614            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40615            ! win32/config.gc win32/config.vc win32/config_H.bc
40616            ! win32/config_H.gc win32/config_H.vc
40617 ____________________________________________________________________________
40618 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
40619         Log: Subject: [PATCH] File::Copy fails on tied handles
40620              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
40621              Date: Thu, 12 Jul 2001 15:18:51 -0700
40622              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
40623      Branch: perl
40624            ! lib/File/Copy.pm
40625 ____________________________________________________________________________
40626 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
40627         Log: Subject: [PATCH] Langinfo.t
40628              From: Nicholas Clark <nick@ccl4.org>
40629              Date: Thu, 12 Jul 2001 23:55:38 +0100
40630              Message-ID: <20010712235538.M5827@plum.flirble.org>
40631      Branch: perl
40632            ! ext/I18N/Langinfo/Langinfo.t
40633 ____________________________________________________________________________
40634 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
40635         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
40636              From: Peter Prymmer <pvhp@forte.com>
40637              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
40638              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
40639      Branch: perl
40640            ! pod/perl572delta.pod
40641 ____________________________________________________________________________
40642 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
40643         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
40644              From: Abhijit Menon-Sen <ams@wiw.org>
40645              Date: Fri, 13 Jul 2001 05:21:16 +0530
40646              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
40647      Branch: perl
40648            ! sv.c
40649 ____________________________________________________________________________
40650 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
40651         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
40652              From: Abhijit Menon-Sen <ams@wiw.org>
40653              Date: Fri, 13 Jul 2001 03:04:25 +0530
40654              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
40655      Branch: perl
40656            ! av.c
40657 ____________________________________________________________________________
40658 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
40659         Log: s/^M$//g
40660      Branch: perl
40661            ! win32/Makefile win32/makefile.mk
40662 ____________________________________________________________________________
40663 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
40664         Log: Update Changes.
40665      Branch: perl
40666            ! Changes patchlevel.h
40667 ____________________________________________________________________________
40668 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
40669         Log: Typo spotted by Philip Newton.
40670      Branch: perl
40671            ! pod/perl572delta.pod
40672 ____________________________________________________________________________
40673 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
40674         Log: Subject: [PATCH] fixes perl_clone of perl_clone
40675              From: Artur Bergman <artur@contiller.se>
40676              Date: Thu, 12 Jul 2001 20:57:09 +0200
40677              Message-ID: <B773BFA4.236B%artur@contiller.se>
40678      Branch: perl
40679            ! sv.c
40680 ____________________________________________________________________________
40681 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
40682         Log: Add README.uts from Hal Morris.
40683      Branch: perl
40684            + README.uts
40685            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
40686            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40687 ____________________________________________________________________________
40688 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
40689         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
40690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40691              Date: Thu, 12 Jul 2001 20:32:37 +0200
40692              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
40693      Branch: perl
40694            ! hints/aix.sh
40695 ____________________________________________________________________________
40696 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
40697         Log: Subject: Patch: document reg_data.what member
40698              From: Mark-Jason Dominus <mjd@plover.com>
40699              Message-ID: <20010712182532.14821.qmail@plover.com>
40700              Date: Thu, 12 Jul 2001 14:25:32 -0400
40701      Branch: perl
40702            ! regcomp.c regcomp.h
40703 ____________________________________________________________________________
40704 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
40705         Log: Subject: [PATCH] Perl_re_dup()
40706              From: Abhijit Menon-Sen <ams@wiw.org>
40707              Date: Thu, 12 Jul 2001 23:54:32 +0530
40708              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
40709      Branch: perl
40710            ! embed.h embed.pl perlapi.c proto.h sv.c
40711 ____________________________________________________________________________
40712 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
40713         Log: Regen Configure, modlib, toc.
40714      Branch: perl
40715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40716            ! pod/perlmodlib.pod pod/perltoc.pod
40717 ____________________________________________________________________________
40718 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
40719         Log: The problem seems to be in PerlIO::Layer::->find() not
40720              accepting the ":encoding(blurflur)" arguments.
40721      Branch: perl
40722            ! lib/PerlIO.pm lib/open.pm
40723 ____________________________________________________________________________
40724 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
40725         Log: AIX doc update.
40726      Branch: perl
40727            ! README.aix pod/perl572delta.pod
40728 ____________________________________________________________________________
40729 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
40730         Log: Subject: AIX README update
40731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40732              Date: Thu, 12 Jul 2001 19:28:30 +0200
40733              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
40734      Branch: perl
40735            ! README.aix
40736 ____________________________________________________________________________
40737 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
40738         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
40739              From: Norton Allen <allen@huarp.harvard.edu>
40740              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
40741              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
40742      Branch: perl
40743            ! ext/IO/lib/IO/t/io_unix.t
40744 ____________________________________________________________________________
40745 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
40746         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40747              From: Norton Allen <allen@huarp.harvard.edu>
40748              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
40749              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
40750      Branch: perl
40751            ! README.qnx hints/qnx.sh
40752 ____________________________________________________________________________
40753 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
40754         Log: Subject: [patch] faster PM_GETRE
40755              From: Doug MacEachern <dougm@covalent.net>
40756              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
40757              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
40758      Branch: perl
40759            ! op.h
40760 ____________________________________________________________________________
40761 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
40762         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
40763              From: Doug MacEachern <dougm@covalent.net>
40764              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
40765              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
40766      Branch: perl
40767            ! op.c
40768 ____________________________________________________________________________
40769 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
40770         Log: Tell where the nice Estonian database is.
40771      Branch: perl
40772            ! lib/open.pm
40773 ____________________________________________________________________________
40774 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
40775         Log: Retract #11309 since #11310 is a better fix.
40776      Branch: perl
40777            ! t/lib/1_compile.t
40778 ____________________________________________________________________________
40779 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
40780         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
40781              change#11300 needs to return the status of failed win32_spawnvp())
40782              
40783              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
40784              splitting correctly; remove unused variables; 'require' at run time
40785              rather than 'use' at compile time for I18N::Langinfo, since it
40786              isn't everyware
40787      Branch: perl
40788            ! lib/open.pm win32/win32.c
40789 ____________________________________________________________________________
40790 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
40791         Log: Temporary workaround.
40792      Branch: perl
40793            ! t/lib/1_compile.t
40794 ____________________________________________________________________________
40795 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
40796         Log: UCD typo in #11306 and add also more known-to-be-tested
40797              modules to the skip list.
40798      Branch: perl
40799            ! t/lib/1_compile.t
40800 ____________________________________________________________________________
40801 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
40802         Log: Rename Unicode::UCD to UnicodeCD to avoid
40803              messups with case-insensitive filesystems.
40804      Branch: perl
40805            + lib/UnicodeCD.pm lib/UnicodeCD.t
40806            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
40807            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
40808 ____________________________________________________________________________
40809 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
40810         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
40811              From: daniel@biz.bitpusher.com
40812              Date: Wed, 11 Jul 2001 23:25:47 -0700
40813              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
40814      Branch: perl
40815            ! lib/Tie/Array.pm t/op/splice.t
40816 ____________________________________________________________________________
40817 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
40818         Log: Subject: [PATCH] More accurate line numbers in messages
40819              From: Paul Johnson <paul@pjcj.net>
40820              Date: Thu, 12 Jul 2001 04:14:11 +0200
40821              Message-ID: <20010712041411.A3467@pjcj.net>
40822              
40823              (With prototyping and multiplicity tweaks.)
40824      Branch: perl
40825            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
40826 ____________________________________________________________________________
40827 [ 11304] By: nick                                  on 2001/07/12  12:53:40
40828         Log: Integrate mainline
40829      Branch: perlio
40830           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
40831           !> regexec.c thread.h
40832 ____________________________________________________________________________
40833 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
40834         Log: Cut-and-pasto in #11298.
40835      Branch: perl
40836            ! ext/ByteLoader/bytecode.h
40837 ____________________________________________________________________________
40838 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
40839         Log: Update the AIX known problems section.
40840      Branch: perl
40841            ! pod/perl572delta.pod
40842 ____________________________________________________________________________
40843 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
40844         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
40845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40846              Date: Thu, 12 Jul 2001 12:16:16 +0200
40847              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
40848      Branch: perl
40849            ! hints/aix.sh
40850 ____________________________________________________________________________
40851 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
40852         Log: Integrate perlio.
40853      Branch: perl
40854           !> makedef.pl win32/win32.c
40855 ____________________________________________________________________________
40856 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
40857         Log: Subject: [PATCH] fix for PMOP threadness failures
40858              From: Artur Bergman <artur@contiller.se>
40859              Date: Thu, 12 Jul 2001 09:48:06 +0200
40860              Message-ID: <B77322D6.22DD%artur@contiller.se>
40861      Branch: perl
40862            ! regexec.c
40863 ____________________________________________________________________________
40864 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
40865         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
40866              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40867              Date: Thu, 12 Jul 2001 09:09:48 +0200
40868              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
40869              
40870              More parentheses to keep bcc happy.
40871      Branch: perl
40872            ! ext/ByteLoader/bytecode.h
40873 ____________________________________________________________________________
40874 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
40875         Log: Subject: Re: [patch] pthread_atfork bandaid
40876              From: Doug MacEachern <dougm@covalent.net>
40877              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
40878              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
40879      Branch: perl
40880            ! thread.h
40881 ____________________________________________________________________________
40882 [ 11296] By: nick                                  on 2001/07/12  11:55:48
40883         Log: Exclude reentrant_buffer from .def file
40884      Branch: perlio
40885            ! makedef.pl
40886 ____________________________________________________________________________
40887 [ 11295] By: nick                                  on 2001/07/12  11:11:44
40888         Log: Honour void-ness of my_exit()
40889      Branch: perlio
40890            ! win32/win32.c
40891 ____________________________________________________________________________
40892 [ 11294] By: nick                                  on 2001/07/12  07:51:04
40893         Log: Integrate mainline
40894      Branch: perlio
40895           +> uts/sprintf_wrap.c
40896           !> (integrate 35 files)
40897 ____________________________________________________________________________
40898 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
40899         Log: Retract #11289.
40900      Branch: perl
40901            ! embed.h embed.pl perl.c proto.h thread.h
40902 ____________________________________________________________________________
40903 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
40904         Log: Now the :locale pseudolayer *almost* works...
40905      Branch: perl
40906            ! lib/open.pm
40907 ____________________________________________________________________________
40908 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
40909         Log: Locale encoding tweaks.
40910      Branch: perl
40911            ! lib/open.pm
40912 ____________________________________________________________________________
40913 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
40914         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
40915              From: Mark-Jason Dominus <mjd@plover.com>
40916              Date: Thu, 12 Jul 2001 00:59:31 -0400
40917              Message-ID: <20010712045931.8543.qmail@plover.com>
40918              
40919              Remove the chmod/umask leading zero warning.
40920      Branch: perl
40921            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
40922            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40923 ____________________________________________________________________________
40924 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
40925         Log: (Retracted by #11289.)
40926      Branch: perl
40927            ! embed.h embed.pl perl.c proto.h thread.h
40928 ____________________________________________________________________________
40929 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
40930         Log: Needed by #11283.
40931      Branch: perl
40932            ! intrpvar.h
40933 ____________________________________________________________________________
40934 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
40935         Log: Metaconfig unit change for #11286.
40936      Branch: metaconfig/U/perl
40937            ! patchlevel.U
40938 ____________________________________________________________________________
40939 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
40940         Log: Subject: Re: [PATCH Configure] perl -V broken
40941              From: Andy Dougherty <doughera@lafayette.edu>
40942              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
40943              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
40944      Branch: perl
40945            ! Configure myconfig.SH
40946 ____________________________________________________________________________
40947 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
40948         Log: Retract #11166 (and #11237).
40949      Branch: perl
40950            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
40951            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
40952            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40953 ____________________________________________________________________________
40954 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
40955         Log: UTS tweaks for Hal Morris.
40956      Branch: perl
40957            + uts/sprintf_wrap.c
40958            ! MANIFEST hints/uts.sh perl.h
40959 ____________________________________________________________________________
40960 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
40961         Log: Subject: [PATCH] Use reentrant API glibc
40962              From: Artur Bergman <artur@contiller.se>
40963              Date: Thu, 12 Jul 2001 00:58:21 +0200
40964              Message-ID: <B772A6AD.2288%artur@contiller.se>
40965      Branch: perl
40966            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
40967            ! sv.c
40968 ____________________________________________________________________________
40969 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
40970         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
40971              From: barries <barries@slaysys.com>
40972              Date: Wed, 11 Jul 2001 15:11:46 -0400
40973              Message-ID: <20010711151146.G24560@jester.slaysys.com>
40974      Branch: perl
40975            ! pp_sys.c t/lib/warnings/doio win32/win32.c
40976 ____________________________________________________________________________
40977 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
40978         Log: Subject: [patch] pthread_atfork bandaid
40979              From: Doug MacEachern <dougm@covalent.net>
40980              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
40981              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
40982      Branch: perl
40983            ! miniperlmain.c perl.c
40984 ____________________________________________________________________________
40985 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
40986         Log: Subject: [patch] perl_clone leaks
40987              From: Doug MacEachern <dougm@covalent.net>
40988              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
40989              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
40990      Branch: perl
40991            ! sv.c
40992 ____________________________________________________________________________
40993 [ 11279] By: nick                                  on 2001/07/11  15:49:38
40994         Log: Integrate mainline
40995      Branch: perlio
40996           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
40997           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
40998           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
40999           +> lib/Term/ANSIColor/README
41000           !> (integrate 54 files)
41001 ____________________________________________________________________________
41002 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
41003         Log: Update Changes.
41004      Branch: perl
41005            ! Changes patchlevel.h
41006 ____________________________________________________________________________
41007 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
41008         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
41009              From: Peter Prymmer <pvhp@forte.com>
41010              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
41011              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
41012              
41013              Backport of embed.pl to 5.003.
41014      Branch: perl
41015            ! embed.pl
41016 ____________________________________________________________________________
41017 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
41018         Log: Subject: Re: POSIX test #14 on UTS 
41019              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41020              Date: Wed, 11 Jul 2001 03:02:14 +0100
41021              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
41022      Branch: perl
41023            ! ext/POSIX/POSIX.t
41024 ____________________________________________________________________________
41025 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
41026         Log: Make the I32 an IV to preserve structure alignment and size.
41027      Branch: perl
41028            ! op.h
41029 ____________________________________________________________________________
41030 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
41031         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
41032              From: "Artur Bergman" <artur@contiller.se>
41033              Date: Wed, 11 Jul 2001 14:23:37 +0200
41034              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
41035              
41036              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
41037      Branch: perl
41038            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
41039            ! pod/perlapi.pod sv.c
41040 ____________________________________________________________________________
41041 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
41042         Log: Tweak until Pod::Parser gets updated.
41043      Branch: perl
41044            ! t/pod/special_seqs.xr
41045 ____________________________________________________________________________
41046 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
41047         Log: File::Spec usage tweak.
41048      Branch: perl
41049            ! lib/ExtUtils.t
41050 ____________________________________________________________________________
41051 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
41052         Log: Integrate #11263 from macperl; macos and macosx updates.
41053      Branch: perl
41054           !> pod/perlport.pod
41055 ____________________________________________________________________________
41056 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
41057         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
41058              From: Peter Prymmer <pvhp@forte.com>
41059              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
41060              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
41061      Branch: perl
41062            + ext/Time/HiRes/hints/dynixptx.pl
41063            ! MANIFEST hints/dynixptx.sh
41064 ____________________________________________________________________________
41065 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
41066         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
41067              From: Nicholas Clark <nick@ccl4.org>
41068              Date: Tue, 10 Jul 2001 23:17:43 +0100
41069              Message-ID: <20010710231742.B59620@plum.flirble.org>
41070      Branch: perl
41071            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
41072 ____________________________________________________________________________
41073 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
41074         Log: Subject: [DOC PATCH] Pluggable runops
41075              From: Paul Johnson <paul@pjcj.net>
41076              Date: Tue, 10 Jul 2001 21:53:28 +0200
41077              Message-ID: <20010710215328.B26577@pjcj.net>
41078      Branch: perl
41079            ! pod/perlguts.pod
41080 ____________________________________________________________________________
41081 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
41082         Log: Subject: [PATCH] Authors
41083              From: Artur Bergman <artur@contiller.se>
41084              Date: Tue, 10 Jul 2001 20:39:12 +0200
41085              Message-ID: <B771186F.21CD%artur@contiller.se>
41086      Branch: perl
41087            ! AUTHORS
41088 ____________________________________________________________________________
41089 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
41090         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
41091              From: Doug MacEachern <dougm@covalent.net>
41092              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
41093              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
41094      Branch: perl
41095            ! pp_ctl.c
41096 ____________________________________________________________________________
41097 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
41098         Log: Subject: doc patch; times() in scalar context
41099              From: mjd@plover.com
41100              Date: 10 Jul 2001 18:01:17 -0000
41101              Message-ID: <20010710180117.12477.qmail@plover.com>
41102      Branch: perl
41103            ! pod/perlfunc.pod
41104 ____________________________________________________________________________
41105 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
41106         Log: Subject: [PATCH] Small fix to pp_gmtime
41107              From: Artur Bergman <artur@contiller.se>
41108              Date: Tue, 10 Jul 2001 19:54:52 +0200
41109              Message-ID: <B7710E0B.21C5%artur@contiller.se>
41110      Branch: perl
41111            ! pp_sys.c
41112 ____________________________________________________________________________
41113 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
41114         Log: Integrate changes from mainline perl, add notes about
41115              Mac OS X and Mac OS.
41116      Branch: maint-5.6/macperl
41117            ! pod/perlport.pod
41118 ____________________________________________________________________________
41119 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
41120         Log: A proof of the dangers of package; ?
41121      Branch: perl
41122            ! t/lib/warnings/op
41123 ____________________________________________________________________________
41124 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
41125         Log: Regen toc and modlib.
41126      Branch: perl
41127            ! pod/perlmodlib.pod pod/perltoc.pod
41128 ____________________________________________________________________________
41129 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
41130         Log: Add compexcl(), casefold(), and casespec() interfaces;
41131              and make all interfaces to return hash references instead
41132              of hashes. 
41133      Branch: perl
41134            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41135 ____________________________________________________________________________
41136 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
41137         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
41138              From: "Philip Newton" <Philip.Newton@gmx.net>
41139              Date: Tue, 10 Jul 2001 09:55:59 +0200
41140              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
41141              
41142              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
41143              From: "Philip Newton" <Philip.Newton@gmx.net>
41144              Date: Tue, 10 Jul 2001 09:56:37 +0200
41145              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
41146      Branch: perl
41147            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41148            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
41149 ____________________________________________________________________________
41150 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
41151         Log: Subject: [patch] undef &xsub for 1,2
41152              From: Doug MacEachern <dougm@covalent.net>
41153              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
41154              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
41155              
41156              (This version of the patch with a comment from Gisle.)
41157      Branch: perl
41158            ! op.c
41159 ____________________________________________________________________________
41160 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
41161         Log: Mention package; deprecation and the Win32 problems.
41162      Branch: perl
41163            ! pod/perl572delta.pod
41164 ____________________________________________________________________________
41165 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
41166         Log: Subject: [PATCH] deprecate package with no arguments
41167              From: Robin Houston <robin@kitsite.com>
41168              Date: Tue, 10 Jul 2001 13:33:40 +0100
41169              Message-ID: <20010710133340.A13452@robin.kitsite.com>
41170      Branch: perl
41171            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
41172 ____________________________________________________________________________
41173 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
41174         Log: Upgrade to podlators 1.10.
41175      Branch: perl
41176            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
41177            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
41178            ! pod/pod2man.PL pod/pod2text.PL
41179 ____________________________________________________________________________
41180 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
41181         Log: Upgrade to Term::ANSIColor 1.04.
41182      Branch: perl
41183            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
41184            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
41185 ____________________________________________________________________________
41186 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
41187         Log: Integrate perlio (the right fix for the ":layer(args)")
41188      Branch: perl
41189           !> perlio.c
41190 ____________________________________________________________________________
41191 [ 11252] By: nick                                  on 2001/07/10  06:58:14
41192         Log: Fix open(...,"...:layer(xxx)",...)
41193              - use memEQ not strEQ as there is '(' not '\0'
41194      Branch: perlio
41195            ! perlio.c
41196 ____________________________________________________________________________
41197 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
41198         Log: Telling the number of tests helps.
41199      Branch: perl
41200            ! ext/PerlIO/t/encoding.t
41201 ____________________________________________________________________________
41202 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
41203         Log: Require I18N::Langinfo, not use.
41204      Branch: perl
41205            ! lib/open.pm
41206 ____________________________________________________________________________
41207 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
41208         Log: Add a test for for PerlIO ":encoding(...)" layer.
41209      Branch: perl
41210            + ext/PerlIO/t/encoding.t
41211            ! MANIFEST ext/Encode/Encode.pm
41212 ____________________________________________________________________________
41213 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
41214         Log: PerlIO ":encoding(foobar)" temporary fix.
41215              Not really correct, I think, since the change means
41216              that prefixes match.
41217      Branch: perl
41218            ! perlio.c
41219 ____________________________________________________________________________
41220 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
41221         Log: Update to Math::BigInt 1.36.  The biggest news is
41222              the separation of the backend; now the pure Perl
41223              implementation is in Math::BigInt::Calc, but one
41224              can plugin, say, Math::BigInt::BitVect, and get
41225              considerable speedup.
41226      Branch: perl
41227            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
41228            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41229            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
41230            ! lib/Math/BigInt/t/mbimbf.t
41231 ____________________________________________________________________________
41232 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
41233         Log: Subject: Re: compatibility question
41234              From: Peter Prymmer <pvhp@forte.com>
41235              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
41236              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
41237      Branch: perl
41238            ! lib/ExtUtils/MM_VMS.pm
41239 ____________________________________________________________________________
41240 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
41241         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
41242              From: Norton Allen <allen@huarp.harvard.edu>
41243              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
41244              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
41245      Branch: perl
41246            ! ext/File/Glob/t/basic.t
41247 ____________________________________________________________________________
41248 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
41249         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
41250              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41251              Date: Tue, 10 Jul 2001 00:29:55 +0900
41252              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
41253      Branch: perl
41254            + ext/Encode/Encode/HZ.enc
41255            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
41256            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
41257            ! ext/Encode/Encode/iso2022-jp.enc
41258            ! ext/Encode/Encode/iso2022-kr.enc
41259 ____________________________________________________________________________
41260 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
41261         Log: Add in all them there macos/ files.
41262      Branch: maint-5.6/macperl
41263            + (add 577 files)
41264 ____________________________________________________________________________
41265 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
41266         Log: Add the new modules to the list of having those own tests.
41267      Branch: perl
41268            ! t/lib/1_compile.t
41269 ____________________________________________________________________________
41270 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
41271         Log: Add INOUT to control both ways at the same time.
41272      Branch: perl
41273            ! lib/open.pm
41274 ____________________________________________________________________________
41275 [ 11240] By: nick                                  on 2001/07/09  16:33:50
41276         Log: Integrate mainline
41277      Branch: perlio
41278           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
41279           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
41280           !> (integrate 41 files)
41281 ____________________________________________________________________________
41282 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
41283         Log: More encoding mapping magic.
41284      Branch: perl
41285            ! lib/open.pm
41286 ____________________________________________________________________________
41287 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
41288         Log: Update Changes.
41289      Branch: perl
41290            ! Changes patchlevel.h
41291 ____________________________________________________________________________
41292 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
41293         Log: (Retracted by #11285).
41294              
41295              Subject: [PATCH] OPpCONST_OCTAL fixes
41296              From: Abhijit Menon-Sen <ams@wiw.org>
41297              Date: Mon, 9 Jul 2001 07:38:45 +0530
41298              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
41299      Branch: perl
41300            ! op.c
41301 ____________________________________________________________________________
41302 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
41303         Log: Add a pseudolayer ":locale" to the open pragma which
41304              will get the encoding from the locale.  Yet undocumented
41305              because I can't get the PerlIO :encoding(foobar) to work.
41306      Branch: perl
41307            ! ext/Encode/Encode.pm lib/open.pm
41308 ____________________________________________________________________________
41309 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
41310         Log: Add more encoding mappings.
41311      Branch: perl
41312            ! ext/Encode/Encode.pm
41313 ____________________________________________________________________________
41314 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
41315         Log: Document that using :encoding layer requires using Encode.
41316      Branch: perl
41317            ! ext/Encode/Encode.pm lib/PerlIO.pm
41318 ____________________________________________________________________________
41319 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
41320         Log: Netware tweak from Ananth Kesari.
41321      Branch: perl
41322            ! NetWare/netware.h
41323 ____________________________________________________________________________
41324 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
41325         Log: t/harness doesn't know about run/*.t
41326      Branch: perl
41327            ! t/harness
41328 ____________________________________________________________________________
41329 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
41330         Log: run/exit.t busted on windows
41331      Branch: perl
41332            ! t/run/exit.t
41333 ____________________________________________________________________________
41334 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
41335         Log: fix a couple of UCD.t tests that fail due to bad case
41336      Branch: perl
41337            ! lib/Unicode/UCD.t
41338 ____________________________________________________________________________
41339 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
41340         Log: test skip logic was broken
41341      Branch: perl
41342            ! ext/I18N/Langinfo/Langinfo.t
41343 ____________________________________________________________________________
41344 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
41345         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
41346              failure of ExtUtils.t#27 when built in debug mode)
41347      Branch: perl
41348            ! lib/ExtUtils/MM_Win32.pm
41349 ____________________________________________________________________________
41350 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
41351         Log: I18N::Langinfo is not available on windows
41352      Branch: perl
41353            ! win32/FindExt.pm
41354 ____________________________________________________________________________
41355 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
41356         Log: save a dTHX
41357      Branch: perl
41358            ! ext/POSIX/POSIX.xs
41359 ____________________________________________________________________________
41360 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
41361         Log: Update Changes.
41362      Branch: perl
41363            ! Changes patchlevel.h
41364 ____________________________________________________________________________
41365 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
41366         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
41367              as pointed out by Sarathy.
41368      Branch: perl
41369            ! ext/I18N/Langinfo/Langinfo.xs
41370 ____________________________________________________________________________
41371 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
41372         Log: Retract #11212.
41373      Branch: perl
41374            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
41375 ____________________________________________________________________________
41376 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
41377         Log: Bump up the VERSION of Cwd.xs.
41378      Branch: perl
41379            ! ext/Cwd/Makefile.PL
41380 ____________________________________________________________________________
41381 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
41382         Log: Retract #11220, the problem wasn't the missing leading zero.
41383              Here's the problem:
41384              $ ./perl -we 'chmod(oct("755"), ".")'
41385              Non-octal literal mode (493) specified at -e line 1.
41386              (Did you mean 0493 instead?)
41387      Branch: perl
41388            ! lib/ExtUtils/MM_Unix.pm
41389 ____________________________________________________________________________
41390 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
41391         Log: (Retracted by #11221)
41392              Change the PERM_RW and PERM_RWX to 0644 and 0755
41393              (add the leading zero).
41394      Branch: perl
41395            ! lib/ExtUtils/MM_Unix.pm
41396 ____________________________________________________________________________
41397 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
41398         Log: Integrate changes #11193, 11205, 11209 from macperl.
41399              
41400              Fix up AutoLoader to fudge for Mac paths in import().
41401              
41402              Allow symbols in try_symbol() to begin with "_".
41403              
41404              Small portability fix for Mac OS.
41405      Branch: perl
41406           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
41407 ____________________________________________________________________________
41408 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
41409         Log: Metaconfig unit change for #11217.
41410      Branch: metaconfig/U/perl
41411            ! Extensions.U
41412 ____________________________________________________________________________
41413 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
41414         Log: Detypo, problem noticed by Gerrit P. Haase.
41415      Branch: perl
41416            ! Configure config_h.SH
41417 ____________________________________________________________________________
41418 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
41419         Log: Cwd cleanups.
41420      Branch: perl
41421            ! ext/Cwd/Cwd.xs
41422 ____________________________________________________________________________
41423 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
41424         Log: Slight tweaks on #11213.
41425      Branch: perl
41426            ! toke.c
41427 ____________________________________________________________________________
41428 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
41429         Log: A missing dTHX noticed by Gerrit P. Haase.
41430      Branch: perl
41431            ! ext/POSIX/POSIX.xs
41432 ____________________________________________________________________________
41433 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
41434         Log: Subject: [PATCH toke.c] Simplify yytoke()
41435              From: Simon Cozens <simon@netthink.co.uk>
41436              Date: Sun, 8 Jul 2001 13:24:34 +0100
41437              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
41438              
41439              Split out pending_ident().
41440      Branch: perl
41441            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
41442 ____________________________________________________________________________
41443 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
41444         Log: (Retracted by #11223.)
41445              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
41446              Date: Wed, 05 Nov 1997 17:22:34 -0600
41447              From: Graham Barr <gbarr@ti.com>
41448              Message-Id: <3460FFBA.6DA51F46@ti.com>
41449      Branch: perl
41450            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
41451 ____________________________________________________________________________
41452 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
41453         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
41454      Branch: perl
41455            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
41456            ! pod/perllocale.pod
41457 ____________________________________________________________________________
41458 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
41459         Log: Really do the test under the C locale.
41460      Branch: perl
41461            ! ext/I18N/Langinfo/Langinfo.t
41462 ____________________________________________________________________________
41463 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
41464         Log: Small portability fix for Mac OS.
41465      Branch: maint-5.6/macperl
41466            ! lib/Cwd.pm
41467 ____________________________________________________________________________
41468 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
41469         Log: Metaconfig unit change for #11207.
41470      Branch: metaconfig/U/perl
41471            ! Extensions.U
41472 ____________________________________________________________________________
41473 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
41474         Log: Add I18N::Langinfo, which is basically a wrapper around
41475              nl_langinfo(), which is an additional way to query locale
41476              specific information.
41477      Branch: perl
41478            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
41479            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
41480            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
41481 ____________________________________________________________________________
41482 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
41483         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
41484              used in File::Find tests; replace with if.t.
41485      Branch: maint-5.6/macperl
41486            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
41487            ! t/pragma/warn/op
41488 ____________________________________________________________________________
41489 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
41490         Log: Allow symbols in try_symbol() to begin with "_".
41491      Branch: maint-5.6/macperl
41492            ! makedef.pl
41493 ____________________________________________________________________________
41494 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
41495         Log: Sync up the File::Find changes from the rewrite by
41496              Thomas Wegner, et al.
41497      Branch: maint-5.6/macperl
41498            + t/lib/filefind-taint.t
41499            ! lib/File/Find.pm t/lib/filefind.t
41500 ____________________________________________________________________________
41501 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
41502         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
41503              From: Thomas Wegner <wegner_thomas@yahoo.com>
41504              Date: Thu, 5 Jul 2001 20:31:25 +0200
41505              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
41506      Branch: maint-5.6/macperl
41507            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
41508 ____________________________________________________________________________
41509 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
41510         Log: Some more test portability fixes.
41511      Branch: maint-5.6/macperl
41512            ! t/lib/filecopy.t t/pragma/warn/pp_sys
41513 ____________________________________________________________________________
41514 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
41515         Log: The #11200 removed wrong (non-existent) target.  Duh.
41516      Branch: perl
41517            ! Makefile.SH
41518 ____________________________________________________________________________
41519 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
41520         Log: Zap the lib/re.pm before creating it.
41521      Branch: perl
41522            ! Makefile.SH
41523 ____________________________________________________________________________
41524 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
41525         Log: Another test.  Please ignore.
41526      Branch: maint-5.6/macperl
41527            ! README.macos
41528 ____________________________________________________________________________
41529 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
41530         Log: Portability fixes for a lot of tests, especially IO-related
41531              tests, and warnings, and the harness script.
41532      Branch: maint-5.6/macperl
41533            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
41534            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
41535            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
41536            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
41537            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
41538            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
41539            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
41540            ! t/pragma/warnings.t
41541 ____________________________________________________________________________
41542 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
41543         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
41544              From: Nicholas Clark <nick@ccl4.org>
41545              Date: Sat, 7 Jul 2001 21:00:17 +0100
41546              Message-ID: <20010707210017.H59620@plum.flirble.org>
41547      Branch: perl
41548            ! lib/h2xs.t
41549 ____________________________________________________________________________
41550 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
41551         Log: The UNICOS/mk SysV IPC problem has been fixed.
41552      Branch: perl
41553            ! pod/perl572delta.pod
41554 ____________________________________________________________________________
41555 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
41556         Log: Slight update tweaks on perlunicode.pod.
41557      Branch: perl
41558            ! pod/perlunicode.pod
41559 ____________________________________________________________________________
41560 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
41561         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
41562              From: Mark-Jason Dominus <mjd@plover.com>
41563              Date: Sat, 07 Jul 2001 13:04:04 -0400
41564              Message-ID: <20010707170404.32694.qmail@plover.com>
41565      Branch: perl
41566            ! ext/DB_File/DB_File.pm
41567 ____________________________________________________________________________
41568 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
41569         Log: Fix up AutoLoader to fudge for Mac paths in import().
41570      Branch: maint-5.6/macperl
41571            ! lib/AutoLoader.pm
41572 ____________________________________________________________________________
41573 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
41574         Log: Try to force the lib/re.pm to be there before entering
41575              the extensions builds, should help for parallel makes.
41576      Branch: perl
41577            ! Makefile.SH
41578 ____________________________________________________________________________
41579 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
41580         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
41581              From: Norton Allen <allen@huarp.harvard.edu>
41582              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
41583              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
41584      Branch: perl
41585            ! ext/POSIX/POSIX.xs
41586 ____________________________________________________________________________
41587 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
41588         Log: Subject: [PATCH] Re: op/arith.t
41589              From: Nicholas Clark <nick@ccl4.org>
41590              Date: Sat, 7 Jul 2001 13:04:54 +0100
41591              Message-ID: <20010707130454.D59620@plum.flirble.org>
41592      Branch: perl
41593            ! numeric.c toke.c
41594 ____________________________________________________________________________
41595 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
41596         Log: Subject: [PATCH] h2xs
41597              From: Nicholas Clark <nick@ccl4.org>
41598              Date: Fri, 6 Jul 2001 23:25:14 +0100
41599              Message-ID: <20010706232514.X59620@plum.flirble.org>
41600      Branch: perl
41601            ! utils/h2xs.PL
41602 ____________________________________________________________________________
41603 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
41604         Log: Subject: Re: bleedperl perl_alloc..free leakage
41605              From: Radu Greab <radu@netsoft.ro>
41606              Date: Fri, 6 Jul 2001 19:48:54 +0300
41607              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
41608              
41609              Leak-be-gone.
41610      Branch: perl
41611            ! op.c
41612 ____________________________________________________________________________
41613 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
41614         Log: Test again.  Please ignore.
41615      Branch: maint-5.6/macperl
41616            ! README.macos
41617 ____________________________________________________________________________
41618 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
41619         Log: Test.  Please ignore.
41620      Branch: maint-5.6/macperl
41621            ! README.macos
41622 ____________________________________________________________________________
41623 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
41624         Log: Include changes already sent in separately as patches,
41625              before branch was created.
41626      Branch: maint-5.6/macperl
41627            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
41628            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
41629            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
41630            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
41631            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
41632            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
41633            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
41634            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
41635            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
41636            ! t/pragma/strict.t
41637 ____________________________________________________________________________
41638 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
41639         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
41640              From: Norton Allen <allen@huarp.harvard.edu>
41641              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
41642              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
41643      Branch: perl
41644            ! utf8.h
41645 ____________________________________________________________________________
41646 [ 11183] By: nick                                  on 2001/07/06  16:27:40
41647         Log: Integrate mainline
41648      Branch: perlio
41649           +> (branch 42 files)
41650            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
41651            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
41652            - win32/bin/mdelete.bat
41653           !> (integrate 215 files)
41654 ____________________________________________________________________________
41655 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
41656         Log: The #11166 needed also these updated.
41657      Branch: perl
41658            ! lib/warnings.pm warnings.h
41659 ____________________________________________________________________________
41660 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
41661         Log: Update Changes.
41662      Branch: perl
41663            ! Changes patchlevel.h
41664 ____________________________________________________________________________
41665 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
41666         Log: Regen toc.
41667      Branch: perl
41668            ! pod/perltoc.pod
41669 ____________________________________________________________________________
41670 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
41671         Log: Nit from Abhijit.
41672      Branch: perl
41673            ! lib/CPAN.pm
41674 ____________________________________________________________________________
41675 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
41676         Log: Retract #11172.
41677      Branch: perl
41678            ! t/op/method.t
41679 ____________________________________________________________________________
41680 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
41681         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
41682              From: Norton Allen <allen@huarp.harvard.edu>
41683              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
41684              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
41685      Branch: perl
41686            ! lib/Cwd.pm
41687 ____________________________________________________________________________
41688 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
41689         Log: (Accidentally empty check-in.)
41690      Branch: perl
41691            ! utf8.h
41692 ____________________________________________________________________________
41693 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
41694         Log: Retract #11165 since Sarathy pointed out it'll not
41695              work properly under threads, the problem should be
41696              solved using "the savestack, either via SSNEW() or
41697              using a newSVpv()+SAVEFREESV() combo."
41698      Branch: perl
41699            ! ext/POSIX/POSIX.xs
41700 ____________________________________________________________________________
41701 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
41702         Log: Retract #11125 since NI-S pointed out it'll not work in
41703              cases where the extension has their own handcrafted INC
41704              et alia.
41705      Branch: perl
41706            ! lib/ExtUtils/MM_Unix.pm
41707 ____________________________________________________________________________
41708 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
41709         Log: Subject: RE: [PATCH] -I and MakeMaker again
41710              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41711              Date: Fri, 6 Jul 2001 09:18:29 +0200
41712              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
41713      Branch: perl
41714            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
41715            ! lib/ExtUtils/MM_Win32.pm
41716 ____________________________________________________________________________
41717 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
41718         Log: (Retracted by #11178)
41719              Subject: [PATCH t/op/method.t] SUPER:: strangeness
41720              From: Piers Cawley <pdcawley@iterative-software.com>
41721              Date: 06 Jul 2001 10:49:01 +0100
41722              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
41723      Branch: perl
41724            ! t/op/method.t
41725 ____________________________________________________________________________
41726 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
41727         Log: VOS README update from Paul Green.
41728      Branch: perl
41729            ! README.vos
41730 ____________________________________________________________________________
41731 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
41732         Log: Subject: [PATCH README.qnx hints/qnx.sh]
41733              From: Norton Allen <allen@huarp.harvard.edu>
41734              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
41735              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
41736      Branch: perl
41737            ! README.qnx hints/qnx.sh
41738 ____________________________________________________________________________
41739 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
41740         Log: Subject: [PATCH] Doc patch for Tie::Hash
41741              From: Artur Bergman <artur@contiller.se>
41742              Date: Thu, 05 Jul 2001 22:51:18 +0200
41743              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
41744      Branch: perl
41745            ! lib/Tie/Hash.pm
41746 ____________________________________________________________________________
41747 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
41748         Log: Subject: [PATCH] perlfaq4.pod
41749              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
41750              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
41751              Date: Thu, 5 Jul 2001 18:44:10 +0100 
41752      Branch: perl
41753            ! pod/perlfaq4.pod
41754 ____________________________________________________________________________
41755 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
41756         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
41757              From: Robin Houston <robin@kitsite.com>
41758              Date: Thu, 5 Jul 2001 18:33:21 +0100
41759              Message-ID: <20010705183321.A27345@robin.kitsite.com>
41760      Branch: perl
41761            ! ext/B/B/Deparse.pm
41762 ____________________________________________________________________________
41763 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
41764         Log: (Retracted by #11285.)
41765              
41766              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
41767              From: Abhijit Menon-Sen <ams@wiw.org>
41768              Date: Fri, 6 Jul 2001 01:26:32 +0530
41769              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
41770      Branch: perl
41771            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
41772            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
41773            ! warnings.pl
41774 ____________________________________________________________________________
41775 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
41776         Log: (Retracted by #11175)
41777              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
41778              From: Norton Allen <allen@huarp.harvard.edu>
41779              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
41780              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
41781      Branch: perl
41782            ! ext/POSIX/POSIX.xs
41783 ____________________________________________________________________________
41784 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
41785         Log: Unterminated C< (noticed by Richard Hatch), and few other
41786              small Unicode doc tweaks.
41787      Branch: perl
41788            ! pod/perlretut.pod
41789 ____________________________________________________________________________
41790 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
41791         Log: More flexible argument understanding; add charblocks() and
41792              charscripts(); make charblock() and charscript() two-way;
41793              add charinrange(); separate the $Unicode::UCD::VERSION and
41794              the version of the Unicode by adding UnicodeVersion().
41795      Branch: perl
41796            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41797 ____________________________________________________________________________
41798 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
41799         Log: Update Unicode::UCD on \p{In...}.
41800      Branch: perl
41801            ! lib/Unicode/UCD.pm
41802 ____________________________________________________________________________
41803 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
41804         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
41805              From: Norton Allen <allen@huarp.harvard.edu>
41806              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
41807              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
41808      Branch: perl
41809            ! lib/ExtUtils/MM_Unix.pm
41810 ____________________________________________________________________________
41811 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
41812         Log: POSIX-BC tweaks from Thomas Dorner.
41813      Branch: perl
41814            ! hints/posix-bc.sh perlio.h
41815 ____________________________________________________________________________
41816 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
41817         Log: Module updates for the delta.
41818      Branch: perl
41819            ! pod/perl572delta.pod
41820 ____________________________________________________________________________
41821 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
41822         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
41823              From: Norton Allen <allen@huarp.harvard.edu>
41824              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
41825              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
41826      Branch: perl
41827            ! ext/IO/lib/IO/t/io_sock.t
41828 ____________________________________________________________________________
41829 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
41830         Log: Subject: [PATCH perldiag.pod] Quick fixes
41831              From: Simon Cozens <simon@netthink.co.uk>
41832              Date: Wed, 4 Jul 2001 20:22:12 +0100
41833              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
41834      Branch: perl
41835            ! pod/perldiag.pod
41836 ____________________________________________________________________________
41837 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
41838         Log: (retracted by #13533)
41839              
41840              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
41841              From: Radu Greab <radu@netsoft.ro>
41842              Date: Wed, 4 Jul 2001 22:13:31 +0300
41843              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
41844      Branch: perl
41845            ! op.c sv.c t/op/pos.t
41846 ____________________________________________________________________________
41847 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
41848         Log: Subject: [PATCH] -I and MakeMaker again
41849              From: Michael G Schwern <schwern@pobox.com>
41850              Date: Wed, 4 Jul 2001 15:03:07 -0400
41851              Message-ID: <20010704150307.I20340@blackrider>
41852              
41853              (and retract #11145)
41854      Branch: perl
41855            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
41856            ! lib/ExtUtils/MakeMaker.pm
41857 ____________________________________________________________________________
41858 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
41859         Log: Subject: Re: PERFORCE change 11142 for review
41860              From: "Philip Newton" <Philip.Newton@gmx.net>
41861              Date: Wed, 4 Jul 2001 20:46:26 +0200
41862              Message-Id: <200107041841.VAA25380@taas.iki.fi>
41863      Branch: perl
41864            ! lib/ExtUtils/MakeMaker.pm
41865 ____________________________________________________________________________
41866 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
41867         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41868              From: Jonathan Stowe <gellyfish@gellyfish.com>
41869              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
41870              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
41871      Branch: perl
41872            ! utils/pl2pm.PL
41873 ____________________________________________________________________________
41874 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
41875         Log: fix the binary compatibility issue when building with/without
41876              usemymalloc by exporting Perl_malloc() et al as simple wrappers
41877              around the system functions (this allows most extensions built
41878              using one mode to coexist with perls built in the other mode)
41879              
41880              XXX the Perl_mfree() wrapper might need to do return(free()) on
41881              platforms where Free_t isn't "void"
41882      Branch: perl
41883            ! embed.h embed.pl makedef.pl proto.h util.c
41884 ____________________________________________________________________________
41885 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
41886         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
41887              since it doesn't ensure threads other than the one calling fork()
41888              aren't holding any locks; the fix is to use pthread_atfork() to
41889              hold global locks
41890              
41891              building perl with -Dusemymalloc exacerbates the problem since
41892              Perl_malloc() holds a mutex, and perl's exec() calls New()
41893              
41894              XXX the code in win32thread.h may be needed on platforms that have
41895              no pthread_atfork()
41896      Branch: perl
41897            ! perl.c thread.h win32/win32thread.h
41898 ____________________________________________________________________________
41899 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
41900         Log: Integrate #11009 from maintperl.
41901      Branch: maint-5.6/macperl
41902           !> lib/ExtUtils/Manifest.pm
41903 ____________________________________________________________________________
41904 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
41905         Log: Flexing my Perforce muscles.
41906      Branch: maint-5.6/macperl
41907            ! README.macos
41908 ____________________________________________________________________________
41909 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
41910         Log: Update Changes.
41911      Branch: perl
41912            ! Changes patchlevel.h
41913 ____________________________________________________________________________
41914 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
41915         Log: Metaconfig unit change for #11146.
41916      Branch: metaconfig/U/perl
41917            ! d_fcntl_can_lock.U
41918 ____________________________________________________________________________
41919 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
41920         Log: Somehow the #ifdefs of the added code (in #11093) made
41921              HP-UX to fail the fcntl locking test, without the ifdefs
41922              the test seems to be working again.  Reason unknown:
41923              HP-UX cc doesn't complain either way.
41924      Branch: perl
41925            ! Configure
41926 ____________________________________________________________________________
41927 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
41928         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
41929      Branch: perl
41930            ! lib/ExtUtils/MM_Unix.pm
41931 ____________________________________________________________________________
41932 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
41933         Log: gcc -Wall nit.
41934      Branch: perl
41935            ! pp_hot.c
41936 ____________________________________________________________________________
41937 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
41938         Log: When removing tests updating the test count is a good idea, too.
41939      Branch: perl
41940            ! lib/Net/t/require.t
41941 ____________________________________________________________________________
41942 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
41943         Log: Document #11134 and add the new symbols to the list of
41944              of MakeMaker known ones.
41945      Branch: perl
41946            ! lib/ExtUtils/MakeMaker.pm
41947 ____________________________________________________________________________
41948 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
41949         Log: Microperl update.
41950      Branch: perl
41951            ! uconfig.h
41952 ____________________________________________________________________________
41953 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
41954         Log: Update the libnet tests as per #11138.
41955      Branch: perl
41956            - lib/Net/t/ph.t
41957            ! MANIFEST lib/Net/t/require.t
41958 ____________________________________________________________________________
41959 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
41960         Log: Regen toc and modlib.
41961      Branch: perl
41962            ! pod/perlmodlib.pod pod/perltoc.pod
41963 ____________________________________________________________________________
41964 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
41965         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
41966              Graham's request.
41967      Branch: perl
41968            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
41969            ! MANIFEST
41970 ____________________________________________________________________________
41971 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
41972         Log: Add the OS/390 harness results to the delta.
41973      Branch: perl
41974            ! pod/perl572delta.pod
41975 ____________________________________________________________________________
41976 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
41977         Log: Avoid the two study tests in OS/390 until the bug has been solved.
41978      Branch: perl
41979            ! t/op/study.t
41980 ____________________________________________________________________________
41981 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
41982         Log: DOS/DJGPP tweaks from Laszlo Molnar.
41983      Branch: perl
41984            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
41985 ____________________________________________________________________________
41986 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
41987         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
41988              From: Michael G Schwern <schwern@pobox.com>
41989              Date: Wed, 4 Jul 2001 00:01:16 -0400
41990              Message-ID: <20010704000116.C591@blackrider>
41991      Branch: perl
41992            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
41993 ____________________________________________________________________________
41994 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
41995         Log: The #11132 missed singleton characters (not part
41996              of a unilo..unihi range) in Unicode scripts.
41997      Branch: perl
41998            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
41999            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
42000            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
42001            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
42002            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
42003            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
42004            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
42005            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
42006            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
42007            ! lib/unicode/mktables.PL t/op/pat.t
42008 ____________________________________________________________________________
42009 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
42010         Log: Support preferentially the Unicode 'scripts' definition
42011              in the \p{In...} notation since according to Unicode the
42012              scripts concept is more natural for matching than using
42013              the somewhat artificial block names.  The block names are
42014              still available, though, and if there's a name conflict,
42015              the scripts one wins and the blocks one has to do with
42016              'Block' appended to its name.  For more information see
42017              
42018              http://www.unicode.org/unicode/reports/tr24/
42019      Branch: perl
42020            + lib/unicode/In/100.pl lib/unicode/In/101.pl
42021            + lib/unicode/In/102.pl lib/unicode/In/103.pl
42022            + lib/unicode/In/104.pl lib/unicode/In/105.pl
42023            + lib/unicode/In/106.pl lib/unicode/In/107.pl
42024            + lib/unicode/In/108.pl lib/unicode/In/109.pl
42025            + lib/unicode/In/110.pl lib/unicode/In/111.pl
42026            + lib/unicode/In/112.pl lib/unicode/In/113.pl
42027            + lib/unicode/In/114.pl lib/unicode/In/115.pl
42028            + lib/unicode/In/116.pl lib/unicode/In/117.pl
42029            + lib/unicode/In/118.pl lib/unicode/In/119.pl
42030            + lib/unicode/In/120.pl lib/unicode/In/121.pl
42031            + lib/unicode/In/122.pl lib/unicode/In/123.pl
42032            + lib/unicode/In/124.pl lib/unicode/In/125.pl
42033            + lib/unicode/In/126.pl lib/unicode/In/127.pl
42034            + lib/unicode/In/128.pl lib/unicode/In/129.pl
42035            + lib/unicode/In/130.pl lib/unicode/In/131.pl
42036            + lib/unicode/In/132.pl lib/unicode/In/133.pl
42037            + lib/unicode/In/134.pl lib/unicode/In/135.pl
42038            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
42039            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
42040            ! (edit 106 files)
42041 ____________________________________________________________________________
42042 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
42043         Log: Better document the difference between a block and a script.
42044      Branch: perl
42045            ! lib/Unicode/UCD.pm
42046 ____________________________________________________________________________
42047 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
42048         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
42049              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42050              Date: Tue, 3 Jul 2001 15:04:23 -0500
42051              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
42052      Branch: perl
42053            ! lib/CPAN.pm
42054 ____________________________________________________________________________
42055 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
42056         Log: Add tests for charscript().
42057      Branch: perl
42058            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42059 ____________________________________________________________________________
42060 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
42061         Log: Add charscript() to get the UTR#24 script names of characters.
42062      Branch: perl
42063            ! lib/Unicode/UCD.pm
42064 ____________________________________________________________________________
42065 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
42066         Log: Todo updates.
42067      Branch: perl
42068            ! pod/perltodo.pod
42069 ____________________________________________________________________________
42070 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
42071         Log: Unicode::UCD updates.
42072      Branch: perl
42073            ! lib/Unicode/UCD.pm
42074 ____________________________________________________________________________
42075 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
42076         Log: (Retracted by #11174)
42077              Subject: MakeMaker should pass through DEFINE and INC to subdirs
42078              From: Alan Burlison <Alan.Burlison@sun.com>
42079              Date: Tue, 03 Jul 2001 15:20:13 +0100
42080              Message-ID: <3B41D49D.A923D4F9@sun.com>
42081      Branch: perl
42082            ! lib/ExtUtils/MM_Unix.pm
42083 ____________________________________________________________________________
42084 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
42085         Log: Subject: Patch needed for UTS
42086              From: hom00@utsglobal.com (Hal Morris)
42087              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
42088              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
42089              
42090              Replace #11113 with a better version.
42091      Branch: perl
42092            ! perl.h
42093 ____________________________________________________________________________
42094 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
42095         Log: Subject: Re: POINTERRIGOR
42096              From: Andy Dougherty <doughera@lafayette.edu>
42097              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
42098              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
42099      Branch: perl
42100            ! util.c
42101 ____________________________________________________________________________
42102 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
42103         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
42104              From: "Philip Newton" <pnewton@gmx.de>
42105              Date: Tue, 3 Jul 2001 17:03:34 +0200
42106              Message-ID: <3B41FAE6.29564.660E117@localhost>
42107      Branch: perl
42108            ! pp_hot.c
42109 ____________________________________________________________________________
42110 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
42111         Log: Typos.
42112      Branch: perl
42113            ! INSTALL
42114 ____________________________________________________________________________
42115 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
42116         Log: Subject: [PATCH 5.6.1] debugger fixes
42117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42118              Date: Tue, 3 Jul 2001 03:38:18 -0400
42119              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
42120              
42121              The $^S is working again.
42122      Branch: perl
42123            ! lib/perl5db.pl
42124 ____________________________________________________________________________
42125 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
42126         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
42127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42128              Date: Tue, 3 Jul 2001 03:34:06 -0400
42129              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
42130      Branch: perl
42131            ! os2/OS2/Process/Process.pm
42132 ____________________________________________________________________________
42133 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
42134         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
42135              From: "Philip Newton" <Philip.Newton@gmx.net>
42136              Date: Tue, 3 Jul 2001 09:11:27 +0200
42137              Message-Id: <200107030706.KAA04596@taas.iki.fi>
42138      Branch: perl
42139            ! lib/FindBin.pm
42140 ____________________________________________________________________________
42141 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
42142         Log: Delta delta.
42143      Branch: perl
42144            ! pod/perl572delta.pod
42145 ____________________________________________________________________________
42146 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
42147         Log: Metaconfig unit change for 11115.
42148      Branch: metaconfig
42149            ! U/modified/libc.U
42150 ____________________________________________________________________________
42151 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
42152         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
42153              (from Richard Hatch) (this was the cause of pipes() and
42154              times() mysteriously not being found)
42155      Branch: perl
42156            ! Configure
42157 ____________________________________________________________________________
42158 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
42159         Log: Retract #10142, the real culprit found by Richard Hatch,
42160              coming soon to Configure near you.
42161      Branch: perl
42162            ! hints/aix.sh
42163 ____________________________________________________________________________
42164 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
42165         Log: (Replaced by #11124) UTS workaround from Hal Morris.
42166      Branch: perl
42167            ! perl.h
42168 ____________________________________________________________________________
42169 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
42170         Log: Subject: [PATCH] grok not grocking correctly
42171              From: Nicholas Clark <nick@ccl4.org>
42172              Date: Tue, 3 Jul 2001 00:19:08 +0100
42173              Message-ID: <20010703001908.H59620@plum.flirble.org>
42174      Branch: perl
42175            ! numeric.c
42176 ____________________________________________________________________________
42177 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
42178         Log: Subject: [PATCH Deparse.t] test just-posted patches
42179              From: Robin Houston <robin@kitsite.com>
42180              Date: Mon, 2 Jul 2001 23:46:15 +0100
42181              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
42182      Branch: perl
42183            ! ext/B/Deparse.t
42184 ____________________________________________________________________________
42185 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
42186         Log: Subject: [PATCH toke.c] autosplit into @F
42187              From: Robin Houston <robin@kitsite.com>
42188              Date: Mon, 2 Jul 2001 23:18:20 +0100
42189              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
42190      Branch: perl
42191            ! perl.c toke.c
42192 ____________________________________________________________________________
42193 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
42194         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
42195              From: Robin Houston <robin@kitsite.com>
42196              Date: Mon, 2 Jul 2001 23:00:48 +0100
42197              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
42198      Branch: perl
42199            ! ext/B/B/Deparse.pm
42200 ____________________________________________________________________________
42201 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
42202         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
42203              From: "Philip Newton" <Philip.Newton@gmx.net>
42204              Date: Mon, 2 Jul 2001 22:06:22 +0200
42205              (no Message-Id)
42206      Branch: perl
42207            ! ext/NDBM_File/hints/linux.pl
42208 ____________________________________________________________________________
42209 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
42210         Log: Subject: Re: Fixed pack problem - sort of
42211              From: Nicholas Clark <nick@ccl4.org>
42212              Date: Mon, 2 Jul 2001 20:59:20 +0100
42213              Message-ID: <20010702205919.F59620@plum.flirble.org>
42214      Branch: perl
42215            ! pp_pack.c t/op/pack.t
42216 ____________________________________________________________________________
42217 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
42218         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
42219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42220              Date: Mon, 2 Jul 2001 15:45:41 -0400
42221              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
42222      Branch: perl
42223            ! os2/os2.c
42224 ____________________________________________________________________________
42225 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
42226         Log: (Mistaken retraction)
42227      Branch: perl
42228            ! utils/pl2pm.PL
42229 ____________________________________________________________________________
42230 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
42231         Log: Detypo in #11103.
42232      Branch: perl
42233            ! utils/pl2pm.PL
42234 ____________________________________________________________________________
42235 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
42236         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
42237              From: Jonathan Stowe <gellyfish@gellyfish.com>
42238              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
42239              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
42240      Branch: perl
42241            ! utils/pl2pm.PL
42242 ____________________________________________________________________________
42243 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
42244         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
42245              From: "Craig A. Berry" <craigberry@mac.com>
42246              Date: Mon, 02 Jul 2001 14:11:23 -0500
42247              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
42248      Branch: perl
42249            ! lib/Unicode/UCD.pm
42250 ____________________________________________________________________________
42251 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
42252         Log: Subject: [PATCH] Re: op/numconvert.t failures
42253              From: Nicholas Clark <nick@ccl4.org>
42254              Date: Mon, 2 Jul 2001 20:10:48 +0100
42255              Message-ID: <20010702201048.E59620@plum.flirble.org>
42256      Branch: perl
42257            ! t/op/numconvert.t
42258 ____________________________________________________________________________
42259 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
42260         Log: Update Changes.
42261      Branch: perl
42262            ! Changes patchlevel.h
42263 ____________________________________________________________________________
42264 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
42265         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
42266              The real fix must be more involved.  The line of code all the leaky
42267              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
42268              line of Perl_newPMOP().
42269      Branch: perl
42270            ! op.h
42271 ____________________________________________________________________________
42272 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
42273         Log: Based on
42274              
42275              Subject: Re: sizeof(struct sembuf)
42276              From: Nicholas Clark <nick@ccl4.org>
42277              Date: Sun, 1 Jul 2001 22:26:48 +0100
42278              Message-ID: <20010701222648.W59620@plum.flirble.org>
42279              
42280              but do semop() always the slow way.
42281      Branch: perl
42282            ! doio.c
42283 ____________________________________________________________________________
42284 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
42285         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
42286              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42287              Date: Tue, 03 Jul 2001 00:56:30 +0900
42288              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
42289      Branch: perl
42290            ! ext/Encode/Encode/Tcl.t
42291 ____________________________________________________________________________
42292 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
42293         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
42294              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42295              Date: Tue, 03 Jul 2001 00:55:46 +0900
42296              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
42297      Branch: perl
42298            ! ext/Encode/Encode/Tcl.pm
42299 ____________________________________________________________________________
42300 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
42301         Log: Regen api and toc.
42302      Branch: perl
42303            ! pod/perlapi.pod pod/perltoc.pod
42304 ____________________________________________________________________________
42305 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
42306         Log: Metaconfig unit change for #11093.
42307      Branch: metaconfig/U/perl
42308            ! d_fcntl_can_lock.U
42309 ____________________________________________________________________________
42310 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
42311         Log: The fcntl locking test may hang if NFS locking messed up;
42312              break out with alarm(10).
42313      Branch: perl
42314            ! Configure
42315 ____________________________________________________________________________
42316 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
42317         Log: Move the mdelete.bat from win32/bin to win32.
42318      Branch: perl
42319            ! MANIFEST
42320 ____________________________________________________________________________
42321 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
42322         Log: Typo in #11083.
42323      Branch: perl
42324            ! ext/Time/Piece/Piece.t
42325 ____________________________________________________________________________
42326 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
42327         Log: Netware tweaks from Guruprasad.
42328      Branch: perl
42329            - NetWare/perlsdio.h
42330            ! MANIFEST NetWare/Makefile NetWare/interface.c
42331            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
42332            ! perlsdio.h
42333 ____________________________________________________________________________
42334 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
42335         Log: Subject: Re: [PATH] shared -> unique;
42336              From: Abhijit Menon-Sen <ams@wiw.org>
42337              Date: Wed, 27 Jun 2001 03:51:27 +0530
42338              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
42339      Branch: perl
42340            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
42341 ____________________________________________________________________________
42342 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
42343         Log: Subject: Re: AIX / gcc-3.0
42344              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42345              Date: Mon, 02 Jul 2001 15:20:21 +0200
42346              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
42347      Branch: perl
42348            ! hints/aix.sh
42349 ____________________________________________________________________________
42350 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
42351         Log: Subject: Re: Bug report: split splits on wrong pattern
42352              From: Abhijit Menon-Sen <ams@wiw.org>
42353              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
42354              Date: Mon, 2 Jul 2001 16:31:33 +0530
42355      Branch: perl
42356            ! pp_ctl.c
42357 ____________________________________________________________________________
42358 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
42359         Log: Subject: [PATCH 5.6.1] test harness
42360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42361              Date: Mon, 2 Jul 2001 06:29:21 -0400
42362              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
42363      Branch: perl
42364            ! lib/Test/Harness.pm
42365 ____________________________________________________________________________
42366 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
42367         Log: Subject: [PATCH 5.6.1] debugger goof
42368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42369              Date: Mon, 2 Jul 2001 06:27:22 -0400
42370              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
42371      Branch: perl
42372            ! lib/perl5db.pl
42373 ____________________________________________________________________________
42374 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
42375         Log: Subject: [PATCH 5.6.1] OS/2 cwd
42376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42377              Date: Mon, 2 Jul 2001 06:21:17 -0400
42378              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
42379      Branch: perl
42380            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
42381 ____________________________________________________________________________
42382 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
42383         Log: Make #11082 more OS/2-specific.
42384      Branch: perl
42385            ! ext/Time/Piece/Piece.t
42386 ____________________________________________________________________________
42387 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
42388         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
42389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42390              Date: Mon, 2 Jul 2001 06:06:34 -0400
42391              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
42392      Branch: perl
42393            ! ext/Time/Piece/Piece.t
42394 ____________________________________________________________________________
42395 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
42396         Log: Subject: [PATCH B::Deparse] version number & changes
42397              From: Robin Houston <robin@kitsite.com>  
42398              Date: Sun, 1 Jul 2001 17:17:29 +0100
42399              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
42400      Branch: perl
42401            ! ext/B/B/Deparse.pm
42402 ____________________________________________________________________________
42403 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
42404         Log: Subject: a small fix.
42405              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
42406              Date: Mon, 2 Jul 2001 12:17:53 +0200
42407              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
42408      Branch: perl
42409            ! ext/Thread/Thread.xs
42410 ____________________________________________________________________________
42411 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
42412         Log: Subject: RE: perl@10907
42413              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
42414              Date: Mon, 2 Jul 2001 12:06:16 +0200
42415              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
42416              
42417              Borland C vs PerlIO.
42418      Branch: perl
42419            ! win32/config.bc win32/config_H.bc
42420 ____________________________________________________________________________
42421 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
42422         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
42423              From: "H.M. Brand" <merijn@l1.procura.nl>
42424              Date: Mon, 02 Jul 2001 11:18:57 +0200
42425              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
42426      Branch: perl
42427            ! t/op/write.t
42428 ____________________________________________________________________________
42429 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
42430         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
42431              From: Michael G Schwern <schwern@pobox.com>
42432              Date: Mon, 2 Jul 2001 00:26:24 -0400
42433              Message-ID: <20010702002624.A18302@blackrider>
42434      Branch: perl
42435            - ext/util/mkbootstrap
42436 ____________________________________________________________________________
42437 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
42438         Log: Subject: [PATCH op.h] v minor comment tweak
42439              From: Robin Houston <robin@puffinry.freeserve.co.uk>
42440              Date: Mon, 2 Jul 2001 00:42:01 +0100
42441              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
42442      Branch: perl
42443            ! op.h
42444 ____________________________________________________________________________
42445 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
42446         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
42447      Branch: perl
42448            ! pod/perlfunc.pod
42449 ____________________________________________________________________________
42450 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
42451         Log: Subject: Re: sizeof(struct sembuf)
42452              From: Nicholas Clark <nick@ccl4.org>
42453              Date: Sun, 1 Jul 2001 19:23:16 +0100
42454              Message-ID: <20010701192316.V59620@plum.flirble.org>
42455              
42456              s/signaling/signalling/
42457      Branch: perl
42458            ! pod/perlfunc.pod
42459 ____________________________________________________________________________
42460 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
42461         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
42462              From: "Philip Newton" <Philip.Newton@gmx.net>
42463              Date: Sun, 1 Jul 2001 09:37:56 +0200
42464              Message-Id: <200107010733.KAA03920@taas.iki.fi>
42465      Branch: perl
42466            ! pod/perlvar.pod
42467 ____________________________________________________________________________
42468 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
42469         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
42470              From: "Philip Newton" <Philip.Newton@gmx.net>
42471              Date: Sun, 1 Jul 2001 09:37:56 +0200
42472              Message-Id: <200107010733.KAA03925@taas.iki.fi>
42473      Branch: perl
42474            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
42475 ____________________________________________________________________________
42476 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
42477         Log: Metaconfig unit change for #11070.
42478      Branch: metaconfig
42479            ! U/compline/randfunc.U
42480 ____________________________________________________________________________
42481 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
42482         Log: Subject: [PATCH perlsnap] its --> it's --> its
42483              From: "Philip Newton" <Philip.Newton@gmx.net>
42484              Date: Sun, 1 Jul 2001 09:37:56 +0200
42485              Message-Id: <200107010733.KAA03914@taas.iki.fi>
42486      Branch: perl
42487            ! Porting/config_H
42488 ____________________________________________________________________________
42489 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
42490         Log: Sync with Sarathy; integrate with perlio.
42491      Branch: perl
42492           !> gv.c
42493 ____________________________________________________________________________
42494 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
42495         Log: regenerate win32/config_H.?c files
42496      Branch: perl
42497            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42498 ____________________________________________________________________________
42499 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
42500         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
42501              naming discipline
42502              
42503              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
42504              because of this)
42505              
42506              fix a warning about "fd" being used without being set in Cwd.xs
42507      Branch: perl
42508            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
42509            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
42510            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
42511            ! win32/config.vc
42512 ____________________________________________________________________________
42513 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
42514         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
42515              within macro arguments") and warnings ("unary minus applied to
42516              unsigned type", among others)
42517      Branch: perl
42518            ! gv.c hv.c op.c pp.c sv.c toke.c
42519 ____________________________________________________________________________
42520 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
42521         Log: win32 fixes: more spurious CRs
42522      Branch: perl
42523            ! win32/mdelete.bat
42524 ____________________________________________________________________________
42525 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
42526         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
42527              from win32/bin (or it gets deleted by distclean); don't delete
42528              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
42529              NT (should be made Win9x specific, and added to makefile.mk)
42530      Branch: perl
42531           +> win32/mdelete.bat
42532            - win32/bin/mdelete.bat
42533            ! win32/Makefile win32/makefile.mk
42534 ____________________________________________________________________________
42535 [ 11063] By: nick                                  on 2001/07/01  18:54:09
42536         Log: Quick for for #ifdef mess
42537      Branch: perlio
42538            ! gv.c
42539 ____________________________________________________________________________
42540 [ 11062] By: nick                                  on 2001/07/01  18:47:42
42541         Log: Raw integrate - does not build #if mess in gv.c
42542      Branch: perlio
42543           !> (integrate 29 files)
42544 ____________________________________________________________________________
42545 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
42546         Log: Make 'compile' target a little less broken.
42547              Still very broken, though: -Wall warnings from
42548              the generated code, boot_Foo prototypes missing,
42549              can't autoload Fcntl::SEEK_CUR et alia, ...
42550      Branch: perl
42551            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
42552            ! utils/perlcc.PL x2p/Makefile.SH
42553 ____________________________________________________________________________
42554 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
42555         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
42556      Branch: perl
42557            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42558            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
42559 ____________________________________________________________________________
42560 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
42561         Log: Update Changes.
42562      Branch: perl
42563            ! Changes patchlevel.h
42564 ____________________________________________________________________________
42565 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
42566         Log: Still one typo, regen toc.
42567      Branch: perl
42568            ! lib/Unicode/UCD.pm pod/perltoc.pod
42569 ____________________________________________________________________________
42570 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
42571         Log: Detypos and regen toc.
42572      Branch: perl
42573            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
42574 ____________________________________________________________________________
42575 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
42576         Log: VERSION tweak.
42577      Branch: perl
42578            ! ext/List/Util/lib/List/Util.pm
42579 ____________________________________________________________________________
42580 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
42581         Log: Attempt at plugging the leak under ithreads detected by Doug.
42582      Branch: perl
42583            ! op.h
42584 ____________________________________________________________________________
42585 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
42586         Log: gcc -Wall lint after #11051.
42587      Branch: perl
42588            ! pp_sys.c
42589 ____________________________________________________________________________
42590 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
42591         Log: Integrate perlio.
42592      Branch: perl
42593           !> lib/File/Find/taint.t
42594 ____________________________________________________________________________
42595 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
42596         Log: Don't use the v-strings for module VERSIONs.
42597      Branch: perl
42598            ! lib/Unicode/UCD.pm
42599 ____________________________________________________________________________
42600 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
42601         Log: Code cleanup based on turning off the -woffs in IRIX.
42602              Not all of the gripes cleaned up (hairy code in hv.c and
42603              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
42604              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
42605              to the IRIX hints)
42606      Branch: perl
42607            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
42608            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
42609            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
42610            ! regcomp.c sv.c
42611 ____________________________________________________________________________
42612 [ 11050] By: nick                                  on 2001/06/30  20:46:46
42613         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
42614      Branch: perlio
42615            ! lib/File/Find/taint.t
42616 ____________________________________________________________________________
42617 [ 11049] By: nick                                  on 2001/06/30  18:13:33
42618         Log: Integrate mainline
42619      Branch: perlio
42620           +> NetWare/nwstdio.h NetWare/perlsdio.h
42621           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
42622           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
42623           +> lib/Unicode/UCD.t t/run/exit.t
42624           !> (integrate 60 files)
42625 ____________________________________________________________________________
42626 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
42627         Log: Delta delta.
42628      Branch: perl
42629            ! pod/perl572delta.pod
42630 ____________________________________________________________________________
42631 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
42632         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
42633              by CPAN.pm, use rather _00.
42634      Branch: perl
42635            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
42636            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
42637            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
42638            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
42639            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
42640            ! lib/ExtUtils/Embed.pm lib/Test.pm
42641 ____________________________________________________________________________
42642 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
42643         Log: Add a simple Unicode character database interface, Unicode::UCD.
42644      Branch: perl
42645            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
42646            ! MANIFEST
42647 ____________________________________________________________________________
42648 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
42649         Log: Subject: [PATCH] op/numconver.t
42650              From: Nicholas Clark <nick@ccl4.org>
42651              Date: Sat, 30 Jun 2001 15:40:10 +0100
42652              Message-ID: <20010630154010.I59620@plum.flirble.org>
42653      Branch: perl
42654            ! t/op/numconvert.t
42655 ____________________________________________________________________________
42656 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
42657         Log: The $^N is now taken (by #11038).
42658      Branch: perl
42659            ! t/base/lex.t
42660 ____________________________________________________________________________
42661 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
42662         Log: The #11040 had slipped to a wrong function...
42663      Branch: perl
42664            ! sv.c
42665 ____________________________________________________________________________
42666 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
42667         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
42668              the Configure library symbol probe mysteriously finds all
42669              symbols but those of pipe() and times().
42670      Branch: perl
42671            ! hints/aix.sh
42672 ____________________________________________________________________________
42673 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
42674         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
42675              From: Nicholas Clark <nick@ccl4.org>
42676              Date: Fri, 29 Jun 2001 23:49:07 +0100
42677              Message-ID: <20010629234907.D59620@plum.flirble.org>
42678      Branch: perl
42679            ! lib/ExtUtils.t
42680 ____________________________________________________________________________
42681 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
42682         Log: Subject: [PATCH] weakref fix 2, not yet there
42683              From: Artur Bergman <artur@contiller.se>
42684              Date: Sat, 30 Jun 2001 01:18:16 +0200
42685              Message-ID: <B762D957.1CC9%artur@contiller.se>
42686      Branch: perl
42687            ! sv.c
42688 ____________________________________________________________________________
42689 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
42690         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
42691              From: Michael G Schwern <schwern@pobox.com>
42692              Date: Fri, 29 Jun 2001 19:39:11 -0400
42693              Message-ID: <20010629193910.D25304@blackrider>
42694      Branch: perl
42695            + t/run/exit.t
42696            ! MANIFEST
42697 ____________________________________________________________________________
42698 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
42699         Log: Add support for $^N, the most-recently closed group.
42700      Branch: perl
42701            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
42702            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
42703            ! thrdvar.h
42704 ____________________________________________________________________________
42705 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
42706         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
42707              From: lvirden@cas.org
42708              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
42709              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
42710              
42711              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
42712              From: lvirden@cas.org
42713              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
42714              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
42715      Branch: perl
42716            ! README.solaris
42717 ____________________________________________________________________________
42718 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
42719         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
42720              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42721              Date: Sat, 30 Jun 2001 07:33:37 +0900
42722              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
42723              
42724              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
42725              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42726              Date: Sat, 30 Jun 2001 21:38:14 +0900
42727              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
42728      Branch: perl
42729            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
42730            + ext/Encode/Encode/7bit-kr.enc
42731            ! MANIFEST ext/Encode/Encode/Tcl.pm
42732 ____________________________________________________________________________
42733 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
42734         Log: NetWare tweaks from Guruprasad.
42735      Branch: perl
42736            + NetWare/nwstdio.h NetWare/perlsdio.h
42737            ! MANIFEST NetWare/Makefile NetWare/config.wc
42738            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
42739            ! NetWare/t/Readme.txt
42740 ____________________________________________________________________________
42741 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
42742         Log: More module $VERSION bump-ups.
42743      Branch: perl
42744            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
42745            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
42746            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
42747 ____________________________________________________________________________
42748 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
42749         Log: Doc update due to #11032.
42750      Branch: perl
42751            ! pod/perl572delta.pod
42752 ____________________________________________________________________________
42753 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
42754         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
42755              From: Peter Prymmer <pvhp@forte.com>
42756              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
42757              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
42758      Branch: perl
42759            ! ext/Time/HiRes/HiRes.xs
42760 ____________________________________________________________________________
42761 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
42762         Log: -lpthreads missing in AIX.
42763      Branch: perl
42764            ! hints/aix.sh
42765 ____________________________________________________________________________
42766 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
42767         Log: Subject: [PATCH] CLONE && weakrefs
42768              From: Artur Bergman <artur@contiller.se>
42769              Date: Fri, 29 Jun 2001 17:02:00 +0200
42770              Message-ID: <B7626508.1CA0%artur@contiller.se>
42771      Branch: perl
42772            ! sv.c
42773 ____________________________________________________________________________
42774 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
42775         Log: Subject: Re: Bug report: split splits on wrong pattern
42776              From: Radu Greab <radu@netsoft.ro>
42777              Date: Wed, 27 Jun 2001 21:50:52 +0300
42778              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
42779      Branch: perl
42780            ! pp_ctl.c t/op/split.t
42781 ____________________________________________________________________________
42782 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
42783         Log: Metaconfig unit change for #11027.
42784      Branch: metaconfig/U/perl
42785            ! d_modfl.U
42786 ____________________________________________________________________________
42787 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
42788         Log: I thought this Configure glitch for AIX was just recently fixed?
42789      Branch: perl
42790            ! Configure
42791 ____________________________________________________________________________
42792 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
42793         Log: Update Changes.
42794      Branch: perl
42795            ! Changes patchlevel.h
42796 ____________________________________________________________________________
42797 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
42798         Log: Subject: Re: perl@10967, File::Find, and Cwd
42799              From: Mike Guy <mjtg@cam.ac.uk>
42800              Date: Fri, 29 Jun 2001 14:56:49 +0100
42801              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
42802      Branch: perl
42803            ! lib/File/Find/taint.t
42804 ____________________________________________________________________________
42805 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
42806         Log: Update the sv_pvprintify() spec.
42807      Branch: perl
42808            ! pod/perltodo.pod
42809 ____________________________________________________________________________
42810 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
42811         Log: Known test failures update.
42812      Branch: perl
42813            ! pod/perl572delta.pod
42814 ____________________________________________________________________________
42815 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
42816         Log: Based on
42817              
42818              Subject: [PATCH @11016] More );) fixes
42819              From: Richard Soderberg <rs@crystalflame.net>
42820              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
42821              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
42822      Branch: perl
42823            ! ext/Thread/Thread.xs ext/Thread/typemap
42824 ____________________________________________________________________________
42825 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
42826         Log: Subject: [PATCH @11016] Fixes compile errors in four files
42827              From: Richard Soderberg <rs@crystalflame.net>
42828              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
42829              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
42830      Branch: perl
42831            ! mg.c pp.c pp_hot.c util.c
42832 ____________________________________________________________________________
42833 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
42834         Log: AIX hints tweaking continues, from Merijn Brand.
42835      Branch: perl
42836            ! hints/aix.sh
42837 ____________________________________________________________________________
42838 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
42839         Log: HP-UX needs gccversion sooner, from Merijn Brand.
42840      Branch: perl
42841            ! hints/hpux.sh
42842 ____________________________________________________________________________
42843 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
42844         Log: Subject: [PATCH 5.6.1] OS/2 docs
42845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42846              Date: Fri, 29 Jun 2001 02:34:12 -0400
42847              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
42848      Branch: perl
42849            ! README.os2 os2/Changes
42850 ____________________________________________________________________________
42851 [ 11017] By: nick                                  on 2001/06/29  10:20:30
42852         Log: Integrate mainline
42853      Branch: perlio
42854           +> (branch 37 files)
42855            - ext/ODBM_File/sdbm.t
42856           !> (integrate 211 files)
42857 ____________________________________________________________________________
42858 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
42859         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
42860              the modules found using a script written by Larry Schatzer Jr.
42861      Branch: perl
42862            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
42863            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
42864            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
42865            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
42866            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
42867            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
42868            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
42869            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
42870            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
42871            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
42872            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
42873            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
42874            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
42875            ! lib/constant.pm lib/fields.pm lib/strict.pm
42876 ____________________________________________________________________________
42877 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
42878         Log: The latest JPL from the anoncvs.
42879      Branch: perl
42880            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42881 ____________________________________________________________________________
42882 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
42883         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
42884      Branch: perl
42885            ! t/op/pat.t
42886 ____________________________________________________________________________
42887 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
42888         Log: Worrying about insecure directories now is a bit too late.
42889      Branch: perl
42890            ! lib/File/Find/taint.t
42891 ____________________________________________________________________________
42892 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
42893         Log: Cannot DIE() in a void function,
42894              from Richard Hatch <rhatch@austin.ibm.com>.
42895      Branch: perl
42896            ! ext/IPC/SysV/SysV.xs
42897 ____________________________________________________________________________
42898 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
42899         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
42900              From: Peter Prymmer <pvhp@forte.com>
42901              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
42902              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
42903              
42904              (unfinished: time/hires tests 3, 5, 14 failing, but better
42905              than wholesale failure)
42906      Branch: perl
42907            ! ext/Time/HiRes/HiRes.xs
42908 ____________________________________________________________________________
42909 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
42910         Log: Subject: [PATCH 5.6.1] OS/2 improvements
42911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42912              Date: Thu, 28 Jun 2001 16:03:14 -0400
42913              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
42914      Branch: perl
42915            + os2/os2_base.t
42916            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
42917            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
42918            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
42919            ! os2/os2ish.h
42920 ____________________________________________________________________________
42921 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
42922         Log: Subject: Incrementing Extutils::Manifest's $VERSION
42923              From: Michael G Schwern <schwern@pobox.com>
42924              Date: Thu, 28 Jun 2001 13:13:49 -0400
42925              Message-ID: <20010628131349.A14738@blackrider>
42926      Branch: maint-5.6/perl
42927            ! lib/ExtUtils/Manifest.pm
42928 ____________________________________________________________________________
42929 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
42930         Log: AIX tweak from Merijn Brand.
42931      Branch: perl
42932            ! hints/aix.sh
42933 ____________________________________________________________________________
42934 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
42935         Log: Create the macperl branch.
42936      Branch: maint-5.6/macperl
42937           +> (branch 1728 files)
42938 ____________________________________________________________________________
42939 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
42940         Log: Update Changes.
42941      Branch: perl
42942            ! Changes patchlevel.h
42943 ____________________________________________________________________________
42944 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
42945         Log: More Perforce lore.
42946      Branch: perl
42947            ! Porting/repository.pod
42948 ____________________________________________________________________________
42949 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
42950         Log: Metaconfig unit changes for #11003.
42951      Branch: metaconfig/U/perl
42952            + d_nl_langinfo.U i_langinfo.U
42953 ____________________________________________________________________________
42954 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
42955         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
42956              Expected not to exist in non-UNIX excepting in VMS, where
42957              according to a quick web survey they just might.
42958      Branch: perl
42959            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42960            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42961            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
42962            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42963            ! win32/config.bc win32/config.gc win32/config.vc
42964 ____________________________________________________________________________
42965 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
42966         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
42967              in AIX is one is doing a 64-bit build.
42968      Branch: perl
42969            ! hints/aix.sh
42970 ____________________________________________________________________________
42971 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
42972         Log: Metaconfig unit changes for #11000.
42973      Branch: metaconfig/U/perl
42974            ! use64bits.U uselfs.U
42975 ____________________________________________________________________________
42976 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
42977         Log: Move use64bitint and use64bitall before uselargefiles.
42978      Branch: perl
42979            ! Configure
42980 ____________________________________________________________________________
42981 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
42982         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
42983              From: Robert Spier <rspier@pobox.com>
42984              Message-ID: <15162.41164.618712.841415@rls.cx>
42985              Date: Wed, 27 Jun 2001 23:13:16 -0400
42986      Branch: perl
42987            ! doio.c
42988 ____________________________________________________________________________
42989 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
42990         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
42991              From: Peter Prymmer <pvhp@forte.com>
42992              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
42993              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
42994      Branch: perl
42995            ! numeric.c
42996 ____________________________________________________________________________
42997 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
42998         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
42999              From: Peter Prymmer <pvhp@forte.com>
43000              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
43001              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
43002      Branch: perl
43003            ! configure.com ext/Digest/MD5/Makefile.PL
43004 ____________________________________________________________________________
43005 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
43006         Log: Update Changes.
43007      Branch: perl
43008            ! Changes patchlevel.h
43009 ____________________________________________________________________________
43010 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
43011         Log: Tiny EPOC updates.
43012      Branch: perl
43013            ! epoc/config.sh
43014 ____________________________________________________________________________
43015 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
43016         Log: The Test::More and Test::Simple tests required help
43017              thanks to our schizophrenic test scheme.
43018      Branch: perl
43019            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
43020            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
43021            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
43022            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
43023            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
43024 ____________________________________________________________________________
43025 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
43026         Log: Upgrade to Test::Simple 0.09.
43027      Branch: perl
43028            + lib/Test/Simple/Changes
43029            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
43030            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
43031            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
43032            ! lib/Test/Simple/t/plan_is_noplan.t
43033 ____________________________________________________________________________
43034 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
43035         Log: Upgrade to Test::More 0.07.
43036      Branch: perl
43037            + lib/Test/More/Changes
43038            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
43039            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
43040            ! lib/Test/More/t/skipall.t
43041 ____________________________________________________________________________
43042 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
43043         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
43044              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43045              Date: Wed, 27 Jun 2001 18:40:04 +0200
43046              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
43047      Branch: perl
43048            ! hints/hpux.sh
43049 ____________________________________________________________________________
43050 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
43051         Log: Subject: [PATCH README.qnx hints/qnx.sh]
43052              From: Norton Allen <allen@huarp.harvard.edu>
43053              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
43054              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
43055      Branch: perl
43056            ! README.qnx hints/qnx.sh
43057 ____________________________________________________________________________
43058 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
43059         Log: Subject: [PATCH] two little documentation nits
43060              From: Abhijit Menon-Sen <ams@wiw.org>
43061              Date: Wed, 27 Jun 2001 20:07:50 +0530
43062              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
43063      Branch: perl
43064            ! sv.c sv.h
43065 ____________________________________________________________________________
43066 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
43067         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
43068              From: Norton Allen <allen@huarp.harvard.edu>
43069              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
43070              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
43071      Branch: perl
43072            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
43073 ____________________________________________________________________________
43074 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
43075         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
43076              From: Michael G Schwern <schwern@pobox.com>
43077              Date: Wed, 27 Jun 2001 02:34:58 -0400
43078              Message-ID: <20010627023458.K23874@blackrider>
43079      Branch: perl
43080            ! vms/test.com
43081 ____________________________________________________________________________
43082 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
43083         Log: Add perl_clone_host() for Netware.
43084      Branch: perl
43085            ! NetWare/nw5.c
43086 ____________________________________________________________________________
43087 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
43088         Log: GCC 3.0 hints for HP-UX.
43089      Branch: perl
43090            ! hints/hpux.sh
43091 ____________________________________________________________________________
43092 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
43093         Log: In some Linux distributions the libndbm is broken
43094              (no null key support), therefore link with libgdbm
43095              (if available), since it has a working ndbm emulation,
43096              from Jonathan Stowe.
43097      Branch: perl
43098            + ext/NDBM_File/hints/linux.pl
43099            ! MANIFEST
43100 ____________________________________________________________________________
43101 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
43102         Log: Subject: [PATCH perl@10930] find.t hack for VMS
43103              From: "Craig A. Berry" <craigberry@mac.com>
43104              Date: Tue, 26 Jun 2001 23:40:25 -0500
43105              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
43106      Branch: perl
43107            ! lib/File/Find/find.t
43108 ____________________________________________________________________________
43109 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
43110         Log: AUTHORS updates.
43111      Branch: perl
43112            ! AUTHORS
43113 ____________________________________________________________________________
43114 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
43115         Log: Metaconfig unit change like #10980.
43116      Branch: metaconfig
43117            ! U/compline/d_stdstdio.U
43118 ____________________________________________________________________________
43119 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
43120         Log: "lose the it's", from Abhijit Menon-Sen.
43121              ("It's" not searched, pods not searched.)
43122      Branch: perl
43123            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
43124            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
43125            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
43126            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
43127            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
43128            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
43129 ____________________________________________________________________________
43130 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
43131         Log: "lose the looses", from Abhijit Menon-Sen.
43132      Branch: perl
43133            ! ext/B/B/Assembler.pm gv.c
43134 ____________________________________________________________________________
43135 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
43136         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
43137      Branch: perl
43138            ! hints/os390.sh
43139 ____________________________________________________________________________
43140 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
43141         Log: DEC C 5.3 on the VAX simply doesn't seem to like
43142              compiling the MD5 extension, disable it there for now,
43143              from Peter Prymmer.
43144      Branch: perl
43145            ! configure.com
43146 ____________________________________________________________________________
43147 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
43148         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
43149              From: Jonathan Stowe <gellyfish@gellyfish.com>
43150              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
43151              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
43152      Branch: perl
43153            ! pod/perlfaq3.pod
43154 ____________________________________________________________________________
43155 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
43156         Log: Subject: [PATCH 5.6.1] perlxs misprints
43157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43158              Date: Tue, 26 Jun 2001 17:20:00 -0400
43159              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
43160      Branch: perl
43161            ! pod/perlxs.pod
43162 ____________________________________________________________________________
43163 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
43164         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
43165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43166              Date: Tue, 26 Jun 2001 17:27:07 -0400
43167              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
43168      Branch: perl
43169            ! lib/ExtUtils/MM_Unix.pm
43170 ____________________________________________________________________________
43171 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
43172         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
43173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43174              Date: Tue, 26 Jun 2001 17:23:24 -0400
43175              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
43176      Branch: perl
43177            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
43178 ____________________________________________________________________________
43179 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
43180         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
43181              by Olaf Flebbe.
43182      Branch: perl
43183            ! perl.h
43184 ____________________________________________________________________________
43185 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
43186         Log: Detypo.
43187      Branch: perl
43188            ! lib/Memoize/t/tie_sdbm.t
43189 ____________________________________________________________________________
43190 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
43191         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
43192      Branch: perl
43193            ! win32/perllib.c
43194 ____________________________________________________________________________
43195 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
43196         Log: Subject: [patch] perl_clone+CvFILE
43197              From: Doug MacEachern <dougm@covalent.net>
43198              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
43199              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
43200      Branch: perl
43201            ! sv.c
43202 ____________________________________________________________________________
43203 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
43204         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
43205              From: Mark-Jason Dominus <mjd@plover.com>
43206              Date: Tue, 26 Jun 2001 12:33:01 -0400
43207              Message-ID: <20010626163301.31298.qmail@plover.com>
43208      Branch: perl
43209            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
43210 ____________________________________________________________________________
43211 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
43212         Log: Update Changes.
43213      Branch: perl
43214            ! Changes patchlevel.h
43215 ____________________________________________________________________________
43216 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
43217         Log: Also catfile() needs now to explicitly exported.
43218      Branch: perl
43219            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
43220 ____________________________________________________________________________
43221 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
43222         Log: Regen toc.
43223      Branch: perl
43224            ! pod/perltoc.pod
43225 ____________________________________________________________________________
43226 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
43227         Log: Nonexistent pod command.
43228      Branch: perl
43229            ! pod/perl572delta.pod
43230 ____________________________________________________________________________
43231 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
43232         Log: Be more portable in the quest for tmpdir.
43233      Branch: perl
43234            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
43235 ____________________________________________________________________________
43236 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
43237         Log: Be more portable in finding out the home directory,
43238              and use File::Spec to do the concat.
43239              (Come to think of it, couldn't File::Spec provide
43240              for a ->homedir method?)
43241      Branch: perl
43242            ! lib/Net/Config.pm
43243 ____________________________________________________________________________
43244 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
43245         Log: Doc patch for #10959.
43246      Branch: perl
43247            ! pod/perlfunc.pod
43248 ____________________________________________________________________________
43249 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
43250         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
43251              From: "Philip Newton" <pnewton@gmx.de>
43252              Date: Tue, 26 Jun 2001 16:26:47 +0200
43253              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
43254      Branch: perl
43255            ! pod/perldata.pod
43256 ____________________________________________________________________________
43257 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
43258         Log: Subject: [PATH] shared -> unique;
43259              From: "Artur Bergman" <artur@contiller.se>
43260              Date: Tue, 26 Jun 2001 16:18:40 +0200
43261              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
43262              
43263              Because "shared" isn't: it's read-only.
43264      Branch: perl
43265            ! toke.c xsutils.c
43266 ____________________________________________________________________________
43267 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
43268         Log: Escape multiline croak messages.
43269      Branch: perl
43270            ! t/op/ver.t
43271 ____________________________________________________________________________
43272 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
43273         Log: No more pragma/*.t for minitest.
43274      Branch: perl
43275            ! Makefile.SH
43276 ____________________________________________________________________________
43277 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
43278         Log: AUTHORS updates.
43279      Branch: perl
43280            ! AUTHORS
43281 ____________________________________________________________________________
43282 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
43283         Log: delta updates.
43284      Branch: perl
43285            ! pod/perl572delta.pod
43286 ____________________________________________________________________________
43287 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
43288         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
43289              From: Artur Bergman <artur@contiller.se> 
43290              Date: Tue, 26 Jun 2001 15:32:53 +0200
43291              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
43292      Branch: perl
43293            ! makedef.pl sv.c sv.h win32/perllib.c
43294 ____________________________________________________________________________
43295 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
43296         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
43297              From: Jonathan Stowe <gellyfish@gellyfish.com>
43298              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
43299              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
43300              
43301              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
43302      Branch: perl
43303            + ext/Time/HiRes/hints/sco.pl
43304            ! MANIFEST
43305 ____________________________________________________________________________
43306 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
43307         Log: Subject: [PATCH 5.6.1] static build
43308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43309              Date: Tue, 26 Jun 2001 04:22:25 -0400
43310              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
43311      Branch: perl
43312            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
43313            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
43314 ____________________________________________________________________________
43315 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
43316         Log: DJGPP patches from Laszlo Molnar.
43317      Branch: perl
43318            ! djgpp/djgpp.c perl.c util.c
43319 ____________________________________________________________________________
43320 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
43321         Log: Netware patches from Ananth Kesari.
43322      Branch: perl
43323            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
43324            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
43325            ! NetWare/nwtinfo.h
43326 ____________________________________________________________________________
43327 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
43328         Log: Detypo.
43329      Branch: perl
43330            ! ext/Errno/Errno_pm.PL
43331 ____________________________________________________________________________
43332 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
43333         Log: There seems to be two ways of spelling the $^O in *STEP.
43334      Branch: perl
43335            ! ext/Errno/Errno_pm.PL
43336 ____________________________________________________________________________
43337 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
43338         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
43339              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
43340      Branch: perl
43341            ! ext/Errno/Errno_pm.PL
43342 ____________________________________________________________________________
43343 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
43344         Log: Known bugs update.
43345      Branch: perl
43346            ! pod/perl572delta.pod
43347 ____________________________________________________________________________
43348 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
43349         Log: The default installation of Cygwin has 500 as root's uid.
43350      Branch: perl
43351            ! lib/User/pwent.t
43352 ____________________________________________________________________________
43353 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
43354         Log: Be even more relaxed (re-allow having only one entry).
43355      Branch: perl
43356            ! t/op/grent.t t/op/pwent.t
43357 ____________________________________________________________________________
43358 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
43359         Log: Test failure updates.
43360      Branch: perl
43361            ! pod/perl572delta.pod
43362 ____________________________________________________________________________
43363 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
43364         Log: MPE/iX test tweaks from Mark Bixby.
43365      Branch: perl
43366            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
43367            ! t/io/fs.t t/op/stat.t
43368 ____________________________________________________________________________
43369 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
43370         Log: Microperl findings.
43371      Branch: perl
43372            ! perl.h pp_sys.c
43373 ____________________________________________________________________________
43374 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
43375         Log: Touch uconfig.h.
43376      Branch: perl
43377            ! uconfig.h
43378 ____________________________________________________________________________
43379 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
43380         Log: Subject: [PATCH] Proposed fix for Pod::Man
43381              From: Rob Napier <rnapier@employees.org>
43382              Date: Mon, 25 Jun 2001 15:49:24 -0400
43383              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
43384              
43385              Cater for Solaris nroff brokenness (shortchanges daisywheel
43386              printers, but hey, we also no more support PDPs.)
43387      Branch: perl
43388            ! lib/Pod/Man.pm
43389 ____________________________________________________________________________
43390 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
43391         Log: Typo in #10937.
43392      Branch: perl
43393            ! ext/POSIX/sigaction.t
43394 ____________________________________________________________________________
43395 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
43396         Log: SIGCONT not trappable in VMS.
43397      Branch: perl
43398            ! ext/POSIX/sigaction.t
43399 ____________________________________________________________________________
43400 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
43401         Log: Subject: [DRAFT] Encode-Tcl.t
43402              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43403              Date: Tue, 26 Jun 2001 03:38:08 +0900
43404              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
43405      Branch: perl
43406            + ext/Encode/Encode/Tcl.t
43407            ! MANIFEST ext/Encode/Encode/Tcl.pm
43408 ____________________________________________________________________________
43409 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
43410         Log: Because of #10932 retract also the perlfunc hunk of #10910.
43411      Branch: perl
43412            ! pod/perlfunc.pod
43413 ____________________________________________________________________________
43414 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
43415         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
43416              by Ilya Zakharevich in
43417              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
43418      Branch: perl
43419            ! XSUB.h
43420 ____________________________________________________________________________
43421 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
43422         Log: Typo in #10889.
43423      Branch: perl
43424            ! hints/uts.sh
43425 ____________________________________________________________________________
43426 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
43427         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
43428              From: Abhijit Menon-Sen <ams@wiw.org>
43429              Date: Mon, 25 Jun 2001 23:45:45 +0530
43430              Message-ID: <20010625234545.A5022@lustre.linux.in>
43431      Branch: perl
43432            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
43433 ____________________________________________________________________________
43434 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
43435         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
43436              From: Michael G Schwern <schwern@pobox.com>
43437              Date: Mon, 25 Jun 2001 14:35:51 -0400
43438              Message-ID: <20010625143551.H13819@blackrider>
43439      Branch: perl
43440            ! lib/Test.pm
43441 ____________________________________________________________________________
43442 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
43443         Log: Update Changes.
43444      Branch: perl
43445            ! Changes patchlevel.h
43446 ____________________________________________________________________________
43447 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
43448         Log: Regen toc and modlib.
43449      Branch: perl
43450            ! pod/perlmodlib.pod pod/perltoc.pod
43451 ____________________________________________________________________________
43452 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
43453         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
43454              for the benefit of C++ compilers, as suggested by Guruprasad.
43455      Branch: perl
43456            ! embed.pl proto.h
43457 ____________________________________________________________________________
43458 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
43459         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
43460              From: Jonathan Stowe <gellyfish@gellyfish.com>
43461              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
43462              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
43463      Branch: perl
43464            ! pod/perlfaq5.pod
43465 ____________________________________________________________________________
43466 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
43467         Log: Missed from #10925.
43468      Branch: perl
43469            ! gv.c
43470 ____________________________________________________________________________
43471 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
43472         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
43473              From: Robin Houston <robin@kitsite.com>
43474              Date: Sat, 19 May 2001 16:19:34 +0100
43475              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
43476      Branch: perl
43477            ! cv.h gv.h op.c
43478 ____________________________________________________________________________
43479 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
43480         Log: Netware README tweak.
43481      Branch: perl
43482            ! README.netware
43483 ____________________________________________________________________________
43484 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
43485         Log: Subject: [PATCH] Re: overload.t fails
43486              From: Abhijit Menon-Sen <ams@wiw.org>
43487              Date: Mon, 25 Jun 2001 14:52:20 +0530
43488              Message-ID: <20010625145220.A24114@lustre.linux.in>
43489      Branch: perl
43490            ! lib/overload.t
43491 ____________________________________________________________________________
43492 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
43493         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
43494              From: Mike Guy <mjtg@cam.ac.uk>
43495              Date: Mon, 25 Jun 2001 11:43:23 +0100
43496              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
43497      Branch: perl
43498            ! lib/Carp.pm
43499 ____________________________________________________________________________
43500 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
43501         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
43502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43503              Date: Sun, 24 Jun 2001 05:17:05 -0400
43504              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
43505      Branch: perl
43506            ! os2/os2ish.h
43507 ____________________________________________________________________________
43508 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
43509         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
43510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43511              Date: Mon, 25 Jun 2001 05:52:27 -0400
43512              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
43513      Branch: perl
43514            ! hints/os2.sh
43515 ____________________________________________________________________________
43516 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
43517         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
43518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43519              Date: Mon, 25 Jun 2001 05:23:35 -0400
43520              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
43521      Branch: perl
43522            ! os2/os2.c
43523 ____________________________________________________________________________
43524 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
43525         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
43526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43527              Date: Mon, 25 Jun 2001 05:04:32 -0400
43528              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
43529      Branch: perl
43530            ! os2/OS2/REXX/DLL/DLL.pm
43531 ____________________________________________________________________________
43532 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
43533         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
43534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43535              Date: Mon, 25 Jun 2001 05:02:36 -0400
43536              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
43537      Branch: perl
43538            ! mg.c os2/dl_os2.c os2/os2.c
43539 ____________________________________________________________________________
43540 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
43541         Log: Subject: Re: [PATCH 5.6.1] misprints
43542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43543              Date: Mon, 25 Jun 2001 04:50:50 -0400
43544              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
43545      Branch: perl
43546            ! os2/os2.c pp_sys.c
43547 ____________________________________________________________________________
43548 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
43549         Log: Add Test::More and Test::Simple to the delta.
43550      Branch: perl
43551            ! pod/perl572delta.pod
43552 ____________________________________________________________________________
43553 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
43554         Log: Add Test::More, from Michael G Schwern.
43555      Branch: perl
43556            + lib/Test/More.pm lib/Test/More/t/More.t
43557            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
43558            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
43559            + t/lib/Test/More/Catch.pm
43560            ! MANIFEST
43561 ____________________________________________________________________________
43562 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
43563         Log: Add Test::Simple from Michael G Schwern.
43564      Branch: perl
43565            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
43566            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
43567            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
43568            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
43569            + t/lib/Test/Simple/Catch.pm
43570            + t/lib/Test/Simple/sample_tests/death.plx
43571            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
43572            + t/lib/Test/Simple/sample_tests/extras.plx
43573            + t/lib/Test/Simple/sample_tests/five_fail.plx
43574            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
43575            + t/lib/Test/Simple/sample_tests/one_fail.plx
43576            + t/lib/Test/Simple/sample_tests/require.plx
43577            + t/lib/Test/Simple/sample_tests/success.plx
43578            + t/lib/Test/Simple/sample_tests/too_few.plx
43579            + t/lib/Test/Simple/sample_tests/two_fail.plx
43580            ! MANIFEST
43581 ____________________________________________________________________________
43582 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
43583         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
43584              From: "Craig A. Berry" <craigberry@mac.com>
43585              Date: Sun, 24 Jun 2001 23:41:36 -0500
43586              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
43587      Branch: perl
43588            ! pp_sys.c
43589 ____________________________________________________________________________
43590 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
43591         Log: Upgrade to Attribute::Handlers 0.70.
43592      Branch: perl
43593            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
43594            ! MANIFEST lib/Attribute/Handlers.pm
43595 ____________________________________________________________________________
43596 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
43597         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
43598              From: Abhijit Menon-Sen <ams@wiw.org>
43599              Date: Sat, 23 Jun 2001 05:17:44 +0530
43600              Message-ID: <20010623051744.A18583@lustre.linux.in>
43601              
43602              (Can't think of a good place to put tests.)
43603      Branch: perl
43604            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
43605 ____________________________________________________________________________
43606 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
43607         Log: Subject: [PATCH] t/op/pat.t typo fix
43608              From: Richard Soderberg <rs@crystalflame.net>
43609              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
43610              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
43611      Branch: perl
43612            ! t/op/pat.t
43613 ____________________________________________________________________________
43614 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
43615         Log: Move the pack warnings to their own file, as pointed
43616              out by Spider.
43617      Branch: perl
43618            + t/lib/warnings/pp_pack
43619            ! MANIFEST t/lib/warnings/pp
43620 ____________________________________________________________________________
43621 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
43622         Log: Update Changes.
43623      Branch: perl
43624            ! Changes patchlevel.h
43625 ____________________________________________________________________________
43626 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
43627         Log: Partially fix a problem noticed by IRIX compiler:
43628              the initialization of parse_start was bypassed by
43629              several gotos.  Now initialized to zero, which may
43630              not be the best choice.
43631      Branch: perl
43632            ! regcomp.c
43633 ____________________________________________________________________________
43634 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
43635         Log: Relax the group and password tests back to moaning only
43636              if no matches at all are found.  (Even with a small sample
43637              I could find many sites where there are, umm, anomalies in
43638              the said databases.)       
43639      Branch: perl
43640            ! t/op/grent.t t/op/pwent.t
43641 ____________________________________________________________________________
43642 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
43643         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
43644      Branch: perl
43645            ! pp_ctl.c
43646 ____________________________________________________________________________
43647 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
43648         Log: De-cut-and-pasto in #10902.
43649      Branch: perl
43650            ! pp_ctl.c
43651 ____________________________________________________________________________
43652 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
43653         Log: The #10771 didn't take?
43654      Branch: perl
43655            ! pp_ctl.c
43656 ____________________________________________________________________________
43657 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
43658         Log: Undo the filetests part of #10900, under multiplicity
43659              weird errors take place.
43660      Branch: perl
43661            ! pp_sys.c
43662 ____________________________________________________________________________
43663 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
43664         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
43665      Branch: perl
43666            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
43667 ____________________________________________________________________________
43668 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
43669         Log: (Replaced by #10922)
43670              
43671              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
43672              From: Tony Bowden <tony@kasei.com>
43673              Date: Sun, 24 Jun 2001 17:32:40 +0100
43674              Message-ID: <20010624173240.A16293@blackstar.co.uk>
43675              
43676              Document (well, mention) shortmess() and longmess()
43677              to rob people of their fun of reinventing the wheel.
43678      Branch: perl
43679            ! lib/Carp.pm
43680 ____________________________________________________________________________
43681 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
43682         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
43683              From: Brian Jepson <bjepson@oreilly.com>
43684              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
43685              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
43686      Branch: perl
43687            ! pp_sys.c
43688 ____________________________________________________________________________
43689 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
43690         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
43691              From: Robin Barker <rmb1@cise.npl.co.uk> 
43692              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
43693              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
43694      Branch: perl
43695            ! lib/CPAN.pm
43696 ____________________________________________________________________________
43697 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
43698         Log: Memoize patch from mjd.
43699      Branch: perl
43700            ! lib/Memoize/t/tie_storable.t
43701 ____________________________________________________________________________
43702 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
43703         Log: Spec the sv_pvprintify() a bit more.
43704      Branch: perl
43705            ! pod/perltodo.pod
43706 ____________________________________________________________________________
43707 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
43708         Log: Upgrade to Memoize 0.65.
43709      Branch: perl
43710            + lib/Memoize/t/array_confusion.t
43711            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
43712            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
43713            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
43714            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
43715            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
43716            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
43717            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
43718            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
43719            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
43720            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
43721            ! lib/Memoize/t/tie_storable.t
43722 ____________________________________________________________________________
43723 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
43724         Log: Metaconfig unit change for #10892.
43725      Branch: metaconfig
43726            ! U/modified/Options.U
43727 ____________________________________________________________________________
43728 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
43729         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
43730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43731              Date: Sun, 24 Jun 2001 05:24:40 -0400
43732              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
43733      Branch: perl
43734            ! Configure hints/os2.sh
43735 ____________________________________________________________________________
43736 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
43737         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
43738              From: Mike Guy <mjtg@cam.ac.uk>
43739              Date: Sun, 24 Jun 2001 15:28:39 +0100
43740              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
43741              
43742              Fix an ancient (5.002) bug.
43743      Branch: perl
43744            ! lib/Carp/Heavy.pm
43745 ____________________________________________________________________________
43746 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
43747         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
43748              variables.
43749      Branch: perl
43750            ! pp_sys.c
43751 ____________________________________________________________________________
43752 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
43753         Log: Make UTS as per #10888.
43754      Branch: perl
43755            ! hints/uts.sh
43756 ____________________________________________________________________________
43757 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
43758         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
43759      Branch: perl
43760            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
43761            ! mpeix/mpeixish.h perl.h unixish.h
43762 ____________________________________________________________________________
43763 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
43764         Log: AUTHORS update.
43765      Branch: perl
43766            ! AUTHORS
43767 ____________________________________________________________________________
43768 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
43769         Log: Subject: Encode::Tcl for multibyte doesnot work
43770              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43771              Date: Sun, 24 Jun 2001 22:48:21 +0900
43772              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
43773      Branch: perl
43774            ! ext/Encode/Encode/Tcl.pm
43775 ____________________________________________________________________________
43776 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
43777         Log: Subject: [PATCH] Remove tautology in error messages
43778              From: Mike Guy <mjtg@cam.ac.uk>
43779              Date: Sun, 24 Jun 2001 13:31:00 +0100
43780              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
43781      Branch: perl
43782            ! pp_sys.c
43783 ____________________________________________________________________________
43784 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
43785         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
43786      Branch: perl
43787            ! hints/darwin.sh
43788 ____________________________________________________________________________
43789 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
43790         Log: Subject: Re: [PATCH 5.6.1] test suite
43791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43792              Date: Sun, 24 Jun 2001 05:47:05 -0400
43793              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
43794              
43795              Test suite fixes.
43796      Branch: perl
43797            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
43798 ____________________________________________________________________________
43799 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
43800         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
43801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43802              Date: Sun, 24 Jun 2001 05:37:19 -0400
43803              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
43804      Branch: perl
43805            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
43806 ____________________________________________________________________________
43807 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
43808         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
43809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43810              Date: Sun, 24 Jun 2001 05:34:50 -0400
43811              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
43812              
43813              Pacify compiler warnings.
43814      Branch: perl
43815            ! pp_sys.c
43816 ____________________________________________________________________________
43817 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
43818         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
43819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43820              Date: Sun, 24 Jun 2001 05:21:18 -0400
43821              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
43822              
43823              Enable compression of executables during link time.
43824      Branch: perl
43825            ! hints/os2.sh
43826 ____________________________________________________________________________
43827 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
43828         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
43829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43830              Date: Sun, 24 Jun 2001 05:15:11 -0400
43831              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
43832              
43833              Add ordinals to the export list for Perl DLL.
43834              (Breaks intra-version DLL compatibility.)
43835      Branch: perl
43836            ! makedef.pl
43837 ____________________________________________________________________________
43838 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
43839         Log: Allow (displaying and) re-editing the Subject in perlbug.
43840              Also abstract the Subject quality control into a function.
43841      Branch: perl
43842            ! utils/perlbug.PL
43843 ____________________________________________________________________________
43844 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
43845         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
43846      Branch: perl
43847            ! utils/perlbug.PL
43848 ____________________________________________________________________________
43849 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
43850         Log: Regen toc and modlib.
43851      Branch: perl
43852            ! pod/perlmodlib.pod pod/perltoc.pod
43853 ____________________________________________________________________________
43854 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
43855         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
43856              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
43857              attribute semantics as much as possible, or 'ntsec' which uses
43858              native NTFS semantics.)  (See also #10877.)
43859      Branch: perl
43860            ! perl.c
43861 ____________________________________________________________________________
43862 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
43863         Log: (Retracted by #11586)
43864              
43865              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
43866      Branch: perl
43867            ! lib/Test/Harness.pm
43868 ____________________________________________________________________________
43869 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
43870         Log: Just zap the -uPerlio.
43871      Branch: perl
43872            ! ext/B/Stash.t
43873 ____________________________________________________________________________
43874 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
43875         Log: Do not test PerlIO if PerlIO not used.
43876      Branch: perl
43877            ! ext/PerlIO/PerlIO.t
43878 ____________________________________________________________________________
43879 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
43880         Log: Regen perlapi.
43881      Branch: perl
43882            ! pod/perlapi.pod
43883 ____________________________________________________________________________
43884 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
43885         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
43886              From: Nicholas Clark <nick@ccl4.org>
43887              Date: Sat, 23 Jun 2001 22:55:47 +0100
43888              Message-ID: <20010623225547.Z98663@plum.flirble.org>
43889      Branch: perl
43890            ! numeric.c
43891 ____________________________________________________________________________
43892 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
43893         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
43894              From: Prymmer/Kahn <pvhp@best.com>
43895              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
43896              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
43897      Branch: perl
43898            ! lib/h2xs.t
43899 ____________________________________________________________________________
43900 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
43901         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
43902              cygwin does not taint cwd, just like win32.
43903      Branch: perl
43904            ! lib/File/Find/taint.t t/op/taint.t
43905 ____________________________________________________________________________
43906 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
43907         Log: Retract #10865, the patch should be unnecessary.
43908              (But seemingly helpful in Cygwin?  Strange.)
43909      Branch: perl
43910            ! lib/Memoize/t/tie_ndbm.t
43911 ____________________________________________________________________________
43912 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
43913         Log: Misplaced test file; plus Cygwin filesystem semantics.
43914      Branch: perl
43915            + ext/SDBM_File/sdbm.t
43916            - ext/ODBM_File/sdbm.t
43917            ! MANIFEST
43918 ____________________________________________________________________________
43919 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
43920         Log: (Retracted by #10867.)
43921      Branch: perl
43922            ! lib/Memoize/t/tie_ndbm.t
43923 ____________________________________________________________________________
43924 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
43925         Log: Metaconfig unit change for #10863.
43926      Branch: metaconfig/U/perl
43927            ! Extensions.U
43928 ____________________________________________________________________________
43929 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
43930         Log: In Cygwin do not build NDBM_File and ODBM_File unless
43931              -lndbm and -ldbm are available.
43932      Branch: perl
43933            ! Configure config_h.SH
43934 ____________________________________________________________________________
43935 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
43936         Log: More Cygwin filesystem semantics.
43937      Branch: perl
43938            ! t/io/fs.t t/op/stat.t
43939 ____________________________________________________________________________
43940 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
43941         Log: More DOSish permission semantics for Cygwin.
43942      Branch: perl
43943            ! lib/AnyDBM_File.t
43944 ____________________________________________________________________________
43945 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
43946         Log: Cygwin too has different permission semantics.
43947      Branch: perl
43948            ! ext/GDBM_File/gdbm.t
43949 ____________________________________________________________________________
43950 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
43951         Log: The group (and assumedly passwd) databases can have
43952              only one entry (this is the case in cygwin).
43953      Branch: perl
43954            ! t/op/grent.t t/op/pwent.t
43955 ____________________________________________________________________________
43956 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
43957         Log: Also in Cygwin use Socket to figure out domainname
43958              (if any) (avoids trying to call external 'domainname',
43959              which doesn't at the moment exist in Cygwin)
43960      Branch: perl
43961            ! lib/Net/Domain.pm
43962 ____________________________________________________________________________
43963 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
43964         Log: Remove also the lib$Foo.def, not just $Foo.def.
43965      Branch: perl
43966            ! lib/ExtUtils/MM_Unix.pm
43967 ____________________________________________________________________________
43968 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
43969         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
43970      Branch: perl
43971            ! unixish.h
43972 ____________________________________________________________________________
43973 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
43974         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
43975              to match the whole isprint(), only the space character.
43976      Branch: perl
43977            ! handy.h pod/perlre.pod t/op/pat.t
43978 ____________________________________________________________________________
43979 [ 10854] By: nick                                  on 2001/06/23  08:09:33
43980         Log: Integrate mainline
43981      Branch: perlio
43982           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
43983           !> lib/ExtUtils.t lib/File/Find/taint.t
43984           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
43985           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
43986           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43987 ____________________________________________________________________________
43988 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
43989         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
43990              with its floats    in os390 and s390 (UTS).
43991      Branch: perl
43992            ! lib/Math/BigInt/t/bigintpm.t
43993 ____________________________________________________________________________
43994 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
43995         Log: Add also UTS (s390) to the non-IEEE float platforms.
43996      Branch: perl
43997            ! t/op/sprintf.t
43998 ____________________________________________________________________________
43999 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
44000         Log: Subject: RFC: what are applicable standards for exponent sizes?
44001              From: Peter Prymmer <pvhp@forte.com>
44002              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
44003              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
44004      Branch: perl
44005            ! t/op/sprintf.t
44006 ____________________________________________________________________________
44007 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
44008         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
44009              From: Peter Prymmer <pvhp@forte.com>
44010              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
44011              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
44012      Branch: perl
44013            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
44014 ____________________________________________________________________________
44015 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
44016         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
44017              From: Peter Prymmer <pvhp@forte.com>
44018              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
44019              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
44020      Branch: perl
44021            ! lib/ExtUtils.t
44022 ____________________________________________________________________________
44023 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
44024         Log: Retract #10845.
44025      Branch: perl
44026            ! lib/File/Find/taint.t
44027 ____________________________________________________________________________
44028 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
44029         Log: Yet another error message.
44030      Branch: perl
44031            ! t/op/mkdir.t
44032 ____________________________________________________________________________
44033 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
44034         Log: The croak message for nonexistent socket functions may vary.
44035      Branch: perl
44036            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
44037 ____________________________________________________________________________
44038 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
44039         Log: (Retracted by #10848.)
44040      Branch: perl
44041            ! lib/File/Find/taint.t
44042 ____________________________________________________________________________
44043 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
44044         Log: Integrate perlio.
44045      Branch: perl
44046           !> lib/File/Find/taint.t t/op/write.t
44047 ____________________________________________________________________________
44048 [ 10843] By: nick                                  on 2001/06/22  21:24:51
44049         Log: Back out debug in taint.t
44050      Branch: perlio
44051            ! lib/File/Find/taint.t
44052 ____________________________________________________________________________
44053 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
44054         Log: setitimer() does not exist in Unicos, despite of what
44055              Configure thinks, from Mark P. Lutz.
44056      Branch: perl
44057            ! hints/unicos.sh
44058 ____________________________________________________________________________
44059 [ 10841] By: nick                                  on 2001/06/22  21:19:36
44060         Log: Skip cwd test on Win32 ???
44061      Branch: perlio
44062            ! lib/File/Find/taint.t
44063 ____________________________________________________________________________
44064 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
44065         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
44066              and Tru64 gcc -Wall happy.
44067      Branch: perl
44068            ! mg.c
44069 ____________________________________________________________________________
44070 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
44071         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
44072      Branch: perl
44073            ! ext/IPC/SysV/Semaphore.pm
44074 ____________________________________________________________________________
44075 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
44076         Log: Metaconfig unit change for #10837.
44077      Branch: metaconfig/U/perl
44078            ! Cross.U
44079 ____________________________________________________________________________
44080 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
44081         Log: Cleanup of the cross-compilation unit.
44082      Branch: perl
44083            ! Configure
44084 ____________________________________________________________________________
44085 [ 10836] By: nick                                  on 2001/06/22  20:45:12
44086         Log: Skip |- based op/write.t on Win32 as well as VMS
44087      Branch: perlio
44088            ! t/op/write.t
44089 ____________________________________________________________________________
44090 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
44091         Log: Integrate perlio.
44092      Branch: perl
44093           !> util.c
44094 ____________________________________________________________________________
44095 [ 10834] By: nick                                  on 2001/06/22  20:41:54
44096         Log: Integrate mainline
44097      Branch: perlio
44098           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44099           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
44100           !> vos/config.ga.h
44101 ____________________________________________________________________________
44102 [ 10833] By: nick                                  on 2001/06/22  20:22:58
44103         Log: Patcho fix.
44104      Branch: perlio
44105            ! util.c
44106 ____________________________________________________________________________
44107 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
44108         Log: Metaconfig unit changes for #10831.
44109      Branch: metaconfig
44110            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
44111 ____________________________________________________________________________
44112 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
44113         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
44114              From: Andy Dougherty <doughera@lafayette.edu>
44115              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
44116              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
44117      Branch: perl
44118            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44119            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
44120 ____________________________________________________________________________
44121 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
44122         Log: MPE/iX prototype nits from Mark Bixby.
44123      Branch: perl
44124            ! pp_sys.c
44125 ____________________________________________________________________________
44126 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
44127         Log: Detypo.
44128      Branch: perl
44129            ! util.c
44130 ____________________________________________________________________________
44131 [ 10828] By: nick                                  on 2001/06/22  15:33:37
44132         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
44133      Branch: perlio
44134           +> lib/h2xs.t
44135           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
44136           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
44137           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
44138           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
44139           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
44140           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
44141           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
44142           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
44143           !> vms/vmsish.h
44144 ____________________________________________________________________________
44145 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
44146         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
44147              Date: Fri, 22 Jun 2001 10:08:35 -0500
44148              From: "Craig A. Berry" <craigberry@mac.com>
44149              Message-Id: <a05101001b75908704194@[192.168.56.145]>
44150      Branch: perl
44151            ! vms/vms.c vms/vmsish.h
44152 ____________________________________________________________________________
44153 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
44154         Log: NetWare scripts tweak from Ananth Kesari.
44155      Branch: perl
44156            ! NetWare/t/NWScripts.pl
44157 ____________________________________________________________________________
44158 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
44159         Log: Update Changes.
44160      Branch: perl
44161            ! Changes patchlevel.h
44162 ____________________________________________________________________________
44163 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
44164         Log: Add .i and .s targets.
44165      Branch: perl
44166            ! Makefile.SH
44167 ____________________________________________________________________________
44168 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
44169         Log: Upgrade to Locale::Maketext 1.03.
44170      Branch: perl
44171            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
44172            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
44173 ____________________________________________________________________________
44174 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
44175         Log: Upgrade to I18N::LangTags 0.26.
44176      Branch: perl
44177            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
44178            ! lib/I18N/LangTags/test.pl
44179 ____________________________________________________________________________
44180 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
44181         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
44182              Philip Newton.
44183      Branch: perl
44184            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
44185            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44186 ____________________________________________________________________________
44187 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
44188         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
44189              From: Prymmer/Kahn <pvhp@best.com>
44190              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
44191              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
44192      Branch: perl
44193            + lib/h2xs.t
44194            ! MANIFEST utils/h2xs.PL
44195 ____________________________________________________________________________
44196 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
44197         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
44198              From: Prymmer/Kahn <pvhp@best.com>
44199              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
44200              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
44201      Branch: perl
44202            ! lib/ExtUtils.t
44203 ____________________________________________________________________________
44204 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
44205         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
44206              From: Prymmer/Kahn <pvhp@best.com>
44207              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
44208              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
44209      Branch: perl
44210            ! t/pod/plainer.t
44211 ____________________________________________________________________________
44212 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
44213         Log: AUTHORS update.
44214      Branch: perl
44215            ! AUTHORS
44216 ____________________________________________________________________________
44217 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
44218         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
44219              From: "Craig A. Berry" <craigberry@mac.com>
44220              Date: Thu, 21 Jun 2001 18:20:38 -0500
44221              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
44222      Branch: perl
44223            ! ext/POSIX/POSIX.xs
44224 ____________________________________________________________________________
44225 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
44226         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
44227              From: "Craig A. Berry" <craigberry@mac.com>
44228              Date: Thu, 21 Jun 2001 09:58:52 -0500
44229              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
44230      Branch: perl
44231            ! ext/B/Deparse.t t/op/write.t
44232 ____________________________________________________________________________
44233 [ 10814] By: nick                                  on 2001/06/22  08:13:09
44234         Log: Integrate mainline.
44235      Branch: perlio
44236           !> (integrate 46 files)
44237 ____________________________________________________________________________
44238 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
44239         Log: Change the prefixes only if $prefix is unset,
44240              as originally patched by Marcel Grunauer.
44241      Branch: perl
44242            ! hints/darwin.sh hints/rhapsody.sh
44243 ____________________________________________________________________________
44244 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
44245         Log: Subject: Re: Patch for hints/darwin.sh
44246              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
44247              Date: Thu, 21 Jun 2001 11:23:46 -0700
44248              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
44249      Branch: perl
44250            ! hints/darwin.sh hints/rhapsody.sh
44251 ____________________________________________________________________________
44252 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
44253         Log: Add .PHONY targets for non-file targets,
44254              from Wilfredo Sánchez.  Should help saying
44255              "make install" on case-insensitive filesystems.
44256      Branch: perl
44257            ! Makefile.SH
44258 ____________________________________________________________________________
44259 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
44260         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
44261              From: Doug MacEachern <dougm@covalent.net>
44262              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
44263              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
44264              
44265              plus reword the getcwd() comment, plus use getcwd() buffer
44266              size minus one.
44267      Branch: perl
44268            ! util.c
44269 ____________________________________________________________________________
44270 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
44271         Log: More gprofing from Doug MacEachern.
44272      Branch: perl
44273            ! Makefile.SH
44274 ____________________________________________________________________________
44275 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
44276         Log: Metaconfig unit change for #10807.
44277      Branch: metaconfig/U/perl
44278            ! d_sfio.U
44279 ____________________________________________________________________________
44280 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
44281         Log: Tell that you are removing the unneeded -lsfio.
44282      Branch: perl
44283            ! Configure
44284 ____________________________________________________________________________
44285 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
44286         Log: More MPE/iX tweaks from Mark Bixby.
44287      Branch: perl
44288            ! perl.c t/op/magic.t
44289 ____________________________________________________________________________
44290 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
44291         Log: The fchdir() proto is supposed to live in <unistd.h>.
44292      Branch: perl
44293            ! ext/Cwd/Cwd.xs
44294 ____________________________________________________________________________
44295 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
44296         Log: This town is too small for the Cwd extension and me,
44297              it would seem...
44298      Branch: perl
44299            ! ext/Cwd/Cwd.xs
44300 ____________________________________________________________________________
44301 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
44302         Log: Metaconfig unit change for #10802.
44303      Branch: metaconfig/U/perl
44304            ! d_modfl.U
44305 ____________________________________________________________________________
44306 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
44307         Log: More d'ohs.
44308      Branch: perl
44309            ! Configure
44310 ____________________________________________________________________________
44311 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
44312         Log: Off-by-one.  I'm so classic.
44313      Branch: perl
44314            ! util.c
44315 ____________________________________________________________________________
44316 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
44317         Log: Update Changes.
44318      Branch: perl
44319            ! Changes patchlevel.h
44320 ____________________________________________________________________________
44321 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
44322         Log: Subject: Documentation patch for Net::FTP
44323              From: Marcel Grunauer <marcel@codewerk.com>
44324              Date: Wed, 20 Jun 2001 23:03:26 +0200
44325              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
44326      Branch: perl
44327            ! lib/Net/FTP.pm
44328 ____________________________________________________________________________
44329 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
44330         Log: Retract the #10417 mg.c and embed.pl parts because of
44331              strange SEGVs in 64bit x86 FreeBSD observed by
44332              Nicholas Clark.
44333      Branch: perl
44334            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
44335 ____________________________________________________________________________
44336 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
44337         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
44338      Branch: perl
44339            ! Configure NetWare/config.wc NetWare/config_H.wc
44340            ! Porting/Glossary Porting/config.sh Porting/config_H
44341            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44342            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44343            ! vos/config.ga.h win32/config.bc win32/config.gc
44344            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44345            ! win32/config_H.vc
44346 ____________________________________________________________________________
44347 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
44348         Log: Cwd tweak from Doug MacEachern.
44349      Branch: perl
44350            ! ext/Cwd/Cwd.xs
44351 ____________________________________________________________________________
44352 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
44353         Log: Protect the fchdir() and lstat() with ifdefs.
44354              fchdir() needs a Configure probe.
44355      Branch: perl
44356            ! ext/Cwd/Cwd.xs
44357 ____________________________________________________________________________
44358 [ 10794] By: nick                                  on 2001/06/21  17:11:35
44359         Log: Integrate mainline
44360      Branch: perlio
44361           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
44362           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
44363           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
44364           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
44365           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
44366           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
44367           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
44368           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
44369            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
44370            - lib/File/Glob/case.t lib/File/Glob/global.t
44371            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
44372            - lib/File/Temp/posix.t lib/File/Temp/security.t
44373            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
44374            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
44375            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
44376            - lib/Text/Wrap/wrap.t
44377           !> (integrate 41 files)
44378 ____________________________________________________________________________
44379 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
44380         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
44381              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
44382              Date: Thu, 21 Jun 2001 13:04:54 -0500
44383              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
44384      Branch: perl
44385            ! ext/Cwd/Cwd.xs
44386 ____________________________________________________________________________
44387 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
44388         Log: Subject: [PATCH pod] overlong =item
44389              From: Robin Barker <rmb1@cise.npl.co.uk>
44390              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
44391              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
44392      Branch: perl
44393            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
44394            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44395 ____________________________________________________________________________
44396 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
44397         Log: Subject: [PATCH perlio.c] format 
44398              From: Robin Barker <rmb1@cise.npl.co.uk>
44399              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
44400              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
44401      Branch: perl
44402            ! perlio.c
44403 ____________________________________________________________________________
44404 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
44405         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
44406              From: Radu Greab <radu@netsoft.ro>
44407              Date: Thu, 21 Jun 2001 19:06:02 +0300
44408              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
44409      Branch: perl
44410            ! pod/perlapi.pod sv.c
44411 ____________________________________________________________________________
44412 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
44413         Log: The metaconfig unit changes for #10788.
44414      Branch: metaconfig/U/perl
44415            ! Cross.U fflushall.U
44416 ____________________________________________________________________________
44417 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
44418         Log: Cross-configuration changes: make $from to rm the files
44419              before copying them over (this means that he rm can be
44420              removed from the fflushall test), create $targetmkdir      
44421              (not documented in install since it is supposed to internal
44422              use only), make $run to copy over the executable only if
44423              a stamp file .xok doesn't already exist (to avoid unnecessary
44424              copying of the executable)
44425      Branch: perl
44426            ! Configure Makefile.SH
44427 ____________________________________________________________________________
44428 [ 10787] By: nick                                  on 2001/06/21  14:16:18
44429         Log: Integrate mainline
44430      Branch: perlio
44431           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
44432           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
44433           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
44434            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
44435           !> (integrate 34 files)
44436 ____________________________________________________________________________
44437 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
44438         Log: Re-add the files as text.
44439      Branch: perl
44440            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
44441 ____________________________________________________________________________
44442 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
44443         Log: Delete the binary files.
44444      Branch: perl
44445            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
44446 ____________________________________________________________________________
44447 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
44448         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
44449              From: Andy Dougherty <doughera@lafayette.edu>
44450              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
44451              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
44452      Branch: perl
44453            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
44454            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
44455            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
44456            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
44457 ____________________________________________________________________________
44458 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
44459         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44460              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
44461              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
44462              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
44463              
44464              Setting umask to something friendlier.
44465      Branch: perl
44466            ! installman installperl
44467 ____________________________________________________________________________
44468 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
44469         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
44470              Resort MANIFEST with sort -f, looks much better.
44471      Branch: perl
44472            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
44473            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
44474            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
44475            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
44476            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
44477            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
44478            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
44479            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
44480            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
44481            - lib/File/Glob/case.t lib/File/Glob/global.t
44482            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
44483            - lib/File/Temp/posix.t lib/File/Temp/security.t
44484            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
44485            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
44486            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
44487            - lib/Text/Wrap/wrap.t
44488            ! MANIFEST
44489 ____________________________________________________________________________
44490 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
44491         Log: Upgrade to I18N::LangTags 0.25.
44492      Branch: perl
44493            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
44494            ! lib/I18N/LangTags/List.pm
44495 ____________________________________________________________________________
44496 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
44497         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
44498              From: Richard Soderberg <rs@crystalflame.net>
44499              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
44500              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
44501      Branch: perl
44502            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
44503            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
44504 ____________________________________________________________________________
44505 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
44506         Log: Test obsoleted by change #10777.
44507      Branch: perl
44508            ! t/op/sub_lval.t
44509 ____________________________________________________________________________
44510 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
44511         Log: Case of confused test numbering.
44512      Branch: perl
44513            ! t/op/pat.t
44514 ____________________________________________________________________________
44515 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
44516         Log: Subject: Re: Opinion on undef lvalue
44517              From: Abhijit Menon-Sen <ams@wiw.org>
44518              Date: Sun, 17 Jun 2001 13:04:46 +0530
44519              Message-ID: <20010617130446.B27925@lustre.linux.in>
44520              
44521              Allow lvalue subs to return undef in array context.
44522      Branch: perl
44523            ! pp_hot.c
44524 ____________________________________________________________________________
44525 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
44526         Log: Just a guess that using the same hack for cygwin as
44527              for win32 might help.
44528      Branch: perl
44529            ! lib/File/Find/find.t
44530 ____________________________________________________________________________
44531 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
44532         Log: NetWare tweaks from Guruprasad.
44533      Branch: perl
44534            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
44535            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
44536            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
44537            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
44538 ____________________________________________________________________________
44539 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
44540         Log: Subject: Re: perl@10722: Bogus warnings on REs 
44541              From: Hugo <hv@crypt.compulink.co.uk>
44542              Date: Thu, 21 Jun 2001 09:51:17 +0100
44543              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
44544              
44545              Unroll to avoid a UTS compiler bug.
44546      Branch: perl
44547            ! regcomp.c
44548 ____________________________________________________________________________
44549 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
44550         Log: Subject: Re: [PATCH] Make /o work under i?threads
44551              From: Artur Bergman <artur@contiller.se>
44552              Date: Thu, 21 Jun 2001 14:38:03 +0200
44553              Message-ID: <B757B74A.184D%artur@contiller.se>
44554      Branch: perl
44555            ! t/op/pat.t
44556 ____________________________________________________________________________
44557 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
44558         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
44559              From: Artur Bergman <artur@contiller.se> 
44560              Date: Thu, 21 Jun 2001 14:27:33 +0200
44561              Message-ID: <B757B4D4.1849%artur@contiller.se>
44562              
44563              Plus extra parentheses.
44564      Branch: perl
44565            ! op.h
44566 ____________________________________________________________________________
44567 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
44568         Log: Subject: [PATCH] Make /o work under i?threads
44569              From: Richard Soderberg <rs@crystalflame.net>
44570              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
44571              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
44572      Branch: perl
44573            ! pp_ctl.c
44574 ____________________________________________________________________________
44575 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
44576         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
44577              From: Artur Bergman <artur@contiller.se>
44578              Date: Thu, 21 Jun 2001 14:04:54 +0200
44579              Message-ID: <B757AF86.1842%artur@contiller.se>
44580      Branch: perl
44581            ! op.h
44582 ____________________________________________________________________________
44583 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
44584         Log: Subject: Re: perl@10765: sv.c not OK on win32
44585              From: Artur Bergman <artur@contiller.se>
44586              Date: Thu, 21 Jun 2001 10:31:06 +0200
44587              Message-ID: <B7577D69.182C%artur@contiller.se>
44588      Branch: perl
44589            ! sv.c
44590 ____________________________________________________________________________
44591 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
44592         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
44593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44594              Date: Thu, 21 Jun 2001 06:23:56 -0400
44595              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
44596              
44597              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
44598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44599              Date: Thu, 21 Jun 2001 06:32:21 -0400
44600              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
44601      Branch: perl
44602            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
44603 ____________________________________________________________________________
44604 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
44605         Log: Subject: [PATCH] make syslog test more verbose
44606              From: Robert Spier <rspier@pobox.com>
44607              Date: Thu, 21 Jun 2001 00:54:32 -0400
44608              Message-ID: <15153.32264.295807.333073@rls.cx>
44609      Branch: perl
44610            ! ext/Sys/Syslog/syslog.t
44611 ____________________________________________________________________________
44612 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
44613         Log: Subject: op/study.t refinements
44614              From: Hugo <hv@crypt.compulink.co.uk>
44615              Date: Thu, 21 Jun 2001 00:29:07 +0100
44616              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
44617      Branch: perl
44618            ! t/op/study.t
44619 ____________________________________________________________________________
44620 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
44621         Log: Update Changes.
44622      Branch: perl
44623            ! Changes patchlevel.h
44624 ____________________________________________________________________________
44625 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
44626         Log: Subject: Re: [PATCH] djgpp updates
44627              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
44628              Date: Wed, 20 Jun 2001 10:05:15 +0200
44629              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
44630      Branch: perl
44631            ! djgpp/config.over
44632 ____________________________________________________________________________
44633 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
44634         Log: Fix for ID 20010619.002 "When building hash, hash keys that
44635              are function calls are not being called", from Abhijit.
44636      Branch: perl
44637            ! t/base/lex.t toke.c
44638 ____________________________________________________________________________
44639 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
44640         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
44641      Branch: perl
44642            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
44643            + lib/Locale/Maketext/test.pl
44644            - lib/Locale/Maketext.t
44645            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
44646            ! lib/Locale/Maketext/TPJ13.pod
44647 ____________________________________________________________________________
44648 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
44649         Log: Metaconfig unit change for #10760.
44650      Branch: metaconfig
44651            ! U/modified/Cppsym.U
44652 ____________________________________________________________________________
44653 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
44654         Log: Do not remove the ccsym* Cppsym* files since
44655              they are useful for metaconfig units coming after us.
44656              (This is the Configure nit mentioned in #10752.)
44657      Branch: perl
44658            ! Configure
44659 ____________________________________________________________________________
44660 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
44661         Log: Update to I18N::LangTags 0.24, from Sean Burke.
44662      Branch: perl
44663            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
44664            + lib/I18N/LangTags/README
44665            - lib/I18N/LangTags/List.pod
44666            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
44667 ____________________________________________________________________________
44668 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
44669         Log: Regen headers.
44670      Branch: perl
44671            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
44672            ! pod/perlapi.pod proto.h
44673 ____________________________________________________________________________
44674 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
44675         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
44676              From: Artur Bergman <artur@contiller.se>
44677              Date: Wed, 20 Jun 2001 11:31:32 +0200
44678              Message-ID: <B7563A14.17D8%artur@contiller.se>
44679      Branch: perl
44680            ! embed.pl hv.c intrpvar.h sv.c sv.h
44681 ____________________________________________________________________________
44682 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
44683         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
44684              From: Tim Sweetman <tim@aldigital.co.uk> 
44685              Date: Wed, 13 Jun 2001 14:25:17 +0100 
44686              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
44687      Branch: perl
44688            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
44689 ____________________________________________________________________________
44690 [ 10755] By: nick                                  on 2001/06/20  16:12:37
44691         Log: Integrate mainline
44692      Branch: perlio
44693           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
44694           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
44695           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
44696           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
44697           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
44698           !> t/op/study.t util.c
44699 ____________________________________________________________________________
44700 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
44701         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
44702              but not Makefile)
44703      Branch: maint-5.6/perl
44704            ! win32/Makefile
44705 ____________________________________________________________________________
44706 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
44707         Log: Security tweak on readlink().
44708      Branch: perl
44709            ! pp_sys.c
44710 ____________________________________________________________________________
44711 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
44712         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
44713      Branch: perl
44714            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
44715            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
44716            ! mpeix/relink t/op/pwent.t
44717 ____________________________________________________________________________
44718 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
44719         Log: Reinstate #10725 (with probe for alarm()).
44720      Branch: perl
44721            ! t/op/study.t
44722 ____________________________________________________________________________
44723 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
44724         Log: Replace our implementation of realpath() with OpenBSD's
44725              (src/lib/libc/stdlib/realpath.c 1.4).
44726      Branch: perl
44727            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
44728            ! pod/perldiag.pod proto.h util.c
44729 ____________________________________________________________________________
44730 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
44731         Log: Integrate perlio.
44732      Branch: perl
44733           !> perlio.c
44734 ____________________________________________________________________________
44735 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
44736         Log: No point in going into memory-saving contortions
44737              with getcwd() since there's a danger of buffer overflow.
44738              Also make the POSIX extension to use sv_getcwd().
44739              Finally, a missed proto.h fragment.
44740      Branch: perl
44741            ! ext/POSIX/POSIX.xs proto.h util.c
44742 ____________________________________________________________________________
44743 [ 10747] By: nick                                  on 2001/06/20  12:38:26
44744         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
44745      Branch: perlio
44746            ! perlio.c
44747 ____________________________________________________________________________
44748 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
44749         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
44750              From: Graham Barr <gbarr@pobox.com>
44751              Date: Wed, 20 Jun 2001 11:05:49 +0100
44752              Message-ID: <20010620110549.I19188@pobox.com>
44753              
44754              reported in        
44755              
44756              Subject: Bug in IO::Socket::INET module (repeat)
44757              From: "Harmon S. Nine" <hnine@netarx.com>
44758              Date: Tue, 19 Jun 2001 09:41:35 -0400
44759              Message-ID: <3B2F568F.8080605@netarx.com>
44760              
44761              The bug was that the IO::Socket::INET constructor
44762              did not allow a 'LocalPort' of 0.
44763      Branch: perl
44764            ! ext/IO/lib/IO/Socket/INET.pm
44765 ____________________________________________________________________________
44766 [ 10745] By: nick                                  on 2001/06/20  08:56:39
44767         Log: Integrate mainline.
44768      Branch: perlio
44769           !> (integrate 37 files)
44770 ____________________________________________________________________________
44771 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
44772         Log: After some reading I don't think we can blindly
44773              use systems' realpath().  Too many security problems,
44774              too many buggy implementations.
44775              
44776              TODO: the realpath() emulation code in util.c doesn't
44777              seem fully operational?  (readlink(), for example?)
44778      Branch: perl
44779            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
44780            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
44781            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
44782            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
44783            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
44784            ! win32/config_H.gc win32/config_H.vc
44785 ____________________________________________________________________________
44786 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
44787         Log: Metaconfig unit change for #10738.
44788      Branch: metaconfig
44789            ! U/compline/d_gconvert.U
44790 ____________________________________________________________________________
44791 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
44792         Log: Integrate change #10739 from maintperl:
44793              
44794              C<eval "/x$\r\n/x"> fails to compile correctly 
44795      Branch: perl
44796           !> t/op/pat.t toke.c
44797 ____________________________________________________________________________
44798 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
44799         Log: Retract #10725 (Hugo asked NOT to apply the patch)
44800      Branch: perl
44801            ! t/op/study.t
44802 ____________________________________________________________________________
44803 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
44804         Log: The test.third results were funnily named because of the
44805              new test scheme.
44806      Branch: perl
44807            ! t/TEST
44808 ____________________________________________________________________________
44809 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
44810         Log: C<eval "/x$\r\n/x"> fails to compile correctly
44811      Branch: maint-5.6/perl
44812            ! t/op/pat.t toke.c
44813 ____________________________________________________________________________
44814 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
44815         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
44816              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44817              Date: Tue, 19 Jun 2001 19:15:40 -0400
44818              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
44819              
44820              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
44821              because "1e+129" being expected but "1.e+129" being returned.
44822              The culprit (at least in Tru64) is the use of gcvt().
44823      Branch: perl
44824            ! Configure
44825 ____________________________________________________________________________
44826 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
44827         Log: Subject: [PATCH perl@10722] test hunting on VMS
44828              From: "Craig A. Berry" <craigberry@mac.com>
44829              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
44830              Date: Tue, 19 Jun 2001 18:59:01 -0500
44831      Branch: perl
44832            ! vms/test.com
44833 ____________________________________________________________________________
44834 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
44835         Log: Subject: [PATCH] s/typos//
44836              From: Abhijit Menon-Sen <ams@wiw.org>
44837              Date: Wed, 20 Jun 2001 02:15:02 +0530
44838              Message-ID: <20010620021502.A14541@lustre.linux.in>
44839              
44840              Without the op.h s/bearword/bareword/ hunk, see
44841              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
44842      Branch: perl
44843            ! util.c
44844 ____________________________________________________________________________
44845 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
44846         Log: Metaconfig unit change for #10732 and #10733.
44847      Branch: metaconfig/U/perl
44848            ! fflushall.U
44849 ____________________________________________________________________________
44850 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
44851         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
44852              From: "Craig A. Berry" <craigberry@mac.com>
44853              Date: Tue, 19 Jun 2001 17:19:48 -0500
44854              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
44855      Branch: perl
44856            ! configure.com vms/descrip_mms.template
44857 ____________________________________________________________________________
44858 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
44859         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
44860              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44861              Date: Tue, 19 Jun 2001 16:48:07 -0400
44862              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
44863              
44864              Further fixes to fflush(NULL) detection.
44865      Branch: perl
44866            ! Configure
44867 ____________________________________________________________________________
44868 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
44869         Log: AIX test -s hangs with non-existent files?
44870              (A genuine logic bug in Configure, but AIX also broken?)
44871      Branch: perl
44872            ! Configure
44873 ____________________________________________________________________________
44874 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
44875         Log: AUTHORS updates.
44876      Branch: perl
44877            ! AUTHORS
44878 ____________________________________________________________________________
44879 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
44880         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
44881              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44882              Date: Tue, 19 Jun 2001 15:33:25 -0400
44883              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
44884      Branch: perl
44885            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
44886            ! t/lib/warnings/pp
44887 ____________________________________________________________________________
44888 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
44889         Log: Integrate perlio.
44890      Branch: perl
44891           !> lib/File/Find/find.t win32/distclean.bat
44892 ____________________________________________________________________________
44893 [ 10728] By: nick                                  on 2001/06/19  18:24:53
44894         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
44895      Branch: perlio
44896            ! lib/File/Find/find.t win32/distclean.bat
44897 ____________________________________________________________________________
44898 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
44899         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
44900              also add information how to find out whether one has PerlIO.
44901      Branch: perl
44902            ! pod/perlfunc.pod
44903 ____________________________________________________________________________
44904 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
44905         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
44906              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44907              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
44908              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
44909      Branch: perl
44910            ! pod/perlfunc.pod
44911 ____________________________________________________________________________
44912 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
44913         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44914              From: Hugo <hv@crypt.compulink.co.uk>
44915              Date: Tue, 19 Jun 2001 12:37:30 +0100
44916              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
44917      Branch: perl
44918            ! t/op/study.t
44919 ____________________________________________________________________________
44920 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
44921         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44922              From: Hugo <hv@crypt.compulink.co.uk>
44923              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
44924              Date: Tue, 19 Jun 2001 13:15:17 +0100
44925      Branch: perl
44926            ! util.c
44927 ____________________________________________________________________________
44928 [ 10723] By: nick                                  on 2001/06/19  14:46:15
44929         Log: Integrate mainline
44930      Branch: perlio
44931           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
44932           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
44933           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
44934           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
44935           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
44936           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44937            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44938            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44939            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44940            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44941            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44942            - ext/Thread/unsync4.t
44943           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
44944           !> djgpp/config.over djgpp/fixpmain
44945           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
44946           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
44947           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
44948 ____________________________________________________________________________
44949 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
44950         Log: Update Changes.
44951      Branch: perl
44952            ! Changes patchlevel.h
44953 ____________________________________________________________________________
44954 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
44955         Log: The existence shall be MANIFESted.
44956      Branch: perl
44957            ! MANIFEST
44958 ____________________________________________________________________________
44959 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
44960         Log: The old libnet.cfg is first searched from the current directory,
44961              only then from the module path.
44962      Branch: perl
44963            ! utils/libnetcfg.PL
44964 ____________________________________________________________________________
44965 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
44966         Log: NetWare tweaks from Guruprasad.
44967      Branch: perl
44968            ! NetWare/Makefile NetWare/config.wc
44969 ____________________________________________________________________________
44970 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
44971         Log: Subject: [PATCH] djgpp updates
44972              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
44973              Date: Tue, 19 Jun 2001 10:59:06 +0200
44974              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
44975      Branch: perl
44976            ! djgpp/config.over djgpp/fixpmain
44977 ____________________________________________________________________________
44978 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
44979         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
44980              From: Prymmer/Kahn <pvhp@best.com>
44981              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
44982              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
44983      Branch: perl
44984            ! win32/Makefile
44985 ____________________________________________________________________________
44986 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
44987         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
44988              to happen right after the inclusion of <inttypes.h>,
44989              from Edward Moy.
44990      Branch: perl
44991            ! handy.h perl.h
44992 ____________________________________________________________________________
44993 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
44994         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
44995              From: Doug MacEachern <dougm@covalent.net>
44996              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
44997              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
44998      Branch: perl
44999            ! ext/DynaLoader/DynaLoader_pm.PL
45000 ____________________________________________________________________________
45001 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
45002         Log: Revert #10656 for performance reasons but leave in the
45003              use of Hv*() macros -- in comments, so that grepping the
45004              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
45005              suggested by Sarathy, also by Abhijit.)
45006      Branch: perl
45007            ! hv.c
45008 ____________________________________________________________________________
45009 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
45010         Log: Subject: [patch] .s MakeMaker suffix
45011              From: Doug MacEachern <dougm@covalent.net>
45012              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
45013              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
45014      Branch: perl
45015            ! lib/ExtUtils/MM_Unix.pm
45016 ____________________________________________________________________________
45017 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
45018         Log: One test lost in the big shuffle restored.
45019      Branch: perl
45020            + ext/IPC/SysV/ipcsysv.t
45021            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
45022 ____________________________________________________________________________
45023 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
45024         Log: Rename the old non-standard threads tests so that
45025              they won't be invoked.
45026      Branch: perl
45027            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
45028            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
45029            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
45030            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
45031            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
45032            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
45033            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
45034            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
45035            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
45036            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
45037            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
45038            - ext/Thread/unsync4.t
45039            ! MANIFEST
45040 ____________________________________________________________________________
45041 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
45042         Log: Integrate perlio.
45043      Branch: perl
45044           !> win32/config_sh.PL
45045 ____________________________________________________________________________
45046 [ 10709] By: nick                                  on 2001/06/19  08:18:18
45047         Log: Integrate mainline
45048      Branch: perlio
45049           +> (branch 40 files)
45050            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
45051            - lib/strict/subs lib/strict/vars lib/warnings/1global
45052            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
45053            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
45054            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
45055            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
45056            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
45057            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
45058            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
45059            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
45060            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
45061            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
45062            - lib/warnings/utf8 lib/warnings/util
45063           !> (integrate 57 files)
45064 ____________________________________________________________________________
45065 [ 10708] By: nick                                  on 2001/06/19  07:57:10
45066         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
45067      Branch: perlio
45068            ! win32/config_sh.PL
45069 ____________________________________________________________________________
45070 [ 10707] By: nick                                  on 2001/06/19  07:05:07
45071         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
45072      Branch: perl
45073            ! perly.c perly.y perly_c.diff vms/perly_c.vms
45074 ____________________________________________________________________________
45075 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
45076         Log: More perl572delta tweaks.
45077      Branch: perl
45078            ! pod/perl572delta.pod
45079 ____________________________________________________________________________
45080 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
45081         Log: Update perl572delta.
45082      Branch: perl
45083            ! pod/perl572delta.pod
45084 ____________________________________________________________________________
45085 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
45086         Log: VOS updates from Paul Green.
45087      Branch: perl
45088            ! vos/Changes vos/build.cm vos/perl.bind
45089 ____________________________________________________________________________
45090 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
45091         Log: Update the vos/config.*.* files.
45092      Branch: perl
45093            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45094            ! vos/config.ga.h
45095 ____________________________________________________________________________
45096 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
45097         Log: Add a makefile for more painless adding of symbols to the
45098              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
45099              takes care of the adding)
45100      Branch: perl
45101            + vos/Makefile
45102 ____________________________________________________________________________
45103 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
45104         Log: Make libnetcfg by default display the libnet configuration,
45105              -c to change, add -i for old config, document all options,
45106              regen toc.
45107      Branch: perl
45108            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
45109 ____________________________________________________________________________
45110 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
45111         Log: gcc -Wall sweep.
45112      Branch: perl
45113            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
45114 ____________________________________________________________________________
45115 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
45116         Log: So there.
45117      Branch: perl
45118            ! universal.c
45119 ____________________________________________________________________________
45120 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
45121         Log: Document the need for sv_printify().
45122              
45123              Document that 'use utf8' has been considered.
45124              
45125              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
45126      Branch: perl
45127            ! pod/perltodo.pod universal.c
45128 ____________________________________________________________________________
45129 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
45130         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
45131              From: Nicholas Clark <nick@ccl4.org>
45132              Date: Mon, 18 Jun 2001 23:29:23 +0100
45133              Message-ID: <20010618232923.I98663@plum.flirble.org>
45134      Branch: perl
45135            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
45136            ! ext/Sys/Syslog/Makefile.PL
45137 ____________________________________________________________________________
45138 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
45139         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
45140              From: Scott.L.Miller@Compaq.com
45141              Date: Mon, 18 Jun 2001 10:12:27 -0500
45142              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
45143      Branch: perl
45144            ! lib/perl5db.pl pod/perldebug.pod
45145 ____________________________________________________________________________
45146 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
45147         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
45148              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
45149              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
45150              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
45151      Branch: perl
45152            ! lib/Carp/Heavy.pm
45153 ____________________________________________________________________________
45154 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
45155         Log: Subject: [PATCH] Documentation changes for CLONE
45156              From: Artur Bergman <artur@contiller.se>
45157              Date: Mon, 18 Jun 2001 22:06:37 +0200
45158              Message-ID: <B7542BEC.1719%artur@contiller.se>
45159      Branch: perl
45160            ! pod/perlmod.pod pod/perlsub.pod
45161 ____________________________________________________________________________
45162 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
45163         Log: Subject: Re: configure.com
45164              From: "Craig A. Berry" <craigberry@mac.com>
45165              Date: Mon, 18 Jun 2001 16:04:38 -0500
45166              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
45167      Branch: perl
45168            ! configure.com
45169 ____________________________________________________________________________
45170 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
45171         Log: Subject: PL_nullstash + perl_clone()
45172              From: Doug MacEachern <dougm@covalent.net>
45173              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
45174              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
45175      Branch: perl
45176            ! sv.c
45177 ____________________________________________________________________________
45178 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
45179         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
45180              From: davem@fdgroup.co.uk
45181              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
45182              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
45183      Branch: perl
45184            ! embed.pl pod/perlapi.pod
45185 ____________________________________________________________________________
45186 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
45187         Log: More cross-compilation defaults gleaned from -Dcc
45188              if it is CPU-OS-gcc.
45189      Branch: metaconfig
45190            ! U/modified/libc.U
45191      Branch: metaconfig/U/perl
45192            ! Cross.U
45193      Branch: perl
45194            ! Configure INSTALL
45195 ____________________________________________________________________________
45196 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
45197         Log: Update Changes.
45198      Branch: perl
45199            ! Changes patchlevel.h
45200 ____________________________________________________________________________
45201 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
45202         Log: Subject: [PATCH 5.7.1] sv.c documentation
45203              From: davem@fdgroup.co.uk
45204              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
45205              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
45206      Branch: perl
45207            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
45208            ! sv.c sv.h
45209 ____________________________________________________________________________
45210 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
45211         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
45212              From: "Jon Gunnip" <jongunnip@hotmail.com>
45213              Date: Sun, 17 Jun 2001 18:24:29 -0400
45214              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
45215      Branch: perl
45216            ! pod/perlvar.pod
45217 ____________________________________________________________________________
45218 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
45219         Log: Move the locale/strict/warnings helper files back
45220              under the t/lib; this way the amount of non-installabled
45221              stuff under lib/ stays smaller.
45222      Branch: perl
45223            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
45224            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
45225            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
45226            + t/lib/warnings/5nolint t/lib/warnings/6default
45227            + t/lib/warnings/7fatal t/lib/warnings/8signal
45228            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
45229            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
45230            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
45231            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
45232            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
45233            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
45234            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
45235            + t/lib/warnings/taint t/lib/warnings/toke
45236            + t/lib/warnings/universal t/lib/warnings/utf8
45237            + t/lib/warnings/util
45238            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
45239            - lib/strict/subs lib/strict/vars lib/warnings/1global
45240            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
45241            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
45242            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
45243            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
45244            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
45245            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
45246            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
45247            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
45248            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
45249            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
45250            - lib/warnings/utf8 lib/warnings/util
45251            ! MANIFEST installperl lib/locale.t lib/strict.t
45252 ____________________________________________________________________________
45253 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
45254         Log: Split off the pack/unpack code, from Nicholas Clark.
45255      Branch: perl
45256            + pp_pack.c
45257            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
45258            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
45259            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
45260 ____________________________________________________________________________
45261 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
45262         Log: Guard the SysV IPC tests against being invoked in
45263              SysV-IPC-less places.
45264      Branch: perl
45265            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
45266 ____________________________________________________________________________
45267 [ 10683] By: nick                                  on 2001/06/18  12:24:42
45268         Log: Integrate mainline (new test scheme now ok on Linux).
45269      Branch: perlio
45270           +> lib/warnings.t
45271           !> dump.c sv.c
45272 ____________________________________________________________________________
45273 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
45274         Log: Add the locale.c and numeric.c to the microperl sources.
45275      Branch: perl
45276            ! Makefile.micro win32/Makefile
45277 ____________________________________________________________________________
45278 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
45279         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
45280              From: Abhijit Menon-Sen <ams@wiw.org>
45281              Date: Mon, 18 Jun 2001 14:23:44 +0530
45282              Message-ID: <20010618142344.A13136@lustre.linux.in>
45283      Branch: perl
45284            ! dump.c
45285 ____________________________________________________________________________
45286 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
45287         Log: Subject: Re: [PATCH] more anonymous stash cleanups
45288              From: Abhijit Menon-Sen <ams@wiw.org>
45289              Date: Mon, 18 Jun 2001 15:50:32 +0530
45290              Message-ID: <20010618155032.A13223@lustre.linux.in>
45291              
45292              Plus the comment left in as suggested by NI-S.
45293      Branch: perl
45294            ! sv.c
45295 ____________________________________________________________________________
45296 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
45297         Log: One missed file.
45298      Branch: perl
45299            + lib/warnings.t
45300 ____________________________________________________________________________
45301 [ 10678] By: nick                                  on 2001/06/18  08:05:29
45302         Log: Integrate mainline (part2 - the deletes)
45303      Branch: perlio
45304            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
45305            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
45306            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
45307            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
45308            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
45309            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
45310            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
45311            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
45312            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
45313            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
45314            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
45315 ____________________________________________________________________________
45316 [ 10677] By: nick                                  on 2001/06/18  08:04:44
45317         Log: Integrate mainline (part1)
45318      Branch: perlio
45319           +> (branch 376 files)
45320            - (delete 219 files)
45321           !> (integrate 151 files)
45322 ____________________________________________________________________________
45323 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
45324         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
45325              No doubt I made some mistakes like missed some files or
45326              misnamed some files.  The naming rules were more or less:
45327              (1) if the module is from CPAN, follows its ways, be it
45328              t/*.t or test.pl.
45329              (2) otherwise if there are multiple tests for a module
45330              put them in a t/
45331              (3) otherwise if there's only one test put it in Module.t
45332              (4) helper files go to module/ (locale, strict, warnings)
45333              (5) use longer filenames now that we can (but e.g. the
45334              compat-0.6.t and the Text::Balanced test files still
45335              were renamed to be more civil against the 8.3 people)
45336              installperl was updated appropriately not to install the
45337              *.t files or the help files from under lib.
45338              
45339              TODO: some helper files still remain under t/ that could
45340              follow their 'masters'.  UPDATE: On second thoughts, why
45341              should they.  They can continue to live under t/lib, and
45342              in fact the locale/strict/warnings helpers that were moved
45343              could be moved back.  This way the amount of non-installable
45344              stuff under lib/ stays smaller.
45345      Branch: perl
45346            + (add 253 files)
45347            - (delete 254 files)
45348            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
45349 ____________________________________________________________________________
45350 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
45351         Log: The warning no more comes from util.c, it comes from numeric.c.
45352      Branch: perl
45353            ! README.tru64
45354 ____________________________________________________________________________
45355 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
45356         Log: Subject: Re: anyone good at casting spells?
45357              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45358              Date: Sun, 17 Jun 2001 21:21:04 -0400
45359              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
45360      Branch: perl
45361            ! ext/POSIX/POSIX.xs hv.h
45362 ____________________________________________________________________________
45363 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
45364         Log: Protect the (original) thread tests against testing if no 5.005
45365              threads have been configured.
45366      Branch: perl
45367            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
45368            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
45369            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
45370            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
45371            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
45372            ! ext/Thread/unsync4.t
45373 ____________________________________________________________________________
45374 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
45375         Log: Try the new test scanning scheme on Text::Abbrev.
45376      Branch: perl
45377            + lib/Text/Abbrev.t
45378            - lib/Text/Abbrev/t/abbrev.t
45379            ! MANIFEST
45380 ____________________________________________________________________________
45381 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
45382         Log: Change the scan policy of the *.t and test.pl files,
45383              now the *.t do not need to live in a t/ directory.
45384      Branch: perl
45385            ! t/TEST t/harness
45386 ____________________________________________________________________________
45387 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
45388         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
45389              From: Ilmari Karonen <iltzu@sci.fi>
45390              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
45391              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
45392      Branch: perl
45393            ! pod/perlfaq7.pod
45394 ____________________________________________________________________________
45395 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
45396         Log: Quench the warnings from Tru64; the HP-UX is still
45397              broken because it really, REALLY, doesn't like the
45398              HvARRAY() being lvalue:
45399              
45400              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
45401              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
45402      Branch: perl
45403            ! hv.c
45404 ____________________________________________________________________________
45405 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
45406         Log: Integrate change #10667 from maintperl:
45407              
45408              change#10449 broke the special-case that makes lexicals inside the
45409              eval"" within DB::DB() visible
45410      Branch: perl
45411           !> op.c
45412 ____________________________________________________________________________
45413 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
45414         Log: change#10449 broke the special-case that makes lexicals inside the
45415              eval"" within DB::DB() visible
45416      Branch: maint-5.6/perl
45417            ! op.c
45418 ____________________________________________________________________________
45419 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
45420         Log: Still spurious output; indent the code a bit.
45421              
45422              TODO1: separate the utility functions like MkDir
45423              into a helper script?
45424              
45425              TODO2: I see a lot of repetition in the filepath()
45426              and dirpath() calls.
45427      Branch: perl
45428            ! t/lib/filefind.t t/lib/findtaint.t
45429 ____________________________________________________________________________
45430 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
45431         Log: Regen modlib, toc.
45432      Branch: perl
45433            ! pod/perlmodlib.pod pod/perltoc.pod
45434 ____________________________________________________________________________
45435 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
45436         Log: Add libnetcfg to perlutil.
45437      Branch: perl
45438            ! pod/perlutil.pod
45439 ____________________________________________________________________________
45440 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
45441         Log: Initial integration of libnet-1.0703.
45442              The Configure script renamed as libnetcfg, will be
45443              installed along other utilities.
45444      Branch: perl
45445            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
45446            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
45447            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
45448            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
45449            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
45450            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
45451            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
45452            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
45453            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
45454            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
45455            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
45456            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
45457            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
45458            + utils/libnetcfg.PL
45459            ! MANIFEST utils.lst utils/Makefile
45460 ____________________________________________________________________________
45461 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
45462         Log: Less potentially test-harness-confusing output.
45463      Branch: perl
45464            ! lib/Memoize/t/expire_module_t.t
45465 ____________________________________________________________________________
45466 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
45467         Log: The final print annoys make test.
45468      Branch: perl
45469            ! t/lib/filefind.t t/lib/findtaint.t
45470 ____________________________________________________________________________
45471 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
45472         Log: Add an option for handling dangling symbolic links.
45473      Branch: perl
45474            ! lib/File/Find.pm t/lib/filefind.t
45475 ____________________________________________________________________________
45476 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
45477         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
45478              From: Thomas Wegner <wegner_thomas@yahoo.com>
45479              Date: Sun, 17 Jun 2001 14:43:11 +0200
45480              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
45481      Branch: perl
45482            + t/lib/findtaint.t
45483            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
45484 ____________________________________________________________________________
45485 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
45486         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
45487              From: Jonathan Stowe <gellyfish@gellyfish.com>
45488              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
45489              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
45490      Branch: perl
45491            ! lib/ExtUtils/MM_Unix.pm
45492 ____________________________________________________________________________
45493 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
45494         Log: Subject: [PATCH] more anonymous stash cleanups
45495              From: Abhijit Menon-Sen <ams@wiw.org>
45496              Date: Sun, 17 Jun 2001 11:44:06 +0530
45497              Message-ID: <20010617114406.A25203@lustre.linux.in>
45498      Branch: perl
45499            ! op.c
45500 ____________________________________________________________________________
45501 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
45502         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
45503              From: Abhijit Menon-Sen <ams@wiw.org>
45504              Date: Sun, 17 Jun 2001 08:02:59 +0530
45505              Message-ID: <20010617080259.A28776@lustre.linux.in>
45506              
45507              Subject: [PATCH #2/7] xhv_eiter
45508              From: Abhijit Menon-Sen <ams@wiw.org>
45509              Date: Sun, 17 Jun 2001 08:13:18 +0530
45510              Message-ID: <20010617081318.B28776@lustre.linux.in>
45511              
45512              Subject: [PATCH #3/7] xhv_fill
45513              From: Abhijit Menon-Sen <ams@wiw.org>
45514              Date: Sun, 17 Jun 2001 08:25:16 +0530
45515              Message-ID: <20010617082516.C28776@lustre.linux.in>
45516              
45517              Subject: [PATCH #4/7] xhv_keys
45518              From: Abhijit Menon-Sen <ams@wiw.org>
45519              Date: Sun, 17 Jun 2001 08:36:17 +0530
45520              Message-ID: <20010617083617.D28776@lustre.linux.in>
45521              
45522              Subject: [PATCH #5/7] xhv_max
45523              From: Abhijit Menon-Sen <ams@wiw.org>
45524              Date: Sun, 17 Jun 2001 08:39:48 +0530
45525              Message-ID: <20010617083948.E28776@lustre.linux.in>
45526              
45527              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
45528              From: Abhijit Menon-Sen <ams@wiw.org>
45529              Date: Sun, 17 Jun 2001 08:51:11 +0530
45530              Message-ID: <20010617085111.F28776@lustre.linux.in>
45531      Branch: perl
45532            ! hv.c
45533 ____________________________________________________________________________
45534 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
45535         Log: Update Changes.
45536      Branch: perl
45537            ! Changes patchlevel.h
45538 ____________________________________________________________________________
45539 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
45540         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
45541              From: Abhijit Menon-Sen <ams@wiw.org>
45542              Date: Sat, 16 Jun 2001 07:41:19 +0530
45543              Message-ID: <20010616074119.A24720@lustre.linux.in>
45544      Branch: perl
45545            ! hv.c perl.c vms/vmsish.h win32/win32.h
45546 ____________________________________________________________________________
45547 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
45548         Log: Document tests failing when threaded, since we now have more.
45549      Branch: perl
45550            ! pod/perl572delta.pod
45551 ____________________________________________________________________________
45552 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
45553         Log: -Wall cleanup.
45554      Branch: perl
45555            ! ext/Thread/Thread.xs
45556 ____________________________________________________________________________
45557 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
45558         Log: pthread_attr_setstacksize() isn't absolutely necessary
45559              to call, only iff THREAD_CREATE_NEEDS_STACK.
45560      Branch: perl
45561            ! ext/Thread/Thread.xs
45562 ____________________________________________________________________________
45563 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
45564         Log: -Wall strays.
45565      Branch: perl
45566            ! perl.c util.c
45567 ____________________________________________________________________________
45568 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
45569         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
45570              (and INT64_MIN) brokenness.
45571      Branch: perl
45572            ! hints/darwin.sh perl.h
45573 ____________________________________________________________________________
45574 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
45575         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
45576              From: Nicholas Clark <nick@ccl4.org>
45577              Date: Sun, 17 Jun 2001 00:16:05 +0100
45578              Message-ID: <20010617001605.V98663@plum.flirble.org>
45579      Branch: perl
45580            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
45581            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
45582            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45583 ____________________________________________________________________________
45584 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
45585         Log: Add perlnetware to docs; regen toc; supply skeleton
45586              docs for some Memoize submodules.
45587      Branch: perl
45588            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
45589            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
45590            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
45591            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
45592            ! win32/Makefile win32/makefile.mk
45593 ____________________________________________________________________________
45594 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
45595         Log: pod cleanup.
45596      Branch: perl
45597            ! README.netware
45598 ____________________________________________________________________________
45599 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
45600         Log: Integrate Memoize 0.64.  Few tweaks were required in
45601              the test scripts.  Note that the speed and expire*
45602              tests take several dozen seconds to run.
45603      Branch: perl
45604            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
45605            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
45606            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
45607            + lib/Memoize/README lib/Memoize/SDBM_File.pm
45608            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
45609            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
45610            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
45611            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
45612            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
45613            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
45614            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
45615            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
45616            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
45617            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
45618            ! MANIFEST t/lib/1_compile.t
45619 ____________________________________________________________________________
45620 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
45621         Log: Document the cross-compilation options.
45622      Branch: perl
45623            ! Cross/README INSTALL
45624 ____________________________________________________________________________
45625 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
45626         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
45627      Branch: perl
45628            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
45629            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
45630            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
45631            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
45632            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
45633            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
45634            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
45635            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
45636            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
45637            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
45638            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
45639            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
45640            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
45641            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
45642            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
45643            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
45644            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
45645            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
45646            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
45647            + lib/ExtUtils/MM_NW5.pm
45648            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
45649            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
45650            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45651            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
45652            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
45653            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
45654            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
45655            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
45656            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
45657            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
45658            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
45659            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
45660            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
45661            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
45662            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
45663            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
45664            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
45665            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
45666            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
45667            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
45668            ! util.h x2p/a2py.c
45669 ____________________________________________________________________________
45670 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
45671         Log: Resort MANIFEST.
45672      Branch: perl
45673            ! MANIFEST
45674 ____________________________________________________________________________
45675 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
45676         Log: Integrate perlio.
45677      Branch: perl
45678           +> win32/win32io.c
45679           !> MANIFEST perlio.c perliol.h win32/makefile.mk
45680 ____________________________________________________________________________
45681 [ 10640] By: nick                                  on 2001/06/16  18:38:31
45682         Log: Disable :win32 layer as default till I get it working
45683      Branch: perlio
45684            ! MANIFEST perlio.c
45685 ____________________________________________________________________________
45686 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
45687         Log: Try the new scheme by moving the Text::Abbrev test
45688              to a new place under lib.
45689      Branch: perl
45690            + lib/Text/Abbrev/t/abbrev.t
45691            - t/lib/abbrev.t
45692            ! MANIFEST
45693 ____________________________________________________________________________
45694 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
45695         Log: Make the code even more dynamical so that testname
45696              suffix length can change.
45697      Branch: perl
45698            ! lib/Test/Harness.pm t/TEST
45699 ____________________________________________________________________________
45700 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
45701         Log: Allow for deeper t/ and also a single test.pl.
45702      Branch: perl
45703            ! t/TEST t/harness
45704 ____________________________________________________________________________
45705 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
45706         Log: #define fix from Nicholas Clark.
45707      Branch: perl
45708            ! ext/POSIX/POSIX.xs
45709 ____________________________________________________________________________
45710 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
45711         Log: Initialization is nice.
45712      Branch: perl
45713            ! lib/Test/Harness.pm
45714 ____________________________________________________________________________
45715 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
45716         Log: Make t/TEST and t/harness to test also the t/ tests
45717              under the main lib/ and ext/ directories.  Fix Test::Harness
45718              to dynamically change the width of its "foo/bar....ok" output.
45719      Branch: perl
45720            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
45721 ____________________________________________________________________________
45722 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
45723         Log: Subject: [PATCH] Re: perl@10611 
45724              From: Nicholas Clark <nick@ccl4.org>
45725              Date: Sat, 16 Jun 2001 16:52:47 +0100
45726              Message-ID: <20010616165247.O98663@plum.flirble.org>
45727              
45728              The .xs parts, too.
45729      Branch: perl
45730            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
45731            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
45732 ____________________________________________________________________________
45733 [ 10632] By: nick                                  on 2001/06/16  16:44:35
45734         Log: Work-in-progress win32 layer semi-functional, checking 
45735              for UNIX breakage.
45736      Branch: perlio
45737            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
45738 ____________________________________________________________________________
45739 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
45740         Log: Subject: [PATCH] Re: perl@10611 
45741              From: Nicholas Clark <nick@ccl4.org>
45742              Date: Sat, 16 Jun 2001 16:52:47 +0100
45743              Message-ID: <20010616165247.O98663@plum.flirble.org>
45744      Branch: perl
45745            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
45746            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
45747            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
45748            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
45749            ! lib/ExtUtils/Constant.pm
45750 ____________________________________________________________________________
45751 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
45752         Log: Metaconfig unit change for #10629.
45753      Branch: metaconfig
45754            ! U/modified/Finish.U
45755 ____________________________________________________________________________
45756 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
45757         Log: The extraction changed directories.
45758      Branch: perl
45759            ! Configure
45760 ____________________________________________________________________________
45761 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
45762         Log: Math::BigInt 1.35 from Tels.
45763      Branch: perl
45764            + t/lib/mbimbf.t
45765            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45766            ! t/lib/bigfltpm.t t/lib/bigintpm.t
45767 ____________________________________________________________________________
45768 [ 10627] By: nick                                  on 2001/06/16  14:54:52
45769         Log: Work in progress UNIX-side edit of win32 PerLIO layer
45770      Branch: perlio
45771            + win32/win32io.c
45772            ! perlio.c win32/makefile.mk
45773 ____________________________________________________________________________
45774 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
45775         Log: Subject: [PATCH 5.6.1] os2/diff-configure
45776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45777              Date: Fri, 15 Jun 2001 01:19:36 -0400
45778              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
45779              
45780              Empty all of it because I think #10624 made even the
45781              last patch hunk unnecessary.
45782      Branch: perl
45783            ! os2/diff.configure
45784 ____________________________________________________________________________
45785 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
45786         Log: Metaconfig unit change for 10624.
45787      Branch: metaconfig
45788            ! U/modified/libc.U
45789      Branch: perl
45790            ! config_h.SH
45791 ____________________________________________________________________________
45792 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
45793         Log: Move the initialization of libnames to the beginning so
45794              that can one 'seed' it (as OS/2 does.)
45795      Branch: perl
45796            ! Configure
45797 ____________________________________________________________________________
45798 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
45799         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
45800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45801              Date: Fri, 15 Jun 2001 19:10:57 -0400
45802              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
45803      Branch: perl
45804            ! os2/OS2/REXX/DLL/DLL.pm
45805 ____________________________________________________________________________
45806 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
45807         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
45808              From: "Craig A. Berry" <craigberry@mac.com>
45809              Date: Fri, 15 Jun 2001 17:00:03 -0500
45810              Message-Id: <a05101007b750342599be@[172.16.52.1]>
45811      Branch: perl
45812            ! vms/descrip_mms.template
45813 ____________________________________________________________________________
45814 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
45815         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
45816              From: "Craig A. Berry" <craigberry@mac.com>
45817              Date: Fri, 15 Jun 2001 18:39:42 -0500
45818              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
45819      Branch: perl
45820            ! lib/File/Spec/VMS.pm t/lib/extutils.t
45821 ____________________________________________________________________________
45822 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
45823         Log: Integrate perlio.
45824      Branch: perl
45825           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
45826           !> t/io/utf8.t t/lib/io_scalar.t
45827 ____________________________________________________________________________
45828 [ 10619] By: nick                                  on 2001/06/15  21:05:19
45829         Log: Generated files
45830      Branch: perlio
45831            ! embed.h proto.h
45832 ____________________________________________________________________________
45833 [ 10618] By: nick                                  on 2001/06/15  20:27:42
45834         Log: Fix open.pm to work via XS-implemented method calls rather
45835              than *open::layers variables which caused all the HV/AV hassle.
45836      Branch: perlio
45837            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
45838            ! t/lib/io_scalar.t
45839 ____________________________________________________________________________
45840 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
45841         Log: Integrate perlio.
45842      Branch: perl
45843           !> lib/ExtUtils/Constant.pm
45844 ____________________________________________________________________________
45845 [ 10616] By: nick                                  on 2001/06/15  18:46:47
45846         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
45847      Branch: perlio
45848            ! lib/ExtUtils/Constant.pm
45849 ____________________________________________________________________________
45850 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
45851         Log: Integrate perlio.
45852      Branch: perl
45853           !> ext/Socket/Socket.xs
45854 ____________________________________________________________________________
45855 [ 10614] By: nick                                  on 2001/06/15  18:33:37
45856         Log: MULTIPLICITY fix for Socket.xs
45857      Branch: perlio
45858            ! ext/Socket/Socket.xs
45859 ____________________________________________________________________________
45860 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
45861         Log: Subject: Re: perl@10611
45862              From: Doug MacEachern <dougm@covalent.net>
45863              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
45864              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
45865      Branch: perl
45866            ! ext/Socket/Socket.xs
45867 ____________________________________________________________________________
45868 [ 10612] By: nick                                  on 2001/06/15  16:14:38
45869         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
45870      Branch: perlio
45871           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45872           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
45873           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
45874           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
45875           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
45876           !> utils/h2ph.PL
45877 ____________________________________________________________________________
45878 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
45879         Log: Update Changes.
45880      Branch: perl
45881            ! Changes patchlevel.h
45882 ____________________________________________________________________________
45883 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
45884         Log: Upping the test count.
45885      Branch: perl
45886            ! t/lib/filefind.t
45887 ____________________________________________________________________________
45888 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
45889         Log: Integrate perlio.
45890      Branch: perl
45891           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45892 ____________________________________________________________________________
45893 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
45894         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45895              From: andreas.koenig@anima.de (Andreas J. Koenig)
45896              Date: 15 Jun 2001 13:30:39 +0200
45897              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
45898              
45899              Record the grim history.
45900      Branch: perl
45901            ! lib/File/Find.pm
45902 ____________________________________________________________________________
45903 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
45904         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45905              From: Brian McCauley <nobull@mail.com>
45906              Date: 15 Jun 2001 07:51:26 +0100
45907              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
45908      Branch: perl
45909            ! lib/File/Find.pm t/lib/filefind.t
45910 ____________________________________________________________________________
45911 [ 10606] By: nick                                  on 2001/06/15  14:00:08
45912         Log: regen_config_h for Win32.
45913      Branch: perlio
45914            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45915 ____________________________________________________________________________
45916 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
45917         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
45918              From: Peter Prymmer <pvhp@forte.com>
45919              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
45920              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
45921      Branch: perl
45922            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
45923 ____________________________________________________________________________
45924 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
45925         Log: Some filesystems require writability for rename/unlink.
45926      Branch: perl
45927            ! opcode.pl
45928 ____________________________________________________________________________
45929 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
45930         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
45931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45932              Date: Fri, 15 Jun 2001 12:08:53 +0200
45933              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
45934      Branch: perl
45935            ! perlio.c
45936 ____________________________________________________________________________
45937 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
45938         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
45939              From: Mike Guy <mjtg@cam.ac.uk>
45940              Date: Fri, 15 Jun 2001 14:11:49 +0100
45941              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
45942      Branch: perl
45943            ! opcode.pl
45944 ____________________________________________________________________________
45945 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
45946         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
45947              From: Nicholas Clark <nick@ccl4.org>
45948              Date: Thu, 14 Jun 2001 23:52:56 +0100
45949              Message-ID: <20010614235256.G98663@plum.flirble.org>
45950      Branch: perl
45951            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
45952            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45953 ____________________________________________________________________________
45954 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
45955         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45956              From: Russ Allbery <rra@stanford.edu>
45957              Date: 14 Jun 2001 13:24:43 -0700
45958              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
45959      Branch: perl
45960            ! ext/GDBM_File/GDBM_File.pm
45961 ____________________________________________________________________________
45962 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
45963         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45964              From: Nicholas Clark <nick@ccl4.org>
45965              Date: Thu, 14 Jun 2001 20:37:47 +0100
45966              Message-ID: <20010614203747.F98663@plum.flirble.org>
45967      Branch: perl
45968            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45969            ! t/lib/gdbm.t
45970 ____________________________________________________________________________
45971 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
45972         Log: Integrate perlio.
45973      Branch: perl
45974           !> makedef.pl sv.c
45975 ____________________________________________________________________________
45976 [ 10597] By: nick                                  on 2001/06/15  11:08:13
45977         Log: Check that HVs with HvNAME() != NULL are really stashes before
45978              treating them as such. Also be more defensive on the GvCV.
45979              Win32 fork and dprof now working again. 
45980      Branch: perlio
45981            ! sv.c
45982 ____________________________________________________________________________
45983 [ 10596] By: nick                                  on 2001/06/15  10:11:20
45984         Log: Integrate mainline.
45985      Branch: perlio
45986           +> Cross/README
45987           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
45988           !> Porting/config_H config_h.SH configure.com epoc/config.sh
45989           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
45990           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45991           !> vos/config.ga.h win32/config.bc win32/config.gc
45992           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45993           !> win32/config_H.vc
45994 ____________________________________________________________________________
45995 [ 10595] By: nick                                  on 2001/06/15  09:37:17
45996         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
45997              - Win32 (VC++) now builds but fails:
45998              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
45999              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
46000              write.t    - open(...,"|-") not implemented on Win32 
46001      Branch: perlio
46002            ! makedef.pl
46003 ____________________________________________________________________________
46004 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
46005         Log: Integrate perlio.
46006      Branch: perl
46007           !> perlio.c win32/makefile.mk
46008 ____________________________________________________________________________
46009 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
46010         Log: Metaconfig unit changes for #10592.
46011      Branch: metaconfig
46012            + U/modified/i_varhdr.U U/modified/startsh.U
46013            - U/a_dvisory/crosscompile.U U/target/Target.U
46014            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
46015            ! U/compline/bitpbyte.U U/compline/byteorder.U
46016            ! U/compline/ccflags.U U/compline/charsize.U
46017            ! U/compline/d_casti32.U U/compline/d_castneg.U
46018            ! U/compline/d_closedir.U U/compline/d_fd_set.U
46019            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
46020            ! U/compline/d_keepsig.U U/compline/d_open3.U
46021            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
46022            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
46023            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
46024            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
46025            ! U/compline/doublesize.U U/compline/floatsize.U
46026            ! U/compline/nblock_io.U U/compline/orderlib.U
46027            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
46028            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
46029            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
46030            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
46031            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
46032            ! U/modified/spitshell.U U/threads/archname.U
46033            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
46034            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
46035            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
46036            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
46037            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
46038      Branch: metaconfig/U/perl
46039            + Cross.U
46040            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
46041            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
46042            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
46043            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
46044            ! stdio_streams.U uselfs.U
46045 ____________________________________________________________________________
46046 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
46047         Log: The first steps towards cross-compilation.
46048              
46049              Abstract execution of compiled test executables with $run,
46050              and abstract transfer of files with $to and $from.
46051              
46052              Under cross-compilation the $run, $to, and $from will point
46053              to appropriate wrapper scripts, by default ssh and scp,
46054              but also rsh, rcp, and cp are supported.  If not
46055              cross-compiling, they will be set to '', ':', and ':',
46056              respectively.
46057              
46058              With these patches I was able to get Configure for
46059              iPAQ ARM Linux on an Intel Linux about 95% right
46060              (only a few tests failed to execute or they produced
46061              incorrect results), and I was able to compile
46062              a functional miniperl.
46063              
46064              The symbol crosscompile renamed to be usecrosscompile,
46065              the corresponding C symbol from CROSSCOMPILE to
46066              USE_CROSS_COMPILE.
46067      Branch: perl
46068            ! Configure Cross/README Makefile.SH Porting/Glossary
46069            ! Porting/config.sh Porting/config_H config_h.SH configure.com
46070            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
46071            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
46072            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46073            ! win32/config.gc win32/config.vc win32/config_H.bc
46074            ! win32/config_H.gc win32/config_H.vc
46075 ____________________________________________________________________________
46076 [ 10591] By: nick                                  on 2001/06/14  20:00:12
46077         Log: Steps along the road toward Win32 building again.
46078      Branch: perlio
46079            ! perlio.c win32/makefile.mk
46080 ____________________________________________________________________________
46081 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
46082         Log: Integrate perlio.
46083      Branch: perl
46084           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46085 ____________________________________________________________________________
46086 [ 10589] By: nick                                  on 2001/06/14  13:54:07
46087         Log: Routine regen_config_h for Win32
46088      Branch: perlio
46089            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46090 ____________________________________________________________________________
46091 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
46092         Log: Integrate perlio.
46093      Branch: perl
46094           +> perlyline.pl
46095           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
46096 ____________________________________________________________________________
46097 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
46098         Log: A placeholder.
46099      Branch: perl
46100            + Cross/README
46101 ____________________________________________________________________________
46102 [ 10586] By: nick                                  on 2001/06/14  08:25:07
46103         Log: Add new step to run_byacc which:
46104              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
46105              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
46106      Branch: perlio
46107            + perlyline.pl
46108            ! MANIFEST Makefile.SH perly.c
46109 ____________________________________________________________________________
46110 [ 10585] By: nick                                  on 2001/06/14  08:22:29
46111         Log: Integrate mainline
46112      Branch: perlio
46113           +> locale.c numeric.c
46114           !> Changes cygwin/Makefile.SHs embed.h embed.pl
46115           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
46116           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
46117           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
46118           !> x2p/Makefile.SH
46119 ____________________________________________________________________________
46120 [ 10584] By: nick                                  on 2001/06/14  08:05:53
46121         Log: Hack to remove insecure directories from PATH so test will run.
46122      Branch: perlio
46123            ! t/lib/filefind.t
46124 ____________________________________________________________________________
46125 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
46126         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
46127      Branch: perl
46128            - t/lib/mbimbf.t
46129            ! MANIFEST
46130 ____________________________________________________________________________
46131 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
46132         Log: Detypo.
46133      Branch: perl
46134            ! x2p/Makefile.SH
46135 ____________________________________________________________________________
46136 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
46137         Log: de-$CONFIG continues.
46138      Branch: perl
46139            ! cygwin/Makefile.SHs x2p/Makefile.SH
46140 ____________________________________________________________________________
46141 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
46142         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
46143              From: Nicholas Clark <nick@ccl4.org>
46144              Date: Wed, 13 Jun 2001 21:20:13 +0100
46145              Message-ID: <20010613212013.D98663@plum.flirble.org>
46146      Branch: perl
46147            ! opcode.pl
46148 ____________________________________________________________________________
46149 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
46150         Log: Subject: splitting util.c
46151              From: Hugo <hv@crypt.compulink.co.uk>
46152              Date: Thu, 14 Jun 2001 00:41:08 +0100
46153              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
46154      Branch: perl
46155            + locale.c numeric.c
46156            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
46157            ! pod/perlapi.pod proto.h util.c
46158 ____________________________________________________________________________
46159 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
46160         Log: Upgrade to Math::BigInt 1.34 from Tels.
46161      Branch: perl
46162            + t/lib/mbimbf.t
46163            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46164            ! t/lib/bigfltpm.t t/lib/bigintpm.t
46165 ____________________________________________________________________________
46166 [ 10577] By: nick                                  on 2001/06/13  19:02:48
46167         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
46168      Branch: perlio
46169           !> (integrate 125 files)
46170 ____________________________________________________________________________
46171 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
46172         Log: Update Changes.
46173      Branch: perl
46174            ! Changes patchlevel.h
46175 ____________________________________________________________________________
46176 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
46177         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
46178              From: "Craig A. Berry" <craigberry@mac.com>
46179              Date: Wed, 13 Jun 2001 13:24:28 -0500
46180              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
46181      Branch: perl
46182            ! ext/re/Makefile.PL
46183 ____________________________________________________________________________
46184 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
46185         Log: Mc.u.c. for #10573.
46186      Branch: metaconfig
46187            ! U/threads/usethreads.U
46188 ____________________________________________________________________________
46189 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
46190         Log: It would be also be good if I could type.
46191      Branch: perl
46192            ! Configure
46193 ____________________________________________________________________________
46194 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
46195         Log: Metaconfig unit change for #10571.
46196      Branch: metaconfig
46197            ! U/threads/usethreads.U
46198 ____________________________________________________________________________
46199 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
46200         Log: A non-empty default is a good thing.
46201      Branch: perl
46202            ! Configure
46203 ____________________________________________________________________________
46204 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
46205         Log: Metaconfig unit change for #10569.
46206      Branch: metaconfig
46207            ! U/threads/usethreads.U
46208 ____________________________________________________________________________
46209 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
46210         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
46211              extremely experimental, not even prompted for.
46212      Branch: perl
46213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46214            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
46215            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46216            ! win32/config.bc win32/config.gc win32/config.vc
46217 ____________________________________________________________________________
46218 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
46219         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
46220      Branch: perl
46221            ! pod/perlfaq6.pod
46222 ____________________________________________________________________________
46223 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
46224         Log: Integrate perlio; conflicts, accept Nick's versions.
46225      Branch: perl
46226           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
46227           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
46228 ____________________________________________________________________________
46229 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
46230         Log: Subject: Re: ext/ + -Wall
46231              From: Doug MacEachern <dougm@covalent.net>
46232              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
46233              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
46234      Branch: perl
46235            ! XSUB.h lib/ExtUtils/xsubpp perl.h
46236 ____________________________________________________________________________
46237 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
46238         Log: Similar logic as DB_File.xs, using the modern macros and
46239              defines them to older ones for older Perls where PERL_VERSION
46240              is not defined, from Doug MacEachern.
46241      Branch: perl
46242            ! ext/Storable/Storable.xs
46243 ____________________________________________________________________________
46244 [ 10564] By: nick                                  on 2001/06/13  15:22:01
46245         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
46246              and using that instead (name lookups are sequential search for now).
46247      Branch: perlio
46248            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
46249            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
46250 ____________________________________________________________________________
46251 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
46252         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
46253              From: "Richard Soderberg" <rs@crystalflame.net>
46254              Date: Sat, 26 May 2001 06:44:20 -0700
46255              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
46256      Branch: perl
46257            ! sv.c t/op/glob.t
46258 ____________________________________________________________________________
46259 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
46260         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
46261              From: "Craig A. Berry" <craigberry@mac.com>
46262              Date: Tue, 12 Jun 2001 23:55:26 -0500
46263              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
46264      Branch: perl
46265            ! ext/re/Makefile.PL ext/re/re.xs
46266 ____________________________________________________________________________
46267 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
46268         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
46269              suggested by NI-S.
46270      Branch: perl
46271            ! XSUB.h malloc.c perl.h
46272 ____________________________________________________________________________
46273 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
46274         Log: Regen toc.
46275      Branch: perl
46276            ! pod/perltoc.pod
46277 ____________________________________________________________________________
46278 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
46279         Log: Subject: [patch] perl.gprof control
46280              From: Doug MacEachern <dougm@covalent.net>
46281              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
46282              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
46283      Branch: perl
46284            ! miniperlmain.c perl.h
46285 ____________________________________________________________________________
46286 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
46287         Log: Subject: Re: ext/ + -Wall
46288              From: Doug MacEachern <dougm@covalent.net>
46289              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
46290              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
46291              
46292              Document ax and break up dXSARGS.
46293      Branch: perl
46294            ! XSUB.h pod/perlapi.pod
46295 ____________________________________________________________________________
46296 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
46297         Log: More AIX tweakage from Merijn.
46298      Branch: perl
46299            ! hints/aix.sh
46300 ____________________________________________________________________________
46301 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
46302         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
46303              From: "Craig A. Berry" <craigberry@mac.com>
46304              Date: Tue, 12 Jun 2001 22:57:45 -0500
46305              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
46306      Branch: perl
46307            ! vms/descrip_mms.template
46308 ____________________________________________________________________________
46309 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
46310         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
46311              From: "Craig A. Berry" <craigberry@mac.com>
46312              Date: Tue, 12 Jun 2001 22:21:39 -0500
46313              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
46314      Branch: perl
46315            ! configure.com util.c
46316 ____________________________________________________________________________
46317 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
46318         Log: New AIX dynaloading code from Jens-Uwe Mager.
46319              Does break binary compatibility.
46320      Branch: perl
46321            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
46322 ____________________________________________________________________________
46323 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
46324         Log: VMS DEC C compiler found nits by Peter Prymmer.
46325      Branch: perl
46326            ! util.c
46327 ____________________________________________________________________________
46328 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
46329         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
46330              From: Peter Prymmer <pvhp@forte.com>
46331              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
46332              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
46333      Branch: perl
46334            ! t/lib/filecomp.t
46335 ____________________________________________________________________________
46336 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
46337         Log: I wonder how many $CONFIGs still lurk in the shadows.
46338      Branch: perl
46339            ! pod/Makefile.SH x2p/cflags.SH
46340 ____________________________________________________________________________
46341 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
46342         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
46343      Branch: perl
46344            ! pod/checkpods.PL
46345 ____________________________________________________________________________
46346 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
46347         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
46348      Branch: perl
46349            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
46350 ____________________________________________________________________________
46351 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
46352         Log: Subject: [patch] rid local_patches warnings
46353              From: Doug MacEachern <dougm@covalent.net>
46354              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
46355              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
46356      Branch: perl
46357            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
46358 ____________________________________________________________________________
46359 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
46360         Log: Subject: Re: ext/ + -Wall
46361              From: Doug MacEachern <dougm@covalent.net>
46362              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
46363              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
46364      Branch: perl
46365            ! ext/attrs/attrs.xs
46366 ____________________________________________________________________________
46367 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
46368         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
46369              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
46370              Date: Tue, 12 Jun 2001 14:36:20 -0400
46371              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
46372      Branch: perl
46373            ! pod/perlretut.pod
46374 ____________________________________________________________________________
46375 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
46376         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
46377              From: Mike Guy <mjtg@cam.ac.uk>
46378              Date: Tue, 12 Jun 2001 19:10:31 +0100
46379              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
46380              
46381              Subject: Re: [ID 20010612.001] out of memory during regex compilation
46382              From: Mike Guy <mjtg@cam.ac.uk>
46383              Date: Tue, 12 Jun 2001 19:21:01 +0100
46384              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
46385      Branch: perl
46386            ! pod/perlop.pod
46387 ____________________________________________________________________________
46388 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
46389         Log: AIX tweaks from Merijn H. Brand.
46390      Branch: perl
46391            ! hints/aix.sh
46392 ____________________________________________________________________________
46393 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
46394         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
46395              From: "Brendan O'Dea" <bod@compusol.com.au>
46396              Date: Wed, 13 Jun 2001 05:16:47 +1000
46397              Message-ID: <20010613051647.A8945@compusol.com.au>
46398      Branch: maint-5.6/perl
46399            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46400 ____________________________________________________________________________
46401 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
46402         Log: Subject: Small bcopy cleanup
46403              From: Andy Dougherty <doughera@lafayette.edu>
46404              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
46405              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
46406      Branch: perl
46407            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
46408 ____________________________________________________________________________
46409 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
46410         Log: Subject: [PATCH] Re: ext/ + -Wall
46411              From: Nicholas Clark <nick@ccl4.org>
46412              Date: Wed, 13 Jun 2001 00:04:30 +0100
46413              Message-ID: <20010613000430.M5901@plum.flirble.org>
46414      Branch: perl
46415            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46416 ____________________________________________________________________________
46417 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
46418         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
46419              From: Nicholas Clark <nick@ccl4.org>
46420              Date: Tue, 12 Jun 2001 23:53:07 +0100
46421              Message-ID: <20010612235307.L5901@plum.flirble.org>
46422      Branch: perl
46423            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46424 ____________________________________________________________________________
46425 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
46426         Log: MPE/iX tweaks from Mark Bixby.
46427      Branch: perl
46428            ! hints/mpeix.sh mpeix/mpeixish.h util.c
46429 ____________________________________________________________________________
46430 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
46431         Log: Update Changes.
46432      Branch: perl
46433            ! Changes patchlevel.h
46434 ____________________________________________________________________________
46435 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
46436         Log: One less -Wall whine (found under DEBUGGING).
46437      Branch: perl
46438            ! x2p/Makefile.SH x2p/a2p.c
46439 ____________________________________________________________________________
46440 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
46441         Log: s/case-independent/case-insensitive/g
46442      Branch: perl
46443            ! pod/perldebug.pod
46444 ____________________________________________________________________________
46445 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
46446         Log: As suggested in    
46447              
46448              Subject: Re: ext/ + -Wall
46449              From: Gurusamy Sarathy <gsar@ActiveState.com>
46450              Date: Mon, 11 Jun 2001 23:34:31 -0700
46451              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
46452      Branch: perl
46453            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
46454            ! perl.h
46455 ____________________________________________________________________________
46456 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
46457         Log: Subject: ext/ + -Wall
46458              From: Doug MacEachern <dougm@covalent.net>
46459              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
46460              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
46461      Branch: perl
46462            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
46463            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
46464            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
46465            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
46466            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
46467            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
46468            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
46469            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
46470            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
46471            ! lib/ExtUtils/xsubpp
46472 ____________________________________________________________________________
46473 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
46474         Log: Subject: [PATCH] anonymous stashes
46475              From: Abhijit Menon-Sen <ams@wiw.org>
46476              Date: Tue, 12 Jun 2001 12:47:04 +0530
46477              Message-ID: <20010612124704.A29029@lustre.linux.in>
46478      Branch: perl
46479            ! dump.c gv.c sv.c xsutils.c
46480 ____________________________________________________________________________
46481 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
46482         Log: One more test for $^S.
46483      Branch: perl
46484            ! t/op/magic.t
46485 ____________________________________________________________________________
46486 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
46487         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
46488              From: Abhijit Menon-Sen <ams@wiw.org>
46489              Date: Tue, 12 Jun 2001 17:35:55 +0530
46490              Message-ID: <20010612173555.A32426@lustre.linux.in>
46491      Branch: perl
46492            ! mg.c t/op/magic.t
46493 ____________________________________________________________________________
46494 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
46495         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
46496              From: Mike Guy <mjtg@cam.ac.uk>
46497              Date: Tue, 12 Jun 2001 13:14:15 +0100
46498              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
46499      Branch: perl
46500            ! pod/perlop.pod
46501 ____________________________________________________________________________
46502 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
46503         Log: AUTHORS updates.
46504      Branch: perl
46505            ! AUTHORS
46506 ____________________________________________________________________________
46507 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
46508         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
46509              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
46510              Content-Transfer-Encoding: 7bit
46511              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
46512      Branch: perl
46513            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
46514 ____________________________________________________________________________
46515 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
46516         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
46517              From: "Philip Newton" <Philip.Newton@gmx.net>
46518              Date: Mon, 11 Jun 2001 07:08:03 +0200
46519              Message-Id: <200106120802.LAA08992@taas.iki.fi>
46520      Branch: perl
46521            ! t/base/term.t
46522 ____________________________________________________________________________
46523 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
46524         Log: Cleanup the a2p.c for -Wall.
46525      Branch: perl
46526            ! x2p/Makefile.SH x2p/a2p.c
46527 ____________________________________________________________________________
46528 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
46529         Log: File::Find update for MacOS from Chris Nandor.
46530      Branch: perl
46531            ! lib/File/Find.pm t/lib/filefind.t
46532 ____________________________________________________________________________
46533 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
46534         Log: gcc -Wall nits picked out by a non-UNIX system
46535              (courtesy of Mark Bixby)
46536      Branch: perl
46537            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
46538            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
46539            ! pp_sys.c util.c
46540 ____________________________________________________________________________
46541 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
46542         Log: Metaconfig unit change for #10522.  (The d_modfl changes
46543              placate metalint.)
46544      Branch: metaconfig/U/perl
46545            ! d_modfl.U d_u32align.U
46546 ____________________________________________________________________________
46547 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
46548         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
46549              be "./try 2>&1 >/dev/null".
46550      Branch: perl
46551            ! Configure
46552 ____________________________________________________________________________
46553 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
46554         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
46555              From: "Craig A. Berry" <craigberry@mac.com>
46556              Date: Mon, 11 Jun 2001 14:00:32 -0500
46557              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
46558      Branch: perl
46559            ! configure.com
46560 ____________________________________________________________________________
46561 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
46562         Log: Move the full \p\P lists to perlunicode.
46563      Branch: perl
46564            ! pod/perlretut.pod pod/perlunicode.pod
46565 ____________________________________________________________________________
46566 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
46567         Log: VOS build tweak for 5.6.1 from Paul Green.
46568      Branch: maint-5.6/perl
46569            ! vos/build.cm
46570 ____________________________________________________________________________
46571 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
46572         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
46573              From: "Craig A. Berry" <craigberry@mac.com>
46574              Date: Fri, 8 Jun 2001 18:08:18 -0500
46575              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
46576      Branch: perl
46577            ! vms/vms.c
46578 ____________________________________________________________________________
46579 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
46580         Log: Update Changes.
46581      Branch: perl
46582            ! Changes patchlevel.h
46583 ____________________________________________________________________________
46584 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
46585         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
46586      Branch: perl
46587            ! vos/config.alpha.h vos/config.ga.h
46588 ____________________________________________________________________________
46589 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
46590         Log: VOS updates from Paul Green for @10476.
46591      Branch: perl
46592            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
46593            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46594            ! vos/config.ga.h vos/configure_perl.cm
46595 ____________________________________________________________________________
46596 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
46597         Log: Subject: [PATCH] Not many people know this ...
46598              From: Mike Guy <mjtg@cam.ac.uk>
46599              Date: Mon, 11 Jun 2001 14:55:15 +0100
46600              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
46601      Branch: perl
46602            ! pod/perldebug.pod
46603 ____________________________________________________________________________
46604 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
46605         Log: Add final commas to lists as suggested by Philip Newton.
46606      Branch: perl
46607            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46608 ____________________________________________________________________________
46609 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
46610         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
46611              Date: Sun, 10 Jun 2001 23:35:38 -0400
46612              From: Chris Nandor <pudge@pobox.com>
46613              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
46614      Branch: perl
46615            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
46616            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
46617            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
46618            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
46619            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
46620            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
46621            ! t/op/write.t t/pragma/strict.t
46622 ____________________________________________________________________________
46623 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
46624         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
46625              From: Chris Nandor <pudge@pobox.com>
46626              Date: Mon, 11 Jun 2001 08:24:28 -0400
46627              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
46628      Branch: perl
46629            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
46630            ! t/lib/io_dir.t
46631 ____________________________________________________________________________
46632 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
46633         Log: One more run_byacc (a hand-tweaked version had slipped in).
46634      Branch: perl
46635            ! perly.c vms/perly_c.vms
46636 ____________________________________________________________________________
46637 [ 10509] By: nick                                  on 2001/06/11  07:49:15
46638         Log: Integrate mainline
46639      Branch: perlio
46640           !> Makefile.SH embed.h embed.pl global.sym
46641           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
46642           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
46643           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
46644           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
46645 ____________________________________________________________________________
46646 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
46647         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
46648              From: Mike Guy <mjtg@cam.ac.uk>
46649              Reply-To: mjtg@cam.ac.uk
46650              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
46651      Branch: perl
46652            ! lib/ExtUtils/Manifest.pm
46653 ____________________________________________________________________________
46654 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
46655         Log: Subject: [PATCH] ExtUtils::Constant
46656              From: Nicholas Clark <nick@ccl4.org>
46657              Date: Sun, 10 Jun 2001 23:25:41 +0100
46658              Message-ID: <20010610232540.C76396@plum.flirble.org>
46659      Branch: perl
46660            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46661 ____________________________________________________________________________
46662 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
46663         Log: Integrate perlio.
46664      Branch: perl
46665           !> iperlsys.h
46666 ____________________________________________________________________________
46667 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
46668         Log: Move the grok_number and its lieutenant grok_numeric_radix
46669              from sv.c statics to util.c and public.
46670      Branch: perl
46671            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
46672            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
46673 ____________________________________________________________________________
46674 [ 10504] By: nick                                  on 2001/06/10  17:47:06
46675         Log: Fix (valid) -Wall warnings in perlio.c
46676      Branch: perlio
46677            ! iperlsys.h
46678 ____________________________________________________________________________
46679 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
46680         Log: Update perly_c.diff, update perly.fixer to edit away
46681              some of the -Wall noise.
46682      Branch: perl
46683            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
46684 ____________________________________________________________________________
46685 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
46686         Log: Check the version of byacc.
46687      Branch: perl
46688            ! Makefile.SH
46689 ____________________________________________________________________________
46690 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
46691         Log: Subject: [PATCH] perly.y overhaul
46692              From: Simon Cozens <simon@netthink.co.uk>
46693              Date: Sun, 10 Jun 2001 16:56:54 +0100
46694              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46695              
46696              Plus make run_byacc.
46697      Branch: perl
46698            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
46699 ____________________________________________________________________________
46700 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
46701         Log: Integrate perlio.
46702      Branch: perl
46703           !> perlio.c perlsfio.h
46704 ____________________________________________________________________________
46705 [ 10499] By: nick                                  on 2001/06/10  15:01:08
46706         Log: Integrate mainline
46707      Branch: perlio
46708           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
46709           !> t/pragma/locale.t util.c
46710 ____________________________________________________________________________
46711 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
46712         Log: Put some meat on the perl572delta bones.  The list of
46713              selected bug fixes needs more work, as does still the
46714              whole document.
46715      Branch: perl
46716            ! pod/perl572delta.pod
46717 ____________________________________________________________________________
46718 [ 10497] By: nick                                  on 2001/06/10  12:27:51
46719         Log: Paper over a crack or two with USE_SFIO
46720      Branch: perlio
46721            ! perlio.c perlsfio.h
46722 ____________________________________________________________________________
46723 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
46724         Log: Update Changes.
46725      Branch: perl
46726            ! Changes patchlevel.h
46727 ____________________________________________________________________________
46728 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
46729         Log: Subject: Re: pragma/locale.t #107
46730              From: Hugo <hv@crypt.compulink.co.uk>
46731              Date: Sun, 10 Jun 2001 11:23:30 +0100
46732              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
46733              
46734              Encapsulate the scan of the decimal radix separator.
46735      Branch: perl
46736            ! embed.h embed.pl proto.h sv.c
46737 ____________________________________________________________________________
46738 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
46739         Log: Try to grok numbers both with the locale specific separator
46740              and with the usual "." (if different from the lss); add a test
46741              to locale.t to do also a little bit of math in addition to just
46742              equalness testing; remove extraneous logic as suggested in
46743              
46744              Subject: Re: pragma/locale.t #107
46745              From: Nicholas Clark <nick@ccl4.org>
46746              Date: Sat, 9 Jun 2001 22:37:36 +0100
46747              Message-ID: <20010609223735.Y76396@plum.flirble.org>
46748      Branch: perl
46749            ! sv.c t/pragma/locale.t
46750 ____________________________________________________________________________
46751 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
46752         Log: Metaconfig unit change for #10492.
46753      Branch: metaconfig/U/perl
46754            ! Extensions.U
46755 ____________________________________________________________________________
46756 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
46757         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
46758              From: Artur Bergman <artur@contiller.se> 
46759              Date: Sat, 09 Jun 2001 21:03:51 +0200
46760              Message-ID: <B7483FB6.1398%artur@contiller.se>
46761      Branch: perl
46762            ! Configure
46763 ____________________________________________________________________________
46764 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
46765         Log: Integrate perlio.
46766      Branch: perl
46767           !> perlsfio.h
46768 ____________________________________________________________________________
46769 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
46770         Log: Do locale specific separator if only in locale.
46771      Branch: perl
46772            ! util.c
46773 ____________________________________________________________________________
46774 [ 10489] By: nick                                  on 2001/06/09  19:13:25
46775         Log: Make XS/Typemap compile (but fail) with sfio
46776      Branch: perlio
46777            ! perlsfio.h
46778 ____________________________________________________________________________
46779 [ 10488] By: nick                                  on 2001/06/09  19:12:51
46780         Log: Re-integrate mainline
46781      Branch: perlio
46782           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
46783           !> proto.h sv.c util.c
46784 ____________________________________________________________________________
46785 [ 10487] By: nick                                  on 2001/06/09  16:26:29
46786         Log: Integrate mainline
46787      Branch: perlio
46788           !> (integrate 31 files)
46789 ____________________________________________________________________________
46790 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
46791         Log: Subject: [PATCH] New attempt to clone callack
46792              From: Artur Bergman <artur@contiller.se> 
46793              Date: Thu, 07 Jun 2001 11:52:16 +0200
46794              Message-ID: <B7451B6F.12B7%artur@contiller.se>
46795      Branch: perl
46796            ! embedvar.h intrpvar.h perlapi.h sv.c
46797 ____________________________________________________________________________
46798 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
46799         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
46800      Branch: perl
46801            ! embed.h embed.pl perl.h proto.h sv.c util.c
46802 ____________________________________________________________________________
46803 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
46804         Log: Subject: Re: pragma/locale.t #107
46805              From: Nicholas Clark <nick@ccl4.org>
46806              Date: Sat, 9 Jun 2001 16:26:10 +0100
46807              Message-ID: <20010609162609.V76396@plum.flirble.org>
46808              
46809              A missing NVification.
46810      Branch: perl
46811            ! sv.c
46812 ____________________________________________________________________________
46813 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
46814         Log: Redo the #10482, there already was a test script for formats.
46815      Branch: perl
46816            - t/io/format.t
46817            ! MANIFEST t/op/write.t
46818 ____________________________________________________________________________
46819 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
46820         Log: Twisted format testing, from Merijn.
46821      Branch: perl
46822            + t/io/format.t
46823            ! MANIFEST
46824 ____________________________________________________________________________
46825 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
46826         Log: More \p{In...} testing, combined with \N{...}.
46827      Branch: perl
46828            ! lib/utf8_heavy.pl t/op/pat.t
46829 ____________________________________________________________________________
46830 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
46831         Log: Metaconfig changes for #10479.
46832      Branch: metaconfig
46833            ! U/Glossary.patch
46834      Branch: metaconfig/U/perl
46835            ! d_modfl.U
46836 ____________________________________________________________________________
46837 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
46838         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
46839      Branch: perl
46840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46841            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
46842            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46843            ! win32/config.bc win32/config.gc win32/config.vc
46844 ____________________________________________________________________________
46845 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
46846         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
46847              From: "Craig A. Berry" <craigberry@mac.com>
46848              Date: Thu, 7 Jun 2001 14:27:20 -0500
46849              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
46850      Branch: perl
46851            ! vms/perlvms.pod
46852 ____________________________________________________________________________
46853 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
46854         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
46855              From: Gisle Aas <gisle@ActiveState.com>
46856              Date: 07 Jun 2001 17:04:29 -0700
46857              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
46858      Branch: perl
46859            ! ext/re/re.xs
46860 ____________________________________________________________________________
46861 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
46862         Log: Update Changes.
46863      Branch: perl
46864            ! Changes patchlevel.h
46865 ____________________________________________________________________________
46866 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
46867         Log: Regen Glossary et alia.
46868      Branch: perl
46869            ! Porting/Glossary Porting/config.sh Porting/config_H
46870 ____________________________________________________________________________
46871 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
46872         Log: Metaconfig unit changes for #10473.
46873      Branch: metaconfig/U/perl
46874            ! d_modfl.U
46875 ____________________________________________________________________________
46876 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
46877         Log: Harumph, also AIX will spill its guts (i.e. dump core)
46878              if an executable contains modfl() but it hasn't been
46879              compiled right (in the case of AIX, with cc -qlongdouble).
46880      Branch: perl
46881            ! Configure
46882 ____________________________________________________________________________
46883 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
46884         Log: integrate change#10471 from mainline
46885              
46886              in change#10451, check that CvOUTSIDE is a CV before looking in
46887              (it can apparently be SVt_NULL during global destruction)
46888      Branch: maint-5.6/perl
46889           !> op.c
46890 ____________________________________________________________________________
46891 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
46892         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
46893              (it can apparently be SVt_NULL during global destruction)
46894      Branch: perl
46895            ! op.c
46896 ____________________________________________________________________________
46897 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
46898         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
46899              From: Robin Barker <rmb1@cise.npl.co.uk>
46900              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
46901              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
46902      Branch: perl
46903            ! lib/diagnostics.pm pod/perldiag.pod
46904 ____________________________________________________________________________
46905 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
46906         Log: Subject: [PATCH perl@10439] long =item
46907              From: Robin Barker <rmb1@cise.npl.co.uk>
46908              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
46909              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
46910      Branch: perl
46911            ! README.amiga lib/Attribute/Handlers.pm
46912            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
46913 ____________________________________________________________________________
46914 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
46915         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
46916              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
46917              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
46918              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
46919      Branch: perl
46920            ! pod/perlguts.pod
46921 ____________________________________________________________________________
46922 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
46923         Log: Integrate perlio.
46924      Branch: perl
46925           !> sv.c
46926 ____________________________________________________________________________
46927 [ 10466] By: nick                                  on 2001/06/07  10:25:40
46928         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
46929              whitespace tweaks.
46930              Still coredumps in pragma/overload.t - what a nice hard fail that is...
46931      Branch: perlio
46932            ! sv.c
46933 ____________________________________________________________________________
46934 [ 10465] By: nick                                  on 2001/06/07  08:41:58
46935         Log: Raw integrate of mainline for S_grok_number debug
46936              (sv.c has MULTIPLICITY issues as well as whatever else ...)
46937      Branch: perlio
46938            - plan9/perlplan9.doc plan9/perlplan9.pod
46939           !> (integrate 46 files)
46940 ____________________________________________________________________________
46941 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
46942         Log: The proper prototyping for #10463.
46943      Branch: perl
46944            ! embed.h embed.pl proto.h sv.c
46945 ____________________________________________________________________________
46946 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
46947         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
46948              From: Nicholas Clark <nick@ccl4.org>
46949              Date: Thu, 7 Jun 2001 00:29:59 +0100
46950              Message-ID: <20010607002959.Z76396@plum.flirble.org>
46951      Branch: perl
46952            ! sv.c
46953 ____________________________________________________________________________
46954 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
46955         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
46956              From: "Craig A. Berry" <craigberry@mac.com>
46957              Date: Wed, 06 Jun 2001 17:54:30 -0500
46958              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
46959      Branch: perl
46960            ! vms/perlvms.pod
46961 ____________________________________________________________________________
46962 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
46963         Log: Podify the remaining README.platform files;
46964              merge README.plan9 and plan9/perlplan9.pod;
46965              delete plan9/perlplan9.* (the perlplan.doc needs to
46966              be regenerated in Plan 9); make the =head1 and =head2
46967              in the README.platform to be a little more verbose
46968              (skipped README.os2 not to anger Ilya) so that they
46969              look better in the toc; regen toc.
46970      Branch: perl
46971            - plan9/perlplan9.doc plan9/perlplan9.pod
46972            ! MANIFEST README.aix README.amiga README.apollo README.beos
46973            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
46974            ! README.hpux README.hurd README.machten README.macos
46975            ! README.micro README.mint README.mpeix README.os390
46976            ! README.plan9 README.qnx README.solaris README.threads
46977            ! README.tru64 README.vmesa README.vms README.vos README.win32
46978            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46979            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46980 ____________________________________________________________________________
46981 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
46982         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
46983              From: Mike Guy <mjtg@cam.ac.uk>
46984              Reply-To: mjtg@cam.ac.uk
46985              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
46986      Branch: perl
46987            ! pod/perlguts.pod
46988 ____________________________________________________________________________
46989 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
46990         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
46991              From: Mike Guy <mjtg@cam.ac.uk>
46992              Reply-To: mjtg@cam.ac.uk
46993              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
46994      Branch: perl
46995            ! pod/perlsec.pod
46996 ____________________________________________________________________________
46997 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
46998         Log: Disable long doubles from pre-5.0 Tru64s.
46999      Branch: perl
47000            ! README.tru64 hints/dec_osf.sh
47001 ____________________________________________________________________________
47002 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
47003         Log: The #10455 exposed that modfl() is fundamentally busted
47004              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
47005              testing it.
47006      Branch: perl
47007            ! hints/dec_osf.sh
47008 ____________________________________________________________________________
47009 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
47010         Log: Metaconfig unit change for #10455.
47011      Branch: metaconfig/U/perl
47012            ! d_modfl.U
47013 ____________________________________________________________________________
47014 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
47015         Log: Configure check for geborken modfl(), inspired by
47016              
47017              Subject: Re: [20010118.017] op/int.t failure 
47018              From: Hugo <hv@crypt.compulink.co.uk>
47019              Date: Tue, 05 Jun 2001 13:43:27 +0100
47020              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
47021      Branch: perl
47022            ! Configure
47023 ____________________________________________________________________________
47024 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
47025         Log: Integrate changes #10450 and #10451 from maintperl:
47026              
47027              optimize change#10448 slightly (don't repeat search in eval""s lexical
47028              scope, since that has already been searched)
47029              
47030              change#9108 needs subtler treatment for case of closures created
47031              within eval""
47032      Branch: perl
47033           !> op.c t/op/misc.t
47034 ____________________________________________________________________________
47035 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
47036         Log: MakeMaker magic to compile (when no dynamic loading)
47037              List/Util.xsc as (ListUtil.c and) ListUtil.o since
47038              POSIX-BC (BS2000) linker has an evil limitation of
47039              being unable to include in the same executable several
47040              object files with the same name - case-insensitively -
47041              because otherwise we conflict with util.c.
47042              Strictly speaking currently required only in POSIX-BC
47043              but probably will do no harm elsewhere where static
47044              linking is required.
47045      Branch: perl
47046            ! ext/List/Util/Makefile.PL
47047 ____________________________________________________________________________
47048 [ 10452] By: nick                                  on 2001/06/06  08:59:51
47049         Log: Integrate mainline.
47050      Branch: perlio
47051           +> lib/Attribute/Handlers/demo/Demo.pm
47052           +> lib/Attribute/Handlers/demo/Descriptions.pm
47053           +> lib/Attribute/Handlers/demo/MyClass.pm
47054           +> lib/Attribute/Handlers/demo/demo.pl
47055           +> lib/Attribute/Handlers/demo/demo2.pl
47056           +> lib/Attribute/Handlers/demo/demo3.pl
47057           +> lib/Attribute/Handlers/demo/demo4.pl
47058           +> lib/Attribute/Handlers/demo/demo_call.pl
47059           +> lib/Attribute/Handlers/demo/demo_chain.pl
47060           +> lib/Attribute/Handlers/demo/demo_cycle.pl
47061           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
47062           +> lib/Attribute/Handlers/demo/demo_phases.pl
47063           +> lib/Attribute/Handlers/demo/demo_range.pl
47064           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
47065           +> uts/strtol_wrap.c
47066           !> (integrate 91 files)
47067 ____________________________________________________________________________
47068 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
47069         Log: change#9108 needs subtler treatment for case of closures created
47070              within eval""
47071      Branch: maint-5.6/perl
47072            ! op.c t/op/misc.t
47073 ____________________________________________________________________________
47074 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
47075         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
47076              scope, since that has already been searched)
47077      Branch: maint-5.6/perl
47078            ! op.c
47079 ____________________________________________________________________________
47080 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
47081         Log: Integrate change #10448 from maintperl; lexicals
47082              outside an eval"" weren't resolved correctly inside a subroutine
47083              definition inside the eval"" if they were not already referenced
47084              in the toplevel of the eval""-ed code
47085      Branch: perl
47086           !> cop.h op.c pp_ctl.c t/op/misc.t
47087 ____________________________________________________________________________
47088 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
47089         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
47090              outside an eval"" weren't resolved correctly inside a subroutine
47091              definition inside the eval"" if they were not already referenced
47092              in the toplevel of the eval""-ed code
47093      Branch: maint-5.6/perl
47094            ! cop.h op.c pp_ctl.c t/op/misc.t
47095 ____________________________________________________________________________
47096 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
47097         Log: Subject: [PATCH] perl570delta.pod
47098              From: Peter Scott <Peter@PSDT.com> 
47099              Date: Tue, 05 Jun 2001 18:51:02 -0700
47100              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
47101      Branch: perl
47102            ! pod/perl570delta.pod
47103 ____________________________________________________________________________
47104 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
47105         Log: The fudge factor is no more needed.  I hope.
47106      Branch: perl
47107            ! t/lib/posix.t
47108 ____________________________________________________________________________
47109 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
47110         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
47111              From: Hugo <hv@crypt.compulink.co.uk>
47112              Date: Tue, 05 Jun 2001 12:58:19 +0100
47113              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
47114      Branch: perl
47115            ! util.c
47116 ____________________________________________________________________________
47117 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
47118         Log: Make up prototypes only for those who have the functions
47119              but not the prototypes.
47120      Branch: perl
47121            ! perl.h
47122 ____________________________________________________________________________
47123 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
47124         Log: Subject: Re: Not OK: perl@10439 on win32 
47125              From: Prymmer/Kahn <pvhp@best.com> 
47126              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
47127              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
47128      Branch: perl
47129            ! perl.h util.c
47130 ____________________________________________________________________________
47131 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
47132         Log: The metaconfig units changes for #10441.
47133      Branch: metaconfig
47134            ! U/modified/Extract.U U/modified/Extractall.U
47135            ! U/modified/Finish.U
47136 ____________________________________________________________________________
47137 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
47138         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
47139      Branch: perl
47140            ! Configure
47141 ____________________________________________________________________________
47142 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
47143         Log: Unnecessary fuzziness undone, noted by Mike Guy.
47144      Branch: perl
47145            ! t/op/tr.t
47146 ____________________________________________________________________________
47147 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
47148         Log: Update Changes.
47149      Branch: perl
47150            ! Changes patchlevel.h
47151 ____________________________________________________________________________
47152 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
47153         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
47154              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
47155              leakage patch.
47156      Branch: perl
47157            ! t/op/misc.t
47158 ____________________________________________________________________________
47159 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
47160         Log: Test case for #10433/#10424.
47161      Branch: perl
47162            ! t/op/misc.t
47163 ____________________________________________________________________________
47164 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
47165         Log: Subject: One fix for strtoul not setting errno
47166              From: hom00@utsglobal.com (Hal Morris)
47167              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
47168              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
47169      Branch: perl
47170            + uts/strtol_wrap.c
47171            ! MANIFEST hints/uts.sh
47172 ____________________________________________________________________________
47173 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
47174         Log: Metaconfig units changes for #10434.
47175      Branch: metaconfig
47176            ! U/modified/Cppsym.U
47177      Branch: metaconfig/U/perl
47178            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
47179            + d_syscallproto.U d_usleepproto.U
47180            ! longdblfio.U quadfio.U
47181 ____________________________________________________________________________
47182 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
47183         Log: Configure tweaks; add prototype probes, make the cpp symbols
47184              probe to cast, not whine; test for %Ld and %Lf before %lld and
47185              %llf because the L is the ANSI way.
47186      Branch: perl
47187            ! Configure config_h.SH configure.com epoc/config.sh
47188            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
47189            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
47190            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
47191 ____________________________________________________________________________
47192 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
47193         Log: Sigh.  This is what #10424 was supposed to check in.
47194      Branch: perl
47195            ! op.c sv.c sv.h
47196 ____________________________________________________________________________
47197 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
47198         Log: More verbose failure.
47199      Branch: perl
47200            ! t/op/ver.t
47201 ____________________________________________________________________________
47202 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
47203         Log: The .pm changes to go with #10428.
47204      Branch: perl
47205            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
47206            ! ext/Sys/Syslog/Syslog.pm
47207 ____________________________________________________________________________
47208 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
47209         Log: On second thoughts show to utf8 skippage message only
47210              on failures, it's too confusing otherwise,
47211      Branch: perl
47212            ! t/pragma/locale.t
47213 ____________________________________________________________________________
47214 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
47215         Log: Do not import anything from Encode.
47216      Branch: perl
47217            ! ext/MIME/Base64/QuotedPrint.pm
47218 ____________________________________________________________________________
47219 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
47220         Log: The #10402 didn't take.  Weird.
47221      Branch: perl
47222            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
47223            ! ext/Sys/Syslog/Syslog.xs
47224 ____________________________________________________________________________
47225 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
47226         Log: Eradicate traces of 'asciirange' re subpragma.
47227      Branch: perl
47228            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
47229            ! pod/perldiag.pod
47230 ____________________________________________________________________________
47231 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
47232         Log: use is a compile-time thing.
47233      Branch: perl
47234            ! ext/MIME/Base64/QuotedPrint.pm
47235 ____________________________________________________________________________
47236 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
47237         Log: Subject: [PATCH perl@10419] -Wall casting patch
47238              From: Robin Barker <rmb1@cise.npl.co.uk>
47239              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
47240              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
47241      Branch: perl
47242            ! ext/Devel/DProf/DProf.xs mg.c
47243 ____________________________________________________________________________
47244 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
47245         Log: Subject: [PATCH #2] introducing SVpad_TYPED
47246              From: Abhijit Menon-Sen <ams@wiw.org>
47247              Date: Mon, 4 Jun 2001 12:26:02 +0530
47248              Message-ID: <20010604122602.A5775@lustre.linux.in>
47249      Branch: perl
47250            ! op.c sv.c sv.h
47251 ____________________________________________________________________________
47252 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
47253         Log: testsuite for change#10192 (from Gisle Aas)
47254      Branch: perl
47255            + t/op/override.t
47256            ! MANIFEST
47257 ____________________________________________________________________________
47258 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
47259         Log: integrate changes#10414-10416 from mainline
47260              
47261              Potential buffer overrun if the radix separator is more than
47262              one byte.  Also, under locales, prefer the locale-specific
47263              separator over the old boring ".".
47264              
47265              "10.", that is, decimal numbers can have no decimal part at all.
47266              
47267              The non-locale places need love, too.
47268      Branch: maint-5.6/perl
47269           !> perl.h sv.c
47270 ____________________________________________________________________________
47271 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
47272         Log: Missed from #10420.
47273      Branch: perl
47274            ! epoc/config.sh
47275 ____________________________________________________________________________
47276 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
47277         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
47278              often this prototype goes with HAS_SETRESUID_PROTO.
47279      Branch: perl
47280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47281            ! config_h.SH configure.com perl.h uconfig.h
47282 ____________________________________________________________________________
47283 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
47284         Log: Update Changes.
47285      Branch: perl
47286            ! Changes patchlevel.h
47287 ____________________________________________________________________________
47288 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
47289         Log: -Wall "subscript has type `char'" cleanup.
47290      Branch: perl
47291            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
47292 ____________________________________________________________________________
47293 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
47294         Log: Various "cast to pointer from integer of different size"
47295              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
47296              wide but I32 (int) only 32 bits wide).
47297              
47298              WARNING: the classnum and tagnum changes in Storable.xs
47299              may not be wise, they may be breaking binary compatibility
47300              (in 64-bit platforms), asked Raphael Manfredi about the changes.
47301      Branch: perl
47302            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
47303            ! mg.c proto.h
47304 ____________________________________________________________________________
47305 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
47306         Log: The non-locale places need love, too.
47307      Branch: perl
47308            ! perl.h
47309 ____________________________________________________________________________
47310 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
47311         Log: "10.", that is, decimal numbers can have no decimal part at all.
47312      Branch: perl
47313            ! perl.h
47314 ____________________________________________________________________________
47315 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
47316         Log: Potential buffer overrun if the radix separator is more than
47317              one byte.  Also, under locales, prefer the locale-specific
47318              separator over the old boring ".".
47319      Branch: perl
47320            ! perl.h sv.c
47321 ____________________________________________________________________________
47322 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
47323         Log: Integrate change #10412 from maintperl; locale is now
47324              per-cop, not per-op; plus retweak the locale.t to always
47325              list the skipped utf8 locales.
47326      Branch: perl
47327            ! t/pragma/locale.t
47328           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
47329           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
47330 ____________________________________________________________________________
47331 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
47332         Log: rationalize locale handling to fix the bugs uncovered by change#10394
47333              
47334              the major issue was that the runtime was looking at PL_hints rather
47335              than op_private to notice whether locale was enabled
47336              
47337              the secondary issue was that many locale-sensitive numeric ops didn't
47338              have HINT_LOCALE propagated into their op_private
47339              
47340              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
47341              instead of per-op, just like HINT_BYTE and the hints for lexical
47342              warnings (this makes the hint available to every op via PL_curcop)
47343              
47344              pragma/locale.t may need to be reworked with these fixes in mind
47345              (it currently passes its tests)
47346      Branch: maint-5.6/perl
47347            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
47348            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
47349 ____________________________________________________________________________
47350 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
47351         Log: More verbose debugging.
47352      Branch: perl
47353            ! t/pragma/locale.t
47354 ____________________________________________________________________________
47355 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
47356         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
47357              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
47358              Date: Sat, 2 Jun 2001 22:53:33 +0100
47359              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
47360      Branch: perl
47361            ! regcomp.c t/pragma/warn/regcomp
47362 ____________________________________________________________________________
47363 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
47364         Log: Mention that lexicalizing $a or $b is a bad idea if one
47365              wants to use sort().
47366      Branch: perl
47367            ! pod/perlvar.pod
47368 ____________________________________________________________________________
47369 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
47370         Log: Tweak the test to be happy if the accuracy is 'good enough'.
47371      Branch: perl
47372            ! t/lib/posix.t
47373 ____________________________________________________________________________
47374 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
47375         Log: Upgrade to Attribute::Handlers 0.70.
47376              
47377              NOTE: this unearthed the "too late for CHECK block" bug,
47378              that's why the 1_compile.t change.
47379      Branch: perl
47380            + lib/Attribute/Handlers/demo/Demo.pm
47381            + lib/Attribute/Handlers/demo/Descriptions.pm
47382            + lib/Attribute/Handlers/demo/MyClass.pm
47383            + lib/Attribute/Handlers/demo/demo.pl
47384            + lib/Attribute/Handlers/demo/demo2.pl
47385            + lib/Attribute/Handlers/demo/demo3.pl
47386            + lib/Attribute/Handlers/demo/demo4.pl
47387            + lib/Attribute/Handlers/demo/demo_call.pl
47388            + lib/Attribute/Handlers/demo/demo_chain.pl
47389            + lib/Attribute/Handlers/demo/demo_cycle.pl
47390            + lib/Attribute/Handlers/demo/demo_hashdir.pl
47391            + lib/Attribute/Handlers/demo/demo_phases.pl
47392            + lib/Attribute/Handlers/demo/demo_range.pl
47393            + lib/Attribute/Handlers/demo/demo_rawdata.pl
47394            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
47395            ! t/lib/attrhand.t
47396 ____________________________________________________________________________
47397 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
47398         Log: One less -Wall whine.
47399      Branch: perl
47400            ! regcomp.c
47401 ____________________________________________________________________________
47402 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
47403         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
47404      Branch: perl
47405           !> t/op/eval.t
47406 ____________________________________________________________________________
47407 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
47408         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
47409              aren't "normally" visible inside eval""s contained in subs unless
47410              a cloned reference to them already exists)
47411              
47412              strangely enough, t/harness didn't show this up as a failure
47413              (harness needs fixing?)
47414      Branch: maint-5.6/perl
47415            ! t/op/eval.t
47416 ____________________________________________________________________________
47417 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
47418         Log: Update to Text::Balanced 1.85.
47419      Branch: perl
47420            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
47421 ____________________________________________________________________________
47422 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
47423         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
47424              From: Nicholas Clark <nick@ccl4.org>
47425              Date: Sun, 3 Jun 2001 17:54:36 +0100
47426              Message-ID: <20010603175436.E76396@plum.flirble.org> 
47427      Branch: perl
47428            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
47429            ! ext/Sys/Syslog/Syslog.xs
47430 ____________________________________________________________________________
47431 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
47432         Log: Unused variables.
47433      Branch: perl
47434            ! util.c
47435 ____________________________________________________________________________
47436 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
47437         Log: Subject: [PATCH] APIfy op_clear 
47438              From: Simon Cozens <simon@netthink.co.uk>
47439              Date: Sun, 3 Jun 2001 13:51:46 +0100
47440              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
47441              
47442              (despite the subject line, op_null is APIfied by the patch)
47443      Branch: perl
47444            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47445 ____________________________________________________________________________
47446 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
47447         Log: Subject: [PATCH] t/lib/extutils.t
47448              From: Nicholas Clark <nick@ccl4.org>
47449              Date: Sat, 2 Jun 2001 23:57:05 +0100
47450              Message-ID: <20010602235705.Q12698@plum.flirble.org>
47451      Branch: perl
47452            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
47453 ____________________________________________________________________________
47454 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
47455         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
47456              From: Prymmer/Kahn <pvhp@best.com>
47457              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
47458              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
47459      Branch: perl
47460            ! win32/Makefile win32/makefile.mk
47461 ____________________________________________________________________________
47462 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
47463         Log: Subject: Re: 'decimal digits' macro? 
47464              From: Hugo <hv@crypt.compulink.co.uk>
47465              Date: Sun, 03 Jun 2001 04:26:36 +0100
47466              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
47467      Branch: perl
47468            ! handy.h t/lib/posix.t t/op/tr.t
47469 ____________________________________________________________________________
47470 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
47471         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
47472              From: Hugo <hv@crypt.compulink.co.uk>
47473              Date: Sun, 03 Jun 2001 14:56:30 +0100
47474              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
47475      Branch: perl
47476            ! util.c
47477 ____________________________________________________________________________
47478 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
47479         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
47480      Branch: perl
47481           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
47482           !> vms/perly_c.vms
47483 ____________________________________________________________________________
47484 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
47485         Log: fix leakage of lexicals at file scope into subroutines that were
47486              declared before them; this appears to be a longstanding bug that
47487              meant that lexicals at file scope were never "deintroduced", meaning
47488              their scope range was never properly closed, and their visibility
47489              extended to all subsequent eval""s or requires
47490              
47491              added a test case
47492              
47493              seems to also fix a case of bogus duplicate warnings
47494      Branch: maint-5.6/perl
47495            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
47496            ! vms/perly_c.vms
47497 ____________________________________________________________________________
47498 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
47499         Log: More VMS tweaks from Craig A. Berry.
47500      Branch: perl
47501            ! configure.com t/lib/extutils.t
47502 ____________________________________________________________________________
47503 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
47504         Log: -Wall cleanup continues.
47505      Branch: perl
47506            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
47507            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
47508            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
47509            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
47510            ! run.c toke.c util.c
47511 ____________________________________________________________________________
47512 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
47513         Log: The metaconfig unit change for #10390.
47514      Branch: metaconfig/U/perl
47515            ! gccvers.U
47516 ____________________________________________________________________________
47517 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
47518         Log: Drop the -ansi from the default gcc flags.
47519              
47520              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
47521              that struct cannot be compared with a flat integer, such as STRLEN.
47522              The -ansi will also cause a lot of noise in Solaris because of:
47523              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
47524      Branch: perl
47525            ! Configure
47526 ____________________________________________________________________________
47527 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
47528         Log: Integrate perlio.
47529      Branch: perl
47530           !> pod/perlapi.pod util.c
47531 ____________________________________________________________________________
47532 [ 10388] By: nick                                  on 2001/06/02  08:01:12
47533         Log: Integrate mainline
47534      Branch: perlio
47535           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
47536           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
47537           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
47538           !> t/lib/1_compile.t t/lib/mimeqp.t
47539 ____________________________________________________________________________
47540 [ 10387] By: nick                                  on 2001/06/02  07:39:17
47541         Log: Tweak util.c's atof2 for MULTIPLICITY
47542      Branch: perlio
47543            ! util.c
47544 ____________________________________________________________________________
47545 [ 10386] By: nick                                  on 2001/06/02  07:38:33
47546         Log: Integrate mainline
47547      Branch: perlio
47548           !> (integrate 41 files)
47549 ____________________________________________________________________________
47550 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
47551         Log: Add Attribute::Handlers 0.61 from Damian Conway.
47552      Branch: perl
47553            + lib/Attribute/Handlers.pm t/lib/attrhand.t
47554            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
47555 ____________________________________________________________________________
47556 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
47557         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
47558              From: Peter Prymmer <pvhp@forte.com>
47559              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
47560              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
47561      Branch: perl
47562            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
47563 ____________________________________________________________________________
47564 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
47565         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
47566              From: Jeff Pinyan <jeffp@crusoe.net>
47567              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
47568              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
47569      Branch: perl
47570            ! lib/File/Find.pm
47571 ____________________________________________________________________________
47572 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
47573         Log: Subject: [PATCH perl@10381] configure.com tweaks
47574              From: "Craig A. Berry" <craigberry@mac.com>
47575              Date: Fri, 1 Jun 2001 13:55:43 -0500
47576              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
47577      Branch: perl
47578            ! configure.com
47579 ____________________________________________________________________________
47580 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
47581         Log: Update Changes.
47582      Branch: perl
47583            ! Changes patchlevel.h
47584 ____________________________________________________________________________
47585 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
47586         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
47587              From: Mike Guy <mjtg@cam.ac.uk>
47588              Date: Fri, 01 Jun 2001 18:17:02 +0100
47589              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
47590      Branch: perl
47591            ! lib/perl5db.pl
47592 ____________________________________________________________________________
47593 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
47594         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
47595              From: Hugo <hv@crypt.compulink.co.uk>
47596              Date: Thu, 31 May 2001 20:49:48 +0100
47597              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
47598      Branch: perl
47599            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
47600            ! util.c
47601 ____________________________________________________________________________
47602 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
47603         Log: Zero() is not available in x2p (or, rather, some of its
47604              implementations like memzero() might not be available.)
47605      Branch: perl
47606            ! x2p/hash.c
47607 ____________________________________________________________________________
47608 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
47609         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
47610              From: Michael G Schwern <schwern@pobox.com>
47611              Date: Fri, 1 Jun 2001 12:00:29 +0100
47612              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
47613              
47614              (But use Zero() instead of memset.)
47615      Branch: perl
47616            ! x2p/hash.c
47617 ____________________________________________________________________________
47618 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
47619         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
47620              From: Jeff Pinyan <jeffp@crusoe.net>
47621              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
47622              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
47623      Branch: perl
47624            ! pod/perldiag.pod regcomp.c t/op/pat.t
47625 ____________________________________________________________________________
47626 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
47627         Log: Retract #10324 and #10333; not needed.
47628      Branch: perl
47629            ! hints/irix_6.sh hints/linux.sh
47630 ____________________________________________________________________________
47631 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
47632         Log: The #10370 wasn't quite right.
47633      Branch: perl
47634            ! ext/XS/Typemap/Typemap.xs
47635 ____________________________________________________________________________
47636 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
47637         Log: The metaconfig units changes for #10372.
47638      Branch: metaconfig/U/perl
47639            + d_realpath.U d_sresgproto.U d_sresuproto.U
47640            ! gccvers.U i_db.U
47641 ____________________________________________________________________________
47642 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
47643         Log: Configure tweaks; record the Berkeley DB version,
47644              probe for realpath(), for setresuid() and setresgid()
47645              prototypes; use realpath() (try to be paranoid enough),
47646              use the setres[ug]id prototypes because glibc has the functions
47647              but not their prototypes; add -Wall -ansi to gcc ccflags;
47648              regen toc.
47649      Branch: perl
47650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47651            ! config_h.SH configure.com epoc/config.sh
47652            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
47653            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
47654            ! vos/config.ga.def win32/config.bc win32/config.gc
47655            ! win32/config.vc
47656 ____________________________________________________________________________
47657 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
47658         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
47659              From: Michael G Schwern <schwern@pobox.com>
47660              Date: Fri, 1 Jun 2001 11:28:14 +0100
47661              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
47662      Branch: perl
47663            ! lib/attributes.pm xsutils.c
47664 ____________________________________________________________________________
47665 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
47666         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
47667              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47668              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
47669              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
47670      Branch: perl
47671            ! ext/XS/Typemap/Typemap.xs
47672 ____________________________________________________________________________
47673 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
47674         Log: Subject: [patch] Cwd.xs optimizations/abstraction
47675              From: Doug MacEachern <dougm@covalent.net>
47676              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
47677              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
47678      Branch: perl
47679            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
47680            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
47681 ____________________________________________________________________________
47682 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
47683         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!])
47684              From: Nicholas Clark <nick@ccl4.org>
47685              Date: Thu, 31 May 2001 23:56:40 +0100
47686              Message-ID: <20010531235640.F12698@plum.flirble.org>
47687              
47688              Make the test work also under only static extensions
47689              (sh Configure -Uusedl fakes this nicely)
47690      Branch: perl
47691            ! t/lib/extutils.t
47692 ____________________________________________________________________________
47693 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
47694         Log: Subject: [PATCH hv.c] Eliminating trigraph
47695              From: Michael G Schwern <schwern@pobox.com>
47696              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
47697              Date: Fri, 1 Jun 2001 11:49:56 +0100
47698      Branch: perl
47699            ! hv.c
47700 ____________________________________________________________________________
47701 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
47702         Log: Subject: Re: [PATCH] Tests for File::Compare 
47703              From: "Philip Newton" <Philip.Newton@gmx.net>
47704              Date: Thu, 31 May 2001 19:44:05 +0200
47705              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
47706              
47707              Unnecessary "quotation marks".
47708      Branch: perl
47709            ! t/lib/filecomp.t
47710 ____________________________________________________________________________
47711 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
47712         Log: Integrate perlio.
47713      Branch: perl
47714           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
47715 ____________________________________________________________________________
47716 [ 10364] By: nick                                  on 2001/06/01  10:13:31
47717         Log: Cleanup dll.base and dll.exp created by GCC builds.
47718      Branch: perlio
47719            ! lib/ExtUtils/MM_Win32.pm
47720 ____________________________________________________________________________
47721 [ 10363] By: nick                                  on 2001/06/01  10:02:17
47722         Log: Make filecomp test work on CRLF platforms by adding binmode.
47723      Branch: perlio
47724            ! t/lib/filecomp.t
47725 ____________________________________________________________________________
47726 [ 10362] By: nick                                  on 2001/06/01  08:37:17
47727         Log: Integrate mainline
47728      Branch: perlio
47729           !> Changes Configure patchlevel.h perlio.c
47730 ____________________________________________________________________________
47731 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
47732         Log: panic:claustrophobia.
47733      Branch: perl
47734            ! perlio.c
47735 ____________________________________________________________________________
47736 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
47737         Log: Update Changes.
47738      Branch: perl
47739            ! Changes patchlevel.h
47740 ____________________________________________________________________________
47741 [ 10359] By: nick                                  on 2001/05/31  12:35:50
47742         Log: Integrate mainline.
47743      Branch: perlio
47744           +> t/lib/filecomp.t
47745           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
47746           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
47747 ____________________________________________________________________________
47748 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
47749         Log: Integrate perlio.
47750      Branch: perl
47751           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
47752           !> win32/config_H.vc
47753 ____________________________________________________________________________
47754 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
47755         Log: Metaconfig unit change for #10356.
47756      Branch: metaconfig
47757            ! U/installdirs/inc_version_list.U
47758 ____________________________________________________________________________
47759 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
47760         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
47761              (idea from Sarathy; implementation from Andy)
47762      Branch: perl
47763            ! Configure
47764 ____________________________________________________________________________
47765 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
47766         Log: More AUTHORS.
47767      Branch: perl
47768            ! AUTHORS
47769 ____________________________________________________________________________
47770 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
47771         Log: Subject: Re: [PATCH] Tests for File::Compare
47772              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
47773              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
47774              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
47775      Branch: perl
47776            + t/lib/filecomp.t
47777            ! MANIFEST t/lib/1_compile.t
47778 ____________________________________________________________________________
47779 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
47780         Log: Subject: [PATCH] DEBUG_* macro cleanups
47781              From: Abhijit Menon-Sen <ams@wiw.org>
47782              Date: Thu, 31 May 2001 12:16:22 +0530
47783              Message-ID: <20010531121622.B4829@lustre.linux.in>
47784              
47785              Subject: Re: [PATCH] DEBUG_* macro cleanups
47786              From: Abhijit Menon-Sen <ams@wiw.org>
47787              Date: Thu, 31 May 2001 13:57:01 +0530
47788              Message-ID: <20010531135701.A21775@lustre.linux.in>
47789              
47790              (The DEBUG_ definitions in perl.h changed to use the
47791              STMT_START and STMT_END.)
47792      Branch: perl
47793            ! perl.h pp_ctl.c sv.c toke.c
47794 ____________________________________________________________________________
47795 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
47796         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
47797              From: Abhijit Menon-Sen <ams@wiw.org>
47798              Date: Thu, 31 May 2001 08:27:55 +0530
47799              Message-ID: <20010531082755.A10018@lustre.linux.in>
47800      Branch: perl
47801            ! ext/Storable/Storable.xs gv.c perl.c
47802 ____________________________________________________________________________
47803 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
47804         Log: Subject: [PATCH] AUTHORS
47805              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47806              Date: Thu, 31 May 2001 01:27:59 -0500
47807              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
47808              
47809              Subject: Re: [PATCH] AUTHORS
47810              From: "Philip Newton" <Philip.Newton@gmx.net>
47811              Date: Thu, 31 May 2001 10:08:06 +0200
47812              (Message-Id missing?)
47813      Branch: perl
47814            ! AUTHORS
47815 ____________________________________________________________________________
47816 [ 10350] By: nick                                  on 2001/05/31  11:40:43
47817         Log: win32 - dmake regen_config_h
47818      Branch: perlio
47819            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47820 ____________________________________________________________________________
47821 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
47822         Log: Subject: Re: [PATCH util.c] More warning cleanups.
47823              From: "Philip Newton" <Philip.Newton@gmx.net>
47824              Date: Thu, 31 May 2001 07:41:36 +0200
47825              Message-Id: <200105310538.IAA25458@taku.hut.fi>
47826              
47827              Undo C++-ism that snekt in.
47828      Branch: perl
47829            ! util.c
47830 ____________________________________________________________________________
47831 [ 10348] By: nick                                  on 2001/05/31  11:36:46
47832         Log: Tolerate Win32 numerics
47833      Branch: perlio
47834            ! t/pragma/warn/toke
47835 ____________________________________________________________________________
47836 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
47837         Log: Integrate perlio.
47838      Branch: perl
47839           !> perlio.c win32/win32.h
47840 ____________________________________________________________________________
47841 [ 10346] By: nick                                  on 2001/05/31  10:54:55
47842         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
47843              perlio.c change 10255.
47844      Branch: perlio
47845            ! perlio.c
47846 ____________________________________________________________________________
47847 [ 10345] By: nick                                  on 2001/05/31  10:01:57
47848         Log: Conditionally put back some "unused" dTHX which are used
47849              with PERL_IMPLICIT_SYS
47850      Branch: perlio
47851            ! perlio.c
47852 ____________________________________________________________________________
47853 [ 10344] By: nick                                  on 2001/05/31  10:00:59
47854         Log: Fix Win32 for new spelling IN_BYTES 
47855      Branch: perlio
47856            ! win32/win32.h
47857 ____________________________________________________________________________
47858 [ 10343] By: nick                                  on 2001/05/31  08:01:32
47859         Log: perlio.c -Wall cleaner under MULTIPLICITY
47860              - still minor noise with linux stdio
47861      Branch: perlio
47862            ! perlio.c
47863 ____________________________________________________________________________
47864 [ 10342] By: nick                                  on 2001/05/31  07:52:23
47865         Log: Integrate mainline.
47866      Branch: perlio
47867           !> (integrate 42 files)
47868 ____________________________________________________________________________
47869 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
47870         Log: AUTHORS updates.
47871      Branch: perl
47872            ! AUTHORS
47873 ____________________________________________________________________________
47874 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
47875         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
47876              From: Peter Prymmer <pvhp@forte.com>
47877              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
47878              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
47879      Branch: perl
47880            ! t/lib/md5-file.t
47881 ____________________________________________________________________________
47882 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
47883         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
47884              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
47885              to match the pragma name; various robustness cleanups.
47886      Branch: perl
47887            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
47888            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
47889 ____________________________________________________________________________
47890 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
47891         Log: More -Wall sweeping.
47892      Branch: perl
47893            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
47894            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
47895            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
47896            ! regcomp.c sv.c toke.c utf8.c
47897 ____________________________________________________________________________
47898 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
47899         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
47900              From: Nicholas Clark <nick@ccl4.org>
47901              Date: Wed, 30 May 2001 22:34:41 +0100
47902              Message-ID: <20010530223441.Y86445@plum.flirble.org>
47903      Branch: perl
47904            ! t/op/cmp.t
47905 ____________________________________________________________________________
47906 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
47907         Log: It's is not, it isn't ain't, and it's it's, not its,
47908              if you mean it is. If you don't, it's its. Then too,
47909              it's hers. It isn't her's. It isn't our's either.
47910              It's ours, and likewise yours and theirs.
47911              -- Oxford University Press, Edpress News
47912      Branch: perl
47913            ! lib/autouse.pm
47914 ____________________________________________________________________________
47915 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
47916         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
47917      Branch: perl
47918            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
47919            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
47920            ! x2p/str.c x2p/walk.c xsutils.c
47921 ____________________________________________________________________________
47922 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
47923         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47924              From: Michael G Schwern <schwern@pobox.com>
47925              Date: Wed, 30 May 2001 17:10:38 +0100
47926              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
47927              
47928              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47929              From: Abhijit Menon-Sen <ams@wiw.org>
47930              Date: Wed, 30 May 2001 23:16:13 +0530
47931              Message-ID: <20010530231613.A31933@lustre.linux.in>
47932      Branch: perl
47933            ! perl.c t/run/runenv.t
47934 ____________________________________________________________________________
47935 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
47936         Log: (Retracted by #10375.)
47937              
47938              IRIX hints patch from Merijn Broeren.
47939              
47940              TODO: (this and the earlier Linux hints patch) should be solved
47941              at Configure level.  Merijn: -ldb should not be used on any platform
47942              for perl, just when linking DBFile itself. Trying to be helpful here
47943              is counterproductive.
47944      Branch: perl
47945            ! hints/irix_6.sh
47946 ____________________________________________________________________________
47947 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
47948         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
47949              From: Nicholas Clark <nick@ccl4.org>
47950              Date: Wed, 30 May 2001 23:20:58 +0100
47951              Message-ID: <20010530232058.B86445@plum.flirble.org>
47952      Branch: perl
47953            ! doop.c
47954 ____________________________________________________________________________
47955 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
47956         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47957              From: Michael G Schwern <schwern@pobox.com> 
47958              Date: Wed, 30 May 2001 15:24:20 +0100
47959              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
47960      Branch: perl
47961            ! t/pragma/autouse.t
47962 ____________________________________________________________________________
47963 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
47964         Log: The regex trick wasn't a good idea.
47965      Branch: perl
47966            ! pod/perlfaq4.pod
47967 ____________________________________________________________________________
47968 [ 10329] By: nick                                  on 2001/05/30  18:34:35
47969         Log: Integrate mainline
47970      Branch: perlio
47971           !> (integrate 40 files)
47972 ____________________________________________________________________________
47973 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
47974         Log: Update Changes.
47975      Branch: perl
47976            ! Changes patchlevel.h
47977 ____________________________________________________________________________
47978 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
47979         Log: The metaconfig unit change for #10325.
47980      Branch: metaconfig
47981            + U/modified/afs.U
47982 ____________________________________________________________________________
47983 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
47984         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
47985              is now wrong.
47986      Branch: perl
47987            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
47988 ____________________________________________________________________________
47989 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
47990         Log: Introduce $Config{afsroot}.
47991      Branch: perl
47992            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47993            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
47994            ! win32/config.gc win32/config.vc
47995 ____________________________________________________________________________
47996 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
47997         Log: (Retracted by #10375.)
47998              
47999              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
48000      Branch: perl
48001            ! hints/linux.sh
48002 ____________________________________________________________________________
48003 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
48004         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
48005              (Also Configure tweaks needed; coming up soon.)
48006      Branch: perl
48007            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
48008 ____________________________________________________________________________
48009 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
48010         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
48011              From: Michael G Schwern <schwern@pobox.com>
48012              Date: Sun, 27 May 2001 10:29:43 +0100
48013              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
48014      Branch: perl
48015            ! lib/perl5db.pl
48016 ____________________________________________________________________________
48017 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
48018         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
48019              and Abhijit Menon-Sen.
48020      Branch: perl
48021            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
48022            ! perl.c pp_sys.c regcomp.c
48023 ____________________________________________________________________________
48024 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
48025         Log: Fix the BOOT section to call myU2time properly.
48026      Branch: perl
48027            ! ext/Time/HiRes/HiRes.xs
48028 ____________________________________________________________________________
48029 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
48030         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
48031              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
48032              Date: Wed, 30 May 2001 09:44:29 -0400
48033              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
48034              
48035              Detypo; plus add one more trick.
48036      Branch: perl
48037            ! pod/perlfaq4.pod
48038 ____________________________________________________________________________
48039 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
48040         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)
48041              From: Michael G Schwern <schwern@pobox.com>
48042              Date: Wed, 30 May 2001 14:39:06 +0100
48043              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
48044      Branch: perl
48045            ! lib/autouse.pm t/pragma/autouse.t
48046 ____________________________________________________________________________
48047 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
48048         Log: Subject: Re: AIX and gcc (moving targets)
48049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48050              Date: Wed, 30 May 2001 15:25:08 +0200
48051              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
48052      Branch: perl
48053            ! ext/Time/HiRes/HiRes.xs
48054 ____________________________________________________________________________
48055 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
48056         Log: Subject: [PATCH t/TEST] sorting tests
48057              From: Michael G Schwern <schwern@pobox.com>
48058              Date: Wed, 30 May 2001 10:24:02 +0100
48059              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
48060      Branch: perl
48061            ! t/TEST
48062 ____________________________________________________________________________
48063 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
48064         Log: Subject: [ID 20010529.002] typos in man page perlre
48065              From: bart@cg681574-a.adubn1.nj.home.com 
48066              Date: Tue, 29 May 2001 13:58:59 -0500
48067              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
48068      Branch: perl
48069            ! pod/perlre.pod
48070 ____________________________________________________________________________
48071 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
48072         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
48073              From: "Craig A. Berry" <craigberry@mac.com>
48074              Date: Tue, 29 May 2001 23:23:45 -0500
48075              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
48076      Branch: perl
48077            ! t/lib/extutils.t t/pragma/autouse.t
48078 ____________________________________________________________________________
48079 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
48080         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)
48081              From: David Dyck <dcd@tc.fluke.com>
48082              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
48083              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
48084      Branch: perl
48085            ! t/lib/filefind.t
48086 ____________________________________________________________________________
48087 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
48088         Log: AIX hints update for gcc from Merijn H. Brand.
48089      Branch: perl
48090            ! hints/aix.sh
48091 ____________________________________________________________________________
48092 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
48093         Log: Retract #10295 and #10296: a more generic solution
48094              is needed (there's something funny with gcc on AIX).
48095      Branch: perl
48096            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
48097 ____________________________________________________________________________
48098 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
48099         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
48100              From: Hugo <hv@crypt.compulink.co.uk>
48101              Date: Wed, 30 May 2001 11:59:19 +0100
48102              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
48103              
48104              localizing $@ has unfortunate semantics - if you die past
48105              a local $@, the die message is lost.
48106      Branch: perl
48107            ! lib/utf8_heavy.pl
48108 ____________________________________________________________________________
48109 [ 10309] By: nick                                  on 2001/05/30  08:23:02
48110         Log: Integrate mainline (autouse works again.)
48111      Branch: perlio
48112           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
48113           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
48114           !> pod/perlvar.pod t/op/cmp.t
48115 ____________________________________________________________________________
48116 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
48117         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
48118              From: David Dyck <dcd@tc.fluke.com>
48119              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
48120              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
48121      Branch: perl
48122            ! lib/File/Find.pm
48123 ____________________________________________________________________________
48124 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
48125         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
48126              From: Nicholas Clark <nick@ccl4.org>
48127              Date: Tue, 29 May 2001 23:16:09 +0100
48128              Message-ID: <20010529231609.U86445@plum.flirble.org>
48129              
48130              Make the test output slightly clearer by distinguishing
48131              between '' and undef.
48132      Branch: perl
48133            ! t/op/cmp.t
48134 ____________________________________________________________________________
48135 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
48136         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
48137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48138              Date: Tue, 29 May 2001 19:15:19 -0400
48139              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
48140      Branch: perl
48141            ! hints/os2.sh
48142 ____________________________________________________________________________
48143 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
48144         Log: Subject: perlvar.pod addition
48145              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
48146              Date: Fri, 25 May 2001 20:23:12 +0200
48147              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
48148              
48149              Subject: Re: perlvar.pod addition
48150              From: "Abigail" <abigail@foad.org> 
48151              Date: Fri, 25 May 2001 22:00:39 +0200
48152              Message-ID: <20010525200039.28029.qmail@foad.org>
48153              
48154              Mention $a and $b in perlvar.
48155      Branch: perl
48156            ! pod/perlvar.pod
48157 ____________________________________________________________________________
48158 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
48159         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
48160              From: Jeff Pinyan <jeffp@crusoe.net>
48161              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
48162              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
48163      Branch: perl
48164            ! pod/perlvar.pod
48165 ____________________________________________________________________________
48166 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
48167         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
48168              From: Jeff Pinyan <jeffp@crusoe.net>
48169              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
48170              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
48171      Branch: perl
48172            ! pod/perlfaq6.pod
48173 ____________________________________________________________________________
48174 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
48175         Log: Mention Time::localtime and Time::gmtime.
48176      Branch: perl
48177            ! ext/Time/Piece/Piece.pm
48178 ____________________________________________________________________________
48179 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
48180         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
48181              From: Michael G Schwern <schwern@pobox.com>
48182              Date: Tue, 29 May 2001 18:51:32 +0100
48183              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
48184      Branch: perl
48185            ! pod/perlfaq4.pod
48186 ____________________________________________________________________________
48187 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
48188         Log: Retract #10243.
48189      Branch: perl
48190            ! lib/autouse.pm
48191 ____________________________________________________________________________
48192 [ 10299] By: nick                                  on 2001/05/29  18:41:19
48193         Log: Post weekend integrate mainline (fails one test pragma/autouse).
48194      Branch: perlio
48195           +> (branch 29 files)
48196           !> (integrate 91 files)
48197 ____________________________________________________________________________
48198 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
48199         Log: Update Changes.
48200      Branch: perl
48201            ! Changes patchlevel.h
48202 ____________________________________________________________________________
48203 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
48204         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
48205              before Perl_load_module/Perl_call_method and restore the value
48206              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
48207      Branch: perl
48208            ! utf8.c
48209 ____________________________________________________________________________
48210 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
48211         Log: Subject: Re: AIX and gcc (moving targets)
48212              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48213              Date: Tue, 29 May 2001 17:59:40 +0200
48214              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
48215      Branch: perl
48216            ! ext/Storable/Makefile.PL
48217 ____________________________________________________________________________
48218 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
48219         Log: Subject: Re: AIX and gcc (moving targets)
48220              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48221              Date: Tue, 29 May 2001 12:32:57 +0200
48222              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
48223      Branch: perl
48224            ! ext/POSIX/Makefile.PL
48225 ____________________________________________________________________________
48226 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
48227         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
48228              From: Michael G Schwern <schwern@pobox.com>
48229              Date: Tue, 29 May 2001 09:53:29 +0100
48230              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
48231              
48232              (#10280 retracted)
48233      Branch: perl
48234            ! lib/Test/Harness.pm t/lib/test-harness.t
48235 ____________________________________________________________________________
48236 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
48237         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
48238              From: Michael G Schwern <schwern@pobox.com>
48239              Date: Tue, 29 May 2001 09:19:52 +0100
48240              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
48241      Branch: perl
48242            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
48243            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
48244            + t/lib/Test/todo.t
48245            ! MANIFEST lib/Test.pm t/TEST
48246 ____________________________________________________________________________
48247 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
48248         Log: From: Michael G Schwern <schwern@pobox.com>
48249              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
48250              Date: Tue, 29 May 2001 08:26:09 +0100
48251              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
48252      Branch: perl
48253            ! t/TEST
48254 ____________________________________________________________________________
48255 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
48256         Log: Add tests for Time::gmtime and Time::localtime.
48257      Branch: perl
48258            + t/lib/time-gmtime.t t/lib/time-localtime.t
48259            ! MANIFEST t/lib/1_compile.t
48260 ____________________________________________________________________________
48261 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
48262         Log: Add test for File::stat.
48263      Branch: perl
48264            + t/lib/filestat.t
48265            ! MANIFEST t/lib/1_compile.t
48266 ____________________________________________________________________________
48267 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
48268         Log: Add test for Net::servent.
48269      Branch: perl
48270            + t/lib/net-sent.t
48271            ! MANIFEST t/lib/1_compile.t
48272 ____________________________________________________________________________
48273 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
48274         Log: Add test for Net::protoent.
48275      Branch: perl
48276            + t/lib/net-pent.t
48277            ! MANIFEST t/lib/1_compile.t
48278 ____________________________________________________________________________
48279 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
48280         Log: Add test for Net::netent.
48281      Branch: perl
48282            + t/lib/net-nent.t
48283            ! MANIFEST t/lib/1_compile.t
48284 ____________________________________________________________________________
48285 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
48286         Log: Add test for User::grent.  Portability doubtful.
48287      Branch: perl
48288            + t/lib/user-grent.t
48289            ! MANIFEST t/lib/1_compile.t
48290 ____________________________________________________________________________
48291 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
48292         Log: Add test for User::pwent.
48293              Probably will fall down somewhere for portability reasons.
48294      Branch: perl
48295            + t/lib/user-pwent.t
48296            ! MANIFEST t/lib/1_compile.t
48297 ____________________________________________________________________________
48298 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
48299         Log: Metaconfig units changes for #10283.
48300      Branch: metaconfig
48301            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
48302            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
48303            ! U/installdirs/sitescript.U U/modified/Signal.U
48304 ____________________________________________________________________________
48305 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
48306         Log: Subject: [PATCH 5.6.1] signal names in Configure
48307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48308              Date: Tue, 29 May 2001 03:52:25 -0400
48309              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
48310              
48311              Subject: [PATCH 5.6.1] older perl in Configure
48312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48313              Date: Tue, 29 May 2001 03:55:40 -0400
48314              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
48315              
48316              Subject: [PATCH 5.6.1] goofs in Configure
48317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48318              Date: Tue, 29 May 2001 04:13:07 -0400
48319              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
48320              
48321              Configure portability tweaks.
48322      Branch: perl
48323            ! Configure
48324 ____________________________________________________________________________
48325 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
48326         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
48327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48328              Date: Tue, 29 May 2001 04:07:06 -0400
48329              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
48330      Branch: perl
48331            ! os2/os2.c
48332 ____________________________________________________________________________
48333 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
48334         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
48335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48336              Date: Tue, 29 May 2001 04:01:38 -0400
48337              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
48338      Branch: perl
48339            ! hints/os2.sh os2/Makefile.SHs
48340 ____________________________________________________________________________
48341 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
48342         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
48343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48344              Date: Tue, 29 May 2001 03:50:18 -0400
48345              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
48346      Branch: perl
48347            ! lib/Test/Harness.pm
48348 ____________________________________________________________________________
48349 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
48350         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
48351      Branch: perl
48352            ! lib/utf8_heavy.pl
48353 ____________________________________________________________________________
48354 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
48355         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
48356              From: Hugo <hv@crypt.compulink.co.uk>
48357              Date: Tue, 29 May 2001 03:03:45 +0100
48358              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
48359              
48360              Explanation why the $@ always gets the UTF8 flag when under use utf8--
48361              because we told it to have the flag when under use utf8.
48362      Branch: perl
48363            ! pp_ctl.c
48364 ____________________________________________________________________________
48365 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
48366         Log: At least a partial fix for 20010528.004.
48367      Branch: perl
48368            ! lib/utf8_heavy.pl
48369 ____________________________________________________________________________
48370 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
48371         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
48372              From: Nicholas Clark <nick@ccl4.org> 
48373              Date: Mon, 28 May 2001 23:39:38 +0100
48374              Message-ID: <20010528233938.M86445@plum.flirble.org>
48375              
48376              More portable non-zero UV.
48377      Branch: perl
48378            ! t/lib/extutils.t
48379 ____________________________________________________________________________
48380 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
48381         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
48382              From: Nicholas Clark <nick@ccl4.org>
48383              Date: Mon, 28 May 2001 22:46:09 +0100
48384              Message-ID: <20010528224608.L86445@plum.flirble.org>
48385              
48386              Test also "make clean".
48387      Branch: perl
48388            ! t/lib/extutils.t
48389 ____________________________________________________________________________
48390 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
48391         Log: Subject: Re: Would -Wno-unused -Wall be better?
48392              From: Michael G Schwern <schwern@pobox.com>
48393              Date: Tue, 29 May 2001 00:55:54 +0100
48394              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
48395      Branch: perl
48396            ! pp.h
48397 ____________________________________________________________________________
48398 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
48399         Log: Add a test for 20010528.007, fixed in #10272.
48400      Branch: perl
48401            ! t/op/misc.t toke.c
48402 ____________________________________________________________________________
48403 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
48404         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
48405              From: Hugo <hv@crypt.compulink.co.uk>
48406              Date: Tue, 29 May 2001 00:23:23 +0100
48407              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
48408      Branch: perl
48409            ! toke.c
48410 ____________________________________________________________________________
48411 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
48412         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
48413              From: Michael G Schwern <schwern@pobox.com>
48414              Date: Tue, 29 May 2001 00:42:59 +0100
48415              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
48416      Branch: perl
48417            ! t/pragma/autouse.t
48418 ____________________________________________________________________________
48419 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
48420         Log: Some shells seemingly arrange the signal handlers differently
48421              (bug id 20010521.004).
48422      Branch: perl
48423            ! t/lib/sigaction.t
48424 ____________________________________________________________________________
48425 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
48426         Log: Regen perlmodlib.
48427      Branch: perl
48428            ! pod/perlmodlib.pod
48429 ____________________________________________________________________________
48430 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
48431         Log: Update Changes.
48432      Branch: perl
48433            ! Changes patchlevel.h
48434 ____________________________________________________________________________
48435 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
48436         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
48437              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48438              Date: Mon, 28 May 2001 14:56:35 -0500
48439              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
48440      Branch: perl
48441            ! pod/perlnewmod.pod
48442 ____________________________________________________________________________
48443 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
48444         Log: Regen toc.
48445      Branch: perl
48446            ! pod/perltoc.pod
48447 ____________________________________________________________________________
48448 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
48449         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
48450              From: "Richard Soderberg" <rs@crystalflame.net>
48451              Date: Mon, 28 May 2001 12:31:23 -0700
48452              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
48453      Branch: perl
48454            ! t/op/splice.t
48455 ____________________________________________________________________________
48456 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
48457         Log: The #10260 was too bold: locales and utf8 still do not mix.
48458      Branch: perl
48459            ! t/pragma/locale.t
48460 ____________________________________________________________________________
48461 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
48462         Log: Subject: [PATCH] Pod nitpicks
48463              From: "Richard Soderberg" <rs@crystalflame.net>
48464              Date: Mon, 28 May 2001 10:08:58 -0700
48465              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
48466      Branch: perl
48467            ! pod/perl571delta.pod pod/perlapi.pod sv.h
48468 ____________________________________________________________________________
48469 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
48470         Log: Upgrade to I18N::LangTags 0.22.
48471      Branch: perl
48472            + lib/I18N/LangTags/List.pod
48473            ! MANIFEST lib/I18N/LangTags.pm
48474 ____________________________________________________________________________
48475 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
48476         Log: A slightly more serious bug found by -Mutf8; op/misc and
48477              lib/complex dumped core.
48478      Branch: perl
48479            ! regexec.c
48480 ____________________________________________________________________________
48481 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
48482         Log: Various buglets shaken out by -Mutf8.
48483      Branch: perl
48484            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
48485            ! t/pragma/locale.t
48486 ____________________________________________________________________________
48487 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
48488         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
48489      Branch: perl
48490            ! t/lib/carp.t
48491 ____________________________________________________________________________
48492 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
48493         Log: Subject: [PATCH] todo patch
48494              From: Artur Bergman <artur@contiller.se> 
48495              Date: Mon, 28 May 2001 17:03:51 +0200
48496              Message-ID: <B7383577.F34%artur@contiller.se>
48497      Branch: perl
48498            ! pod/perltodo.pod
48499 ____________________________________________________________________________
48500 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
48501         Log: Subject: typo in perlguts.pod
48502              From: "John P. Linderman" <jpl@research.att.com>
48503              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
48504              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
48505      Branch: perl
48506            ! pod/perlguts.pod
48507 ____________________________________________________________________________
48508 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
48509         Log: Subject: AIX and gcc (moving targets)
48510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48511              Date: Mon, 28 May 2001 12:54:04 +0200
48512              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
48513      Branch: perl
48514            ! hints/aix.sh
48515 ____________________________________________________________________________
48516 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
48517         Log: Subject: Re: perlio + multiple perl_alloc..destruct
48518              From: Doug MacEachern <dougm@covalent.net>
48519              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
48520              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
48521      Branch: perl
48522            ! perlio.c
48523 ____________________________________________________________________________
48524 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
48525         Log: The #10251 wasn't quite up-to-the-code.
48526      Branch: perl
48527            ! t/op/misc.t
48528 ____________________________________________________________________________
48529 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
48530         Log: Test case for bug 20010526.004, fixed in #10252.
48531      Branch: perl
48532            ! t/op/taint.t
48533 ____________________________________________________________________________
48534 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
48535         Log: Subject: Re: [ID 20010526.004] Taint looses value
48536              From: Hugo <hv@crypt.compulink.co.uk>
48537              Date: Sun, 27 May 2001 20:39:32 +0100
48538              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
48539      Branch: perl
48540            ! sv.c
48541 ____________________________________________________________________________
48542 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
48543         Log: Test case for 20010422.005, fixed by #10250.
48544      Branch: perl
48545            ! t/op/misc.t
48546 ____________________________________________________________________________
48547 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
48548         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
48549              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48550              Date: Mon, 28 May 2001 06:39:12 -0400
48551              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
48552      Branch: perl
48553            ! toke.c
48554 ____________________________________________________________________________
48555 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
48556         Log: Linerewrapping.
48557      Branch: perl
48558            ! lib/open.pm
48559 ____________________________________________________________________________
48560 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
48561         Log: Updates on the modules list.
48562      Branch: perl
48563            ! t/lib/1_compile.t
48564 ____________________________________________________________________________
48565 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
48566         Log: Add a test for PerlIO.
48567              
48568              (I probably got the crlf/raw thing wrong for clrfy platforms...)
48569      Branch: perl
48570            + t/lib/perlio.t
48571            ! MANIFEST lib/PerlIO.pm
48572 ____________________________________________________________________________
48573 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
48574         Log: Add a test for carp et alia.
48575      Branch: perl
48576            + t/lib/carp.t
48577            ! MANIFEST
48578 ____________________________________________________________________________
48579 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
48580         Log: Adding the new test would be swell.
48581      Branch: perl
48582            + t/pragma/autouse.t
48583 ____________________________________________________________________________
48584 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
48585         Log: Add a test for the autouse pragma.
48586      Branch: perl
48587            ! MANIFEST
48588 ____________________________________________________________________________
48589 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
48590         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
48591              From: dLux <dlux@spam.sch.bme.hu>
48592              Date: Sun, 27 May 2001 16:14:26 +0200
48593              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
48594      Branch: perl
48595            ! lib/autouse.pm
48596 ____________________________________________________________________________
48597 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
48598         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
48599              From: "Richard Soderberg" <rs@crystalflame.net>
48600              Date: Mon, 28 May 2001 03:56:36 -0700
48601              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
48602      Branch: perl
48603            ! utils/dprofpp.PL
48604 ____________________________________________________________________________
48605 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
48606         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
48607              From: "Stephen P. Potter" <spp@spotter.yi.org>
48608              Date: Tue, 22 May 2001 11:40:25 -0400
48609              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
48610              
48611              Subject: Re: [ID 20010522.003] Time::Local module bug
48612              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
48613              Date: Tue, 22 May 2001 11:50:19 -0400
48614              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
48615      Branch: perl
48616            ! lib/Time/Local.pm
48617 ____________________________________________________________________________
48618 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
48619         Log: The PERL_DL_NONLAZY can have whitespace in front.
48620      Branch: perl
48621            ! t/lib/extutils.t
48622 ____________________________________________________________________________
48623 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
48624         Log: Document strftime() and strptime().
48625      Branch: perl
48626            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
48627 ____________________________________________________________________________
48628 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
48629         Log: Make Time::Piece::strptime() to be a function, not a method.
48630      Branch: perl
48631            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
48632 ____________________________________________________________________________
48633 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
48634         Log: Tweak the test to be more portable.
48635      Branch: perl
48636            ! t/lib/extutils.t
48637 ____________________________________________________________________________
48638 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
48639         Log: Subject: PATCH: Re: Re: Attributes that tie
48640              From: Leon Brocard <acme@astray.com>
48641              Date: Sun, 27 May 2001 12:37:29 +0100
48642              Message-ID: <20010527123729.A22663@ns0.astray.com>
48643              
48644              Document that variable attributes are not currently usable
48645              for tieing.  (An ugly limitation that should be fixed.)
48646      Branch: perl
48647            ! lib/attributes.pm
48648 ____________________________________________________________________________
48649 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
48650         Log: Microperl tweaks.
48651      Branch: perl
48652            ! Makefile.micro uconfig.h uconfig.sh
48653 ____________________________________________________________________________
48654 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
48655         Log: Add make target for microperl (kind of silly, but convenient).
48656      Branch: perl
48657            ! Makefile.SH
48658 ____________________________________________________________________________
48659 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
48660         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
48661              for microperl.)
48662      Branch: perl
48663            ! doio.c
48664 ____________________________________________________________________________
48665 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
48666         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
48667              From: rspier@pobox.com (Robert Spier)
48668              Date: Sat, 26 May 2001 20:05:23 -0400
48669              Message-ID: <15120.17603.148648.12430@rls.cx>
48670              
48671              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
48672              From: rspier@pobox.com (Robert Spier)
48673              Date: Sun, 27 May 2001 00:23:12 -0400
48674              Message-ID: <15120.33072.511966.767230@rls.cx>
48675      Branch: perl
48676            ! doio.c pod/perlfunc.pod
48677 ____________________________________________________________________________
48678 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
48679         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
48680      Branch: perl
48681            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48682 ____________________________________________________________________________
48683 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
48684         Log: Add README.tru64.
48685      Branch: perl
48686            + README.tru64
48687 ____________________________________________________________________________
48688 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
48689         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
48690      Branch: perl
48691            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48692            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
48693            ! MANIFEST
48694 ____________________________________________________________________________
48695 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
48696         Log: Integrate I18N::LangTags from Sean Burke.
48697              
48698              TODO: the language list from RFC 3066 needs to be integrated
48699              and made available somehow.  The list is included in the
48700              I18N-LangTags 0.21 distribution, but it is undocumented
48701              and unconnected to the module.
48702      Branch: perl
48703            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
48704            ! MANIFEST
48705 ____________________________________________________________________________
48706 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
48707         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
48708              envisioned by Sarathy.
48709      Branch: perl
48710            ! t/op/ver.t toke.c
48711 ____________________________________________________________________________
48712 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
48713         Log: Subject: [ID 20010525.001] Pod typo nits fixed
48714              From: lvirden@cas.org
48715              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
48716              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
48717              
48718              minus the perlsolaris decimation plus the
48719              
48720              Subject: Re: [ID 20010525.001] Pod typo nits fixed
48721              From: "Philip Newton" <Philip.Newton@gmx.net>
48722              Date: Fri, 25 May 2001 18:05:55 +0200
48723              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
48724      Branch: perl
48725            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
48726            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
48727            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
48728            ! pod/perlutil.pod pod/perlxstut.pod
48729 ____________________________________________________________________________
48730 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
48731         Log: return clauses are nice.
48732      Branch: perl
48733            ! sv.c
48734 ____________________________________________________________________________
48735 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
48736         Log: Subject: change 10199 backwards?
48737              From: Doug MacEachern <dougm@covalent.net>
48738              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
48739              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
48740      Branch: perl
48741            ! sv.c
48742 ____________________________________________________________________________
48743 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
48744         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
48745              From: Hugo <hv@crypt.compulink.co.uk>
48746              Date: Sat, 26 May 2001 17:05:12 +0100
48747              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
48748      Branch: perl
48749            + t/op/gmagic.t
48750            ! MANIFEST doop.c embed.h embed.pl global.sym
48751            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
48752            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
48753 ____________________________________________________________________________
48754 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
48755         Log: Regen headers for #10221.
48756      Branch: perl
48757            ! global.sym objXSUB.h perlapi.c
48758 ____________________________________________________________________________
48759 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
48760         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
48761              From: Juha Laiho <juha.laiho@Elma.Net>
48762              Date: Thu, 3 May 2001 09:51:30 +0300
48763              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
48764      Branch: perl
48765            ! embed.pl
48766 ____________________________________________________________________________
48767 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
48768         Log: Subject: Re: [PATCH] Re: stability of sort()?
48769              From: "John P. Linderman" <jpl@research.att.com>
48770              Date: Sat, 26 May 2001 13:27:19 -0400
48771              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
48772      Branch: perl
48773            ! pod/perlfunc.pod
48774 ____________________________________________________________________________
48775 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
48776         Log: Integrate perlio.
48777      Branch: perl
48778           !> pod/perlguts.pod
48779 ____________________________________________________________________________
48780 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
48781         Log: Subject: [PATCH perl@10210] PerlIO for VMS
48782              From: "Craig A. Berry" <craigberry@mac.com>
48783              Date: Sat, 26 May 2001 09:34:11 -0500
48784              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
48785      Branch: perl
48786            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
48787            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
48788            ! vms/vmsish.h
48789 ____________________________________________________________________________
48790 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
48791         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
48792              From: David Dyck <dcd@tc.fluke.com>
48793              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
48794              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
48795      Branch: perl
48796            ! lib/perl5db.pl
48797 ____________________________________________________________________________
48798 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
48799         Log: Subject: utf8 regexp tests
48800              From: Hugo <hv@crypt.compulink.co.uk>
48801              Date: Fri, 25 May 2001 22:35:01 +0100
48802              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
48803      Branch: perl
48804            ! t/op/regexp.t
48805 ____________________________________________________________________________
48806 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
48807         Log: Subject: [PATCH] Re: stability of sort()?
48808              From: Nicholas Clark <nick@ccl4.org>
48809              Date: Fri, 25 May 2001 22:40:19 +0100
48810              Message-ID: <20010525224019.B86445@plum.flirble.org>
48811      Branch: perl
48812            ! pod/perlfunc.pod
48813 ____________________________________________________________________________
48814 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
48815         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
48816              From: John Peacock <jpeacock@rowman.com>
48817              Date: Thu, 24 May 2001 22:14:01 -0400
48818              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
48819      Branch: perl
48820            ! mg.c scope.c sv.c
48821 ____________________________________________________________________________
48822 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
48823         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
48824              From: Nicholas Clark <nick@ccl4.org>
48825              Date: Sun, 20 May 2001 19:24:13 +0100
48826              Message-ID: <20010520192413.G83222@plum.flirble.org>
48827      Branch: perl
48828            + lib/ExtUtils/Constant.pm t/lib/extutils.t
48829            ! MANIFEST utils/h2xs.PL
48830 ____________________________________________________________________________
48831 [ 10212] By: nick                                  on 2001/05/26  09:49:28
48832         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
48833              add a few more notes there on use of mortals on the stack.
48834      Branch: perlio
48835            ! pod/perlguts.pod
48836 ____________________________________________________________________________
48837 [ 10211] By: nick                                  on 2001/05/26  09:05:36
48838         Log: Integrate mainline
48839      Branch: perlio
48840           +> t/lib/fcntl.t t/pragma/vars.t
48841           !> (integrate 49 files)
48842 ____________________________________________________________________________
48843 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
48844         Log: Update Changes.
48845      Branch: perl
48846            ! Changes patchlevel.h
48847 ____________________________________________________________________________
48848 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
48849         Log: Based on
48850              
48851              Subject: [PATCH pp.c] Wrapping pack("C",256)
48852              From: Simon Cozens <simon@netthink.co.uk>
48853              Date: Sat, 12 May 2001 17:58:41 +0100
48854              Message-ID: <20010512175841.A6132@netthink.co.uk>
48855      Branch: perl
48856            ! pod/perldiag.pod pp.c t/pragma/warn/pp
48857 ____________________________________________________________________________
48858 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
48859         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
48860              From: "Brendan O'Dea" <bod@compusol.com.au>
48861              Date: Fri, 25 May 2001 11:18:29 +1000
48862              Message-ID: <20010525111829.A28411@compusol.com.au>
48863              
48864              (Slightly modified.)
48865      Branch: perl
48866            ! lib/Term/Cap.pm
48867 ____________________________________________________________________________
48868 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
48869         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
48870              From: Hugo <hv@crypt.compulink.co.uk>
48871              Date: Fri, 25 May 2001 02:13:25 +0100
48872              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
48873      Branch: perl
48874            ! t/op/misc.t
48875 ____________________________________________________________________________
48876 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
48877         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
48878              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
48879              Date: Fri, 25 May 2001 10:25:36 +0900
48880              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
48881      Branch: perl
48882            ! regcomp.c regexec.c
48883 ____________________________________________________________________________
48884 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
48885         Log: Subject: [PATCH #2] stash autovivification and method call error messages
48886              From: Ilmari Karonen <iltzu@sci.fi>
48887              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
48888              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
48889      Branch: perl
48890            ! gv.c pp_hot.c t/op/method.t
48891 ____________________________________________________________________________
48892 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
48893         Log: Add make target and documentation for gprof profiling.
48894      Branch: perl
48895            ! Makefile.SH pod/perlhack.pod
48896 ____________________________________________________________________________
48897 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
48898         Log: Subject: Don't think about UTF8 
48899              From: Mike Guy <mjtg@cam.ac.uk> 
48900              Date: Tue, 22 May 2001 14:35:39 +0100
48901              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
48902      Branch: perl
48903            ! sv.h
48904 ____________________________________________________________________________
48905 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
48906         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
48907              From: Geraint A Edwards <gedge@serf.org> 
48908              Date: Thu, 24 May 2001 22:51:24 +0100
48909              Message-Id: <20010524225124.A34981@cymru.serf.org>
48910      Branch: perl
48911            ! x2p/find2perl.PL
48912 ____________________________________________________________________________
48913 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
48914         Log: DB_File has its own attribute story.
48915      Branch: perl
48916            ! ext/DB_File/DB_File.xs
48917 ____________________________________________________________________________
48918 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
48919         Log: Subject: Re: Making perl with -Wall
48920              From: Andy Dougherty <doughera@lafayette.edu>
48921              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
48922              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
48923      Branch: perl
48924            ! perl.h
48925 ____________________________________________________________________________
48926 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
48927         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
48928              From: "Richard Soderberg" <rs@crystalflame.net>
48929              Date: Thu, 24 May 2001 08:58:16 -0700
48930              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
48931      Branch: perl
48932            ! sv.c
48933 ____________________________________________________________________________
48934 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
48935         Log: IV/UV casting fixes from Nicholas Clark.
48936      Branch: perl
48937            ! perl.h pp_sys.c util.c
48938 ____________________________________________________________________________
48939 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
48940         Log: Subject: Re: Making perl with -Wall
48941              From: Michael G Schwern <schwern@pobox.com>
48942              Date: Thu, 24 May 2001 15:40:28 +0100
48943              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
48944      Branch: perl
48945            ! malloc.c perl.h
48946 ____________________________________________________________________________
48947 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
48948         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
48949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48950              Date: Tue, 22 May 2001 11:49:37 +0200
48951              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
48952      Branch: metaconfig
48953            ! U/modified/Oldsym.U
48954      Branch: metaconfig/U/perl
48955            ! patchlevel.U
48956      Branch: perl
48957            ! Configure config_h.SH myconfig.SH
48958 ____________________________________________________________________________
48959 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
48960         Log: Under versiononly install also the scripts with the version suffix.
48961              (e.g. .../bin/h2xs5.7.1)
48962      Branch: perl
48963            ! installperl
48964 ____________________________________________________________________________
48965 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
48966         Log: Subject: [PATCH] Stop segfault in mg.c:636
48967              From: "Richard Soderberg" <rs@crystalflame.net>
48968              Date: Thu, 24 May 2001 05:51:52 -0700
48969              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
48970      Branch: perl
48971            ! mg.c
48972 ____________________________________________________________________________
48973 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
48974         Log: Iteration continues; hopefully convergently.
48975      Branch: perl
48976            ! t/lib/b-stash.t
48977 ____________________________________________________________________________
48978 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
48979         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
48980              From: Gisle Aas <gisle@ActiveState.com>
48981              Date: 23 May 2001 16:13:10 -0700
48982              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
48983      Branch: perl
48984            ! op.c toke.c
48985 ____________________________________________________________________________
48986 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
48987         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
48988              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48989              Date: Thu, 24 May 2001 05:05:22 -0500
48990              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
48991      Branch: perl
48992            ! lib/dumpvar.pl lib/perl5db.pl
48993 ____________________________________________________________________________
48994 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
48995         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
48996              From: David Dyck <dcd@tc.fluke.com>
48997              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
48998              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
48999      Branch: perl
49000            ! lib/perl5db.pl
49001 ____________________________________________________________________________
49002 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
49003         Log: Tiny pod nits on READMEs, mostly whitespace issues.
49004      Branch: perl
49005            ! README.amiga README.dos README.macos README.mpeix README.vmesa
49006            ! README.win32
49007 ____________________________________________________________________________
49008 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
49009         Log: The DG/UX part of the 20010521.005.
49010      Branch: perl
49011            ! README.dgux
49012 ____________________________________________________________________________
49013 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
49014         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
49015              From: Hugo <hv@crypt.compulink.co.uk>
49016              Date: Mon, 21 May 2001 16:32:02 +0100
49017              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
49018      Branch: perl
49019            ! regcomp.c t/op/misc.t
49020 ____________________________________________________________________________
49021 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
49022         Log: Subject: [PATCH] Extra UNIVERSAL tests
49023              From: Mike Guy <mjtg@cam.ac.uk>
49024              Date: Wed, 23 May 2001 12:29:20 +0100
49025              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
49026      Branch: perl
49027            ! t/op/universal.t
49028 ____________________________________________________________________________
49029 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
49030         Log: Subject: [PATCH] Remove EQ keyword
49031              From: Mike Guy <mjtg@cam.ac.uk>
49032              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
49033              Date: Wed, 23 May 2001 11:17:29 +0100
49034      Branch: perl
49035            ! keywords.h keywords.pl
49036 ____________________________________________________________________________
49037 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
49038         Log: Subject: [PATCH] lib/perl5db.pl
49039              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49040              Date: Wed, 23 May 2001 02:18:03 -0500
49041              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
49042      Branch: perl
49043            ! lib/perl5db.pl
49044 ____________________________________________________________________________
49045 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
49046         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
49047              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49048              Date: Tue, 22 May 2001 23:34:41 -0500
49049              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
49050      Branch: perl
49051            ! lib/Term/Cap.pm
49052 ____________________________________________________________________________
49053 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
49054         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
49055              From: davem@fdgroup.co.uk
49056              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
49057              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
49058      Branch: perl
49059            ! emacs/e2ctags.pl
49060 ____________________________________________________________________________
49061 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
49062         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
49063              From: Michael G Schwern <schwern@pobox.com>
49064              Date: Tue, 22 May 2001 14:15:09 +0100
49065              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
49066      Branch: perl
49067            ! lib/vars.pm
49068 ____________________________________________________________________________
49069 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
49070         Log: Subject: [PATCH lib/vars.pm] Odd code nit
49071              From: Michael G Schwern <schwern@pobox.com>
49072              Date: Tue, 22 May 2001 14:14:28 +0100
49073              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
49074      Branch: perl
49075            ! lib/vars.pm
49076 ____________________________________________________________________________
49077 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
49078         Log: Use the new use vars feature.
49079      Branch: perl
49080            ! t/lib/b-stash.t
49081 ____________________________________________________________________________
49082 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
49083         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
49084              From: Mike Guy <mjtg@cam.ac.uk>
49085              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49086              Date: Tue, 22 May 2001 13:11:39 +0100
49087      Branch: perl
49088            + t/pragma/vars.t
49089            ! MANIFEST lib/vars.pm t/lib/1_compile.t
49090 ____________________________________________________________________________
49091 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
49092         Log: -qlongdouble considered harmful by Merijn.
49093      Branch: perl
49094            ! hints/aix.sh
49095 ____________________________________________________________________________
49096 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
49097         Log: Update Changes.
49098      Branch: perl
49099            ! Changes patchlevel.h
49100 ____________________________________________________________________________
49101 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
49102         Log: Add a test of its very own for Fcntl.  Hopefully portable.
49103      Branch: perl
49104            + t/lib/fcntl.t
49105            ! MANIFEST
49106 ____________________________________________________________________________
49107 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
49108         Log: Must be trickier for 'minitest' not to die.
49109      Branch: perl
49110            ! t/op/taint.t
49111 ____________________________________________________________________________
49112 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
49113         Log: Can't declare other people's variables.
49114      Branch: perl
49115            ! t/lib/b-stash.t
49116 ____________________________________________________________________________
49117 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
49118         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
49119      Branch: perl
49120            ! doio.c t/op/taint.t
49121 ____________________________________________________________________________
49122 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
49123         Log: The OS/2 variable needs to be declared.
49124      Branch: perl
49125            ! t/lib/b-stash.t
49126 ____________________________________________________________________________
49127 [ 10170] By: nick                                  on 2001/05/20  16:48:29
49128         Log: Integrate mainline
49129      Branch: perlio
49130           !> (integrate 41 files)
49131 ____________________________________________________________________________
49132 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
49133         Log: Small perlsec updates: clarify the taintedness of filename
49134              globbing; suggest using Scalar::Util::tainted().
49135      Branch: perl
49136            ! pod/perlsec.pod
49137 ____________________________________________________________________________
49138 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
49139         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
49140              From: Dave Mitchell <davem@fdgroup.co.uk>
49141              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
49142              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
49143      Branch: perl
49144            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
49145            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
49146            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
49147            ! xsutils.c
49148 ____________________________________________________________________________
49149 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
49150         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
49151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49152              Date: Sat, 19 May 2001 04:08:46 -0400
49153              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
49154      Branch: perl
49155            ! lib/ExtUtils/Mksymlists.pm makedef.pl
49156 ____________________________________________________________________________
49157 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
49158         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
49159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49160              Date: Sat, 19 May 2001 04:30:45 -0400
49161              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
49162      Branch: perl
49163            ! os2/os2.c
49164 ____________________________________________________________________________
49165 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
49166         Log: Subject: [PATCH 5.6.1] build bugs OS/2
49167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49168              Date: Sat, 19 May 2001 04:35:28 -0400
49169              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
49170      Branch: perl
49171            ! os2/Makefile.SHs os2/os2.c
49172 ____________________________________________________________________________
49173 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
49174         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
49175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49176              Date: Sat, 19 May 2001 04:04:23 -0400
49177              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
49178              
49179              (In bleadperl patched b-stash.t instead of b.t)
49180      Branch: perl
49181            ! t/lib/b-stash.t t/lib/bigfltpm.t
49182 ____________________________________________________________________________
49183 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
49184         Log: Subject: [PATCH 5.6.1] perl5db
49185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49186              Date: Sat, 19 May 2001 03:49:09 -0400
49187              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
49188      Branch: perl
49189            ! lib/perl5db.pl
49190 ____________________________________________________________________________
49191 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
49192         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
49193              From: Gisle Aas <gisle@ActiveState.com>
49194              Date: 18 May 2001 14:24:51 -0700
49195              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
49196      Branch: perl
49197            ! pp_ctl.c
49198 ____________________________________________________________________________
49199 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
49200         Log: Subject: [PATCH] Chomp should not always stringify
49201              From: Gisle Aas <gisle@ActiveState.com>
49202              Date: 18 May 2001 07:55:25 -0700
49203              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
49204      Branch: perl
49205            ! doop.c t/op/chop.t
49206 ____________________________________________________________________________
49207 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
49208         Log: Integrate perlio.
49209      Branch: perl
49210           !> pod/perlfunc.pod
49211 ____________________________________________________________________________
49212 [ 10159] By: nick                                  on 2001/05/20  09:39:46
49213         Log: Document some more of open's features.
49214      Branch: perlio
49215            ! pod/perlfunc.pod
49216 ____________________________________________________________________________
49217 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
49218         Log: back out change#10153 (it has compatibility issues such as the
49219              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
49220              benefit for 5.6.x doesn't seem worth the risk)
49221      Branch: maint-5.6/perl
49222            ! toke.c
49223 ____________________________________________________________________________
49224 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
49225         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
49226      Branch: perl
49227            ! x2p/s2p.PL
49228 ____________________________________________________________________________
49229 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
49230         Log: Update Changes.
49231      Branch: perl
49232            ! Changes patchlevel.h
49233 ____________________________________________________________________________
49234 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
49235         Log: Integrate change #10144 from maintperl.
49236              
49237              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
49238      Branch: perl
49239           !> win32/config.bc win32/config.gc win32/config.vc
49240           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49241 ____________________________________________________________________________
49242 [ 10154] By: nick                                  on 2001/05/18  07:23:03
49243         Log: Integrate mainline.
49244      Branch: perlio
49245           +> README.dgux t/lib/i18n-collate.t utils.lst
49246           !> (integrate 49 files)
49247 ____________________________________________________________________________
49248 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
49249         Log: Integrate change #7224 from mainline into maintperl.
49250              
49251              Allow @+ and @- to be doublequoted, from Simon Cozens. 
49252              (Approved by Larry, see Tom's comment in 20000830.005.)
49253      Branch: maint-5.6/perl
49254           !> toke.c
49255 ____________________________________________________________________________
49256 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
49257         Log: Subject: [PATCH bleadperl] small lookbehind fix
49258              From: Hugo <hv@crypt.compulink.co.uk>
49259              Date: Fri, 18 May 2001 00:07:19 +0100
49260              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
49261      Branch: perl
49262            ! regexec.c
49263 ____________________________________________________________________________
49264 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
49265         Log: Detypos.
49266      Branch: perl
49267            ! installman utils.lst
49268 ____________________________________________________________________________
49269 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
49270         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
49271              in 20001222.001.
49272      Branch: perl
49273            ! t/lib/glob-basic.t
49274 ____________________________________________________________________________
49275 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
49276         Log: Subject: [PATCH] Test for bug 20010515.004
49277              From: Benjamin Sugars <bsugars@canoe.ca>
49278              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
49279              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
49280      Branch: perl
49281            ! t/op/misc.t
49282 ____________________________________________________________________________
49283 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
49284         Log: Integrate #10145 from maintperl.
49285              
49286              fix for ID 20010515.004 (needs test)
49287      Branch: perl
49288           !> pp_hot.c
49289 ____________________________________________________________________________
49290 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
49291         Log: Thinko noticed by Doug MacEachern.
49292      Branch: perl
49293            ! thread.h
49294 ____________________________________________________________________________
49295 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
49296         Log: Subject: Re: [PATCH] HERE mark in regex
49297              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49298              Date: Thu, 17 May 2001 12:20:33 -0400
49299              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
49300      Branch: perl
49301            ! t/op/re_tests
49302 ____________________________________________________________________________
49303 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
49304         Log: fix for ID 20010515.004 (needs test)
49305      Branch: maint-5.6/perl
49306            ! pp_hot.c
49307 ____________________________________________________________________________
49308 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
49309         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
49310      Branch: maint-5.6/perl
49311            ! win32/config.bc win32/config.gc win32/config.vc
49312            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49313 ____________________________________________________________________________
49314 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
49315         Log: Macrofy the getspecific (and use it also in util.c)
49316      Branch: perl
49317            ! thread.h util.c
49318 ____________________________________________________________________________
49319 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
49320         Log: Use the unchecked thread-specific key fetch also in Tru64.
49321      Branch: perl
49322            ! thread.h
49323 ____________________________________________________________________________
49324 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
49325         Log: Subject: [PATCH 5.6.1]Quick thread speedup
49326              From: Dan Sugalski <dan@sidhe.org> 
49327              Date: Wed, 16 May 2001 18:05:19 -0400
49328              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
49329      Branch: perl
49330            ! thread.h util.c
49331 ____________________________________________________________________________
49332 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
49333         Log: I think this is quite enough testing for a deprecated feature.
49334      Branch: perl
49335            + t/lib/i18n-collate.t
49336            ! MANIFEST t/lib/1_compile.t
49337 ____________________________________________________________________________
49338 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
49339         Log: More HP-UX lore from Jeff Okamoto.
49340      Branch: perl
49341            ! README.hpux
49342 ____________________________________________________________________________
49343 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
49344         Log: Sort utils.lst for easier maintenance.
49345      Branch: perl
49346            ! utils.lst
49347 ____________________________________________________________________________
49348 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
49349         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
49350              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49351              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
49352              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
49353              
49354              Add pod2latex to utils.lst.
49355      Branch: perl
49356            ! MANIFEST utils.lst
49357 ____________________________________________________________________________
49358 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
49359         Log: Subject: Re: [PATCH] HERE mark in regex
49360              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49361              Date: Wed, 16 May 2001 13:04:43 -0400
49362              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
49363      Branch: perl
49364            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
49365            ! t/op/regmesg.t t/pragma/warn/regcomp
49366 ____________________________________________________________________________
49367 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
49368         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
49369              From: Simon Cozens <simon@netthink.co.uk>
49370              Date: Wed, 16 May 2001 18:02:08 +0100
49371              Message-ID: <20010516180208.A6458@netthink.co.uk>
49372      Branch: perl
49373            ! installman utils.lst
49374 ____________________________________________________________________________
49375 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
49376         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
49377              From: "Philip Newton" <pnewton@gmx.de>
49378              Date: Tue, 15 May 2001 15:09:30 +0200
49379              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
49380              
49381              Test case for #10128.
49382      Branch: perl
49383            ! t/pragma/warn/pp_hot
49384 ____________________________________________________________________________
49385 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
49386         Log: Update Changes.
49387      Branch: perl
49388            ! Changes patchlevel.h
49389 ____________________________________________________________________________
49390 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
49391         Log: Deprecate pseudo-hashes.
49392      Branch: perl
49393            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
49394 ____________________________________________________________________________
49395 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
49396         Log: HP-UX hints update from Merijn.
49397      Branch: perl
49398            ! hints/hpux.sh
49399 ____________________________________________________________________________
49400 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
49401         Log: README.hpux update from Merijn.
49402      Branch: perl
49403            ! README.hpux
49404 ____________________________________________________________________________
49405 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
49406         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
49407              From: Simon Cozens <simon@netthink.co.uk>
49408              Date: Wed, 16 May 2001 15:57:55 +0100
49409              Message-ID: <20010516155755.A4728@netthink.co.uk>
49410      Branch: perl
49411            + utils.lst
49412            ! MANIFEST installman installperl
49413 ____________________________________________________________________________
49414 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
49415         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
49416              From: "Philip Newton" <pnewton@gmx.de>
49417              Date: Tue, 15 May 2001 16:31:05 +0200
49418              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
49419              
49420              Fix PERL_Y2KWARN test to check before rather than after appending.
49421      Branch: perl
49422            ! pp_hot.c
49423 ____________________________________________________________________________
49424 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
49425         Log: Regen Porting stuff.
49426      Branch: perl
49427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49428            ! config_h.SH
49429 ____________________________________________________________________________
49430 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
49431         Log: Metaconfig unit change for #10125.
49432      Branch: metaconfig
49433            ! U/modified/Oldconfig.U
49434 ____________________________________________________________________________
49435 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
49436         Log: Use OSVERS.
49437      Branch: perl
49438            ! Configure config_h.SH perl.c
49439 ____________________________________________________________________________
49440 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
49441         Log: Regen toc.
49442      Branch: perl
49443            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49444 ____________________________________________________________________________
49445 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
49446         Log: Adding the README.dgux to the MANIFEST would be a good idea.
49447      Branch: perl
49448            ! MANIFEST
49449 ____________________________________________________________________________
49450 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
49451         Log: Move the stack desire definition to thread.h.
49452      Branch: perl
49453            ! ext/Thread/Thread.xs thread.h
49454 ____________________________________________________________________________
49455 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
49456         Log: DG-UX threading patches, including a README.dgux,
49457              from Takis Psarogiannakopoulos.
49458      Branch: perl
49459            + README.dgux
49460            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
49461 ____________________________________________________________________________
49462 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
49463         Log: Subject: [PATCH B::Deparse] More on /x regexes
49464              From: Robin Houston <robin@kitsite.com>
49465              Date: Tue, 15 May 2001 19:09:35 +0100
49466              Message-ID: <20010515190935.A27268@penderel>
49467      Branch: perl
49468            ! ext/B/B/Deparse.pm
49469 ____________________________________________________________________________
49470 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
49471         Log: Document that the core time() may be rounding rather
49472              than truncating, would have saved at least my confusion.
49473      Branch: perl
49474            ! ext/Time/HiRes/HiRes.pm
49475 ____________________________________________________________________________
49476 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
49477         Log: Subject: perl-current/t/time-hires.t
49478              From: John Peacock <jpeacock@rowman.com>
49479              Date: Fri, 11 May 2001 14:09:41 -0400
49480              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
49481      Branch: perl
49482            ! t/lib/time-hires.t
49483 ____________________________________________________________________________
49484 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
49485         Log: Subject: [PATCH dump.c] Op private flags
49486              From: Simon Cozens <simon@netthink.co.uk>
49487              Date: Sun, 13 May 2001 20:20:36 +0100
49488              Message-ID: <20010513202036.A21896@netthink.co.uk>
49489      Branch: perl
49490            ! dump.c
49491 ____________________________________________________________________________
49492 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
49493         Log: Upgrade to Switch 2.03.
49494      Branch: perl
49495            ! lib/Switch.pm
49496 ____________________________________________________________________________
49497 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
49498         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
49499              to PERL_CONFIG_SH and use it consistently.
49500      Branch: maint-5.6/perl
49501           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
49502           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
49503           !> myconfig.SH writemain.SH
49504 ____________________________________________________________________________
49505 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
49506         Log: Metaconfig units changes for #10113.
49507      Branch: metaconfig
49508            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
49509 ____________________________________________________________________________
49510 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
49511         Log: The problem described in 20010514.031 still wasn't
49512              fully cured, there were remnants of $CONFIG when
49513              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
49514              to avoid future conflicts.
49515      Branch: perl
49516            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
49517            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
49518            ! myconfig.SH writemain.SH
49519 ____________________________________________________________________________
49520 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
49521         Log: Half of #10107 got lost.
49522      Branch: perl
49523            ! ext/B/B/Deparse.pm
49524 ____________________________________________________________________________
49525 [ 10111] By: nick                                  on 2001/05/15  08:39:14
49526         Log: Integrate mainline.
49527      Branch: perlio
49528           +> ext/POSIX/hints/uts.pl
49529            - Todo Todo-5.6 t/camel-III/vstring.t
49530           !> (integrate 48 files)
49531 ____________________________________________________________________________
49532 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
49533         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
49534              From: Robin Houston <robin@kitsite.com>
49535              Date: Mon, 14 May 2001 22:27:08 +0100
49536              Message-ID: <20010514222708.A22963@penderel>
49537      Branch: perl
49538            ! t/TestInit.pm
49539 ____________________________________________________________________________
49540 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
49541         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
49542              From: Robin Houston <robin@kitsite.com>
49543              Date: Mon, 14 May 2001 22:16:43 +0100
49544              Message-ID: <20010514221643.A22437@penderel>
49545      Branch: perl
49546            ! ext/B/B/Deparse.pm
49547 ____________________________________________________________________________
49548 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
49549         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
49550              From: Robin Houston <robin@kitsite.com>
49551              Date: Mon, 14 May 2001 22:03:44 +0100
49552              Message-ID: <20010514220344.A20643@penderel>
49553      Branch: perl
49554            ! ext/B/B/Deparse.pm
49555 ____________________________________________________________________________
49556 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
49557         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
49558              From: Robin Houston <robin@kitsite.com>
49559              Date: Mon, 14 May 2001 22:10:07 +0100
49560              Message-ID: <20010514221007.A21118@penderel>
49561      Branch: perl
49562            ! ext/B/B/Deparse.pm
49563 ____________________________________________________________________________
49564 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
49565         Log: Fix for 20010514.037; substr() didn't invalidate the locale
49566              collation magic.
49567      Branch: perl
49568            ! pp.c
49569 ____________________________________________________________________________
49570 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
49571         Log: Update Changes.
49572      Branch: perl
49573            ! Changes patchlevel.h
49574 ____________________________________________________________________________
49575 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
49576         Log: Retract #10094.
49577      Branch: perl
49578            ! lib/Pod/Text.pm
49579 ____________________________________________________________________________
49580 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
49581         Log: Integrate change #10100 from maintperl.
49582              
49583              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
49584              bug ID 20010514.027)
49585      Branch: perl
49586           !> mg.c pp_ctl.c
49587 ____________________________________________________________________________
49588 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
49589         Log: Document the deprecatedness of suidperl.
49590      Branch: perl
49591            ! INSTALL pod/perlfaq1.pod
49592 ____________________________________________________________________________
49593 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
49594         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
49595              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49596              Date: Mon, 14 May 2001 09:38:59 -0400
49597              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
49598      Branch: perl
49599            ! lib/ExtUtils/MM_Unix.pm
49600 ____________________________________________________________________________
49601 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
49602         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
49603              bug ID 20010514.027)
49604              
49605              TODO: this needs a testsuite addition
49606      Branch: maint-5.6/perl
49607            ! mg.c pp_ctl.c
49608 ____________________________________________________________________________
49609 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
49610         Log: More DWIMminess for Class::Struct: calling the array or hash
49611              accessors only with one argument, an array or a hash reference,
49612              sets the underlying array or hash.  This mirrors nicely also
49613              the usage in the constructor.
49614              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
49615      Branch: perl
49616            ! lib/Class/Struct.pm t/lib/class-struct.t
49617 ____________________________________________________________________________
49618 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
49619         Log: Reference cmp'ing should go through the whole stringification
49620              process shebang, as pointed out by Sarathy in #10091.
49621      Branch: perl
49622            ! pp.c
49623 ____________________________________________________________________________
49624 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
49625         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
49626              From: Simon Cozens <simon@netthink.co.uk>
49627              Date: Sat, 12 May 2001 16:36:27 +0100
49628              Message-ID: <20010512163627.A5522@netthink.co.uk>
49629              
49630              with some additions salvaged from Todo and Todo-5.6 before
49631              retiring them.
49632      Branch: perl
49633            - Todo Todo-5.6
49634            ! MANIFEST pod/perltodo.pod
49635 ____________________________________________________________________________
49636 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
49637         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
49638              From: "Golubev I. N." <gin@mo.msk.ru>
49639              Date: Mon, 07 May 2001 14:33:34 (GMT)
49640              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
49641      Branch: perl
49642            ! perl.h
49643 ____________________________________________________________________________
49644 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
49645         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
49646              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
49647              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
49648              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
49649      Branch: perl
49650            ! lib/ExtUtils/MM_Unix.pm
49651 ____________________________________________________________________________
49652 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
49653         Log: (Retracted by #10104.)
49654              
49655              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
49656              From: barries <barries@slaysys.com>
49657              Date: Sat, 12 May 2001 01:28:10 -0400
49658              Message-ID: <20010512012810.B26358@jester.slaysys.com>
49659      Branch: perl
49660            ! lib/Pod/Text.pm
49661 ____________________________________________________________________________
49662 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
49663         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
49664              From: Mike Guy <mjtg@cam.ac.uk>
49665              Date: Sat, 12 May 2001 19:24:33 +0100
49666              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
49667      Branch: perl
49668            ! lib/AutoSplit.pm
49669 ____________________________________________________________________________
49670 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
49671         Log: Yet another HP-UX hints tweak from Merijn.
49672      Branch: perl
49673            ! hints/hpux.sh
49674 ____________________________________________________________________________
49675 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
49676         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
49677              isn't defined (changes#9366,9368,9370 from mainline without the
49678              pp_scmp() change)
49679      Branch: maint-5.6/perl
49680            ! pp.c pp.h pp_hot.c
49681 ____________________________________________________________________________
49682 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
49683         Log: The sorting seems to happen now automatically.
49684      Branch: perl
49685            ! t/lib/glob-basic.t
49686 ____________________________________________________________________________
49687 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
49688         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
49689              From: Benjamin Sugars <bsugars@canoe.ca>
49690              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
49691              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
49692      Branch: perl
49693            ! pod/perlfunc.pod
49694 ____________________________________________________________________________
49695 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
49696         Log: Subject: Re: undef(&foo) does not work for XS functions
49697              From: Doug MacEachern <dougm@covalent.net>
49698              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
49699              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
49700      Branch: perl
49701            ! op.c
49702 ____________________________________________________________________________
49703 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
49704         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
49705              From: Peter Prymmer <pvhp@forte.com>
49706              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
49707              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
49708      Branch: perl
49709            ! t/op/append.t
49710 ____________________________________________________________________________
49711 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
49712         Log: Update Changes.
49713      Branch: perl
49714            ! Changes patchlevel.h
49715 ____________________________________________________________________________
49716 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
49717         Log: Remove the 'asciir' re subpragma.  Should instead implement
49718              the 'physical vs logical' range scheme:
49719              
49720              \xAA-\xCC is a native physical range, you want that range of
49721              codepoints in your native encoding.  In EBCDIC the codepoints
49722              in the gaps (between i-j and r-s) should be included.
49723              
49724              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
49725              codepoints in Unicode.
49726              
49727              a-z is a logical range, you want that range of 'logical' codepoints
49728              in your native encoding.  In EBCDIC the codepoints in the gaps
49729              (between i-j and r-s) should not be included.
49730              
49731              Mixed cases (a-\xAA, etc) should either be errors, or maybe
49732              the 'logical' endpoints should be converted to native/Unicode
49733              codepoints, and the range handled as a physical range.
49734              
49735              'Logical endpoints' are to be recognized only in the A-Z, a-z,
49736              and 0-9 ranges.  Probably a warning should be given for mixed
49737              cases like A-z or a-9 (since such expressions are encoding
49738              dependent), with a recommendation to use physical ranges.
49739      Branch: perl
49740            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
49741            ! t/op/regexp.t
49742 ____________________________________________________________________________
49743 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
49744         Log: Make the test to cleanup the test directory tree
49745              both before and after the testing so that we always
49746              have a clean slate to work with.
49747      Branch: perl
49748            ! t/lib/filefind.t
49749 ____________________________________________________________________________
49750 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
49751         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
49752              From: Jon Eveland <jweveland@yahoo.com>
49753              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
49754              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
49755      Branch: perl
49756            ! pod/perlfunc.pod
49757 ____________________________________________________________________________
49758 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
49759         Log: Merge the camel-III/vstring.t with op/ver.t.
49760      Branch: perl
49761            - t/camel-III/vstring.t
49762            ! MANIFEST t/TEST t/harness t/op/ver.t
49763 ____________________________________________________________________________
49764 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
49765         Log: Add test.deparse make target.
49766      Branch: perl
49767            ! Makefile.SH
49768 ____________________________________________________________________________
49769 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
49770         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
49771              From: Robin Houston <robin@kitsite.com>
49772              Date: Fri, 11 May 2001 12:02:22 +0100
49773              Message-ID: <20010511120222.A11529@penderel>
49774      Branch: perl
49775            ! ext/B/B/Deparse.pm t/op/method.t
49776 ____________________________________________________________________________
49777 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
49778         Log: A nicely working combination for UTS from Hal Morris.
49779      Branch: perl
49780            + ext/POSIX/hints/uts.pl
49781            ! MANIFEST hints/uts.sh
49782 ____________________________________________________________________________
49783 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
49784         Log: i_ieeefp=undef for UTS.
49785      Branch: perl
49786            ! hints/uts.sh
49787 ____________________________________________________________________________
49788 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
49789         Log: Subject: RE: rand(0) is rand(1)
49790              From: Larry Shatzer <lshatzer@islanddata.com>
49791              Date: Thu, 10 May 2001 11:09:27 -0700
49792              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
49793      Branch: perl
49794            ! pod/perlfunc.pod
49795 ____________________________________________________________________________
49796 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
49797         Log: Subject: [patch] make op_{clear,null} public
49798              From: Doug MacEachern <dougm@covalent.net>
49799              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
49800              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
49801      Branch: perl
49802            ! embed.h embed.pl op.c proto.h
49803 ____________________________________________________________________________
49804 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
49805         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
49806              From: Robin Houston <robin@kitsite.com>
49807              Date: Thu, 10 May 2001 18:54:59 +0100
49808              Message-ID: <20010510185459.A5995@penderel>
49809      Branch: perl
49810            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
49811 ____________________________________________________________________________
49812 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
49813         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
49814              From: Robin Houston <robin@kitsite.com>
49815              Date: Thu, 10 May 2001 12:56:39 +0100
49816              Message-ID: <20010510125639.A2119@penderel>
49817      Branch: perl
49818            ! ext/B/B/Deparse.pm
49819 ____________________________________________________________________________
49820 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
49821         Log: Retract #10070, not ready yet.
49822      Branch: perl
49823            ! ext/B/B/Deparse.pm
49824 ____________________________________________________________________________
49825 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
49826         Log: The metaconfig unit change for #10071.
49827      Branch: metaconfig
49828            ! U/modified/mallocsrc.U
49829 ____________________________________________________________________________
49830 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
49831         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
49832      Branch: perl
49833            ! Configure
49834 ____________________________________________________________________________
49835 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
49836         Log: (Retracted by #10073)
49837              
49838              Subject: Re: [PATCH t/TEST] B::Deparse tester 
49839              From: Hugo <hv@crypt.compulink.co.uk>
49840              Date: Thu, 10 May 2001 05:48:09 +0100
49841              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
49842      Branch: perl
49843            ! ext/B/B/Deparse.pm
49844 ____________________________________________________________________________
49845 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
49846         Log: Add a for(func()) test.
49847      Branch: perl
49848            ! t/cmd/for.t
49849 ____________________________________________________________________________
49850 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
49851         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
49852              From: Robin Houston <robin@kitsite.com>
49853              Date: Thu, 10 May 2001 13:50:08 +0100
49854              Message-ID: <20010510135008.A2454@penderel>
49855      Branch: perl
49856            ! ext/B/B/Deparse.pm
49857 ____________________________________________________________________________
49858 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
49859         Log: A thinko in #10065.
49860      Branch: perl
49861            ! hv.c
49862 ____________________________________________________________________________
49863 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
49864         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
49865              From: Robin Houston <robin@kitsite.com>
49866              Date: Thu, 10 May 2001 02:10:34 +0100
49867              Message-ID: <20010510021034.A19421@penderel>
49868      Branch: perl
49869            ! ext/B/B.xs ext/B/B/Deparse.pm
49870 ____________________________________________________________________________
49871 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
49872         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
49873              From: Doug MacEachern <dougm@covalent.net>
49874              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
49875              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
49876      Branch: perl
49877            ! hv.c
49878 ____________________________________________________________________________
49879 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
49880         Log: One more workaround for the UTS compiler from Hal Morris.
49881      Branch: perl
49882            ! perl.h
49883 ____________________________________________________________________________
49884 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
49885         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
49886              From: Robin Houston <robin@kitsite.com>
49887              Date: Thu, 10 May 2001 01:02:08 +0100
49888              Message-ID: <20010510010208.A18200@penderel>
49889      Branch: perl
49890            ! ext/B/B/Debug.pm
49891 ____________________________________________________________________________
49892 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
49893         Log: Subject: [PATCH] Simplify deb_curcv() a bit
49894              From: Benjamin Sugars <bsugars@canoe.ca>
49895              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
49896              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
49897      Branch: perl
49898            ! run.c
49899 ____________________________________________________________________________
49900 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
49901         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
49902              From: Benjamin Sugars <bsugars@canoe.ca>
49903              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
49904              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
49905      Branch: perl
49906            ! t/lib/io_scalar.t
49907 ____________________________________________________________________________
49908 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
49909         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
49910              From: Peter Prymmer <pvhp@forte.com>
49911              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
49912              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
49913      Branch: perl
49914            ! t/lib/md5-file.t
49915 ____________________________________________________________________________
49916 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
49917         Log: Subject: [PATCH t/TEST] B::Deparse tester
49918              From: Robin Houston <robin@kitsite.com>
49919              Date: Wed, 9 May 2001 19:17:50 +0100
49920              Message-ID: <20010509191750.A16940@penderel>
49921      Branch: perl
49922            ! ext/B/O.pm t/TEST
49923 ____________________________________________________________________________
49924 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
49925         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
49926              From: Jeff Pinyan <jeffp@crusoe.net>
49927              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
49928              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
49929      Branch: perl
49930            ! lib/Pod/Html.pm
49931 ____________________________________________________________________________
49932 [ 10057] By: nick                                  on 2001/05/09  18:37:56
49933         Log: Integrate mainline.
49934      Branch: perlio
49935           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
49936           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
49937 ____________________________________________________________________________
49938 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
49939         Log: Update Changes.
49940      Branch: perl
49941            ! Changes patchlevel.h
49942 ____________________________________________________________________________
49943 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
49944         Log: Integrate perlio.
49945      Branch: perl
49946           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49947 ____________________________________________________________________________
49948 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
49949         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
49950              From: Benjamin Sugars <bsugars@canoe.ca>
49951              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
49952              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
49953      Branch: perl
49954            ! perlio.c
49955 ____________________________________________________________________________
49956 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
49957         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
49958              From: Benjamin Sugars <bsugars@canoe.ca>
49959              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
49960              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
49961      Branch: perl
49962            ! ext/PerlIO/Scalar/Scalar.xs
49963 ____________________________________________________________________________
49964 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
49965         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
49966              From: Jeff Pinyan <jeffp@crusoe.net>
49967              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
49968              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
49969      Branch: perl
49970            ! lib/Pod/Html.pm
49971 ____________________________________________________________________________
49972 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
49973         Log: EPOC tweak from Olaf Flebbe.
49974      Branch: perl
49975            ! epoc/epocish.h
49976 ____________________________________________________________________________
49977 [ 10050] By: nick                                  on 2001/05/09  14:37:57
49978         Log: win32, regen_config_h
49979      Branch: perlio
49980            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49981 ____________________________________________________________________________
49982 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
49983         Log: Integrate perlio.
49984      Branch: perl
49985           !> pp_sys.c
49986 ____________________________________________________________________________
49987 [ 10048] By: nick                                  on 2001/05/09  11:59:50
49988         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
49989              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
49990      Branch: perlio
49991            ! pp_sys.c
49992 ____________________________________________________________________________
49993 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
49994         Log: Integrate perlio.
49995      Branch: perl
49996           !> run.c
49997 ____________________________________________________________________________
49998 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
49999         Log: Subject: Re: Less warnings during configure
50000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50001              Date: Wed, 09 May 2001 13:12:49 +0200
50002              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
50003      Branch: perl
50004            ! hints/hpux.sh
50005 ____________________________________________________________________________
50006 [ 10045] By: nick                                  on 2001/05/09  09:56:59
50007         Log: MULTIPLICITY/DEBUGGING build fix.
50008      Branch: perlio
50009            ! run.c
50010 ____________________________________________________________________________
50011 [ 10044] By: nick                                  on 2001/05/09  09:46:37
50012         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
50013      Branch: perlio
50014           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
50015            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
50016           !> (integrate 65 files)
50017 ____________________________________________________________________________
50018 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
50019         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
50020              From: Robin Houston <robin@kitsite.com>
50021              Date: Tue, 8 May 2001 19:38:00 +0100
50022              Message-ID: <20010508193800.A4389@penderel>
50023              
50024              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
50025              From: Robin Houston <robin@kitsite.com>
50026              Date: Tue, 8 May 2001 20:03:57 +0100
50027              Message-ID: <20010508200357.A4614@penderel>
50028              
50029              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
50030              From: Robin Houston <robin@kitsite.com>
50031              Date: Wed, 9 May 2001 00:12:05 +0100
50032              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
50033      Branch: perl
50034            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
50035 ____________________________________________________________________________
50036 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
50037         Log: Retract #10031.
50038      Branch: perl
50039            ! pod/perlfunc.pod
50040 ____________________________________________________________________________
50041 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
50042         Log: The metaconfig unit changes for #10040.
50043      Branch: metaconfig/U/perl
50044            ! Checkcc.U d_dlsymun.U dlsrc.U
50045 ____________________________________________________________________________
50046 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
50047         Log: The Configure half of
50048              
50049              Subject: Less warnings during configure
50050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50051              Date: Tue, 08 May 2001 08:44:02 +0200
50052              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
50053      Branch: perl
50054            ! Configure
50055 ____________________________________________________________________________
50056 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
50057         Log: Subject: Less warnings during configure
50058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50059              Date: Tue, 08 May 2001 08:44:02 +0200
50060              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
50061      Branch: perl
50062            ! hints/hpux.sh
50063 ____________________________________________________________________________
50064 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
50065         Log: Don't forget to whine about \d__\d.
50066      Branch: perl
50067            ! t/pragma/warn/toke toke.c
50068 ____________________________________________________________________________
50069 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
50070         Log: Allow underscores also in the exponent part.
50071      Branch: perl
50072            ! t/pragma/warn/toke toke.c
50073 ____________________________________________________________________________
50074 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
50075         Log: CodeMagicCD doesn't look like an *I*DE.
50076      Branch: perl
50077            ! pod/perlfaq3.pod
50078 ____________________________________________________________________________
50079 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
50080         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
50081              to be consistently down).
50082      Branch: perl
50083            ! pod/perlfaq3.pod
50084 ____________________________________________________________________________
50085 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
50086         Log: Upgrade to Text::Balanced 1.84.
50087      Branch: perl
50088            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
50089 ____________________________________________________________________________
50090 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
50091         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
50092              From: Benjamin Sugars <bsugars@canoe.ca>
50093              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
50094              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
50095      Branch: perl
50096            ! run.c
50097 ____________________________________________________________________________
50098 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
50099         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
50100              From: Peter Prymmer <pvhp@forte.com>
50101              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
50102              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
50103      Branch: perl
50104            ! t/pod/plainer.t
50105 ____________________________________________________________________________
50106 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
50107         Log: (Retracted by #10042)
50108              
50109              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
50110              From: "Philip Newton" <pnewton@gmx.de>
50111              Date: Tue, 8 May 2001 09:18:10 +0200
50112              Message-ID: <3AF7B9D2.28861.603732@localhost>
50113      Branch: perl
50114            ! pod/perlfunc.pod
50115 ____________________________________________________________________________
50116 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
50117         Log: Subject: [PATCH B::Deparse] Document known bugs
50118              From: Robin Houston <robin@kitsite.com>
50119              Date: Tue, 8 May 2001 01:53:34 +0100
50120              Message-ID: <20010508015334.A32394@penderel>
50121      Branch: perl
50122            ! ext/B/B/Deparse.pm
50123 ____________________________________________________________________________
50124 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
50125         Log: Subject: Re: Perl book, magazine and website updates.
50126              From: "Philip Newton" <pnewton@gmx.de>
50127              Date: Mon, 7 May 2001 17:03:58 +0200
50128              Message-ID: <3AF6D57E.5387.1E29930@localhost>
50129      Branch: perl
50130            ! pod/perlfaq2.pod
50131 ____________________________________________________________________________
50132 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
50133         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
50134              From: Peter Prymmer <pvhp@forte.com>
50135              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
50136              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
50137      Branch: perl
50138            ! t/io/fflush.t
50139 ____________________________________________________________________________
50140 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
50141         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
50142              From: Robin Houston <robin@kitsite.com>
50143              Date: Tue, 8 May 2001 01:14:55 +0100
50144              Message-ID: <20010508011455.A32162@penderel>
50145      Branch: perl
50146            ! ext/B/B/Deparse.pm
50147 ____________________________________________________________________________
50148 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
50149         Log: Typo in #10025.
50150      Branch: perl
50151            ! hints/uts.sh
50152 ____________________________________________________________________________
50153 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
50154         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
50155      Branch: perl
50156            ! hints/uts.sh
50157 ____________________________________________________________________________
50158 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
50159         Log: Subject: Re: [ID 20010506.045] question about hash syntax
50160              From: Peter Scott <Peter@PSDT.com>
50161              Date: Sun, 06 May 2001 13:10:40 -0700
50162              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
50163      Branch: perl
50164            ! pod/perl56delta.pod
50165 ____________________________________________________________________________
50166 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
50167         Log: Configure should figure out the list of dynamic extensions
50168              just fine in UTS-- and in fact it does, as reported by Hal Morris.
50169      Branch: perl
50170            ! hints/uts.sh
50171 ____________________________________________________________________________
50172 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
50173         Log: Update Changes.
50174      Branch: perl
50175            ! Changes patchlevel.h
50176 ____________________________________________________________________________
50177 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
50178         Log: Subject: [PATCH regcomp.c] Insecure regexes
50179              From: Robin Houston <robin@kitsite.com>
50180              Date: Mon, 7 May 2001 21:56:12 +0100
50181              Message-ID: <20010507215612.A31114@penderel>
50182      Branch: perl
50183            ! regcomp.c
50184 ____________________________________________________________________________
50185 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
50186         Log: Drop the foobar.perl.com references for now until Simon
50187              gets them sorted out.
50188      Branch: perl
50189            ! pod/perlfaq2.pod
50190 ____________________________________________________________________________
50191 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
50192         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
50193              From: Prymmer/Kahn <pvhp@best.com>
50194              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
50195              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
50196      Branch: perl
50197            ! lib/Devel/SelfStubber.pm
50198 ____________________________________________________________________________
50199 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
50200         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
50201              From: Prymmer/Kahn <pvhp@best.com>
50202              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
50203              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
50204      Branch: perl
50205            ! win32/Makefile
50206 ____________________________________________________________________________
50207 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
50208         Log: s/WebTechnique's/WebTechniques/
50209      Branch: perl
50210            ! pod/perlfaq2.pod
50211 ____________________________________________________________________________
50212 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
50213         Log: Llama 3 updates from Randal.
50214      Branch: perl
50215            ! pod/perlfaq2.pod
50216 ____________________________________________________________________________
50217 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
50218         Log: Subject: [PATCH] Help -Dt show correct pad variables
50219              From: Benjamin Sugars <ben.sugars@home.com>
50220              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
50221              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
50222      Branch: perl
50223            ! embed.h embed.pl proto.h run.c
50224 ____________________________________________________________________________
50225 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
50226         Log: Subject: [PATCH] Document C<our $foo : shared>
50227              From: Benjamin Sugars <ben.sugars@home.com>
50228              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
50229              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
50230      Branch: perl
50231            ! pod/perlfunc.pod
50232 ____________________________________________________________________________
50233 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
50234         Log: Subject: [PATCH B::Deparse] undefined folded constants
50235              From: Robin Houston <robin@kitsite.com>
50236              Date: Sun, 6 May 2001 17:19:09 +0100
50237              Message-ID: <20010506171909.A7046@penderel>
50238      Branch: perl
50239            ! ext/B/B/Deparse.pm
50240 ____________________________________________________________________________
50241 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
50242         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
50243              From: Robin Houston <robin@kitsite.com>
50244              Message-ID: <20010506164654.A6848@penderel>
50245              Date: Sun, 6 May 2001 16:46:54 +0100
50246      Branch: perl
50247            ! ext/B/B/Deparse.pm
50248 ____________________________________________________________________________
50249 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
50250         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
50251              From: Robin Houston <robin@kitsite.com>
50252              Date: Sun, 6 May 2001 14:47:02 +0100
50253              Message-ID: <20010506144702.A6308@penderel>
50254      Branch: perl
50255            ! t/op/my_stash.t
50256 ____________________________________________________________________________
50257 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
50258         Log: Subject: Perl book, magazine and website updates.
50259              From: Simon Cozens <simon@netthink.co.uk>
50260              Date: Sun, 6 May 2001 16:55:36 +0100
50261              Message-ID: <20010506165536.A1795@netthink.co.uk>
50262      Branch: perl
50263            ! pod/perlbook.pod pod/perlfaq2.pod
50264 ____________________________________________________________________________
50265 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
50266         Log: Tweaks on the Tru64 prof options.
50267      Branch: perl
50268            ! pod/perlhack.pod
50269 ____________________________________________________________________________
50270 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
50271         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
50272              From: Robin Houston <robin@kitsite.com>
50273              Date: Sun, 6 May 2001 14:40:51 +0100
50274              Message-ID: <20010506144051.A6279@penderel>
50275      Branch: perl
50276            ! t/pod/testp2pt.pl
50277 ____________________________________________________________________________
50278 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
50279         Log: Subject: [PATCH B::Deparse] scoping
50280              From: Robin Houston <robin@kitsite.com>
50281              Date: Sun, 6 May 2001 14:36:56 +0100
50282              Message-ID: <20010506143656.A4006@penderel>
50283      Branch: perl
50284            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
50285 ____________________________________________________________________________
50286 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
50287         Log: Document the undefinedness of bitshifting out of range.
50288      Branch: perl
50289            ! pod/perlop.pod
50290 ____________________________________________________________________________
50291 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
50292         Log: Retract #10003 and update the IDE descriptions a bit.
50293      Branch: perl
50294            ! pod/perlfaq3.pod
50295 ____________________________________________________________________________
50296 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
50297         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
50298              From: Prymmer/Kahn <pvhp@best.com>
50299              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
50300              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
50301      Branch: perl
50302            ! win32/Makefile win32/buildext.pl win32/config.bc
50303            ! win32/config.gc win32/config.vc
50304 ____________________________________________________________________________
50305 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
50306         Log: (Retracted by #10005.)
50307      Branch: perl
50308            ! pod/perlfaq3.pod
50309 ____________________________________________________________________________
50310 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
50311         Log: It's "psed", not "sed".
50312      Branch: perl
50313            ! x2p/s2p.PL
50314 ____________________________________________________________________________
50315 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
50316         Log: Update Changes.
50317      Branch: perl
50318            ! Changes patchlevel.h
50319 ____________________________________________________________________________
50320 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
50321         Log: Subject: Re: bleadperl make install fails due to "psed"
50322              From: andreas.koenig@anima.de (Andreas J. Koenig)
50323              Date: 05 May 2001 18:23:28 +0200
50324              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
50325      Branch: perl
50326            ! x2p/Makefile.SH x2p/s2p.PL
50327 ____________________________________________________________________________
50328 [  9999] By: jhi                                   on 2001/05/05  18:28:09
50329         Log: AUTHORS updates.
50330      Branch: perl
50331            ! AUTHORS
50332 ____________________________________________________________________________
50333 [  9998] By: jhi                                   on 2001/05/05  18:16:00
50334         Log: Updates on the pods related to the modules included since 5.6.
50335              
50336              TODO: perltodo really could use major updating.
50337      Branch: perl
50338            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
50339            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
50340            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
50341            ! pod/perlsyn.pod pod/perltodo.pod
50342 ____________________________________________________________________________
50343 [  9997] By: jhi                                   on 2001/05/05  17:35:17
50344         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
50345              from Kurt Skauen.
50346      Branch: perl
50347            + hints/atheos.sh
50348            ! MANIFEST
50349 ____________________________________________________________________________
50350 [  9996] By: jhi                                   on 2001/05/05  17:25:00
50351         Log: Add preemptive #undefs for some of the shorter and more prone
50352              to collision regcomp.h #defines.  (Background: the MASK collided
50353              with a system header #define in Rhapsody.)
50354      Branch: perl
50355            ! regcomp.h
50356 ____________________________________________________________________________
50357 [  9995] By: jhi                                   on 2001/05/05  13:24:21
50358         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
50359              From: Nicholas Clark <nick@ccl4.org>
50360              Date: Sat, 5 May 2001 14:46:39 +0100
50361              Message-ID: <20010505144639.O53513@plum.flirble.org>
50362              
50363              Add a test for the constants (if any) being processed correctly.
50364      Branch: perl
50365            ! utils/h2xs.PL
50366 ____________________________________________________________________________
50367 [  9994] By: jhi                                   on 2001/05/05  02:11:03
50368         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
50369              From: Peter Prymmer <pvhp@forte.com>
50370              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
50371              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
50372      Branch: perl
50373            ! t/lib/b-stash.t
50374 ____________________________________________________________________________
50375 [  9993] By: jhi                                   on 2001/05/05  02:03:49
50376         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
50377              From: Peter Prymmer <pvhp@forte.com>
50378              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
50379              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
50380      Branch: perl
50381            ! perlio.c vms/vmsish.h
50382 ____________________________________________________________________________
50383 [  9992] By: jhi                                   on 2001/05/04  17:21:12
50384         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
50385              From: Robin Barker <rmb1@cise.npl.co.uk>
50386              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
50387              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
50388      Branch: perl
50389            + t/pod/plainer.t
50390            ! MANIFEST
50391 ____________________________________________________________________________
50392 [  9991] By: jhi                                   on 2001/05/04  16:47:45
50393         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
50394              From: Robin Barker <rmb1@cise.npl.co.uk>
50395              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
50396              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
50397      Branch: perl
50398            ! regcomp.c
50399 ____________________________________________________________________________
50400 [  9990] By: jhi                                   on 2001/05/04  14:37:20
50401         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
50402              From: Prymmer/Kahn <pvhp@best.com>
50403              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
50404              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
50405      Branch: perl
50406            ! t/lib/b-stash.t
50407 ____________________________________________________________________________
50408 [  9989] By: jhi                                   on 2001/05/04  14:03:58
50409         Log: Introduce perl572delta, update Todo, add the missing
50410              mention about signal safety since 5.7.1 (though this
50411              requires verification and more details.)
50412      Branch: perl
50413            + pod/perl572delta.pod
50414            ! MANIFEST Todo pod/perl571delta.pod
50415 ____________________________________________________________________________
50416 [  9988] By: jhi                                   on 2001/05/04  12:41:51
50417         Log: Subject: [PATCH perl@9944] long =item
50418              From: Robin Barker <rmb1@cise.npl.co.uk>
50419              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
50420              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
50421      Branch: perl
50422            ! ext/Time/HiRes/HiRes.pm
50423 ____________________________________________________________________________
50424 [  9987] By: jhi                                   on 2001/05/04  12:39:19
50425         Log: The #9901 had removed one line essential for EBCDIC.
50426      Branch: perl
50427            ! regcomp.c
50428 ____________________________________________________________________________
50429 [  9986] By: jhi                                   on 2001/05/04  12:30:23
50430         Log: Subject: cygwin/Makefile.SHs INSTALL patch
50431              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
50432              Date: Mon, 08 Jan 2001 04:59:21 +0200
50433              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
50434      Branch: perl
50435            ! cygwin/Makefile.SHs
50436 ____________________________________________________________________________
50437 [  9985] By: jhi                                   on 2001/05/04  03:51:39
50438         Log: Encode/IO doc tweaks.
50439      Branch: perl
50440            ! ext/Encode/Encode.pm
50441 ____________________________________________________________________________
50442 [  9984] By: jhi                                   on 2001/05/04  03:29:34
50443         Log: Remove GDBM_File from the dynamic extensions for UTS,
50444              GDBM is not a standard feature.
50445      Branch: perl
50446            ! hints/uts.sh
50447 ____________________________________________________________________________
50448 [  9983] By: jhi                                   on 2001/05/04  03:22:59
50449         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
50450      Branch: perl
50451            ! pod/perlretut.pod
50452 ____________________________________________________________________________
50453 [  9982] By: jhi                                   on 2001/05/03  23:21:03
50454         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
50455              From: Benjamin Sugars <bsugars@canoe.ca>
50456              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
50457              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
50458      Branch: perl
50459            ! dump.c
50460 ____________________________________________________________________________
50461 [  9981] By: jhi                                   on 2001/05/03  23:20:05
50462         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
50463              From: Benjamin Sugars <bsugars@canoe.ca>
50464              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
50465              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
50466      Branch: perl
50467            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50468 ____________________________________________________________________________
50469 [  9980] By: jhi                                   on 2001/05/03  23:15:29
50470         Log: Integrate perlio.
50471      Branch: perl
50472           !> ext/Encode/Encode.pm
50473 ____________________________________________________________________________
50474 [  9979] By: jhi                                   on 2001/05/03  16:54:59
50475         Log: Install psed man page.
50476      Branch: perl
50477            ! installman
50478 ____________________________________________________________________________
50479 [  9978] By: jhi                                   on 2001/05/03  16:45:58
50480         Log: Remove unused files; noted by Sarathy.
50481      Branch: perl
50482            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
50483            ! MANIFEST
50484 ____________________________________________________________________________
50485 [  9977] By: jhi                                   on 2001/05/03  16:42:30
50486         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
50487              From: Andy Dougherty <doughera@lafayette.edu>
50488              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
50489              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
50490      Branch: perl
50491            ! INSTALL
50492 ____________________________________________________________________________
50493 [  9976] By: nick                                  on 2001/05/03  16:40:42
50494         Log: Allow $answer = encode($object,$text); like it says in docs.
50495      Branch: perlio
50496            ! ext/Encode/Encode.pm
50497 ____________________________________________________________________________
50498 [  9975] By: nick                                  on 2001/05/03  16:22:30
50499         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
50500              to be in scope (fair enough), and also a package variable (our) for eval to see it.
50501      Branch: perlio
50502            ! ext/Encode/Encode.pm
50503 ____________________________________________________________________________
50504 [  9974] By: nick                                  on 2001/05/03  15:48:17
50505         Log: Integrate mainline.
50506      Branch: perlio
50507           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
50508           +> t/lib/filter-simple.t t/lib/next.t
50509           !> (integrate 70 files)
50510 ____________________________________________________________________________
50511 [  9973] By: jhi                                   on 2001/05/03  13:09:09
50512         Log: Update Changes.
50513      Branch: perl
50514            ! Changes patchlevel.h
50515 ____________________________________________________________________________
50516 [  9972] By: jhi                                   on 2001/05/03  12:58:33
50517         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
50518              From: Prymmer/Kahn <pvhp@best.com>
50519              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
50520              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
50521      Branch: perl
50522            ! t/io/fflush.t
50523 ____________________________________________________________________________
50524 [  9971] By: jhi                                   on 2001/05/03  12:57:26
50525         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
50526              From: Prymmer/Kahn <pvhp@best.com>
50527              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
50528              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
50529      Branch: perl
50530            ! win32/FindExt.pm
50531 ____________________________________________________________________________
50532 [  9970] By: jhi                                   on 2001/05/03  02:42:46
50533         Log: Can't croak sans thread context, from Doug MacEachern.
50534      Branch: perl
50535            ! toke.c
50536 ____________________________________________________________________________
50537 [  9969] By: jhi                                   on 2001/05/03  01:23:48
50538         Log: Subject: Random input test and Perl
50539              From: Ilya Zakharevich <ilya@math.berkeley.edu>
50540              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
50541              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
50542      Branch: perl
50543            ! toke.c
50544 ____________________________________________________________________________
50545 [  9968] By: jhi                                   on 2001/05/02  22:17:21
50546         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
50547              From: Peter Prymmer <pvhp@forte.com>
50548              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
50549              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
50550      Branch: perl
50551            ! pod/perlfunc.pod pod/perlport.pod
50552 ____________________________________________________________________________
50553 [  9967] By: jhi                                   on 2001/05/02  20:12:45
50554         Log: Workaround for UTS compiler casting bug from Hal Morris.
50555      Branch: perl
50556            ! perl.h
50557 ____________________________________________________________________________
50558 [  9966] By: jhi                                   on 2001/05/02  18:31:37
50559         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
50560              From: Dan Sugalski <dan@sidhe.org>
50561              Date: Wed, 02 May 2001 15:23:22 -0400
50562              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
50563      Branch: perl
50564            ! perl.c vms/vms.c
50565 ____________________________________________________________________________
50566 [  9965] By: jhi                                   on 2001/05/02  18:21:29
50567         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
50568      Branch: perl
50569            ! pod/perlfunc.pod
50570 ____________________________________________________________________________
50571 [  9964] By: jhi                                   on 2001/05/02  18:15:01
50572         Log: Document large files in INSTALL, document also the %x
50573              limitation if not use64bitint, closes bug 20010326.007.
50574      Branch: perl
50575            ! INSTALL
50576 ____________________________________________________________________________
50577 [  9963] By: jhi                                   on 2001/05/02  17:24:47
50578         Log: perlmodlib tweaks; regen pods.
50579      Branch: perl
50580            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
50581            ! pod/perltoc.pod
50582 ____________________________________________________________________________
50583 [  9962] By: jhi                                   on 2001/05/02  17:14:00
50584         Log: Fix for a segfault, from Marc Lehmann.
50585      Branch: perl
50586            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
50587 ____________________________________________________________________________
50588 [  9961] By: jhi                                   on 2001/05/02  15:55:53
50589         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
50590              From: "Philip Newton" <pnewton@gmx.de>
50591              Date: Wed, 2 May 2001 18:39:03 +0200
50592              Message-ID: <3AF05447.15525.173B588@localhost>
50593      Branch: perl
50594            ! pod/perlop.pod
50595 ____________________________________________________________________________
50596 [  9960] By: jhi                                   on 2001/05/02  15:35:37
50597         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
50598              From: Dan Sugalski <dan@sidhe.org>
50599              Date: Wed, 02 May 2001 11:37:27 -0400
50600              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
50601      Branch: perl
50602            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
50603            ! thread.h vms/vms.c vms/vmsish.h
50604 ____________________________________________________________________________
50605 [  9959] By: jhi                                   on 2001/05/02  15:21:08
50606         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
50607              From: Benjamin Sugars <bsugars@canoe.ca>
50608              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
50609              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
50610      Branch: perl
50611            ! ext/PerlIO/Scalar/Scalar.xs
50612 ____________________________________________________________________________
50613 [  9958] By: jhi                                   on 2001/05/02  15:15:53
50614         Log: Bug in #9915, spotted by Mike Guy.
50615      Branch: perl
50616            ! installperl
50617 ____________________________________________________________________________
50618 [  9957] By: jhi                                   on 2001/05/02  13:26:01
50619         Log: Add a test for not griping about references as array
50620              indices if the reference has magic in it (overloaded
50621              methods).
50622      Branch: perl
50623            ! pod/perldiag.pod t/pragma/warn/pp_hot
50624 ____________________________________________________________________________
50625 [  9956] By: jhi                                   on 2001/05/02  13:07:01
50626         Log: Retracted a bit too much in #9952.
50627      Branch: perl
50628            ! t/pragma/sub_lval.t
50629 ____________________________________________________________________________
50630 [  9955] By: jhi                                   on 2001/05/02  13:05:38
50631         Log: Test for #9952.
50632      Branch: perl
50633            ! t/op/tie.t
50634 ____________________________________________________________________________
50635 [  9954] By: jhi                                   on 2001/05/02  11:48:18
50636         Log: Additional note on the encoding example: one cannot
50637              convert string constants in-place.
50638      Branch: perl
50639            ! ext/Encode/Encode.pm
50640 ____________________________________________________________________________
50641 [  9953] By: jhi                                   on 2001/05/02  11:43:51
50642         Log: Note that if you have recent enough Perl you already
50643              have Filter::Util::Call.
50644      Branch: perl
50645            ! lib/Filter/Simple.pm
50646 ____________________________________________________________________________
50647 [  9952] By: jhi                                   on 2001/05/02  11:31:53
50648         Log: Retract changes #8254 and #8255, causes coredump in
50649              'tie FH, "main"', reported by Abigail, culprit found by
50650              Benjamin Sugars.  Mirrors maintperl change #9950.
50651      Branch: perl
50652            ! op.c t/pragma/sub_lval.t
50653 ____________________________________________________________________________
50654 [  9951] By: jhi                                   on 2001/05/02  11:14:29
50655         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
50656      Branch: perl
50657            + t/lib/MyFilter.pm
50658 ____________________________________________________________________________
50659 [  9950] By: gsar                                  on 2001/05/02  03:17:11
50660         Log: revert integration of changes#8254,8255 in change#8620 (causes
50661              a coredump in C<tie FH, 'foo'>; the idea itself may need better
50662              rationalization)
50663      Branch: maint-5.6/perl
50664            ! op.c t/pragma/sub_lval.t
50665 ____________________________________________________________________________
50666 [  9949] By: gsar                                  on 2001/05/02  02:56:32
50667         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
50668              
50669              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50670              
50671              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50672      Branch: maint-5.6/perl
50673           !> hints/svr5.sh
50674 ____________________________________________________________________________
50675 [  9948] By: gsar                                  on 2001/05/02  02:49:15
50676         Log: pod/find.t breaks on VMS (from Craig Berry)
50677      Branch: maint-5.6/perl
50678            ! t/pod/find.t
50679 ____________________________________________________________________________
50680 [  9947] By: jhi                                   on 2001/05/02  02:43:09
50681         Log: Add an encoding conversion example.
50682      Branch: perl
50683            ! ext/Encode/Encode.pm
50684 ____________________________________________________________________________
50685 [  9946] By: jhi                                   on 2001/05/02  01:34:22
50686         Log: Another coat of paint but still nowhere finished.
50687              Need to decide on the semantics of strptime(): should
50688              strptime() be a function instead of a method?  To do
50689              the week/monthname-strptiming the i18n/l10n bullet needs
50690              to be bitten with gusto.
50691      Branch: perl
50692            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50693 ____________________________________________________________________________
50694 [  9945] By: jhi                                   on 2001/05/01  23:40:52
50695         Log: Update Changes.
50696      Branch: perl
50697            ! Changes patchlevel.h
50698 ____________________________________________________________________________
50699 [  9944] By: jhi                                   on 2001/05/01  23:33:37
50700         Log: Add known-to-be-tested modules to the list-to-be-skipped.
50701      Branch: perl
50702            ! t/lib/1_compile.t
50703 ____________________________________________________________________________
50704 [  9943] By: jhi                                   on 2001/05/01  23:24:40
50705         Log: Subject: BorlandC++ fix
50706              From: "Vadim Konovalov" <watman@inbox.ru>
50707              Date: Mon, 30 Apr 2001 20:12:26 -0700
50708              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
50709      Branch: perl
50710            ! win32/makefile.mk
50711 ____________________________________________________________________________
50712 [  9942] By: jhi                                   on 2001/05/01  23:18:02
50713         Log: Update to Filter::Simple 0.60, create a test for it.
50714      Branch: perl
50715            + t/lib/filter-simple.t
50716            ! MANIFEST lib/Filter/Simple.pm
50717 ____________________________________________________________________________
50718 [  9941] By: jhi                                   on 2001/05/01  19:47:24
50719         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
50720              From: Hugo <hv@crypt.compulink.co.uk>
50721              Date: Tue, 01 May 2001 20:12:20 +0100
50722              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
50723      Branch: perl
50724            ! pp_hot.c t/op/re_tests
50725 ____________________________________________________________________________
50726 [  9940] By: jhi                                   on 2001/05/01  19:42:16
50727         Log: Integrate perlio.
50728      Branch: perl
50729           !> lib/base.pm t/lib/fields.t
50730 ____________________________________________________________________________
50731 [  9939] By: jhi                                   on 2001/05/01  19:39:51
50732         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
50733              From: Benjamin Sugars <bsugars@canoe.ca>
50734              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
50735              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
50736      Branch: perl
50737            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50738 ____________________________________________________________________________
50739 [  9938] By: jhi                                   on 2001/05/01  19:34:09
50740         Log: Add NEXT, a pseudo-class for method redispatching.
50741              <Damian>NEXT.pm probably offers more bang-for-buck
50742              than anything else I've ever written.</Damian>
50743      Branch: perl
50744            + lib/NEXT.pm t/lib/next.t
50745            ! MANIFEST
50746 ____________________________________________________________________________
50747 [  9937] By: jhi                                   on 2001/05/01  19:21:41
50748         Log: Update to Switch 2.02.
50749      Branch: perl
50750            ! lib/Switch.pm t/lib/switch.t
50751 ____________________________________________________________________________
50752 [  9936] By: nick                                  on 2001/05/01  19:09:21
50753         Log: Fix for base.pm clobbering $VERSION
50754      Branch: perlio
50755            ! lib/base.pm
50756 ____________________________________________________________________________
50757 [  9935] By: nick                                  on 2001/05/01  18:54:38
50758         Log: Test for base.pm clobbering $VERSION.
50759      Branch: perlio
50760            ! t/lib/fields.t
50761 ____________________________________________________________________________
50762 [  9934] By: jhi                                   on 2001/05/01  18:39:10
50763         Log: Add information about Scalar::Util::blessed.
50764      Branch: perl
50765            ! pod/perlobj.pod
50766 ____________________________________________________________________________
50767 [  9933] By: jhi                                   on 2001/05/01  18:33:51
50768         Log: Subject: Extra UNIVERSAL documentation
50769              From: Mike Guy <mjtg@cam.ac.uk>
50770              Date: Tue, 01 May 2001 20:12:11 +0100
50771              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
50772      Branch: perl
50773            ! pod/perlobj.pod
50774 ____________________________________________________________________________
50775 [  9932] By: jhi                                   on 2001/05/01  18:26:54
50776         Log: Subject: Autoflush in tests as appropriate
50777              From: Mike Guy <mjtg@cam.ac.uk>
50778              Date: Tue, 01 May 2001 20:05:31 +0100
50779              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
50780      Branch: perl
50781            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
50782            ! t/op/taint.t
50783 ____________________________________________________________________________
50784 [  9931] By: jhi                                   on 2001/05/01  18:02:29
50785         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
50786              From: Benjamin Sugars <bsugars@canoe.ca>
50787              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
50788              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
50789      Branch: perl
50790            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50791 ____________________________________________________________________________
50792 [  9930] By: jhi                                   on 2001/05/01  15:12:26
50793         Log: Subject: Re: Finally got a round tuit
50794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50795              Date: Tue, 01 May 2001 14:14:10 +0200
50796              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
50797              
50798              The -DP part, slightly modified.
50799      Branch: perl
50800            ! perl.c
50801 ____________________________________________________________________________
50802 [  9929] By: jhi                                   on 2001/05/01  14:17:15
50803         Log: Subject: Re: Finally got a round tuit
50804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50805              Date: Tue, 01 May 2001 16:34:06 +0200
50806              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
50807              
50808              cpp and optimization tweaks for HP-UX.
50809      Branch: perl
50810            ! hints/hpux.sh
50811 ____________________________________________________________________________
50812 [  9928] By: jhi                                   on 2001/05/01  13:24:20
50813         Log: Tune the scan_num() comments to reality.
50814      Branch: perl
50815            ! toke.c
50816 ____________________________________________________________________________
50817 [  9927] By: jhi                                   on 2001/05/01  13:14:01
50818         Log: Subject: [PATCH B::Deparse] optimised sort
50819              From: Robin Houston <robin@kitsite.com>
50820              Date: Tue, 1 May 2001 14:07:12 +0100
50821              Message-ID: <20010501140712.A4266@penderel>
50822      Branch: perl
50823            ! ext/B/B/Deparse.pm
50824 ____________________________________________________________________________
50825 [  9926] By: jhi                                   on 2001/05/01  13:10:53
50826         Log: Subject: [PATCH t/lib/b-deparse.t] 
50827              From: Robin Houston <robin@kitsite.com>
50828              Date: Tue, 1 May 2001 13:37:42 +0100
50829              Message-ID: <20010501133742.A4082@penderel>
50830      Branch: perl
50831            ! t/lib/b-deparse.t
50832 ____________________________________________________________________________
50833 [  9925] By: jhi                                   on 2001/05/01  13:10:13
50834         Log: Subject: [PATCH B::Deparse] for(;;), sort
50835              From: Robin Houston <robin@kitsite.com>
50836              Date: Tue, 1 May 2001 13:35:00 +0100
50837              Message-ID: <20010501133500.A4061@penderel>
50838      Branch: perl
50839            ! ext/B/B/Deparse.pm
50840 ____________________________________________________________________________
50841 [  9924] By: jhi                                   on 2001/05/01  13:09:22
50842         Log: Subject: [PATCH B::Deparse] do, warn, use
50843              From: Robin Houston <robin@kitsite.com>
50844              Date: Tue, 1 May 2001 13:31:03 +0100
50845              Message-ID: <20010501133103.A4041@penderel>
50846      Branch: perl
50847            ! ext/B/B/Deparse.pm
50848 ____________________________________________________________________________
50849 [  9923] By: jhi                                   on 2001/05/01  11:45:36
50850         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
50851              From: Benjamin Sugars <ben.sugars@home.com>
50852              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
50853              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
50854      Branch: perl
50855            + t/io/fflush.t
50856            ! MANIFEST
50857 ____________________________________________________________________________
50858 [  9922] By: jhi                                   on 2001/05/01  11:35:42
50859         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
50860              From: Peter Prymmer <pvhp@forte.com>
50861              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
50862              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
50863      Branch: perl
50864            ! t/lib/selfstubber.t
50865 ____________________________________________________________________________
50866 [  9921] By: jhi                                   on 2001/04/30  16:34:33
50867         Log: Subject: [PATCH B::Concise] suppress warning
50868              From: Robin Houston <robin@kitsite.com>
50869              Date: Mon, 30 Apr 2001 16:09:49 +0100
50870              Message-ID: <20010430160949.A25086@penderel>
50871      Branch: perl
50872            ! ext/B/B/Concise.pm
50873 ____________________________________________________________________________
50874 [  9920] By: jhi                                   on 2001/04/30  13:56:04
50875         Log: Strip the *markers* from #9919.
50876      Branch: perl
50877            ! pod/perlfaq.pod pod/perlfaq5.pod
50878 ____________________________________________________________________________
50879 [  9919] By: jhi                                   on 2001/04/30  13:54:04
50880         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
50881              From: Gwyn Judd <b.judd@xtra.co.nz>
50882              Date: Sun, 29 Apr 2001 01:47:49 +1200
50883              Message-ID: <20010429014749.A4418@thislove>
50884      Branch: perl
50885            ! pod/perlfaq.pod pod/perlfaq5.pod
50886 ____________________________________________________________________________
50887 [  9918] By: jhi                                   on 2001/04/30  13:13:54
50888         Log: More_tweakage.
50889      Branch: perl
50890            ! pod/perldata.pod pod/perldiag.pod
50891 ____________________________________________________________________________
50892 [  9917] By: jhi                                   on 2001/04/30  13:01:27
50893         Log: Update Changes.
50894      Branch: perl
50895            ! Changes patchlevel.h
50896 ____________________________________________________________________________
50897 [  9916] By: jhi                                   on 2001/04/30  12:57:03
50898         Log: T_w_e_a_k_a_g_e.
50899      Branch: perl
50900            ! pod/perldata.pod pod/perldiag.pod
50901 ____________________________________________________________________________
50902 [  9915] By: jhi                                   on 2001/04/30  12:39:29
50903         Log: Install s2p also as psed.
50904              
50905              TODO: psed documentation?
50906      Branch: perl
50907            ! installperl
50908 ____________________________________________________________________________
50909 [  9914] By: jhi                                   on 2001/04/30  12:29:21
50910         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
50911              From: Jens Hamisch <jens@Strawberry.COM>
50912              Date: Fri, 27 Apr 2001 17:00:36 +0200
50913              Message-ID: <20010427170036.K1372@Strawberry.COM>
50914              
50915              SOCKS5_VERSION_NAME is the right symbol to detect
50916              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
50917              function called socks5_init() is available, and even that is
50918              not universal, most SOCKS5 installations use SOCKSinit()).
50919      Branch: perl
50920            ! perlio.c
50921 ____________________________________________________________________________
50922 [  9913] By: jhi                                   on 2001/04/30  12:22:15
50923         Log: Allow a zero timeout on IO::Socket accept and connect--
50924              though one really shouldn't do that.  Based on
50925              
50926              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
50927              From: "John Holdsworth" <coldwave@bigfoot.com>
50928              Date: Sun, 4 Feb 2001 12:48:18 +0100
50929              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
50930      Branch: perl
50931            ! ext/IO/lib/IO/Socket.pm
50932 ____________________________________________________________________________
50933 [  9912] By: jhi                                   on 2001/04/30  11:27:27
50934         Log: Save the spot of regprev (see #9911) for binary compatibility;
50935              regen API.
50936      Branch: perl
50937            ! embedvar.h perlapi.h thrdvar.h
50938 ____________________________________________________________________________
50939 [  9911] By: jhi                                   on 2001/04/30  11:22:03
50940         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
50941              From: Hugo <hv@crypt.compulink.co.uk>
50942              Date: Sun, 29 Apr 2001 17:09:30 +0100
50943              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
50944      Branch: perl
50945            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
50946 ____________________________________________________________________________
50947 [  9910] By: jhi                                   on 2001/04/30  11:15:12
50948         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
50949              a dummy for PL_numeric_radix); no pressing reason to break
50950              binary compatibility; regen API.
50951      Branch: perl
50952            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
50953            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
50954 ____________________________________________________________________________
50955 [  9909] By: jhi                                   on 2001/04/30  10:56:08
50956         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
50957              From: Walt Mankowski <waltman@netaxs.com>
50958              Date: Sun, 29 Apr 2001 21:53:48 -0400
50959              Message-ID: <20010429215348.A3971@netaxs.com>
50960      Branch: perl
50961            ! pod/perlfunc.pod
50962 ____________________________________________________________________________
50963 [  9908] By: jhi                                   on 2001/04/30  10:49:40
50964         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
50965      Branch: perl
50966            ! t/lib/selfstubber.t
50967 ____________________________________________________________________________
50968 [  9907] By: nick                                  on 2001/04/30  09:26:50
50969         Log: Integrate mainline.
50970      Branch: perlio
50971           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50972 ____________________________________________________________________________
50973 [  9906] By: jhi                                   on 2001/04/29  23:24:20
50974         Log: Abigail spotted a thinko in #9905.
50975      Branch: perl
50976            ! pod/perldiag.pod
50977 ____________________________________________________________________________
50978 [  9905] By: jhi                                   on 2001/04/29  15:55:39
50979         Log: Changed the underscore/undebar syntax in numeric constants;
50980              now any grouping will do, as long as the underscores are not
50981              consecutive (so "zero-grouping" is out), and they do not begin
50982              or end the integer or fractional parts.
50983      Branch: perl
50984            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50985 ____________________________________________________________________________
50986 [  9904] By: nick                                  on 2001/04/29  15:43:22
50987         Log: Integrate mainline.
50988      Branch: perlio
50989           +> (branch 98 files)
50990            - lib/unicode/Block.pl
50991            - lib/unicode/In/AlphabeticPresentationForms.pl
50992            - lib/unicode/In/Arabic.pl
50993            - lib/unicode/In/ArabicPresentationForms-A.pl
50994            - lib/unicode/In/ArabicPresentationForms-B.pl
50995            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50996            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50997            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50998            - lib/unicode/In/BopomofoExtended.pl
50999            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
51000            - lib/unicode/In/CJKCompatibility.pl
51001            - lib/unicode/In/CJKCompatibilityForms.pl
51002            - lib/unicode/In/CJKCompatibilityIdeographs.pl
51003            - lib/unicode/In/CJKRadicalsSupplement.pl
51004            - lib/unicode/In/CJKSymbolsandPunctuation.pl
51005            - lib/unicode/In/CJKUnifiedIdeographs.pl
51006            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
51007            - lib/unicode/In/Cherokee.pl
51008            - lib/unicode/In/CombiningDiacriticalMarks.pl
51009            - lib/unicode/In/CombiningHalfMarks.pl
51010            - lib/unicode/In/CombiningMarksforSymbols.pl
51011            - lib/unicode/In/ControlPictures.pl
51012            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
51013            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
51014            - lib/unicode/In/EnclosedAlphanumerics.pl
51015            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
51016            - lib/unicode/In/Ethiopic.pl
51017            - lib/unicode/In/GeneralPunctuation.pl
51018            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
51019            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
51020            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
51021            - lib/unicode/In/HalfwidthandFullwidthForms.pl
51022            - lib/unicode/In/HangulCompatibilityJamo.pl
51023            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
51024            - lib/unicode/In/Hebrew.pl
51025            - lib/unicode/In/HighPrivateUseSurrogates.pl
51026            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
51027            - lib/unicode/In/IPAExtensions.pl
51028            - lib/unicode/In/IdeographicDescriptionCharacters.pl
51029            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
51030            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
51031            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
51032            - lib/unicode/In/Latin-1Supplement.pl
51033            - lib/unicode/In/LatinExtended-A.pl
51034            - lib/unicode/In/LatinExtended-B.pl
51035            - lib/unicode/In/LatinExtendedAdditional.pl
51036            - lib/unicode/In/LetterlikeSymbols.pl
51037            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
51038            - lib/unicode/In/MathematicalOperators.pl
51039            - lib/unicode/In/MiscellaneousSymbols.pl
51040            - lib/unicode/In/MiscellaneousTechnical.pl
51041            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
51042            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
51043            - lib/unicode/In/OpticalCharacterRecognition.pl
51044            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
51045            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
51046            - lib/unicode/In/SmallFormVariants.pl
51047            - lib/unicode/In/SpacingModifierLetters.pl
51048            - lib/unicode/In/Specials.pl
51049            - lib/unicode/In/SuperscriptsandSubscripts.pl
51050            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
51051            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
51052            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
51053            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
51054            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
51055           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
51056           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
51057           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
51058           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
51059           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
51060           !> utf8.c win32/Makefile
51061 ____________________________________________________________________________
51062 [  9903] By: jhi                                   on 2001/04/29  14:30:53
51063         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
51064              From: Prymmer/Kahn <pvhp@best.com>
51065              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
51066              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
51067      Branch: perl
51068            ! win32/Makefile
51069 ____________________________________________________________________________
51070 [  9902] By: jhi                                   on 2001/04/29  02:52:44
51071         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
51072              From: "Abigail" <abigail@foad.org>
51073              Date: Sun, 29 Apr 2001 03:14:25 +0200
51074              Message-ID: <20010429011425.24503.qmail@foad.org>
51075      Branch: perl
51076            ! ext/IO/lib/IO/Seekable.pm
51077 ____________________________________________________________________________
51078 [  9901] By: jhi                                   on 2001/04/29  02:04:46
51079         Log: In character classes one couldn't have 0x80..0xff characters
51080              at the left hand side if there were 0x100.. characters in the
51081              character class.
51082      Branch: perl
51083            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
51084            ! t/op/pat.t utf8.c
51085 ____________________________________________________________________________
51086 [  9900] By: jhi                                   on 2001/04/28  22:55:04
51087         Log: Forgot the latest mktables.PL from #9899.
51088      Branch: perl
51089            ! lib/unicode/mktables.PL
51090 ____________________________________________________________________________
51091 [  9899] By: jhi                                   on 2001/04/28  22:53:28
51092         Log: Explain the \p{} and \P{} error message better and
51093              have prettier prettyprint in In.pl.
51094      Branch: perl
51095            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
51096            ! pod/perldiag.pod
51097 ____________________________________________________________________________
51098 [  9898] By: jhi                                   on 2001/04/28  21:03:34
51099         Log: Add one possible explanation for the "Invalid [] range" error.
51100      Branch: perl
51101            ! pod/perldiag.pod
51102 ____________________________________________________________________________
51103 [  9897] By: jhi                                   on 2001/04/28  17:18:26
51104         Log: Add a level of indirection to the implementation of \p{InFoo}
51105              so that we don't have to have long filenames.  (Nothing changes
51106              in the user interface.)   The indirection is defined in
51107              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
51108              Also rename some the character classes by removing '-' from
51109              the classnames, and finally renamed Block.pl as Blocks.pl.
51110      Branch: perl
51111            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
51112            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
51113            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
51114            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
51115            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
51116            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
51117            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
51118            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
51119            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
51120            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
51121            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
51122            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
51123            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
51124            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
51125            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
51126            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
51127            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
51128            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
51129            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
51130            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
51131            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
51132            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
51133            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
51134            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
51135            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
51136            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
51137            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
51138            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
51139            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
51140            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
51141            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
51142            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
51143            + lib/unicode/In/94.pl lib/unicode/In/95.pl
51144            - lib/unicode/Block.pl
51145            - lib/unicode/In/AlphabeticPresentationForms.pl
51146            - lib/unicode/In/Arabic.pl
51147            - lib/unicode/In/ArabicPresentationForms-A.pl
51148            - lib/unicode/In/ArabicPresentationForms-B.pl
51149            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
51150            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
51151            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
51152            - lib/unicode/In/BopomofoExtended.pl
51153            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
51154            - lib/unicode/In/CJKCompatibility.pl
51155            - lib/unicode/In/CJKCompatibilityForms.pl
51156            - lib/unicode/In/CJKCompatibilityIdeographs.pl
51157            - lib/unicode/In/CJKRadicalsSupplement.pl
51158            - lib/unicode/In/CJKSymbolsandPunctuation.pl
51159            - lib/unicode/In/CJKUnifiedIdeographs.pl
51160            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
51161            - lib/unicode/In/Cherokee.pl
51162            - lib/unicode/In/CombiningDiacriticalMarks.pl
51163            - lib/unicode/In/CombiningHalfMarks.pl
51164            - lib/unicode/In/CombiningMarksforSymbols.pl
51165            - lib/unicode/In/ControlPictures.pl
51166            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
51167            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
51168            - lib/unicode/In/EnclosedAlphanumerics.pl
51169            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
51170            - lib/unicode/In/Ethiopic.pl
51171            - lib/unicode/In/GeneralPunctuation.pl
51172            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
51173            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
51174            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
51175            - lib/unicode/In/HalfwidthandFullwidthForms.pl
51176            - lib/unicode/In/HangulCompatibilityJamo.pl
51177            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
51178            - lib/unicode/In/Hebrew.pl
51179            - lib/unicode/In/HighPrivateUseSurrogates.pl
51180            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
51181            - lib/unicode/In/IPAExtensions.pl
51182            - lib/unicode/In/IdeographicDescriptionCharacters.pl
51183            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
51184            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
51185            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
51186            - lib/unicode/In/Latin-1Supplement.pl
51187            - lib/unicode/In/LatinExtended-A.pl
51188            - lib/unicode/In/LatinExtended-B.pl
51189            - lib/unicode/In/LatinExtendedAdditional.pl
51190            - lib/unicode/In/LetterlikeSymbols.pl
51191            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
51192            - lib/unicode/In/MathematicalOperators.pl
51193            - lib/unicode/In/MiscellaneousSymbols.pl
51194            - lib/unicode/In/MiscellaneousTechnical.pl
51195            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
51196            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
51197            - lib/unicode/In/OpticalCharacterRecognition.pl
51198            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
51199            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
51200            - lib/unicode/In/SmallFormVariants.pl
51201            - lib/unicode/In/SpacingModifierLetters.pl
51202            - lib/unicode/In/Specials.pl
51203            - lib/unicode/In/SuperscriptsandSubscripts.pl
51204            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
51205            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
51206            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
51207            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
51208            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
51209            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
51210            ! pod/perlunicode.pod
51211 ____________________________________________________________________________
51212 [  9896] By: jhi                                   on 2001/04/28  14:33:17
51213         Log: Update the information on shared library path on HP-UX.
51214      Branch: perl
51215            ! INSTALL
51216 ____________________________________________________________________________
51217 [  9895] By: jhi                                   on 2001/04/28  14:32:30
51218         Log: Because #9894 seems to do the trick, this workaround can be removed.
51219      Branch: perl
51220            ! t/lib/selfstubber.t
51221 ____________________________________________________________________________
51222 [  9894] By: jhi                                   on 2001/04/28  14:26:13
51223         Log: For PerlIO flush the children's file handles (on fork/exec/system).
51224      Branch: perl
51225            ! perl.h
51226 ____________________________________________________________________________
51227 [  9893] By: jhi                                   on 2001/04/28  14:23:15
51228         Log: Test tweak for #9891.
51229      Branch: perl
51230            ! t/lib/b-deparse.t
51231 ____________________________________________________________________________
51232 [  9892] By: jhi                                   on 2001/04/28  14:10:13
51233         Log: New HP-UX hints from Merijn.
51234      Branch: perl
51235            ! hints/hpux.sh
51236 ____________________________________________________________________________
51237 [  9891] By: jhi                                   on 2001/04/28  14:07:27
51238         Log: Subject: [PATCH B::Deparse] non-block scopes
51239              From: Robin Houston <robin@kitsite.com>
51240              Date: Fri, 27 Apr 2001 19:15:14 +0100
51241              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
51242      Branch: perl
51243            ! ext/B/B/Deparse.pm
51244 ____________________________________________________________________________
51245 [  9890] By: nick                                  on 2001/04/27  19:41:25
51246         Log: Integrate mainline
51247      Branch: perlio
51248           +> t/lib/selfstubber.t
51249           !> (integrate 50 files)
51250 ____________________________________________________________________________
51251 [  9889] By: jhi                                   on 2001/04/27  18:23:46
51252         Log: Subject: Re: selfstubber test fail on bleadperl
51253              From: Mike Guy <mjtg@cam.ac.uk>
51254              Date: Fri, 27 Apr 2001 19:31:18 +0100
51255              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
51256      Branch: perl
51257            ! t/lib/selfstubber.t
51258 ____________________________________________________________________________
51259 [  9888] By: jhi                                   on 2001/04/27  16:20:54
51260         Log: Test tweak for #9886.
51261      Branch: perl
51262            ! t/lib/b-deparse.t
51263 ____________________________________________________________________________
51264 [  9887] By: jhi                                   on 2001/04/27  16:16:33
51265         Log: Buffering issue at least in Solaris (even with perlio).
51266      Branch: perl
51267            ! t/lib/selfstubber.t
51268 ____________________________________________________________________________
51269 [  9886] By: jhi                                   on 2001/04/27  14:59:23
51270         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
51271              From: Robin Houston <robin@kitsite.com>
51272              Date: Fri, 27 Apr 2001 16:53:20 +0100
51273              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
51274      Branch: perl
51275            ! ext/B/B/Deparse.pm
51276 ____________________________________________________________________________
51277 [  9885] By: jhi                                   on 2001/04/27  14:23:51
51278         Log: Update Changes.
51279      Branch: perl
51280            ! Changes patchlevel.h
51281 ____________________________________________________________________________
51282 [  9884] By: jhi                                   on 2001/04/27  14:14:12
51283         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
51284              From: "Philip Newton" <pnewton@gmx.de>
51285              Date: Fri, 27 Apr 2001 16:40:13 +0200
51286              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
51287      Branch: perl
51288            ! pod/perldata.pod
51289 ____________________________________________________________________________
51290 [  9883] By: jhi                                   on 2001/04/27  13:28:19
51291         Log: Add LOG_PERROR; prettify the "removed".
51292      Branch: perl
51293            ! ext/Sys/Syslog/Syslog.xs
51294 ____________________________________________________________________________
51295 [  9882] By: jhi                                   on 2001/04/27  13:13:18
51296         Log: h2xs tweaks: use NV instead of double, "quote" the removed
51297              prefixes for clarity (especially when nothing is removed),
51298              slight pod reformats.
51299      Branch: perl
51300            ! utils/h2xs.PL
51301 ____________________________________________________________________________
51302 [  9881] By: jhi                                   on 2001/04/27  12:58:48
51303         Log: Don't bother creating existing directories.
51304      Branch: perl
51305            ! utils/h2xs.PL
51306 ____________________________________________________________________________
51307 [  9880] By: jhi                                   on 2001/04/27  12:45:39
51308         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
51309              From: Mike Schilli <m@perlmeister.com>
51310              Date: Wed, 25 Apr 2001 01:29:21 -0700
51311              Message-id: <3AE68AE1.6A981723@perlmeister.com>
51312      Branch: perl
51313            ! utils/h2xs.PL
51314 ____________________________________________________________________________
51315 [  9879] By: jhi                                   on 2001/04/27  12:40:55
51316         Log: break is not yet Perl.  Added the template license also to README.
51317      Branch: perl
51318            ! utils/h2xs.PL
51319 ____________________________________________________________________________
51320 [  9878] By: jhi                                   on 2001/04/27  03:08:20
51321         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
51322              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51323              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
51324              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
51325      Branch: perl
51326            ! t/lib/xs-typemap.t
51327 ____________________________________________________________________________
51328 [  9877] By: jhi                                   on 2001/04/26  23:54:40
51329         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
51330              From: "Abigail" <abigail@foad.org>
51331              Date: Fri, 27 Apr 2001 01:44:28 +0200
51332              Message-ID: <20010426234428.19786.qmail@foad.org>
51333      Branch: perl
51334            ! utils/h2xs.PL
51335 ____________________________________________________________________________
51336 [  9876] By: jhi                                   on 2001/04/26  23:52:06
51337         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
51338              From: Peter Prymmer <pvhp@forte.com>
51339              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
51340              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
51341      Branch: perl
51342            ! t/lib/selfstubber.t
51343 ____________________________________________________________________________
51344 [  9875] By: jhi                                   on 2001/04/26  23:48:10
51345         Log: Deparse nits.
51346      Branch: perl
51347            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
51348 ____________________________________________________________________________
51349 [  9874] By: jhi                                   on 2001/04/26  22:46:05
51350         Log: Document ANYOF_CLASS.
51351      Branch: perl
51352            ! regcomp.h
51353 ____________________________________________________________________________
51354 [  9873] By: jhi                                   on 2001/04/26  22:35:03
51355         Log: Subject: Re: [PATCH @9846] dumping ANYOF
51356              From: Hugo <hv@crypt.compulink.co.uk>
51357              Date: Thu, 26 Apr 2001 23:33:38 +0100
51358              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
51359      Branch: perl
51360            ! regcomp.c regcomp.h
51361 ____________________________________________________________________________
51362 [  9872] By: jhi                                   on 2001/04/26  22:34:31
51363         Log: Subject: [PATCH] more for Devel::SelfStubber
51364              From: Nicholas Clark <nick@ccl4.org>
51365              Date: Fri, 27 Apr 2001 00:13:52 +0100
51366              Message-ID: <20010427001351.K88186@plum.flirble.org>
51367      Branch: perl
51368            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
51369 ____________________________________________________________________________
51370 [  9871] By: jhi                                   on 2001/04/26  21:59:17
51371         Log: Subject: [PATCH B::Deparse] formats must be flush left
51372              From: Robin Houston <robin@kitsite.com>
51373              Date: Thu, 26 Apr 2001 23:54:29 +0100
51374              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
51375      Branch: perl
51376            ! ext/B/B/Deparse.pm
51377 ____________________________________________________________________________
51378 [  9870] By: jhi                                   on 2001/04/26  21:57:37
51379         Log: If some of the constants are prefixes of others,
51380              the prefixes may never get recognized.  (See 20010426.006.)
51381      Branch: perl
51382            ! utils/h2xs.PL
51383 ____________________________________________________________________________
51384 [  9869] By: jhi                                   on 2001/04/26  21:50:42
51385         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
51386              From: Chris Bongaarts <cab@tc.umn.edu>
51387              Date: Thu, 26 Apr 2001 17:10:31 -0500
51388              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
51389      Branch: perl
51390            ! ext/Sys/Syslog/Syslog.xs
51391 ____________________________________________________________________________
51392 [  9868] By: jhi                                   on 2001/04/26  21:35:12
51393         Log: Further cuts and more docs from Graham Barr.
51394      Branch: perl
51395            ! ext/List/Util/lib/List/Util.pm
51396            ! ext/List/Util/lib/Scalar/Util.pm
51397 ____________________________________________________________________________
51398 [  9867] By: jhi                                   on 2001/04/26  21:18:57
51399         Log: Subject: [PATCH 5.7.1] DB_File-1.77
51400              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
51401              Date: Thu, 26 Apr 2001 22:37:53 +0100
51402              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
51403      Branch: perl
51404            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51405            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51406 ____________________________________________________________________________
51407 [  9866] By: jhi                                   on 2001/04/26  21:12:31
51408         Log: Subject: [PATCH B::Deparse] fix easy bugs
51409              From: Robin Houston <robin@kitsite.com>
51410              Date: Thu, 26 Apr 2001 23:03:33 +0100
51411              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
51412      Branch: perl
51413            ! ext/B/B/Deparse.pm
51414 ____________________________________________________________________________
51415 [  9865] By: jhi                                   on 2001/04/26  20:26:13
51416         Log: Update Changes.
51417      Branch: perl
51418            ! Changes patchlevel.h
51419 ____________________________________________________________________________
51420 [  9864] By: jhi                                   on 2001/04/26  19:27:48
51421         Log: Dethinko from Robin Houston.
51422      Branch: perl
51423            ! ext/B/B/Deparse.pm
51424 ____________________________________________________________________________
51425 [  9863] By: jhi                                   on 2001/04/26  19:10:35
51426         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
51427              From: Robin Houston <robin@kitsite.com>
51428              Date: Thu, 26 Apr 2001 21:08:32 +0100
51429              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
51430      Branch: perl
51431            ! ext/B/B/Deparse.pm
51432 ____________________________________________________________________________
51433 [  9862] By: jhi                                   on 2001/04/26  19:04:23
51434         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
51435              From: Robin Houston <robin@kitsite.com>
51436              Date: Thu, 26 Apr 2001 20:52:50 +0100
51437              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
51438      Branch: perl
51439            ! ext/B/B/Deparse.pm
51440 ____________________________________________________________________________
51441 [  9861] By: jhi                                   on 2001/04/26  18:56:14
51442         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
51443              From: Mike Guy <mjtg@cam.ac.uk>
51444              Date: Thu, 26 Apr 2001 14:22:40 +0100
51445              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
51446      Branch: perl
51447            ! pod/perlobj.pod
51448 ____________________________________________________________________________
51449 [  9860] By: jhi                                   on 2001/04/26  18:46:42
51450         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
51451              From: Robin Houston <robin@kitsite.com>
51452              Date: Thu, 26 Apr 2001 20:34:29 +0100
51453              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
51454              
51455              Hashes do not interpolate.
51456      Branch: perl
51457            ! ext/B/B/Deparse.pm
51458 ____________________________________________________________________________
51459 [  9859] By: jhi                                   on 2001/04/26  18:43:51
51460         Log: Subject: The Time::Piece conspiracy unmasked!!!
51461              From: Mike Guy <mjtg@cam.ac.uk>
51462              Date: Thu, 26 Apr 2001 19:02:50 +0100
51463              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
51464              
51465              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
51466              From: Mike Guy <mjtg@cam.ac.uk>
51467              Date: Thu, 26 Apr 2001 19:08:21 +0100
51468              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
51469              
51470              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
51471              From: Graham Barr <gbarr@pobox.com>
51472              Date: Thu, 26 Apr 2001 19:12:03 +0100
51473              Message-ID: <20010426191203.A70835@pobox.com>
51474              
51475              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
51476      Branch: perl
51477            ! ext/List/Util/lib/List/Util.pm
51478            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
51479 ____________________________________________________________________________
51480 [  9858] By: jhi                                   on 2001/04/26  18:17:42
51481         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
51482              From: Robin Houston <robin@kitsite.com>
51483              Date: Thu, 26 Apr 2001 16:09:35 +0100
51484              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
51485      Branch: perl
51486            ! t/comp/proto.t
51487 ____________________________________________________________________________
51488 [  9857] By: jhi                                   on 2001/04/26  18:04:59
51489         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
51490              From: barries <barries@slaysys.com>
51491              Date: Thu, 26 Apr 2001 12:01:10 -0400
51492              Message-ID: <20010426120110.E29698@jester.slaysys.com>
51493      Branch: perl
51494            ! pod/perldiag.pod
51495 ____________________________________________________________________________
51496 [  9856] By: jhi                                   on 2001/04/26  18:03:33
51497         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
51498              Date: Thu, 26 Apr 2001 17:13:41 +0100
51499              From: Robin Houston <robin@kitsite.com>
51500              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
51501              
51502              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
51503              From: Robin Houston <robin@kitsite.com>
51504              Date: Thu, 26 Apr 2001 18:44:29 +0100
51505              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
51506      Branch: perl
51507            ! ext/B/B/Deparse.pm
51508 ____________________________________________________________________________
51509 [  9855] By: jhi                                   on 2001/04/26  17:56:04
51510         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
51511              From: Robin Houston <robin@kitsite.com>
51512              Date: Thu, 26 Apr 2001 17:04:08 +0100
51513              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
51514      Branch: perl
51515            ! ext/B/B/Deparse.pm
51516 ____________________________________________________________________________
51517 [  9854] By: jhi                                   on 2001/04/26  17:47:26
51518         Log: Subject: Re: Short test case for undef %stash:: crash
51519              From: Benjamin Sugars <bsugars@canoe.ca> 
51520              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
51521              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
51522              Changed and moved the perldiag entry.
51523      Branch: perl
51524            ! gv.c pod/perldiag.pod
51525 ____________________________________________________________________________
51526 [  9853] By: jhi                                   on 2001/04/26  14:35:16
51527         Log: Beginnings of strptime().  Do not touch the wet paint.
51528      Branch: perl
51529            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
51530 ____________________________________________________________________________
51531 [  9852] By: jhi                                   on 2001/04/26  13:17:21
51532         Log: Retract #9851, core dumps from pod2man.
51533      Branch: perl
51534            ! regcomp.c
51535 ____________________________________________________________________________
51536 [  9851] By: jhi                                   on 2001/04/26  11:54:41
51537         Log: (Retracted by #9852.)
51538              
51539              Subject: [PATCH @9846] dumping ANYOF
51540              From: Hugo <hv@crypt.compulink.co.uk>
51541              Date: Thu, 26 Apr 2001 05:32:38 +0100
51542              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
51543      Branch: perl
51544            ! regcomp.c
51545 ____________________________________________________________________________
51546 [  9850] By: jhi                                   on 2001/04/26  02:34:44
51547         Log: If ccflags was empty the _previous_ $* containing all the
51548              environment variables and Configure variables was used,
51549              which lead, among other bad things, into $ccflags being your
51550              uname -a output, which lead into test compile with cc failing,
51551              which lead into gcc being selected, which didn't work that well
51552              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
51553              with large files, et cetera.
51554      Branch: perl
51555            ! hints/hpux.sh
51556 ____________________________________________________________________________
51557 [  9849] By: jhi                                   on 2001/04/26  01:44:57
51558         Log: Make selfstubber test more portable.
51559      Branch: perl
51560            ! t/lib/selfstubber.t
51561 ____________________________________________________________________________
51562 [  9848] By: jhi                                   on 2001/04/26  00:50:26
51563         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
51564              From: Benjamin Sugars <ben.sugars@home.com>
51565              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
51566              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
51567      Branch: perl
51568            ! ext/Cwd/Cwd.xs
51569 ____________________________________________________________________________
51570 [  9847] By: jhi                                   on 2001/04/26  00:46:58
51571         Log: Subject: [PATCH: perl@9841] VMS updates
51572              From: Peter Prymmer <pvhp@forte.com>
51573              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
51574              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
51575      Branch: perl
51576            ! README.vms configure.com vms/descrip_mms.template
51577            ! vms/ext/filespec.t
51578 ____________________________________________________________________________
51579 [  9846] By: jhi                                   on 2001/04/26  00:11:56
51580         Log: re 'debug' was broken by #9084.
51581      Branch: perl
51582            ! ext/re/re.xs
51583 ____________________________________________________________________________
51584 [  9845] By: jhi                                   on 2001/04/25  22:33:17
51585         Log: Subject: [PATCH] test for Devel::SelfStubber
51586              From: Nicholas Clark <nick@ccl4.org>
51587              Date: Thu, 26 Apr 2001 00:00:54 +0100
51588              Message-ID: <20010426000054.D89026@plum.flirble.org>
51589      Branch: perl
51590            + t/lib/selfstubber.t
51591            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
51592 ____________________________________________________________________________
51593 [  9844] By: jhi                                   on 2001/04/25  22:29:32
51594         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
51595              From: Paul Johnson <paul@pjcj.net>
51596              Date: Thu, 26 Apr 2001 00:46:08 +0200
51597              Message-ID: <20010426004608.H2338@pjcj.net>
51598      Branch: perl
51599            ! ext/B/B/Concise.pm
51600 ____________________________________________________________________________
51601 [  9843] By: jhi                                   on 2001/04/25  22:28:28
51602         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
51603              From: Peter Prymmer <pvhp@forte.com>
51604              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
51605              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
51606      Branch: perl
51607            ! ext/Cwd/Cwd.xs
51608 ____________________________________________________________________________
51609 [  9842] By: jhi                                   on 2001/04/25  20:58:12
51610         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
51611              From: John Peacock <jpeacock@rowman.com>
51612              Date: Wed, 25 Apr 2001 17:30:26 -0400
51613              Message-ID: <3AE741F2.B3217464@rowman.com>
51614      Branch: perl
51615            ! lib/Math/BigInt.pm t/lib/bigintpm.t
51616 ____________________________________________________________________________
51617 [  9841] By: jhi                                   on 2001/04/25  20:07:05
51618         Log: Update Changes.
51619      Branch: perl
51620            ! Changes patchlevel.h
51621 ____________________________________________________________________________
51622 [  9840] By: jhi                                   on 2001/04/25  19:56:51
51623         Log: Yet another HP-UX hints version from Merijn.
51624      Branch: perl
51625            ! hints/hpux.sh
51626 ____________________________________________________________________________
51627 [  9839] By: jhi                                   on 2001/04/25  19:53:04
51628         Log: abs_path() didn't terminate the filename correctly,
51629              in DIRNAMLENless systems like HP-UX this would fail.
51630      Branch: perl
51631            ! ext/Cwd/Cwd.xs
51632 ____________________________________________________________________________
51633 [  9838] By: jhi                                   on 2001/04/25  16:37:26
51634         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
51635              From: Mike Guy <mjtg@cam.ac.uk>
51636              Date: Wed, 25 Apr 2001 18:31:47 +0100
51637              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
51638      Branch: perl
51639            ! op.c
51640 ____________________________________________________________________________
51641 [  9837] By: jhi                                   on 2001/04/25  16:21:53
51642         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
51643              From: Jon Eveland <jweveland@yahoo.com>
51644              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
51645              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
51646      Branch: perl
51647            ! lib/perl5db.pl
51648 ____________________________________________________________________________
51649 [  9836] By: jhi                                   on 2001/04/25  14:17:50
51650         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
51651              From: "Philip Newton" <pnewton@gmx.de>
51652              Date: Wed, 25 Apr 2001 17:05:58 +0200
51653              Message-ID: <3AE703F6.3234.1833C45@localhost>
51654      Branch: perl
51655            ! Porting/patching.pod
51656 ____________________________________________________________________________
51657 [  9835] By: jhi                                   on 2001/04/25  13:58:07
51658         Log: It would seem that both ar and full_ar need to be overridden
51659              for HP-UX to avoid the GNU ar.
51660      Branch: perl
51661            ! hints/hpux.sh
51662 ____________________________________________________________________________
51663 [  9834] By: jhi                                   on 2001/04/25  13:50:40
51664         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
51665              From: "Philip Newton" <pnewton@gmx.de>
51666              Date: Wed, 25 Apr 2001 16:09:23 +0200
51667              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
51668              
51669              Detypo.
51670      Branch: perl
51671            ! t/op/misc.t
51672 ____________________________________________________________________________
51673 [  9833] By: jhi                                   on 2001/04/25  12:36:11
51674         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
51675      Branch: perl
51676            ! hints/hpux.sh
51677 ____________________________________________________________________________
51678 [  9832] By: jhi                                   on 2001/04/25  12:33:36
51679         Log: New version of HP-UX hints from Merijn.
51680      Branch: perl
51681            ! hints/hpux.sh
51682 ____________________________________________________________________________
51683 [  9831] By: jhi                                   on 2001/04/25  03:39:45
51684         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
51685      Branch: perl
51686            ! hints/hpux.sh
51687 ____________________________________________________________________________
51688 [  9830] By: jhi                                   on 2001/04/25  02:53:25
51689         Log: The tzname[] bit is not needed by util.c -- and causes
51690              heartburn in VMS (and it missing was probably the cause of
51691              the Mac OS X trouble).  Ouch.
51692      Branch: perl
51693            ! ext/POSIX/POSIX.xs util.c
51694 ____________________________________________________________________________
51695 [  9829] By: jhi                                   on 2001/04/25  00:10:06
51696         Log: Metaconfig unit change for #9828.
51697      Branch: metaconfig
51698            ! U/compline/ccflags.U
51699 ____________________________________________________________________________
51700 [  9828] By: jhi                                   on 2001/04/25  00:04:18
51701         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
51702              (which is actually the reason for the change, we need to pass
51703              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
51704              EP/IX, OS/2, and TitanOS, based on the hints files.
51705      Branch: perl
51706            ! Configure config_h.SH
51707 ____________________________________________________________________________
51708 [  9827] By: jhi                                   on 2001/04/24  23:49:20
51709         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
51710              the $cat must have an absolute path.
51711      Branch: perl
51712            ! makedepend.SH
51713 ____________________________________________________________________________
51714 [  9826] By: jhi                                   on 2001/04/24  23:40:53
51715         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
51716      Branch: perl
51717            ! README.amiga
51718 ____________________________________________________________________________
51719 [  9825] By: jhi                                   on 2001/04/24  23:35:35
51720         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
51721              From: "Philip Newton" <pnewton@gmx.de>
51722              Date: Tue, 24 Apr 2001 18:52:49 +0200
51723              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
51724      Branch: perl
51725            ! x2p/find2perl.PL
51726 ____________________________________________________________________________
51727 [  9824] By: jhi                                   on 2001/04/24  23:33:07
51728         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
51729              Some gcc specifics dropped out due to extensive rewriting;
51730              will be put back later as needed.
51731      Branch: perl
51732            ! hints/hpux.sh
51733 ____________________________________________________________________________
51734 [  9823] By: jhi                                   on 2001/04/24  23:27:57
51735         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
51736      Branch: perl
51737            ! ext/POSIX/POSIX.xs
51738 ____________________________________________________________________________
51739 [  9822] By: jhi                                   on 2001/04/24  23:25:21
51740         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
51741              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51742              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
51743              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
51744      Branch: perl
51745            ! ext/XS/Typemap/Typemap.xs
51746 ____________________________________________________________________________
51747 [  9821] By: jhi                                   on 2001/04/24  23:24:10
51748         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
51749              From: "Abigail" <abigail@foad.org>
51750              Date: Tue, 24 Apr 2001 23:12:03 +0200
51751              Message-ID: <20010424211203.7901.qmail@foad.org>
51752      Branch: perl
51753            ! pod/perlport.pod
51754 ____________________________________________________________________________
51755 [  9820] By: jhi                                   on 2001/04/24  23:23:15
51756         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
51757              From: Matt Sergeant <matt@sergeant.org>
51758              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
51759              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
51760      Branch: perl
51761            ! pod/perlfaq4.pod
51762 ____________________________________________________________________________
51763 [  9819] By: nick                                  on 2001/04/24  18:49:43
51764         Log: Integrate mainline.
51765      Branch: perlio
51766           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51767           !> (integrate 37 files)
51768 ____________________________________________________________________________
51769 [  9818] By: jhi                                   on 2001/04/24  14:35:23
51770         Log: Update Changes.
51771      Branch: perl
51772            ! Changes patchlevel.h
51773 ____________________________________________________________________________
51774 [  9817] By: jhi                                   on 2001/04/24  14:09:17
51775         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
51776              From: "Philip Newton" <pnewton@gmx.de>
51777              Date: Tue, 24 Apr 2001 12:58:12 +0200
51778              Message-ID: <3AE57864.8304.B77A0A@localhost> 
51779              
51780              plus add CPAN to the list of modules that have their own tests.
51781      Branch: perl
51782            ! t/lib/1_compile.t
51783 ____________________________________________________________________________
51784 [  9816] By: jhi                                   on 2001/04/24  14:07:03
51785         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
51786              From: Michael G Schwern <schwern@pobox.com>
51787              Date: Sat, 21 Apr 2001 22:35:00 +0100
51788              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
51789      Branch: perl
51790            ! t/lib/1_compile.t
51791 ____________________________________________________________________________
51792 [  9815] By: jhi                                   on 2001/04/24  13:54:32
51793         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
51794              From: Robin Houston <robin@kitsite.com>
51795              Date: Tue, 24 Apr 2001 15:51:18 +0100
51796              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
51797      Branch: perl
51798            ! ext/B/B/Deparse.pm
51799 ____________________________________________________________________________
51800 [  9814] By: jhi                                   on 2001/04/24  13:17:34
51801         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
51802              From: Bill Glicker <billg@burrelles.com>
51803              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
51804              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
51805      Branch: perl
51806            ! hints/svr5.sh
51807 ____________________________________________________________________________
51808 [  9813] By: jhi                                   on 2001/04/24  12:54:23
51809         Log: Prevent path disclosure (probing for existence of filenames)
51810              using suidperl; bug id 20010322.218.
51811      Branch: perl
51812            ! perl.c pod/perldiag.pod
51813 ____________________________________________________________________________
51814 [  9812] By: jhi                                   on 2001/04/24  12:08:36
51815         Log: Retract #9811.
51816      Branch: perl
51817            ! ext/POSIX/POSIX.xs
51818 ____________________________________________________________________________
51819 [  9811] By: jhi                                   on 2001/04/24  11:57:35
51820         Log: (Retracted by #9812.)
51821      Branch: perl
51822            ! ext/POSIX/POSIX.xs
51823 ____________________________________________________________________________
51824 [  9810] By: jhi                                   on 2001/04/24  03:32:35
51825         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
51826      Branch: perl
51827            ! util.c
51828 ____________________________________________________________________________
51829 [  9809] By: jhi                                   on 2001/04/24  03:16:13
51830         Log: The Math::BigFloat::import() was broken.
51831              (Fixes bug id 20010422.002.)
51832      Branch: perl
51833            ! lib/Math/BigFloat.pm
51834 ____________________________________________________________________________
51835 [  9808] By: jhi                                   on 2001/04/24  01:11:40
51836         Log: Additional dependencies; should help for parallel makes
51837              not to fail on missing lib/lib.pm or lib/re.pm.
51838      Branch: perl
51839            ! Makefile.SH
51840 ____________________________________________________________________________
51841 [  9807] By: jhi                                   on 2001/04/24  00:57:01
51842         Log: Update the test failure disclaimer.
51843      Branch: perl
51844            ! t/pragma/warn/pp_hot
51845 ____________________________________________________________________________
51846 [  9806] By: jhi                                   on 2001/04/24  00:54:04
51847         Log: Add make target "install-all" which is alias for "install"
51848              to cater for case-preserving filesystems like HFS+.
51849      Branch: perl
51850            ! INSTALL Makefile.SH
51851 ____________________________________________________________________________
51852 [  9805] By: jhi                                   on 2001/04/24  00:47:28
51853         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
51854              From: Peter Prymmer <pvhp@forte.com>
51855              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
51856              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
51857              
51858              (Ken William's message forwarded from macosx@perl.org)
51859      Branch: perl
51860            ! hints/darwin.sh
51861 ____________________________________________________________________________
51862 [  9804] By: jhi                                   on 2001/04/23  23:57:35
51863         Log: Cut-and-pasto.
51864      Branch: perl
51865            ! perlio.c
51866 ____________________________________________________________________________
51867 [  9803] By: jhi                                   on 2001/04/23  23:52:25
51868         Log: More PerlIO robustness.
51869      Branch: perl
51870            ! perlio.c
51871 ____________________________________________________________________________
51872 [  9802] By: jhi                                   on 2001/04/23  23:43:35
51873         Log: Make the "STD* opened only for ..." errors more consistent.
51874      Branch: perl
51875            ! doio.c
51876 ____________________________________________________________________________
51877 [  9801] By: jhi                                   on 2001/04/23  23:34:26
51878         Log: Test case for #9800.
51879      Branch: perl
51880            ! t/op/misc.t
51881 ____________________________________________________________________________
51882 [  9800] By: jhi                                   on 2001/04/23  23:14:43
51883         Log: Avoid coredump on 'close STDERR; die' by making
51884              the PerlIO calls more robust.  Also use SETERRNO()
51885              instead of errno = to be more VMS-ready.
51886      Branch: perl
51887            ! perlio.c
51888 ____________________________________________________________________________
51889 [  9799] By: jhi                                   on 2001/04/23  21:41:10
51890         Log: Subject: test for ID 20010423.002
51891              From: Robin Houston <robin@kitsite.com>
51892              Date: Mon, 23 Apr 2001 16:52:21 +0100
51893              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
51894      Branch: perl
51895            ! t/op/avhv.t
51896 ____________________________________________________________________________
51897 [  9798] By: jhi                                   on 2001/04/23  21:40:07
51898         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
51899              From: David Dyck <dcd@tc.fluke.com>
51900              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
51901              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
51902      Branch: perl
51903            ! installperl
51904 ____________________________________________________________________________
51905 [  9797] By: jhi                                   on 2001/04/23  21:37:56
51906         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
51907              From: Benjamin Sugars <bsugars@canoe.ca>
51908              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
51909              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
51910      Branch: perl
51911            ! ext/Cwd/Cwd.xs lib/Cwd.pm
51912 ____________________________________________________________________________
51913 [  9796] By: jhi                                   on 2001/04/23  21:29:24
51914         Log: Synchronize h2xs and pod2man some more on the documentation
51915              templates they propose.
51916      Branch: perl
51917            ! pod/pod2man.PL utils/h2xs.PL
51918 ____________________________________________________________________________
51919 [  9795] By: jhi                                   on 2001/04/23  17:30:40
51920         Log: Add one more naughty test for base64; make encoding logic cleaner.
51921      Branch: perl
51922            ! t/lib/mimeb64.t
51923 ____________________________________________________________________________
51924 [  9794] By: jhi                                   on 2001/04/23  13:51:32
51925         Log: Update Changes.
51926      Branch: perl
51927            ! Changes patchlevel.h
51928 ____________________________________________________________________________
51929 [  9793] By: jhi                                   on 2001/04/23  13:44:18
51930         Log: Duplicate lines.
51931      Branch: perl
51932            ! MANIFEST
51933 ____________________________________________________________________________
51934 [  9792] By: jhi                                   on 2001/04/23  13:39:13
51935         Log: Subject: Re: PATCH 5.7.1
51936              From: Mark-Jason Dominus <mjd@plover.com>
51937              Date: Mon, 23 Apr 2001 10:30:21 -0400
51938              Message-ID: <20010423143021.17335.qmail@plover.com>
51939      Branch: perl
51940            ! perl.h sv.c
51941 ____________________________________________________________________________
51942 [  9791] By: jhi                                   on 2001/04/23  13:32:40
51943         Log: Add the CPAN.pm 1.59_54 tests.
51944      Branch: perl
51945            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51946            ! MANIFEST
51947 ____________________________________________________________________________
51948 [  9790] By: jhi                                   on 2001/04/23  13:21:55
51949         Log: Subject: Deparse nit
51950              From: Robin Houston <robin@kitsite.com>
51951              Date: Mon, 23 Apr 2001 12:38:20 +0100
51952              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
51953      Branch: perl
51954            ! ext/B/B/Deparse.pm
51955 ____________________________________________________________________________
51956 [  9789] By: jhi                                   on 2001/04/23  13:19:07
51957         Log: Subject: [PATCH] bug 20010423.002
51958              From: Robin Houston <robin@kitsite.com>
51959              Date: Mon, 23 Apr 2001 13:12:30 +0100
51960              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
51961      Branch: perl
51962            ! pp.c
51963 ____________________________________________________________________________
51964 [  9788] By: jhi                                   on 2001/04/23  13:02:49
51965         Log: Subject: PATCH [5.7.1] hv.c unused #define
51966              From: Mark-Jason Dominus <mjd@plover.com>
51967              Date: Sun, 22 Apr 2001 14:17:49 -0400
51968              Message-ID: <20010422181749.26976.qmail@plover.com>
51969      Branch: perl
51970            ! hv.c
51971 ____________________________________________________________________________
51972 [  9787] By: jhi                                   on 2001/04/23  13:02:02
51973         Log: Subject: PATCH 5.7.1
51974              From: Mark-Jason Dominus <mjd@plover.com>
51975              Date: Sun, 22 Apr 2001 15:12:57 -0400
51976              Message-ID: <20010422191258.6539.qmail@plover.com>
51977              
51978              plus Sarathy's STMT_START + STMT_END suggestion.
51979      Branch: perl
51980            ! perl.h
51981 ____________________________________________________________________________
51982 [  9786] By: jhi                                   on 2001/04/23  12:53:25
51983         Log: Fix for
51984              
51985              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
51986              From: dLux <dlux@spam.sch.bme.hu>
51987              Date: Mon, 23 Apr 2001 01:25:26 +0200
51988              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
51989              
51990              (SvGROW really does return a char *.)
51991      Branch: perl
51992            ! pod/perlapi.pod sv.h
51993 ____________________________________________________________________________
51994 [  9785] By: jhi                                   on 2001/04/23  04:34:04
51995         Log: Time::Piece work continues.  $t->day removed since
51996              I think it's too confusing.  Now has normal and
51997              abbreviated length weekday names and month names,
51998              the names change with _names(), not _list().
51999              Now has strftime() in Perl, _strftime() is
52000              the libc version (to which strftime() falls back
52001              if it doesn't know the format.  To do: the reverse
52002              of strftime, strptime(), and the localisation of both.
52003      Branch: perl
52004            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
52005            ! t/lib/time-piece.t
52006 ____________________________________________________________________________
52007 [  9784] By: jhi                                   on 2001/04/23  02:41:46
52008         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
52009              From: andreas.koenig@anima.de (Andreas J. Koenig)
52010              Date: 23 Apr 2001 05:20:55 +0200
52011              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
52012      Branch: perl
52013            ! t/pragma/overload.t
52014 ____________________________________________________________________________
52015 [  9783] By: jhi                                   on 2001/04/22  23:32:42
52016         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
52017              From: Robin Houston <robin@kitsite.com>
52018              Date: Mon, 23 Apr 2001 00:38:18 +0100
52019              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
52020      Branch: perl
52021            ! ext/B/B/Deparse.pm
52022 ____________________________________________________________________________
52023 [  9782] By: jhi                                   on 2001/04/22  20:55:43
52024         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
52025              From: Simon Cozens <simon@netthink.co.uk>
52026              Date: Sun, 22 Apr 2001 18:47:25 +0100
52027              Message-ID: <20010422184725.A14411@netthink.co.uk>
52028      Branch: perl
52029            ! sv.c t/pragma/overload.t
52030 ____________________________________________________________________________
52031 [  9781] By: jhi                                   on 2001/04/22  20:52:13
52032         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
52033              From: Robin Houston <robin@kitsite.com>
52034              Date: Sun, 22 Apr 2001 22:14:50 +0100
52035              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
52036      Branch: perl
52037            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
52038 ____________________________________________________________________________
52039 [  9780] By: nick                                  on 2001/04/22  20:40:31
52040         Log: Integrate mainline.
52041      Branch: perlio
52042           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
52043           +> t/lib/b-stash.t
52044           !> (integrate 38 files)
52045 ____________________________________________________________________________
52046 [  9779] By: jhi                                   on 2001/04/22  15:16:03
52047         Log: Subject: IO::Socket::INET patch
52048              From: andrew deryabin <djsf@technarchy.ru>
52049              Date: Sat, 21 Apr 2001 17:46:52 +0400
52050              Message-ID: <20010421174652.B1426@technarchy>
52051      Branch: perl
52052            ! ext/IO/lib/IO/Socket/INET.pm
52053 ____________________________________________________________________________
52054 [  9778] By: jhi                                   on 2001/04/22  15:14:33
52055         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
52056              From: Mark-Jason Dominus <mjd@plover.com>
52057              Date: Sat, 21 Apr 2001 21:27:49 -0400
52058              Message-ID: <20010422012749.27024.qmail@plover.com>
52059      Branch: perl
52060            ! regcomp.c
52061 ____________________________________________________________________________
52062 [  9777] By: jhi                                   on 2001/04/22  15:10:51
52063         Log: Subject: Re: Regex debugger patch 
52064              From: Mark-Jason Dominus <mjd@plover.com>
52065              Date: Sat, 21 Apr 2001 21:48:51 -0400
52066              Message-ID: <20010422014851.27165.qmail@plover.com>
52067      Branch: perl
52068            ! pod/perldebguts.pod
52069 ____________________________________________________________________________
52070 [  9776] By: jhi                                   on 2001/04/22  15:09:48
52071         Log: Subject: Re: Regex debugger patch
52072              From: Mark-Jason Dominus <mjd@plover.com>
52073              Date: Sat, 21 Apr 2001 14:24:39 -0400
52074              Message-ID: <20010421182439.16508.qmail@plover.com>
52075              
52076              Regex debugger backend.
52077      Branch: perl
52078            ! regcomp.c regexp.h
52079 ____________________________________________________________________________
52080 [  9775] By: jhi                                   on 2001/04/21  16:45:40
52081         Log: Subject: [PATCH] Typo in utf8.h
52082              From: Jesús Quiroga <jquiroga@pobox.com>
52083              Date: Sat, 21 Apr 2001 19:25:33 +0200
52084              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
52085      Branch: perl
52086            ! utf8.h
52087 ____________________________________________________________________________
52088 [  9774] By: jhi                                   on 2001/04/21  16:43:52
52089         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
52090              From: Joe Orton <jorton@redhat.com>
52091              Date: Tue, 17 Apr 2001 15:50:43 +0100
52092              Message-Id: <20010417155043.D19132@eu.c2.net>
52093      Branch: perl
52094            ! hints/svr5.sh
52095 ____________________________________________________________________________
52096 [  9773] By: jhi                                   on 2001/04/21  15:30:15
52097         Log: Subject: Patch utils/h2xs.PL
52098              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52099              Date: Sat, 21 Apr 2001 10:32:16 -0500
52100              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
52101              
52102              Add MAILING list and LICENSE templates.
52103      Branch: perl
52104            ! utils/h2xs.PL
52105 ____________________________________________________________________________
52106 [  9772] By: jhi                                   on 2001/04/21  15:28:36
52107         Log: Subject: perlfaq2.patch for 5.7.1
52108              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52109              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
52110              Date: Fri, 20 Apr 2001 16:42:19 -0500
52111              
52112              rm an extra tab, a blurb about the xx.cpan to clarify
52113              which countries actually have that and dejanews is history
52114              as well as most of that nonsensical entry.
52115      Branch: perl
52116            ! pod/perlfaq2.pod
52117 ____________________________________________________________________________
52118 [  9771] By: jhi                                   on 2001/04/21  15:27:17
52119         Log: Subject: perlfaq1.patch for 5.7.1
52120              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52121              Date: Fri, 20 Apr 2001 16:57:36 -0500
52122              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
52123              
52124              Evil URLs must die. Especially when they are broken.
52125      Branch: perl
52126            ! pod/perlfaq1.pod
52127 ____________________________________________________________________________
52128 [  9770] By: jhi                                   on 2001/04/21  15:23:38
52129         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
52130              From: Michael G Schwern <schwern@pobox.com>
52131              Date: Sat, 21 Apr 2001 16:11:12 +0100
52132              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
52133      Branch: perl
52134            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
52135            + t/lib/b-stash.t
52136            ! MANIFEST ext/B/B.pm t/lib/b.t
52137 ____________________________________________________________________________
52138 [  9769] By: jhi                                   on 2001/04/21  15:03:32
52139         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
52140              From: Michael G Schwern <schwern@pobox.com>
52141              Date: Sat, 21 Apr 2001 09:48:00 +0100
52142              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
52143      Branch: perl
52144            ! utils/h2ph.PL
52145 ____________________________________________________________________________
52146 [  9768] By: jhi                                   on 2001/04/21  14:33:49
52147         Log: PerlIO and Encode doc cleanup and tweaks.
52148      Branch: perl
52149            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
52150            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
52151 ____________________________________________________________________________
52152 [  9767] By: jhi                                   on 2001/04/21  12:40:16
52153         Log: Integrate perlio.
52154      Branch: perl
52155           !> doio.c
52156 ____________________________________________________________________________
52157 [  9766] By: nick                                  on 2001/04/20  18:28:35
52158         Log: Avoid core dump on
52159              open(STDOUT,">",\$foo);
52160      Branch: perlio
52161            ! doio.c
52162 ____________________________________________________________________________
52163 [  9765] By: jhi                                   on 2001/04/20  13:23:43
52164         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
52165              From: Robin Houston <robin@kitsite.com>
52166              Date: Fri, 20 Apr 2001 14:29:22 +0100
52167              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
52168      Branch: perl
52169            ! ext/B/B.pm ext/B/B/Deparse.pm
52170 ____________________________________________________________________________
52171 [  9764] By: jhi                                   on 2001/04/20  13:19:33
52172         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
52173              From: Peter Prymmer <pvhp@forte.com>
52174              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
52175              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
52176      Branch: perl
52177            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
52178            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
52179            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
52180            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
52181 ____________________________________________________________________________
52182 [  9763] By: jhi                                   on 2001/04/20  12:36:39
52183         Log: Subject: Re: A new PerlIO coredump
52184              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52185              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
52186              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
52187      Branch: perl
52188            ! doio.c
52189 ____________________________________________________________________________
52190 [  9762] By: jhi                                   on 2001/04/19  23:02:30
52191         Log: Update Changes.
52192      Branch: perl
52193            ! Changes patchlevel.h
52194 ____________________________________________________________________________
52195 [  9761] By: jhi                                   on 2001/04/19  22:59:19
52196         Log: More cleanup cleanup.
52197      Branch: perl
52198            ! Makefile.SH win32/Makefile win32/makefile.mk
52199 ____________________________________________________________________________
52200 [  9760] By: jhi                                   on 2001/04/19  22:50:31
52201         Log: lib/Time is non-empty, let's not rmdir it.
52202      Branch: perl
52203            ! Makefile.SH
52204 ____________________________________________________________________________
52205 [  9759] By: jhi                                   on 2001/04/19  22:36:51
52206         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
52207              From: Robin Houston <robin@kitsite.com>
52208              Date: Fri, 20 Apr 2001 00:18:53 +0100
52209              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
52210      Branch: perl
52211            ! ext/B/B/Deparse.pm
52212 ____________________________________________________________________________
52213 [  9758] By: jhi                                   on 2001/04/19  22:36:00
52214         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
52215              From: Peter Prymmer <pvhp@forte.com>
52216              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
52217              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
52218      Branch: perl
52219            ! ext/Cwd/Cwd.xs
52220 ____________________________________________________________________________
52221 [  9757] By: nick                                  on 2001/04/19  18:53:54
52222         Log: Blind (untested) integrate of mainline.
52223      Branch: perlio
52224           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
52225           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
52226           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
52227           !> (integrate 53 files)
52228 ____________________________________________________________________________
52229 [  9756] By: jhi                                   on 2001/04/19  16:59:23
52230         Log: Document and test Time::Piece.
52231      Branch: perl
52232            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
52233            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
52234 ____________________________________________________________________________
52235 [  9755] By: jhi                                   on 2001/04/19  12:13:29
52236         Log: A better fix for the \x{12345678} trouble from NI-S.
52237      Branch: perl
52238            ! utf8.c
52239 ____________________________________________________________________________
52240 [  9754] By: jhi                                   on 2001/04/19  11:56:07
52241         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
52242              From: Robin Houston <robin@kitsite.com>
52243              Date: Wed, 18 Apr 2001 17:58:33 +0100
52244              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
52245      Branch: perl
52246            ! ext/B/B/Deparse.pm op.c
52247 ____________________________________________________________________________
52248 [  9753] By: jhi                                   on 2001/04/19  04:21:52
52249         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
52250              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
52251              Date: Thu, 19 Apr 2001 01:11:41 -0400
52252              Message-ID: <20010419011141.A5798@cpan.org>
52253      Branch: perl
52254            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
52255 ____________________________________________________________________________
52256 [  9752] By: jhi                                   on 2001/04/19  02:41:10
52257         Log: The new time utils need to be thread-aware, too.
52258      Branch: perl
52259            ! util.c
52260 ____________________________________________________________________________
52261 [  9751] By: jhi                                   on 2001/04/19  02:26:47
52262         Log: Compilation nit noticed by AIX compiler.
52263      Branch: perl
52264            ! perlio.c
52265 ____________________________________________________________________________
52266 [  9750] By: jhi                                   on 2001/04/19  02:20:06
52267         Log: The new time utils need to be public.
52268      Branch: perl
52269            ! embed.pl
52270 ____________________________________________________________________________
52271 [  9749] By: jhi                                   on 2001/04/19  01:42:39
52272         Log: Regen toc.
52273      Branch: perl
52274            ! pod/perltoc.pod
52275 ____________________________________________________________________________
52276 [  9748] By: jhi                                   on 2001/04/19  01:41:10
52277         Log: Add Time::Piece, a slight rewrite of Time::Object,
52278              from Matt Sergeant.
52279      Branch: perl
52280            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
52281            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
52282            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
52283            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
52284            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
52285            ! win32/makefile.mk
52286 ____________________________________________________________________________
52287 [  9747] By: jhi                                   on 2001/04/19  00:55:35
52288         Log: The new metaconfig unit from strftime.
52289      Branch: metaconfig/U/perl
52290            + d_strftime.U
52291 ____________________________________________________________________________
52292 [  9746] By: jhi                                   on 2001/04/19  00:54:54
52293         Log: Move the strftime() wrapper from POSIX.xs to util.c
52294              as my_strftime(), requires HAS_STRFTIME.
52295      Branch: perl
52296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52297            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
52298            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
52299            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52300            ! vos/config.ga.h win32/config.bc win32/config.gc
52301            ! win32/config.vc
52302 ____________________________________________________________________________
52303 [  9745] By: jhi                                   on 2001/04/18  23:11:03
52304         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
52305              in preparation of Time::Piece.
52306      Branch: perl
52307            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
52308 ____________________________________________________________________________
52309 [  9744] By: jhi                                   on 2001/04/18  22:33:12
52310         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
52311              From: Peter Prymmer <pvhp@forte.com>
52312              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
52313              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
52314      Branch: perl
52315            ! t/lib/exporter.t
52316 ____________________________________________________________________________
52317 [  9743] By: jhi                                   on 2001/04/18  22:32:23
52318         Log: Subject: Fwd: pod2html leaves cache files lying around?
52319              From: Rajesh Vaidheeswarran <rv@gnu.org>
52320              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
52321              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
52322      Branch: perl
52323            ! lib/Pod/Html.pm
52324 ____________________________________________________________________________
52325 [  9742] By: jhi                                   on 2001/04/18  20:31:49
52326         Log: Update Changes.
52327      Branch: perl
52328            ! Changes patchlevel.h
52329 ____________________________________________________________________________
52330 [  9741] By: jhi                                   on 2001/04/18  20:23:02
52331         Log: Declare hints only if needed.
52332      Branch: perl
52333            ! ext/B/B/Deparse.pm
52334 ____________________________________________________________________________
52335 [  9740] By: jhi                                   on 2001/04/18  19:06:05
52336         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
52337              bug noticed by Robin Houston; basically the code of detecting
52338              value wraparound was acting differently under different compilers
52339              and platforms.  The workaround is to remove the overflow check
52340              for now, a real fix would be to do the overflow (portably) right.
52341      Branch: perl
52342            ! t/op/pat.t utf8.c
52343 ____________________________________________________________________________
52344 [  9739] By: jhi                                   on 2001/04/18  19:01:23
52345         Log: Subject: [PATCH B::Deparse] some pragma support
52346              From: Robin Houston <robin@kitsite.com>
52347              Date: Wed, 18 Apr 2001 19:32:12 +0100
52348              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
52349      Branch: perl
52350            ! ext/B/B/Deparse.pm
52351 ____________________________________________________________________________
52352 [  9738] By: jhi                                   on 2001/04/18  15:16:37
52353         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
52354              From: Benjamin Sugars <bsugars@canoe.ca>
52355              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
52356              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
52357      Branch: perl
52358            ! t/op/glob.t
52359 ____________________________________________________________________________
52360 [  9737] By: jhi                                   on 2001/04/18  13:24:50
52361         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
52362              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52363              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
52364              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
52365      Branch: perl
52366            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
52367            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
52368 ____________________________________________________________________________
52369 [  9736] By: jhi                                   on 2001/04/18  04:15:14
52370         Log: The #9735 also changes the subtest 12.
52371      Branch: perl
52372            ! t/lib/b.t
52373 ____________________________________________________________________________
52374 [  9735] By: jhi                                   on 2001/04/18  03:55:17
52375         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
52376              From: David Dyck <dcd@tc.fluke.com>
52377              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
52378              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
52379      Branch: perl
52380            ! ext/B/B/Deparse.pm
52381 ____________________________________________________________________________
52382 [  9734] By: jhi                                   on 2001/04/18  03:54:11
52383         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
52384              From: Gisle Aas <gisle@ActiveState.com>
52385              Date: 17 Apr 2001 19:06:45 -0700
52386              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
52387      Branch: perl
52388            ! pp_hot.c t/op/misc.t
52389 ____________________________________________________________________________
52390 [  9733] By: jhi                                   on 2001/04/17  22:25:22
52391         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
52392              From: "Abigail" <abigail@foad.org>
52393              Date: Wed, 18 Apr 2001 01:17:46 +0200
52394              Message-ID: <20010417231746.21657.qmail@foad.org>
52395      Branch: perl
52396            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
52397 ____________________________________________________________________________
52398 [  9732] By: jhi                                   on 2001/04/17  20:47:56
52399         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
52400              From: Robin Houston <robin@kitsite.com>
52401              Date: Tue, 17 Apr 2001 22:37:42 +0100
52402              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
52403      Branch: perl
52404            ! ext/B/B/Deparse.pm
52405 ____________________________________________________________________________
52406 [  9731] By: nick                                  on 2001/04/17  20:46:35
52407         Log: Re-sync for t/lib/b.t fix
52408      Branch: perlio
52409           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
52410 ____________________________________________________________________________
52411 [  9730] By: jhi                                   on 2001/04/17  20:45:29
52412         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
52413              From: Robin Houston <robin@kitsite.com>
52414              Date: Tue, 17 Apr 2001 22:29:36 +0100
52415              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
52416      Branch: perl
52417            ! ext/B/B.xs ext/B/B/Deparse.pm
52418 ____________________________________________________________________________
52419 [  9729] By: jhi                                   on 2001/04/17  20:43:11
52420         Log: Subject: Deparse - parenthesise args to undeclared subs
52421              From: Robin Houston <robin@kitsite.com>
52422              Date: Tue, 17 Apr 2001 21:31:05 +0100
52423              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
52424      Branch: perl
52425            ! ext/B/B/Deparse.pm
52426 ____________________________________________________________________________
52427 [  9728] By: jhi                                   on 2001/04/17  18:57:30
52428         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
52429              From: Benjamin Sugars <ben.sugars@home.com>
52430              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
52431              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
52432      Branch: perl
52433            ! t/lib/cwd.t
52434 ____________________________________________________________________________
52435 [  9727] By: jhi                                   on 2001/04/17  18:20:20
52436         Log: Subject: [PATCH B::Deparse] ambient pragmas
52437              From: Robin Houston <robin@kitsite.com>
52438              Date: Tue, 17 Apr 2001 20:01:59 +0100
52439              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
52440      Branch: perl
52441            ! ext/B/B/Deparse.pm t/lib/b.t
52442 ____________________________________________________________________________
52443 [  9726] By: nick                                  on 2001/04/17  16:33:51
52444         Log: Integrate mainline (t/lib/b.t fails test 2...)
52445      Branch: perlio
52446           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
52447           +> ext/List/Util/README ext/List/Util/Util.xs
52448           +> ext/List/Util/lib/List/Util.pm
52449           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
52450           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
52451           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
52452           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
52453           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
52454           !> (integrate 31 files)
52455 ____________________________________________________________________________
52456 [  9725] By: jhi                                   on 2001/04/17  12:14:24
52457         Log: Subject: multiple B::* changes
52458              From: Robin Houston <robin@kitsite.com>
52459              Date: Thu, 12 Apr 2001 20:12:27 +0100
52460              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
52461      Branch: perl
52462            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
52463 ____________________________________________________________________________
52464 [  9724] By: jhi                                   on 2001/04/17  11:59:05
52465         Log: Thread-awareness from Doug MacEachern.
52466      Branch: perl
52467            ! ext/List/Util/Util.xs
52468 ____________________________________________________________________________
52469 [  9723] By: jhi                                   on 2001/04/17  11:57:41
52470         Log: Make the test more portable.
52471      Branch: perl
52472            ! t/lib/cwd.t
52473 ____________________________________________________________________________
52474 [  9722] By: jhi                                   on 2001/04/17  11:53:50
52475         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
52476              From: Benjamin Sugars <ben.sugars@home.com>
52477              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
52478              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
52479      Branch: perl
52480            ! t/lib/cwd.t
52481 ____________________________________________________________________________
52482 [  9721] By: jhi                                   on 2001/04/17  11:52:17
52483         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
52484              From: Benjamin Sugars <bsugars@canoe.ca>
52485              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
52486              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
52487      Branch: perl
52488            ! op.c
52489 ____________________________________________________________________________
52490 [  9720] By: jhi                                   on 2001/04/17  11:35:42
52491         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
52492              From: Chris Nandor <pudge@pobox.com>
52493              Date: Tue, 17 Apr 2001 00:30:49 -0400
52494              Message-Id: <p05100207b701768712de@[10.0.1.177]>
52495      Branch: perl
52496            ! ext/File/Glob/bsd_glob.c gv.c
52497 ____________________________________________________________________________
52498 [  9719] By: jhi                                   on 2001/04/17  11:32:13
52499         Log: Subject: [PATCH] Tweten->West
52500              From: Casey West <casey@geeknest.com>
52501              Date: Mon, 16 Apr 2001 12:11:22 -0400
52502              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
52503      Branch: perl
52504            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
52505            ! pod/perltie.pod
52506 ____________________________________________________________________________
52507 [  9718] By: jhi                                   on 2001/04/16  03:22:52
52508         Log: Update Changes.
52509      Branch: perl
52510            ! Changes patchlevel.h
52511 ____________________________________________________________________________
52512 [  9717] By: jhi                                   on 2001/04/16  03:06:28
52513         Log: Regen toc.
52514      Branch: perl
52515            ! pod/perltoc.pod
52516 ____________________________________________________________________________
52517 [  9716] By: jhi                                   on 2001/04/16  02:58:42
52518         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
52519              From: Prymmer/Kahn <pvhp@best.com>
52520              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
52521              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
52522      Branch: perl
52523            ! utf8.c
52524 ____________________________________________________________________________
52525 [  9715] By: jhi                                   on 2001/04/15  23:40:35
52526         Log: Subject: Re: Net::Ping patch, adds stream protocol
52527              From: bronson@rinspin.com (Scott Bronson)
52528              Date: Tue, 10 Apr 2001 23:58:33 -0700
52529              Message-ID: <20010410235833.N29719@rinspin.com>
52530      Branch: perl
52531            ! lib/Net/Ping.pm
52532 ____________________________________________________________________________
52533 [  9714] By: jhi                                   on 2001/04/15  23:31:46
52534         Log: Printing out the ok messages helps successful testing.
52535      Branch: perl
52536            ! t/lib/time-hires.t
52537 ____________________________________________________________________________
52538 [  9713] By: jhi                                   on 2001/04/15  21:43:24
52539         Log: Update Douglas Wegscheid's email.
52540      Branch: perl
52541            ! AUTHORS
52542 ____________________________________________________________________________
52543 [  9712] By: jhi                                   on 2001/04/15  21:40:41
52544         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
52545              From: Michael G Schwern <schwern@pobox.com>
52546              Date: Sat, 14 Apr 2001 22:40:50 +0100
52547              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
52548      Branch: perl
52549            + t/lib/exporter.t
52550            ! MANIFEST lib/Exporter/Heavy.pm
52551 ____________________________________________________________________________
52552 [  9711] By: jhi                                   on 2001/04/15  21:39:21
52553         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
52554              From: Michael G Schwern <schwern@pobox.com>
52555              Date: Sat, 14 Apr 2001 22:13:59 +0100
52556              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
52557      Branch: perl
52558            ! t/op/loopctl.t
52559 ____________________________________________________________________________
52560 [  9710] By: jhi                                   on 2001/04/15  21:30:19
52561         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
52562              From: Michael G Schwern <schwern@pobox.com>
52563              Date: Sat, 14 Apr 2001 22:05:32 +0100
52564              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
52565      Branch: perl
52566            ! t/pragma/warnings.t
52567 ____________________________________________________________________________
52568 [  9709] By: jhi                                   on 2001/04/15  19:34:09
52569         Log: Integrate changes #9706,9707 from maintperl into mainline.
52570              
52571              change#7210 broke .packlist generation
52572              
52573              ExtUtils::Installed doesn't quote regex metacharacters in paths
52574              before using them in match; also make it work for dosish platforms
52575      Branch: perl
52576           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
52577 ____________________________________________________________________________
52578 [  9708] By: jhi                                   on 2001/04/15  19:31:01
52579         Log: Test also the scalar aspect of getitimer().
52580      Branch: perl
52581            ! t/lib/time-hires.t
52582 ____________________________________________________________________________
52583 [  9707] By: gsar                                  on 2001/04/15  17:24:20
52584         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
52585              before using them in match; also make it work for dosish platforms
52586      Branch: maint-5.6/perl
52587            ! lib/ExtUtils/Installed.pm
52588 ____________________________________________________________________________
52589 [  9706] By: gsar                                  on 2001/04/15  17:21:59
52590         Log: change#7210 broke .packlist generation (listed only filename
52591              rather than fully qualified path name)
52592      Branch: maint-5.6/perl
52593            ! lib/ExtUtils/Install.pm
52594 ____________________________________________________________________________
52595 [  9705] By: jhi                                   on 2001/04/15  12:36:33
52596         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
52597      Branch: perl
52598            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
52599            ! t/lib/time-hires.t
52600 ____________________________________________________________________________
52601 [  9704] By: jhi                                   on 2001/04/15  10:49:08
52602         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
52603              From: Prymmer/Kahn <pvhp@best.com>
52604              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
52605              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
52606      Branch: perl
52607            ! lib/utf8.pm pod/perlebcdic.pod
52608 ____________________________________________________________________________
52609 [  9703] By: jhi                                   on 2001/04/15  02:26:26
52610         Log: I keep forgetting to sort MANIFEST.
52611      Branch: perl
52612            ! MANIFEST
52613 ____________________________________________________________________________
52614 [  9702] By: jhi                                   on 2001/04/15  02:07:47
52615         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
52616              Now we have blessed, reftype, tainted, first, reduce, ...
52617      Branch: perl
52618            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
52619            + ext/List/Util/README ext/List/Util/Util.xs
52620            + ext/List/Util/lib/List/Util.pm
52621            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
52622            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
52623            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
52624            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
52625            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
52626            ! MANIFEST
52627 ____________________________________________________________________________
52628 [  9701] By: jhi                                   on 2001/04/14  15:05:25
52629         Log: Subject: RE: dprofpp.pl updates 
52630              From: Carl Eklof <CEklof@endeca.com>
52631              Date: Thu, 12 Apr 2001 18:45:46 -0400
52632              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
52633      Branch: perl
52634            ! utils/dprofpp.PL
52635 ____________________________________________________________________________
52636 [  9700] By: jhi                                   on 2001/04/14  14:44:55
52637         Log: Do not just blindly add CR.
52638      Branch: perl
52639            ! Porting/makerel
52640 ____________________________________________________________________________
52641 [  9699] By: jhi                                   on 2001/04/13  13:17:01
52642         Log: Update Changes.
52643      Branch: perl
52644            ! Changes patchlevel.h
52645 ____________________________________________________________________________
52646 [  9698] By: jhi                                   on 2001/04/13  12:44:48
52647         Log: Integrate perlio.
52648      Branch: perl
52649           !> ext/PerlIO/Scalar/Scalar.xs
52650 ____________________________________________________________________________
52651 [  9697] By: jhi                                   on 2001/04/13  12:29:15
52652         Log: Add more debug output to the test.
52653      Branch: perl
52654            ! t/lib/cwd.t
52655 ____________________________________________________________________________
52656 [  9696] By: nick                                  on 2001/04/13  10:14:29
52657         Log: Fix core dump on binmode($fh,'Scalar')
52658      Branch: perlio
52659            ! ext/PerlIO/Scalar/Scalar.xs
52660 ____________________________________________________________________________
52661 [  9695] By: nick                                  on 2001/04/13  09:05:42
52662         Log: Integrate mainline
52663      Branch: perlio
52664           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52665           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
52666           +> t/lib/time-hires.t
52667           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
52668           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
52669           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
52670           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
52671           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
52672           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
52673           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
52674 ____________________________________________________________________________
52675 [  9694] By: jhi                                   on 2001/04/12  22:23:35
52676         Log: Integrate change #9693 from maintperl into mainline.
52677              
52678              $VERSION and Version() on the same line provokes a warning from
52679              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
52680      Branch: perl
52681           !> lib/Devel/SelfStubber.pm
52682 ____________________________________________________________________________
52683 [  9693] By: gsar                                  on 2001/04/12  21:55:56
52684         Log: $VERSION and Version() on the same line provokes a warning from
52685              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
52686      Branch: maint-5.6/perl
52687            ! lib/Devel/SelfStubber.pm
52688 ____________________________________________________________________________
52689 [  9692] By: jhi                                   on 2001/04/12  13:54:00
52690         Log: This is at least 5.005.
52691      Branch: perl
52692            ! ext/Time/HiRes/HiRes.xs
52693 ____________________________________________________________________________
52694 [  9691] By: jhi                                   on 2001/04/12  13:37:20
52695         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
52696      Branch: perl
52697            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
52698            ! win32/Makefile win32/makefile.mk
52699 ____________________________________________________________________________
52700 [  9690] By: jhi                                   on 2001/04/12  01:34:46
52701         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
52702      Branch: perl
52703            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52704            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
52705            + t/lib/time-hires.t
52706            ! MANIFEST
52707 ____________________________________________________________________________
52708 [  9689] By: jhi                                   on 2001/04/12  00:28:39
52709         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
52710              From: Gisle Aas <gisle@ActiveState.com>
52711              Date: 11 Apr 2001 16:36:11 -0700
52712              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
52713      Branch: perl
52714            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
52715 ____________________________________________________________________________
52716 [  9688] By: jhi                                   on 2001/04/12  00:27:39
52717         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
52718              From: Gisle Aas <gisle@ActiveState.com>
52719              Date: 11 Apr 2001 11:13:24 -0700
52720              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
52721      Branch: perl
52722            ! ext/MIME/Base64/Base64.xs
52723 ____________________________________________________________________________
52724 [  9687] By: jhi                                   on 2001/04/11  19:51:47
52725         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
52726      Branch: perl
52727            ! Todo-5.6
52728 ____________________________________________________________________________
52729 [  9686] By: jhi                                   on 2001/04/11  16:54:25
52730         Log: Subject: [PATCH opcode.pl] Documentation of table format
52731              From: Simon Cozens <simon@netthink.co.uk>
52732              Date: Wed, 11 Apr 2001 12:59:31 +0100
52733              Message-ID: <20010411125931.A25681@netthink.co.uk>
52734      Branch: perl
52735            ! opcode.pl
52736 ____________________________________________________________________________
52737 [  9685] By: jhi                                   on 2001/04/11  16:53:15
52738         Log: Subject: [PATCH] prototype("CORE::recv")
52739              From: Simon Cozens <simon@netthink.co.uk>
52740              Date: Wed, 11 Apr 2001 13:24:35 +0100
52741              Message-ID: <20010411132435.A26169@netthink.co.uk>
52742      Branch: perl
52743            ! pp.c t/comp/proto.t
52744 ____________________________________________________________________________
52745 [  9684] By: jhi                                   on 2001/04/11  16:47:13
52746         Log: FAQ (and AUTHORS) update from Dan Carson: the information
52747              was several years obsolete, Term::Readkey has been updated
52748              to have the functionality.
52749      Branch: perl
52750            ! AUTHORS pod/perlfaq5.pod
52751 ____________________________________________________________________________
52752 [  9683] By: jhi                                   on 2001/04/11  12:15:46
52753         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
52754              From: Calle Dybedahl <calle@lysator.liu.se>
52755              Date: 10 Apr 2001 16:44:16 +0200
52756              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
52757      Branch: perl
52758            ! ext/MIME/Base64/Base64.xs
52759 ____________________________________________________________________________
52760 [  9682] By: jhi                                   on 2001/04/11  12:12:26
52761         Log: A more minimal fix for 20010410.006 from Hugo.
52762      Branch: perl
52763            ! regexec.c
52764 ____________________________________________________________________________
52765 [  9681] By: jhi                                   on 2001/04/11  11:34:23
52766         Log: Integrate changes #9678,9679 from maintline into mainperl.
52767              
52768              addendum to change#9676
52769              
52770              up $File::Glob::VERSION; add a note pointing out the version of
52771              the OpenBSD glob bsd_glob.c resembles
52772      Branch: perl
52773           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52774           !> ext/File/Glob/bsd_glob.h
52775 ____________________________________________________________________________
52776 [  9680] By: jhi                                   on 2001/04/11  11:30:38
52777         Log: Bad test numbering in integrate in #9677.
52778              Fixes ID 20010411.001.
52779      Branch: perl
52780            ! t/op/pat.t
52781 ____________________________________________________________________________
52782 [  9679] By: gsar                                  on 2001/04/11  03:38:40
52783         Log: up $File::Glob::VERSION; add a note pointing out the version of
52784              the OpenBSD glob bsd_glob.c resembles
52785      Branch: maint-5.6/perl
52786            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52787            ! ext/File/Glob/bsd_glob.h
52788 ____________________________________________________________________________
52789 [  9678] By: gsar                                  on 2001/04/11  03:09:48
52790         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
52791              revision 1.8.10.1 found here:
52792              
52793              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
52794      Branch: maint-5.6/perl
52795            ! ext/File/Glob/bsd_glob.c
52796 ____________________________________________________________________________
52797 [  9677] By: jhi                                   on 2001/04/11  02:54:39
52798         Log: Integrate changes #9675,9676 from maintperl into mainline.
52799              
52800              fix for bug 20010410.006, undo change#7115
52801              
52802              port the OpenBSD glob() security patch
52803      Branch: perl
52804           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
52805           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
52806           !> t/op/pat.t
52807 ____________________________________________________________________________
52808 [  9676] By: gsar                                  on 2001/04/11  02:19:02
52809         Log: port the glob() security patch found at:
52810              
52811              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
52812              
52813              CERT advisory for the issue is here:
52814              
52815              http://www.cert.org/advisories/CA-2001-07.html
52816              
52817              Note that the security scare is only relevant for those who are
52818              foolish enough to build suidperl (which is now officially discouraged)
52819      Branch: maint-5.6/perl
52820            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
52821            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
52822 ____________________________________________________________________________
52823 [  9675] By: gsar                                  on 2001/04/10  23:52:11
52824         Log: fix for bug 20010410.006
52825              
52826              undo change#7115 (came into maint-5.6 as change#8156)
52827              
52828              add tests to keep it from coming back
52829      Branch: maint-5.6/perl
52830            ! regexec.c t/op/pat.t
52831 ____________________________________________________________________________
52832 [  9674] By: nick                                  on 2001/04/10  20:39:31
52833         Log: Integrate mainline
52834      Branch: perlio
52835           +> Porting/testall.atom
52836           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
52837           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
52838           !> t/lib/lc-uk.t t/pod/find.t
52839 ____________________________________________________________________________
52840 [  9673] By: nick                                  on 2001/04/10  18:46:14
52841         Log: Integrate against change 9670 aka perl-5.7.1
52842      Branch: perlio
52843           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52844           !> (integrate 53 files)
52845 ____________________________________________________________________________
52846 [  9672] By: jhi                                   on 2001/04/10  13:45:01
52847         Log: Add a script for doing cumulative profile of the test suite.
52848              (Requires ATOM, that is, Tru64.)
52849      Branch: perl
52850            + Porting/testall.atom
52851            ! MANIFEST
52852 ____________________________________________________________________________
52853 [  9671] By: jhi                                   on 2001/04/10  12:38:53
52854         Log: Missing std block.
52855      Branch: perl
52856            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
52857            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
52858            ! t/pod/find.t
52859 ____________________________________________________________________________
52860 [  9670] By: jhi                                   on 2001/04/10  01:25:58
52861         Log: This is 5.7.1.
52862      Branch: perl
52863            ! patchlevel.h
52864 ____________________________________________________________________________
52865 [  9669] By: jhi                                   on 2001/04/10  01:09:14
52866         Log: Update Changes.
52867      Branch: perl
52868            ! Changes patchlevel.h
52869 ____________________________________________________________________________
52870 [  9668] By: jhi                                   on 2001/04/10  01:00:38
52871         Log: Regen toc.
52872      Branch: perl
52873            ! pod/perltoc.pod
52874 ____________________________________________________________________________
52875 [  9667] By: jhi                                   on 2001/04/10  00:52:16
52876         Log: Update perlhist.
52877      Branch: perl
52878            ! pod/perlhist.pod
52879 ____________________________________________________________________________
52880 [  9666] By: jhi                                   on 2001/04/09  23:38:59
52881         Log: Slight wording tweaks from Damian to #9658.
52882      Branch: perl
52883            ! pod/perlobj.pod
52884 ____________________________________________________________________________
52885 [  9665] By: jhi                                   on 2001/04/09  19:56:06
52886         Log: Subject: [PATCH perlutil.pod] Nit
52887              From: Simon Cozens <simon@netthink.co.uk>
52888              Date: Mon, 9 Apr 2001 20:29:44 +0100
52889              Message-ID: <20010409202944.A14796@the.earth.li>
52890      Branch: perl
52891            ! pod/perlutil.pod
52892 ____________________________________________________________________________
52893 [  9664] By: jhi                                   on 2001/04/09  19:54:42
52894         Log: Subject: Re: perl571delta.pod@9631
52895              From: Mike Guy <mjtg@cam.ac.uk>
52896              Date: Mon, 09 Apr 2001 18:09:14 +0100
52897              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
52898      Branch: perl
52899            ! pod/perl571delta.pod
52900 ____________________________________________________________________________
52901 [  9663] By: jhi                                   on 2001/04/09  13:43:35
52902         Log: Update Changes.
52903      Branch: perl
52904            ! Changes patchlevel.h
52905 ____________________________________________________________________________
52906 [  9662] By: jhi                                   on 2001/04/09  13:24:46
52907         Log: tweak tweak.
52908      Branch: perl
52909            ! AUTHORS pod/perl571delta.pod
52910 ____________________________________________________________________________
52911 [  9661] By: jhi                                   on 2001/04/09  13:15:13
52912         Log: Thinko in manual patch applying.
52913      Branch: perl
52914            ! sv.c
52915 ____________________________________________________________________________
52916 [  9660] By: jhi                                   on 2001/04/09  13:07:53
52917         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
52918              From: Robin Barker <rmb1@cise.npl.co.uk> 
52919              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
52920              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
52921              
52922              (This corrects the case where the "isn't numeric" string contains \0s
52923              and is longer than the temporary buffer, and contains \0 at the point
52924              the string would be truncated by "...".) 
52925      Branch: perl
52926            ! sv.c
52927 ____________________________________________________________________________
52928 [  9659] By: jhi                                   on 2001/04/09  12:57:41
52929         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
52930      Branch: perl
52931            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
52932            ! t/lib/cgi-function.t t/lib/cgi-html.t
52933 ____________________________________________________________________________
52934 [  9658] By: jhi                                   on 2001/04/09  12:48:47
52935         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
52936              From: Ilmari Karonen <iltzu@sci.fi>
52937              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
52938              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
52939              
52940              Rearrange and rewrite the Method Invocation section
52941              to explain the concepts in nicer order.
52942      Branch: perl
52943            ! pod/perlobj.pod
52944 ____________________________________________________________________________
52945 [  9657] By: jhi                                   on 2001/04/09  12:35:58
52946         Log: Upgrade to podlators 1.09, from Russ Allbery.
52947      Branch: perl
52948            ! lib/Pod/Man.pm lib/Pod/Text.pm
52949 ____________________________________________________________________________
52950 [  9656] By: jhi                                   on 2001/04/09  12:31:53
52951         Log: perl571delta.
52952      Branch: perl
52953            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
52954 ____________________________________________________________________________
52955 [  9655] By: jhi                                   on 2001/04/09  12:20:09
52956         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
52957              From: Prymmer/Kahn <pvhp@best.com>
52958              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
52959              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
52960      Branch: perl
52961            ! lib/utf8.pm pod/perlunicode.pod
52962 ____________________________________________________________________________
52963 [  9654] By: gsar                                  on 2001/04/09  03:38:33
52964         Log: here lies 5.6.1
52965      Branch: maint-5.6/perl
52966            ! Changes
52967 ____________________________________________________________________________
52968 [  9653] By: jhi                                   on 2001/04/09  03:25:24
52969         Log: Update perlhist.
52970      Branch: perl
52971            ! pod/perlhist.pod
52972 ____________________________________________________________________________
52973 [  9652] By: jhi                                   on 2001/04/09  03:18:49
52974         Log: perl571delta tweaking continues.
52975      Branch: perl
52976            ! pod/perl571delta.pod
52977 ____________________________________________________________________________
52978 [  9651] By: gsar                                  on 2001/04/09  03:11:19
52979         Log: update Changes, patchlevel.h &c.
52980      Branch: maint-5.6/perl
52981            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52982            ! pod/perltoc.pod
52983 ____________________________________________________________________________
52984 [  9650] By: jhi                                   on 2001/04/09  02:40:24
52985         Log: Integrate the perlfork half of #9513 from maintperl into mainline
52986              (the perlunicode half is obsolete)
52987      Branch: perl
52988            ! pod/perlfork.pod
52989 ____________________________________________________________________________
52990 [  9649] By: gsar                                  on 2001/04/09  02:35:43
52991         Log: tweak perldelta as suggested by Jarkko
52992      Branch: maint-5.6/perl
52993            ! pod/perldelta.pod
52994 ____________________________________________________________________________
52995 [  9648] By: jhi                                   on 2001/04/09  02:13:04
52996         Log: Integrate change #9646 from maintperl into mainline.
52997              
52998              add note about ithreads and Thread.pm
52999      Branch: perl
53000           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
53001 ____________________________________________________________________________
53002 [  9647] By: jhi                                   on 2001/04/09  02:10:18
53003         Log: Bad assumption that shortsize == 2.
53004      Branch: perl
53005            ! t/lib/xs-typemap.t
53006 ____________________________________________________________________________
53007 [  9646] By: gsar                                  on 2001/04/09  00:48:04
53008         Log: add note about ithreads and Thread.pm (too many people are
53009              confused by the fact that Thread.pm is built and installed
53010              under non-5005threads but doesn't work)
53011      Branch: maint-5.6/perl
53012            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
53013 ____________________________________________________________________________
53014 [  9645] By: gsar                                  on 2001/04/09  00:19:03
53015         Log: update perldelta.pod for changes in 5.6.1
53016      Branch: maint-5.6/perl
53017            ! Changes pod/perldelta.pod
53018 ____________________________________________________________________________
53019 [  9644] By: jhi                                   on 2001/04/08  20:37:00
53020         Log: Integrate change #9639 from maintperl into mainline:
53021              on windows, many of the README.* pods were being copied to
53022              the wrong location
53023      Branch: perl
53024           !> win32/Makefile win32/makefile.mk
53025 ____________________________________________________________________________
53026 [  9643] By: jhi                                   on 2001/04/08  20:07:11
53027         Log: Integrate change #9624 from maintperl into mainline:
53028              the pod tests were not okay.  (t/pod/find.t changes ignored)
53029      Branch: perl
53030           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
53031           !> t/pod/include.t t/pod/included.t t/pod/lref.t
53032           !> t/pod/multiline_items.t t/pod/nested_items.t
53033           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
53034           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
53035 ____________________________________________________________________________
53036 [  9642] By: jhi                                   on 2001/04/08  19:57:17
53037         Log: Integrate change #9638 from maintperl into mainline:
53038              update to latest JPL from the anoncvs repository
53039      Branch: perl
53040           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
53041           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
53042           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
53043 ____________________________________________________________________________
53044 [  9641] By: jhi                                   on 2001/04/08  19:53:30
53045         Log: perl571delta updates.
53046      Branch: perl
53047            ! lib/Filter/Simple.pm pod/perl571delta.pod
53048 ____________________________________________________________________________
53049 [  9640] By: gsar                                  on 2001/04/08  19:20:46
53050         Log: integrate change#9634 from mainline
53051              
53052              Fix the perlmodlib generation (didn't understand separate .pod
53053              files; didn't understand -- as the name-thing separator).
53054              Update the CPAN mirrors list.
53055      Branch: maint-5.6/perl
53056            ! pod/perlmodlib.pod
53057           !> pod/perlmodlib.PL
53058 ____________________________________________________________________________
53059 [  9639] By: gsar                                  on 2001/04/08  18:57:31
53060         Log: on windows, many of the README.* pods were being copied to the wrong
53061              location
53062      Branch: maint-5.6/perl
53063            ! win32/Makefile win32/makefile.mk
53064 ____________________________________________________________________________
53065 [  9638] By: gsar                                  on 2001/04/08  18:38:25
53066         Log: update to latest JPL from the anoncvs repository
53067      Branch: maint-5.6/perl
53068            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
53069            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
53070            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
53071 ____________________________________________________________________________
53072 [  9637] By: jhi                                   on 2001/04/08  17:53:53
53073         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
53074      Branch: perl
53075            ! pod/perl571delta.pod
53076 ____________________________________________________________________________
53077 [  9636] By: jhi                                   on 2001/04/08  17:18:32
53078         Log: Regen toc.
53079      Branch: perl
53080            ! pod/perltoc.pod
53081 ____________________________________________________________________________
53082 [  9635] By: jhi                                   on 2001/04/08  17:16:33
53083         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
53084              From: "Craig A. Berry" <craigberry@mac.com>
53085              Date: Sun, 08 Apr 2001 12:30:16 -0500
53086              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
53087      Branch: perl
53088            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
53089 ____________________________________________________________________________
53090 [  9634] By: jhi                                   on 2001/04/08  17:09:19
53091         Log: Fix the perlmodlib generation (didn't understand separate .pod
53092              files; didn't understand -- as the name-thing separator).
53093              
53094              Update the CPAN mirrors list.
53095      Branch: perl
53096            ! pod/perlmodlib.PL pod/perlmodlib.pod
53097 ____________________________________________________________________________
53098 [  9633] By: jhi                                   on 2001/04/08  16:49:17
53099         Log: Sort MANIFEST.
53100      Branch: perl
53101            ! MANIFEST
53102 ____________________________________________________________________________
53103 [  9632] By: gsar                                  on 2001/04/08  16:36:06
53104         Log: add $Tie::RefHash::VERSION
53105      Branch: maint-5.6/perl
53106            ! lib/Tie/RefHash.pm
53107 ____________________________________________________________________________
53108 [  9631] By: jhi                                   on 2001/04/08  16:10:15
53109         Log: perl571delta updates based on p5p feedback; still needs
53110              lots of examples.
53111      Branch: perl
53112            ! pod/perl571delta.pod
53113 ____________________________________________________________________________
53114 [  9630] By: jhi                                   on 2001/04/08  15:59:13
53115         Log: Update the list of supported platforms to talk about 5.7.1
53116              (and 5.6.1)
53117      Branch: perl
53118            ! pod/perlport.pod
53119 ____________________________________________________________________________
53120 [  9629] By: jhi                                   on 2001/04/08  15:55:41
53121         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
53122              from maintperl into mainline: perlport updates.
53123      Branch: perl
53124            ! pod/perlport.pod
53125 ____________________________________________________________________________
53126 [  9628] By: jhi                                   on 2001/04/08  15:53:17
53127         Log: perlsolaris.pod copied to wrong directory.
53128      Branch: perl
53129            ! win32/makefile.mk
53130 ____________________________________________________________________________
53131 [  9627] By: jhi                                   on 2001/04/08  14:48:18
53132         Log: Subject: Typos in perl571delta.pod
53133              From: "Stephen P. Potter" <spp@spotter.yi.org>
53134              Date: Sat, 07 Apr 2001 20:37:05 -0400
53135              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
53136      Branch: perl
53137            ! pod/perl571delta.pod
53138 ____________________________________________________________________________
53139 [  9626] By: jhi                                   on 2001/04/08  14:39:04
53140         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
53141      Branch: perl
53142            ! gv.c
53143 ____________________________________________________________________________
53144 [  9625] By: nick                                  on 2001/04/08  10:14:23
53145         Log: Integrate mainline
53146      Branch: perlio
53147           +> pod/perl570delta.pod pod/perl571delta.pod
53148           !> (integrate 27 files)
53149 ____________________________________________________________________________
53150 [  9624] By: gsar                                  on 2001/04/08  06:08:17
53151         Log: test in t/pod/* were busted
53152              
53153              these tests are still not enabled in t/{harness,TEST}
53154      Branch: maint-5.6/perl
53155            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
53156            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
53157            ! t/pod/multiline_items.t t/pod/nested_items.t
53158            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
53159            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
53160 ____________________________________________________________________________
53161 [  9623] By: gsar                                  on 2001/04/08  03:37:01
53162         Log: integrate change#9470 from mainline
53163              
53164              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
53165      Branch: maint-5.6/perl
53166           !> ext/Socket/Socket.xs
53167 ____________________________________________________________________________
53168 [  9622] By: jhi                                   on 2001/04/07  22:40:47
53169         Log: Update Changes.
53170      Branch: perl
53171            ! Changes patchlevel.h
53172 ____________________________________________________________________________
53173 [  9621] By: jhi                                   on 2001/04/07  22:34:16
53174         Log: Update AUTHORS.
53175      Branch: perl
53176            ! AUTHORS
53177 ____________________________________________________________________________
53178 [  9620] By: jhi                                   on 2001/04/07  22:12:47
53179         Log: Forgot to bump the number of tests in #9164.
53180      Branch: perl
53181            ! t/op/array.t
53182 ____________________________________________________________________________
53183 [  9619] By: jhi                                   on 2001/04/07  22:09:50
53184         Log: Bump patchlevel to 5.7.1.
53185      Branch: perl
53186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53187            ! config_h.SH patchlevel.h
53188 ____________________________________________________________________________
53189 [  9618] By: jhi                                   on 2001/04/07  22:02:41
53190         Log: Populate perl571delta.
53191      Branch: perl
53192            ! pod/perl571delta.pod
53193 ____________________________________________________________________________
53194 [  9617] By: jhi                                   on 2001/04/07  22:01:23
53195         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
53196              to forget it later; do not change patchlevel.h yet or regenerate
53197              Configure yet.
53198      Branch: perl
53199            ! epoc/config.sh win32/Makefile win32/config_H.bc
53200            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
53201 ____________________________________________________________________________
53202 [  9616] By: jhi                                   on 2001/04/07  17:46:33
53203         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
53204      Branch: perl
53205            ! pod/perl571delta.pod
53206 ____________________________________________________________________________
53207 [  9615] By: jhi                                   on 2001/04/07  17:33:21
53208         Log: Change the toc configuration.
53209      Branch: perl
53210            ! pod/buildtoc.PL pod/perl.pod
53211 ____________________________________________________________________________
53212 [  9614] By: jhi                                   on 2001/04/07  17:29:47
53213         Log: Subject: PATCH: $[
53214              From: Robin Houston <robin@kitsite.com>
53215              Date: Fri, 6 Apr 2001 18:10:14 +0100
53216              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
53217      Branch: perl
53218            ! op.c t/op/array.t
53219 ____________________________________________________________________________
53220 [  9613] By: jhi                                   on 2001/04/07  17:28:26
53221         Log: Subject: [PATCH perl@9424] isn't numeric warning
53222              From: Robin Barker <rmb1@cise.npl.co.uk>
53223              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
53224              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
53225      Branch: perl
53226            ! sv.c t/pragma/warn/sv
53227 ____________________________________________________________________________
53228 [  9612] By: jhi                                   on 2001/04/07  17:26:45
53229         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
53230              From: Mike Guy <mjtg@cam.ac.uk>
53231              Date: Fri, 06 Apr 2001 12:47:06 +0100
53232              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
53233      Branch: perl
53234            ! dump.c t/lib/peek.t
53235 ____________________________________________________________________________
53236 [  9611] By: jhi                                   on 2001/04/07  17:21:35
53237         Log: Create perl571delta and seed it off with the perldelta changes
53238              since 5.7.0; remove those changes from perldelta and rename it
53239              as perl570delta; recreate perldelta but leave it almost empty.
53240      Branch: perl
53241            + pod/perl570delta.pod pod/perl571delta.pod
53242            ! MANIFEST pod/perldelta.pod
53243 ____________________________________________________________________________
53244 [  9610] By: jhi                                   on 2001/04/07  16:56:32
53245         Log: Denit.
53246      Branch: perl
53247            ! pod/perldelta.pod
53248 ____________________________________________________________________________
53249 [  9609] By: jhi                                   on 2001/04/07  16:38:32
53250         Log: Retract #9523: needs more thought.
53251      Branch: perl
53252            ! Makefile.SH
53253 ____________________________________________________________________________
53254 [  9608] By: jhi                                   on 2001/04/07  14:59:20
53255         Log: atmark() code cleanaup.
53256      Branch: perl
53257            ! ext/IO/IO.xs
53258 ____________________________________________________________________________
53259 [  9607] By: jhi                                   on 2001/04/07  14:48:14
53260         Log: Integrate change #9605 from maintperl into mainline.
53261              
53262              can't optimize away scope entry if tr/// is present
53263      Branch: perl
53264           !> op.c t/op/tr.t
53265 ____________________________________________________________________________
53266 [  9606] By: jhi                                   on 2001/04/07  14:43:59
53267         Log: Integrate perlio.
53268      Branch: perl
53269           +> win32/FindExt.pm
53270           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
53271           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
53272 ____________________________________________________________________________
53273 [  9605] By: gsar                                  on 2001/04/07  11:52:40
53274         Log: can't optimize away scope entry if tr/// is present
53275      Branch: maint-5.6/perl
53276            ! op.c t/op/tr.t
53277 ____________________________________________________________________________
53278 [  9604] By: nick                                  on 2001/04/07  11:39:45
53279         Log: Split out extension finding code from buildext.pl into FindExt.pm
53280              Use it to get Config.pm's idea of available extensions in line
53281              with what is built.
53282      Branch: perlio
53283            + win32/FindExt.pm
53284            ! MANIFEST win32/buildext.pl win32/config_sh.PL
53285            ! win32/makefile.mk
53286 ____________________________________________________________________________
53287 [  9603] By: nick                                  on 2001/04/07  09:11:38
53288         Log: Cleanup correction for failed :Via() layer, also set an error code.
53289      Branch: perlio
53290            ! ext/PerlIO/Via/Via.xs
53291 ____________________________________________________________________________
53292 [  9602] By: nick                                  on 2001/04/07  08:38:04
53293         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
53294              style. So don't use binmode() on the handles so that Win32 etc. see
53295              same sequence and produce same digests.
53296      Branch: perlio
53297            ! t/lib/md5-file.t
53298 ____________________________________________________________________________
53299 [  9601] By: nick                                  on 2001/04/07  08:36:26
53300         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
53301              Else it complains and so crlf layer (say) does not get pushed.
53302      Branch: perlio
53303            ! perlio.c
53304 ____________________________________________________________________________
53305 [  9600] By: jhi                                   on 2001/04/06  23:00:09
53306         Log: Integrate change #9599 from perlio into mainline.
53307      Branch: perl
53308           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
53309           !> win32/config_H.vc
53310 ____________________________________________________________________________
53311 [  9599] By: nick                                  on 2001/04/06  21:42:43
53312         Log: Quote $VERSION in Encode.pm.
53313              regen_config_h as requested.
53314      Branch: perlio
53315            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
53316            ! win32/config_H.vc
53317 ____________________________________________________________________________
53318 [  9598] By: nick                                  on 2001/04/06  20:34:59
53319         Log: Integrate mainline
53320      Branch: perlio
53321           +> README.macos
53322           !> (integrate 39 files)
53323 ____________________________________________________________________________
53324 [  9597] By: gsar                                  on 2001/04/06  18:06:35
53325         Log: integrate change#9464 from mainline (addendum to change#8313)
53326              
53327              Subject: [PATCH @9452] Better peep()ing for foreach() loops
53328      Branch: maint-5.6/perl
53329           !> op.c
53330 ____________________________________________________________________________
53331 [  9596] By: jhi                                   on 2001/04/06  17:26:03
53332         Log: The d_casti32=undef is good for you even when not use64bitall.
53333      Branch: perl
53334            ! hints/hpux.sh
53335 ____________________________________________________________________________
53336 [  9595] By: gsar                                  on 2001/04/06  14:57:17
53337         Log: add a low-impact fix to accommodate darwin-ism
53338      Branch: maint-5.6/perl
53339            ! ext/Errno/Errno_pm.PL
53340 ____________________________________________________________________________
53341 [  9594] By: jhi                                   on 2001/04/06  14:55:14
53342         Log: Integrate changes #9528,9593 from mainline into maintperl;
53343              tweaking the editor/IDE/shell list.
53344      Branch: maint-5.6/perl
53345           !> pod/perlfaq3.pod
53346 ____________________________________________________________________________
53347 [  9593] By: jhi                                   on 2001/04/06  14:51:39
53348         Log: Make the editor/IDE/shell list a little bit airier.
53349      Branch: perl
53350            ! pod/perlfaq3.pod
53351 ____________________________________________________________________________
53352 [  9592] By: gsar                                  on 2001/04/06  14:45:18
53353         Log: integrate change#9477 from mainline (base.pm doc tweak)
53354              
53355              missing doc entry for fmod()
53356      Branch: maint-5.6/perl
53357            ! lib/Math/BigFloat.pm
53358           !> lib/base.pm
53359 ____________________________________________________________________________
53360 [  9591] By: jhi                                   on 2001/04/06  13:55:48
53361         Log: Regen toc.
53362      Branch: perl
53363            ! pod/perltoc.pod
53364 ____________________________________________________________________________
53365 [  9590] By: jhi                                   on 2001/04/06  13:54:52
53366         Log: Math::BigFloat patches from John Peacock.  The equivalent
53367              of #9586 from maintperl but reworked by John to work with
53368              the bleadperl.
53369      Branch: perl
53370            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
53371 ____________________________________________________________________________
53372 [  9589] By: jhi                                   on 2001/04/06  13:42:23
53373         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
53374      Branch: perl
53375            ! ext/Digest/MD5/Makefile.PL
53376 ____________________________________________________________________________
53377 [  9588] By: jhi                                   on 2001/04/06  13:31:45
53378         Log: Integrate changes #9584,9587 from maintperl into mainline.
53379              
53380              keep eval"" CVs alive until the end of the statement in which
53381              they're called
53382              
53383              add README.macos (from Chris Nandor)
53384              
53385              tyop in change#9555
53386      Branch: perl
53387           +> README.macos
53388           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
53389           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
53390           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
53391           !> win32/makefile.mk
53392 ____________________________________________________________________________
53393 [  9587] By: gsar                                  on 2001/04/06  07:31:30
53394         Log: add README.macos (from Chris Nandor)
53395              
53396              tyop in change#9555
53397      Branch: maint-5.6/perl
53398            + README.macos
53399            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
53400            ! win32/Makefile win32/makefile.mk
53401 ____________________________________________________________________________
53402 [  9586] By: gsar                                  on 2001/04/06  07:08:54
53403         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
53404      Branch: maint-5.6/perl
53405            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
53406 ____________________________________________________________________________
53407 [  9585] By: gsar                                  on 2001/04/06  06:58:44
53408         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
53409              from mainline
53410              
53411              Subject: [PATCH] Base64 update to perlfaq9.pod
53412              
53413              Subject: [PATCH AUTHORS] Housekeeping
53414              
53415              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
53416              Mac OS X (Darwin) has extra pwent fields.
53417              
53418              Subject: [PATCH B::*] print control-character vars readably
53419              Needs EBCDICification.
53420              
53421              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
53422              
53423              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
53424              
53425              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
53426              
53427              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
53428              
53429              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
53430              
53431              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
53432              
53433              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
53434              
53435              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
53436              
53437              FreeBSD hints tweak from Anton Berezin.
53438              
53439              Subject: [PATCH foolperl & bleadperl] README.vms update
53440              
53441              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
53442      Branch: maint-5.6/perl
53443           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
53444           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
53445           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
53446 ____________________________________________________________________________
53447 [  9584] By: gsar                                  on 2001/04/06  04:09:00
53448         Log: keep eval"" CVs alive until the end of the statement in which
53449              they're called; this avoids a coredump ensuing from search for
53450              lexicals in code such as:
53451              
53452              sub bug {
53453              my $s = @_;
53454              eval q[sub { eval 'sub { &$s }' }];
53455              }
53456              bug("x")->()->();
53457              
53458              this code still doesn't work as intended (as it has remained
53459              since time immemorial), but it doesn't provoke a coredump anymore
53460      Branch: maint-5.6/perl
53461            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53462            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
53463 ____________________________________________________________________________
53464 [  9583] By: jhi                                   on 2001/04/05  23:52:51
53465         Log: Update Changes.
53466      Branch: perl
53467            ! Changes patchlevel.h
53468 ____________________________________________________________________________
53469 [  9582] By: jhi                                   on 2001/04/05  23:11:23
53470         Log: Slight doc tweak.
53471      Branch: perl
53472            ! pod/perlunicode.pod
53473 ____________________________________________________________________________
53474 [  9581] By: jhi                                   on 2001/04/05  23:04:11
53475         Log: Integrate perlio.
53476      Branch: perl
53477           !> pod/perlunicode.pod
53478 ____________________________________________________________________________
53479 [  9580] By: jhi                                   on 2001/04/05  23:03:29
53480         Log: Test for #9579.
53481      Branch: perl
53482            ! t/op/do.t
53483 ____________________________________________________________________________
53484 [  9579] By: jhi                                   on 2001/04/05  22:54:17
53485         Log: Subject: [PATCH] Propagate calling context for do '...'
53486              From: Gisle Aas <gisle@ActiveState.com>
53487              Date: 04 Apr 2001 20:17:29 -0700
53488              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
53489      Branch: perl
53490            ! pod/perlfunc.pod pp_ctl.c
53491 ____________________________________________________________________________
53492 [  9578] By: jhi                                   on 2001/04/05  22:52:51
53493         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
53494              From: Peter Prymmer <pvhp@forte.com>
53495              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
53496              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
53497      Branch: perl
53498            ! README.vms
53499 ____________________________________________________________________________
53500 [  9577] By: jhi                                   on 2001/04/05  22:48:22
53501         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
53502              From: "Craig A. Berry" <craigberry@mac.com>
53503              Date: Thu, 5 Apr 2001 13:43:28 -0500
53504              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
53505      Branch: perl
53506            ! README.vms
53507 ____________________________________________________________________________
53508 [  9576] By: jhi                                   on 2001/04/05  22:31:38
53509         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
53510              From: Michael G Schwern <schwern@pobox.com>
53511              Date: Thu, 5 Apr 2001 21:53:21 +0100
53512              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
53513      Branch: perl
53514            ! lib/base.pm t/lib/fields.t
53515 ____________________________________________________________________________
53516 [  9575] By: jhi                                   on 2001/04/05  22:26:10
53517         Log: FreeBSD hints tweak from Anton Berezin.
53518      Branch: perl
53519            ! hints/freebsd.sh
53520 ____________________________________________________________________________
53521 [  9574] By: jhi                                   on 2001/04/05  22:24:03
53522         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
53523              From: David Dyck <dcd@tc.fluke.com>
53524              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
53525              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
53526      Branch: perl
53527            ! t/op/oct.t
53528 ____________________________________________________________________________
53529 [  9573] By: jhi                                   on 2001/04/05  22:23:06
53530         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
53531              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
53532              From: David Dyck <dcd@tc.fluke.com>
53533              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
53534      Branch: perl
53535            ! pp.c
53536 ____________________________________________________________________________
53537 [  9572] By: jhi                                   on 2001/04/05  22:14:47
53538         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
53539              From: Robin Houston <robin@kitsite.com>
53540              Date: Thu, 5 Apr 2001 20:56:48 +0100
53541              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
53542      Branch: perl
53543            ! ext/B/B/Deparse.pm
53544 ____________________________________________________________________________
53545 [  9571] By: jhi                                   on 2001/04/05  22:12:53
53546         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
53547              From: Robin Houston <robin@kitsite.com>
53548              Date: Thu, 5 Apr 2001 19:55:51 +0100
53549              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
53550      Branch: perl
53551            ! ext/B/B/Deparse.pm
53552 ____________________________________________________________________________
53553 [  9570] By: jhi                                   on 2001/04/05  22:11:06
53554         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
53555              From: Robin Houston <robin@kitsite.com>
53556              Date: Thu, 5 Apr 2001 20:16:29 +0100
53557              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
53558      Branch: perl
53559            ! ext/B/B/Deparse.pm
53560 ____________________________________________________________________________
53561 [  9569] By: nick                                  on 2001/04/05  21:32:26
53562         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
53563      Branch: perlio
53564            ! pod/perlunicode.pod
53565 ____________________________________________________________________________
53566 [  9568] By: nick                                  on 2001/04/05  19:38:09
53567         Log: Integrate mainline
53568      Branch: perlio
53569           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
53570           !> (integrate 35 files)
53571 ____________________________________________________________________________
53572 [  9567] By: jhi                                   on 2001/04/05  18:31:45
53573         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
53574              From: Robin Houston <robin@kitsite.com>
53575              Date: Thu, 5 Apr 2001 18:03:23 +0100
53576              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
53577      Branch: perl
53578            ! ext/B/B/Deparse.pm
53579 ____________________________________________________________________________
53580 [  9566] By: jhi                                   on 2001/04/05  18:29:35
53581         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
53582              From: Robin Houston <robin@kitsite.com>
53583              Date: Thu, 5 Apr 2001 16:45:18 +0100
53584              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
53585      Branch: perl
53586            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
53587 ____________________________________________________________________________
53588 [  9565] By: jhi                                   on 2001/04/05  18:24:23
53589         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
53590              From: Robin Houston <robin@kitsite.com>
53591              Date: Thu, 5 Apr 2001 14:50:09 +0100
53592              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
53593      Branch: perl
53594            ! ext/B/B/Deparse.pm
53595 ____________________________________________________________________________
53596 [  9564] By: jhi                                   on 2001/04/05  18:23:03
53597         Log: Subject: [PATCH B::*] print control-character vars readably
53598              From: Robin Houston <robin@kitsite.com>
53599              Date: Thu, 5 Apr 2001 14:27:38 +0100
53600              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
53601              
53602              Needs EBCDICification.
53603      Branch: perl
53604            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
53605            ! ext/B/B/Terse.pm
53606 ____________________________________________________________________________
53607 [  9563] By: jhi                                   on 2001/04/05  18:20:32
53608         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
53609              Date: Thu, 5 Apr 2001 13:21:42 -0400
53610              From: Paul Schinder <schinder@pobox.com>
53611              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
53612              
53613              Mac OS X (Darwin) has extra pwent fields.
53614      Branch: perl
53615            ! t/op/pwent.t
53616 ____________________________________________________________________________
53617 [  9562] By: jhi                                   on 2001/04/05  17:57:51
53618         Log: Regen toc.
53619      Branch: perl
53620            ! pod/perltoc.pod
53621 ____________________________________________________________________________
53622 [  9561] By: jhi                                   on 2001/04/05  17:47:33
53623         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
53624      Branch: metaconfig
53625            ! U/Glossary.patch
53626      Branch: metaconfig/U/perl
53627            + d_u32align.U
53628            ! d_cmsghdr_s.U d_msghdr_s.U
53629 ____________________________________________________________________________
53630 [  9560] By: jhi                                   on 2001/04/05  17:47:01
53631         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
53632              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
53633              Introduce probes for struct msghdr, struct cmsghdr,
53634              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
53635              ualarm, usleep, for possible later extension work.
53636      Branch: perl
53637            + t/lib/md5-align.t
53638            ! Configure MANIFEST Porting/Glossary Porting/config.sh
53639            ! Porting/config_H config_h.SH configure.com epoc/config.sh
53640            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
53641            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53642            ! vos/config.ga.h win32/config.bc win32/config.gc
53643            ! win32/config.vc
53644 ____________________________________________________________________________
53645 [  9559] By: jhi                                   on 2001/04/05  13:03:04
53646         Log: Be traditional in your cpp (for the Errno extension).
53647      Branch: perl
53648            ! hints/darwin.sh
53649 ____________________________________________________________________________
53650 [  9558] By: jhi                                   on 2001/04/05  13:00:05
53651         Log: Add $Config{cppflags} to the gcc incantation.
53652      Branch: perl
53653            ! ext/Errno/Errno_pm.PL
53654 ____________________________________________________________________________
53655 [  9557] By: jhi                                   on 2001/04/05  04:22:39
53656         Log: Introduce Sean Burke's Class::ISA 0.32.
53657      Branch: perl
53658            + lib/Class/ISA.pm t/lib/class-isa.t
53659            ! MANIFEST
53660 ____________________________________________________________________________
53661 [  9556] By: jhi                                   on 2001/04/05  04:09:50
53662         Log: Subject: [PATCH AUTHORS] Housekeeping
53663              From: Paul Johnson <paul@pjcj.net> 
53664              Date: Wed, 4 Apr 2001 22:45:47 +0200
53665              Message-ID: <20010404224547.D9548@pjcj.net>
53666      Branch: perl
53667            ! AUTHORS
53668 ____________________________________________________________________________
53669 [  9555] By: jhi                                   on 2001/04/05  04:06:33
53670         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
53671              From: Gisle Aas <gisle@ActiveState.com>
53672              Date: 04 Apr 2001 14:23:04 -0700
53673              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
53674      Branch: perl
53675            ! pod/perlfaq9.pod
53676 ____________________________________________________________________________
53677 [  9554] By: jhi                                   on 2001/04/05  04:05:49
53678         Log: Downgrade also the "Wide character" diagnostic.
53679      Branch: perl
53680            ! pod/perldiag.pod
53681 ____________________________________________________________________________
53682 [  9553] By: jhi                                   on 2001/04/05  04:00:33
53683         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
53684              maintperl into mainline.
53685              
53686              "double" should be "NV"; standard typemap is missing entry
53687              for NV
53688              
53689              s/djSP/dSP/
53690              
53691              Downgrade "Wide character in print" to a warning.
53692              
53693              B::Deparse fix for ${^FOO} and documentation for PVX() method
53694              (from Robin Houston)
53695              
53696              tr/// doesn't null-terminate the result in some situations
53697              (from Gisle Aas)
53698      Branch: perl
53699           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
53700           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
53701           !> t/io/utf8.t t/op/tr.t
53702 ____________________________________________________________________________
53703 [  9552] By: jhi                                   on 2001/04/05  03:52:50
53704         Log: Retract changes #9542 and #9538 (from maintperl, integrated
53705              at #9540), shouldn't be needed because of the perlio changes.
53706      Branch: perl
53707            ! util.c
53708 ____________________________________________________________________________
53709 [  9551] By: gsar                                  on 2001/04/05  00:18:34
53710         Log: tr/// doesn't null-terminate the result in some situations
53711              (from Gisle Aas)
53712      Branch: maint-5.6/perl
53713            ! doop.c t/op/tr.t
53714 ____________________________________________________________________________
53715 [  9550] By: gsar                                  on 2001/04/04  20:04:17
53716         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
53717              (from Robin Houston)
53718      Branch: maint-5.6/perl
53719            ! ext/B/B.pm ext/B/B/Deparse.pm
53720 ____________________________________________________________________________
53721 [  9549] By: nick                                  on 2001/04/04  18:56:15
53722         Log: Downgrade "Wide character in print" to a warning.
53723      Branch: perlio
53724            ! doio.c t/io/utf8.t
53725 ____________________________________________________________________________
53726 [  9548] By: gsar                                  on 2001/04/04  18:51:49
53727         Log: integrate changes#9460,9462,9482,9521,9522
53728              
53729              Subject: PATCH: B::Debug should show LOOP-specific fields
53730              
53731              Subject: B::Deparse precedence bug. (Patch included.)
53732              
53733              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
53734              
53735              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
53736              
53737              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
53738      Branch: maint-5.6/perl
53739           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
53740           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
53741 ____________________________________________________________________________
53742 [  9547] By: gsar                                  on 2001/04/04  18:49:16
53743         Log: s/djSP/dSP/
53744      Branch: maint-5.6/perl
53745            ! ext/Thread/Thread.xs
53746 ____________________________________________________________________________
53747 [  9546] By: nick                                  on 2001/04/04  18:44:00
53748         Log: Integrate mainline.
53749      Branch: perlio
53750           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
53751           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
53752 ____________________________________________________________________________
53753 [  9545] By: gsar                                  on 2001/04/04  18:38:52
53754         Log: integrate change#8837 from mainline
53755              
53756              Subject: [patch] -Wall cleanup round 2
53757      Branch: maint-5.6/perl
53758           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
53759           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
53760           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
53761           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
53762           !> ext/SDBM_File/SDBM_File.xs
53763 ____________________________________________________________________________
53764 [  9544] By: gsar                                  on 2001/04/04  17:49:57
53765         Log: "double" should be "NV"; standard typemap is missing entry
53766              for NV
53767      Branch: maint-5.6/perl
53768            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
53769 ____________________________________________________________________________
53770 [  9543] By: jhi                                   on 2001/04/04  14:13:18
53771         Log: Thou shalt not (just) match for English error messages.
53772      Branch: perl
53773            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
53774            ! os2/OS2/Process/Process.pm
53775 ____________________________________________________________________________
53776 [  9542] By: jhi                                   on 2001/04/04  13:20:39
53777         Log: Make the stdio tricks of fflush_all() to exist only if
53778              stdio is being used.
53779      Branch: perl
53780            ! util.c
53781 ____________________________________________________________________________
53782 [  9541] By: jhi                                   on 2001/04/04  04:20:24
53783         Log: Subject: Re: [PATCH] Lighten up glob
53784              From: Benjamin Sugars <bsugars@canoe.ca>
53785              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
53786              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
53787      Branch: perl
53788            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
53789            ! util.c
53790 ____________________________________________________________________________
53791 [  9540] By: jhi                                   on 2001/04/04  04:03:57
53792         Log: Integrate changes #9538,9539 from maintperl into mainline.
53793              
53794              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
53795              for use with _fwalk() (fix for change#7705)
53796              
53797              another tweak needed for SunOS 4.1.x build (from Mike Guy)
53798              (cp -f is not portable)
53799      Branch: perl
53800           !> Makefile.SH util.c
53801 ____________________________________________________________________________
53802 [  9539] By: gsar                                  on 2001/04/04  03:01:14
53803         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
53804      Branch: maint-5.6/perl
53805            ! Makefile.SH
53806 ____________________________________________________________________________
53807 [  9538] By: gsar                                  on 2001/04/04  01:00:38
53808         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
53809              for use with _fwalk() (fix for change#7705)
53810      Branch: maint-5.6/perl
53811            ! util.c
53812 ____________________________________________________________________________
53813 [  9537] By: nick                                  on 2001/04/03  19:24:55
53814         Log: Integrate mainline
53815      Branch: perlio
53816           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
53817           +> lib/unicode/PropList.html
53818            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
53819           !> (integrate 69 files)
53820 ____________________________________________________________________________
53821 [  9536] By: jhi                                   on 2001/04/03  18:02:31
53822         Log: Integrate change #9533 from maintperl into mainline.
53823              
53824              better fix for change#9517 to accomodate UNC paths like
53825              \\server\share\foo, and paths with trailing backslash
53826              like c:\this\
53827      Branch: perl
53828           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53829 ____________________________________________________________________________
53830 [  9535] By: jhi                                   on 2001/04/03  17:58:07
53831         Log: Change the push/unshift warning to be of class syntax, not misc.
53832      Branch: perl
53833            ! op.c pod/perldiag.pod t/pragma/warn/op
53834 ____________________________________________________________________________
53835 [  9534] By: jhi                                   on 2001/04/03  15:03:46
53836         Log: Change the push/unshift warning (#9532) to talk about "no values"
53837              instead of "no arguments".
53838      Branch: perl
53839            ! op.c pod/perldiag.pod t/pragma/warn/op
53840 ____________________________________________________________________________
53841 [  9533] By: gsar                                  on 2001/04/03  14:30:07
53842         Log: better fix for change#9517 to accomodate UNC paths like
53843              \\server\share\foo, and paths with trailing backslash
53844              like c:\this\
53845      Branch: maint-5.6/perl
53846            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53847 ____________________________________________________________________________
53848 [  9532] By: jhi                                   on 2001/04/03  13:11:46
53849         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
53850              From: Robin Houston <robin@kitsite.com>
53851              Date: Mon, 2 Apr 2001 15:03:29 +0100
53852              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
53853      Branch: perl
53854            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
53855 ____________________________________________________________________________
53856 [  9531] By: jhi                                   on 2001/04/03  13:06:34
53857         Log: Integrate change #9530 from maintperl into mainline.
53858              
53859              accomodate VMS "mailbox overflow" quirk in testsuite (from
53860              Craig Berry)
53861      Branch: perl
53862           !> t/lib/socket.t
53863 ____________________________________________________________________________
53864 [  9530] By: gsar                                  on 2001/04/03  04:56:41
53865         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
53866              Craig Berry)
53867      Branch: maint-5.6/perl
53868            ! t/lib/socket.t
53869 ____________________________________________________________________________
53870 [  9529] By: jhi                                   on 2001/04/03  02:34:34
53871         Log: Update Changes.
53872      Branch: perl
53873            ! Changes patchlevel.h
53874 ____________________________________________________________________________
53875 [  9528] By: jhi                                   on 2001/04/03  01:27:57
53876         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
53877              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
53878              To: perl5-porters@perl.org
53879              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
53880      Branch: perl
53881            ! pod/perlfaq3.pod
53882 ____________________________________________________________________________
53883 [  9527] By: jhi                                   on 2001/04/03  01:22:09
53884         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
53885              From: Peter Prymmer <pvhp@forte.com>
53886              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
53887              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
53888      Branch: perl
53889            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
53890 ____________________________________________________________________________
53891 [  9526] By: jhi                                   on 2001/04/03  01:18:25
53892         Log: The metaconfig unit changes for #9525.
53893      Branch: metaconfig
53894            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
53895      Branch: metaconfig/U/perl
53896            ! use64bits.U
53897 ____________________________________________________________________________
53898 [  9525] By: jhi                                   on 2001/04/03  01:17:30
53899         Log: Configure sanity checks:
53900              * if use64bitall is attempted but pointers are only 32-bit,
53901              'downgrade' to use64bitint
53902              * if use64bitint is attempted but there's no quad type,
53903              forget about use64bitint (well, the default for it is 'n',
53904              the user can still override this)
53905              * if pointers are 64 bits, do not try to use Perl's malloc
53906      Branch: perl
53907            ! Configure
53908 ____________________________________________________________________________
53909 [  9524] By: gsar                                  on 2001/04/03  01:09:12
53910         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
53911      Branch: maint-5.6/perl
53912            ! pp_sys.c
53913 ____________________________________________________________________________
53914 [  9523] By: jhi                                   on 2001/04/03  00:02:31
53915         Log: (Retracted by #9609)
53916              
53917              Make it harder for parallel makes to enter 'test' before
53918              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
53919              should be unhappy enough, but sometimes parallel makes seem
53920              to sneak past both in Tru64 and AIX.)
53921      Branch: perl
53922            ! Makefile.SH
53923 ____________________________________________________________________________
53924 [  9522] By: jhi                                   on 2001/04/02  22:35:31
53925         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
53926              Date: Mon, 2 Apr 2001 22:54:10 +0100
53927              From: Robin Houston <robin@kitsite.com>
53928              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
53929      Branch: perl
53930            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
53931 ____________________________________________________________________________
53932 [  9521] By: jhi                                   on 2001/04/02  22:32:23
53933         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
53934              From: Robin Houston <robin@kitsite.com>
53935              Date: Mon, 2 Apr 2001 20:24:03 +0100
53936              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
53937      Branch: perl
53938            ! ext/B/B/Concise.pm
53939 ____________________________________________________________________________
53940 [  9520] By: jhi                                   on 2001/04/02  22:30:43
53941         Log: Subject: [PATCH] REALLY pedantic hv.h nit
53942              From: Simon Cozens <simon@netthink.co.uk>
53943              Date: Mon, 2 Apr 2001 15:43:06 +0100
53944              Message-ID: <20010402154306.A21711@netthink.co.uk>
53945      Branch: perl
53946            ! hv.h
53947 ____________________________________________________________________________
53948 [  9519] By: jhi                                   on 2001/04/02  22:28:04
53949         Log: Based on
53950              
53951              Subject: [foolperl] EPOC fix
53952              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53953              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
53954              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
53955      Branch: perl
53956            ! pp_sys.c
53957 ____________________________________________________________________________
53958 [  9518] By: jhi                                   on 2001/04/02  22:22:34
53959         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
53960              
53961              README.win32 tweaks; add a note about alternative location for
53962              getting a gcc-2.95.2 that will build perl properly on windows
53963              
53964              add some notes about gutsy threading matters
53965              
53966              many of the utilities interpolate literal paths within doublequotes
53967              (fails on dosish platforms where path contains backslashes)
53968      Branch: perl
53969           !> README.win32 pod/perlguts.pod utils/perldoc.PL
53970           !> x2p/find2perl.PL x2p/s2p.PL
53971 ____________________________________________________________________________
53972 [  9517] By: gsar                                  on 2001/04/02  19:52:21
53973         Log: many of the utilities interpolate literal paths within doublequotes
53974              (fails on dosish platforms where path contains backslashes)
53975      Branch: maint-5.6/perl
53976            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53977 ____________________________________________________________________________
53978 [  9516] By: gsar                                  on 2001/04/02  05:49:37
53979         Log: a foolish release
53980      Branch: maint-5.6/perl
53981            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
53982            ! pod/perltoc.pod
53983 ____________________________________________________________________________
53984 [  9515] By: gsar                                  on 2001/04/02  05:04:29
53985         Log: add missing changelog summaries
53986      Branch: maint-5.6/perl
53987            ! Changes
53988 ____________________________________________________________________________
53989 [  9514] By: gsar                                  on 2001/04/02  04:07:13
53990         Log: add some notes about gutsy threading matters
53991      Branch: maint-5.6/perl
53992            ! pod/perlguts.pod
53993 ____________________________________________________________________________
53994 [  9513] By: gsar                                  on 2001/04/02  03:25:21
53995         Log: add more prominent caveat notices about experimental features
53996      Branch: maint-5.6/perl
53997            ! pod/perlfork.pod pod/perlunicode.pod
53998 ____________________________________________________________________________
53999 [  9512] By: gsar                                  on 2001/04/02  02:54:33
54000         Log: integrate changes#9479,9509 from mainline
54001              
54002              [PATCH] File::Glob stuff for Mac OS
54003              
54004              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
54005      Branch: maint-5.6/perl
54006           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
54007           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
54008           !> t/lib/glob-taint.t
54009 ____________________________________________________________________________
54010 [  9511] By: gsar                                  on 2001/04/02  02:38:24
54011         Log: README.win32 tweaks; add a note about alternative location for
54012              getting a gcc-2.95.2 that will build perl properly on windows
54013      Branch: maint-5.6/perl
54014            ! README.win32
54015 ____________________________________________________________________________
54016 [  9510] By: jhi                                   on 2001/04/01  20:45:10
54017         Log: An ambiguousity warning.
54018      Branch: perl
54019            ! t/lib/trig.t
54020 ____________________________________________________________________________
54021 [  9509] By: jhi                                   on 2001/04/01  19:53:47
54022         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
54023              From: Jonathan Stowe <gellyfish@gellyfish.com>
54024              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
54025              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
54026      Branch: perl
54027            ! ext/File/Glob/bsd_glob.c
54028 ____________________________________________________________________________
54029 [  9508] By: jhi                                   on 2001/04/01  19:35:03
54030         Log: Update Changes.
54031      Branch: perl
54032            ! Changes patchlevel.h
54033 ____________________________________________________________________________
54034 [  9507] By: jhi                                   on 2001/04/01  19:24:01
54035         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
54036              from mainline to maintperl: pod tweaks.
54037      Branch: maint-5.6/perl
54038           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
54039           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
54040           !> pod/perlvar.pod
54041 ____________________________________________________________________________
54042 [  9506] By: jhi                                   on 2001/04/01  19:11:53
54043         Log: Commit Sarathy to April release of 5.6.1 :-)
54044      Branch: perl
54045            ! pod/perlfaq1.pod
54046 ____________________________________________________________________________
54047 [  9505] By: jhi                                   on 2001/04/01  19:03:15
54048         Log: Subject: PATCH 5.6.0 (perldebug.pod)
54049              From: Mark-Jason Dominus <mjd@plover.com>
54050              Date: Sun, 01 Apr 2001 14:25:11 -0400
54051              Message-ID: <20010401182511.9247.qmail@plover.com>
54052      Branch: perl
54053            ! pod/perldebug.pod
54054 ____________________________________________________________________________
54055 [  9504] By: jhi                                   on 2001/04/01  18:43:09
54056         Log: Add great_circle_direction().
54057      Branch: perl
54058            ! lib/Math/Trig.pm t/lib/trig.t
54059 ____________________________________________________________________________
54060 [  9503] By: jhi                                   on 2001/04/01  17:29:12
54061         Log: Unicode ReadMe update for Unicode 3.1.
54062      Branch: perl
54063            ! lib/unicode/ReadMe.txt
54064 ____________________________________________________________________________
54065 [  9502] By: jhi                                   on 2001/04/01  17:18:40
54066         Log: Integrate change #9501 from maintperl into mainline.
54067              
54068              fix the perlembed notes on multiple interpreters
54069              
54070              fix ExtUtils::Embed to work passably on Windows
54071      Branch: perl
54072           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
54073 ____________________________________________________________________________
54074 [  9501] By: gsar                                  on 2001/04/01  07:21:57
54075         Log: fix the perlembed notes on multiple interpreters
54076              
54077              fix ExtUtils::Embed to work passably on Windows
54078      Branch: maint-5.6/perl
54079            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
54080 ____________________________________________________________________________
54081 [  9500] By: jhi                                   on 2001/04/01  05:58:23
54082         Log: Test for #9499.
54083      Branch: perl
54084            ! t/op/tr.t
54085 ____________________________________________________________________________
54086 [  9499] By: jhi                                   on 2001/04/01  05:55:46
54087         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
54088      Branch: perl
54089            ! embed.h embed.pl op.c proto.h
54090 ____________________________________________________________________________
54091 [  9498] By: jhi                                   on 2001/04/01  05:44:34
54092         Log: Protect the workaround hunk more.
54093      Branch: perl
54094            ! toke.c
54095 ____________________________________________________________________________
54096 [  9497] By: jhi                                   on 2001/04/01  00:24:25
54097         Log: Integrate changes #9493,9494,9495,9496 from maintperl
54098              into mainline.
54099              
54100              fix a broken workaround for Borland compiler in change#4739
54101              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
54102              
54103              nits spotted by Borland compiler
54104              
54105              avoid redefinition warnings under Borland 5.02
54106              
54107              various nits identified by the Borland 5.5 compiler; remove suppression
54108              of a few warnings
54109      Branch: perl
54110           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
54111           !> win32/win32.h
54112 ____________________________________________________________________________
54113 [  9496] By: gsar                                  on 2001/03/31  23:22:28
54114         Log: various nits identified by the Borland 5.5 compiler; remove suppression
54115              of a few warnings
54116      Branch: maint-5.6/perl
54117            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
54118 ____________________________________________________________________________
54119 [  9495] By: gsar                                  on 2001/03/31  21:03:08
54120         Log: avoid redefinition warnings under Borland 5.02
54121      Branch: maint-5.6/perl
54122            ! win32/makefile.mk
54123 ____________________________________________________________________________
54124 [  9494] By: gsar                                  on 2001/03/31  20:18:59
54125         Log: nits spotted by Borland compiler
54126      Branch: maint-5.6/perl
54127            ! utf8.h win32/win32.h
54128 ____________________________________________________________________________
54129 [  9493] By: gsar                                  on 2001/03/31  20:18:05
54130         Log: fix a broken workaround for Borland compiler in change#4739
54131              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
54132      Branch: maint-5.6/perl
54133            ! toke.c
54134 ____________________________________________________________________________
54135 [  9492] By: jhi                                   on 2001/03/31  18:36:24
54136         Log: Integrate change #9491 from maintperl into mainline.
54137              
54138              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
54139              directory is relative (need to fetch the full path name *before*
54140              the chdir!)
54141      Branch: perl
54142           !> lib/Cwd.pm
54143 ____________________________________________________________________________
54144 [  9491] By: gsar                                  on 2001/03/31  17:01:56
54145         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
54146              directory is relative (need to fetch the full path name *before*
54147              the chdir!)
54148              
54149              this is a followup patch for change#6749
54150      Branch: maint-5.6/perl
54151            ! lib/Cwd.pm
54152 ____________________________________________________________________________
54153 [  9490] By: jhi                                   on 2001/03/31  15:50:18
54154         Log: Subject: Re: [PATCH] av.h cosmetics
54155              From: Simon Cozens <simon@netthink.co.uk>
54156              Date: Sat, 31 Mar 2001 13:09:59 +0100
54157              Message-ID: <20010331130959.A22000@netthink.co.uk>
54158              
54159              Document AvALLOC.
54160      Branch: perl
54161            ! pod/perlguts.pod
54162 ____________________________________________________________________________
54163 [  9489] By: jhi                                   on 2001/03/31  15:48:44
54164         Log: Subject: [PATCH] Re: Math::Big* v1.21
54165              From: Tels <perl_dummy@bloodgate.com>
54166              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
54167              Message-Id: <200103311125.GAA377738@www08.hway.net>
54168      Branch: perl
54169            ! pod/perlop.pod
54170 ____________________________________________________________________________
54171 [  9488] By: jhi                                   on 2001/03/31  03:39:51
54172         Log: Debug output tweak.
54173      Branch: perl
54174            ! t/lib/cwd.t
54175 ____________________________________________________________________________
54176 [  9487] By: jhi                                   on 2001/03/31  03:33:02
54177         Log: OverVMSification.
54178      Branch: perl
54179            ! t/lib/cwd.t
54180 ____________________________________________________________________________
54181 [  9486] By: jhi                                   on 2001/03/31  03:01:40
54182         Log: Missed MANIFESTations in #9483.
54183      Branch: perl
54184            ! MANIFEST
54185 ____________________________________________________________________________
54186 [  9485] By: jhi                                   on 2001/03/31  02:58:17
54187         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
54188              From: Peter Prymmer <pvhp@forte.com>
54189              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
54190              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
54191      Branch: perl
54192            ! regexec.c t/lib/cwd.t
54193 ____________________________________________________________________________
54194 [  9484] By: jhi                                   on 2001/03/31  01:04:41
54195         Log: Obsolete file (see #3938)
54196      Branch: perl
54197            - lib/unicode/README.Ethiopic
54198            ! MANIFEST
54199 ____________________________________________________________________________
54200 [  9483] By: jhi                                   on 2001/03/31  00:52:42
54201         Log: Update to Unicode 3.1.
54202              (Rename Names.txt to NamesList.txt.)
54203      Branch: perl
54204            + lib/unicode/NamesList.txt lib/unicode/PropList.html
54205            - lib/unicode/Names.txt
54206            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54207            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
54208            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
54209            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
54210            ! lib/unicode/UCD.html lib/unicode/Unicode.html
54211            ! lib/unicode/rename lib/unicode/version
54212 ____________________________________________________________________________
54213 [  9482] By: jhi                                   on 2001/03/30  23:33:44
54214         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
54215              From: Robin Houston <robin@kitsite.com>
54216              Date: Fri, 30 Mar 2001 20:07:22 +0100
54217              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
54218      Branch: perl
54219            ! ext/B/B/Deparse.pm
54220 ____________________________________________________________________________
54221 [  9481] By: jhi                                   on 2001/03/30  23:20:25
54222         Log: Subject: Re: [PATCH] CwdXS, Take 2
54223              From: Benjamin Sugars <bsugars@canoe.ca>
54224              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
54225              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
54226      Branch: perl
54227            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
54228            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
54229 ____________________________________________________________________________
54230 [  9480] By: jhi                                   on 2001/03/30  22:52:38
54231         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
54232              From: David Dyck <dcd@tc.fluke.com>
54233              Date: Fri, 30 Mar 2001 14:44:13 -0800
54234              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
54235              
54236              The t/rantests flags file creation was accidentally
54237              removed by #9217.
54238      Branch: perl
54239            ! Makefile.SH
54240 ____________________________________________________________________________
54241 [  9479] By: jhi                                   on 2001/03/30  22:45:45
54242         Log: Subject: [PATCH] File::Glob stuff for Mac OS
54243              From: Chris Nandor <pudge@pobox.com>
54244              Date: Fri, 30 Mar 2001 16:51:00 -0500
54245              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
54246      Branch: perl
54247            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
54248            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
54249            ! t/lib/glob-taint.t
54250 ____________________________________________________________________________
54251 [  9478] By: jhi                                   on 2001/03/30  22:43:12
54252         Log: Subject: fix for win32/buildext.pl
54253              From: "Vadim Konovalov" <watman@inbox.ru>
54254              Date: Sat, 31 Mar 2001 00:50:36 +0400
54255              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
54256      Branch: perl
54257            ! win32/buildext.pl
54258 ____________________________________________________________________________
54259 [  9477] By: jhi                                   on 2001/03/30  22:41:16
54260         Log: Subject: small base.pm doc patch
54261              From: Leon Brocard <acme@astray.com>
54262              Date: Fri, 30 Mar 2001 21:49:57 +0100
54263              Message-ID: <20010330214957.B8733@ns0.astray.com>
54264      Branch: perl
54265            ! lib/base.pm
54266 ____________________________________________________________________________
54267 [  9476] By: jhi                                   on 2001/03/30  18:16:57
54268         Log: Subject: [PATCH] av.h cosmetics
54269              From: Simon Cozens <simon@netthink.co.uk>
54270              Date: Fri, 30 Mar 2001 18:12:28 +0100
54271              Message-ID: <20010330181228.A9319@netthink.co.uk>
54272      Branch: perl
54273            ! av.h
54274 ____________________________________________________________________________
54275 [  9475] By: jhi                                   on 2001/03/30  18:15:50
54276         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
54277              From: "Philip Newton" <pnewton@gmx.de>
54278              Date: Fri, 30 Mar 2001 19:06:57 +0200
54279              Message-ID: <3AC4D951.14815.1AC7068@localhost>
54280      Branch: perl
54281            ! pod/perlhack.pod
54282 ____________________________________________________________________________
54283 [  9474] By: jhi                                   on 2001/03/30  18:14:02
54284         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
54285              From: Benjamin Sugars <bsugars@canoe.ca>
54286              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
54287              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
54288      Branch: perl
54289            ! t/lib/glob-basic.t
54290 ____________________________________________________________________________
54291 [  9473] By: jhi                                   on 2001/03/30  16:09:24
54292         Log: Update Changes.
54293      Branch: perl
54294            ! Changes patchlevel.h
54295 ____________________________________________________________________________
54296 [  9472] By: jhi                                   on 2001/03/30  15:16:08
54297         Log: Integrate perlio.
54298      Branch: perl
54299           !> t/lib/cwd.t t/lib/glob-basic.t
54300 ____________________________________________________________________________
54301 [  9471] By: nick                                  on 2001/03/30  14:47:10
54302         Log: Should be (^O eq 'MSWin32') not 'Win32'
54303              Fail #12 seems real - chdir is in wrong dir.
54304      Branch: perlio
54305            ! t/lib/cwd.t
54306 ____________________________________________________________________________
54307 [  9470] By: jhi                                   on 2001/03/30  14:41:11
54308         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
54309              From: Radu Greab <radu@netsoft.ro>
54310              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
54311              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
54312              
54313              Replace #9352.
54314      Branch: perl
54315            ! ext/Socket/Socket.xs pp_sys.c
54316 ____________________________________________________________________________
54317 [  9469] By: jhi                                   on 2001/03/30  14:37:51
54318         Log: Subject: PATCH pod/perldiag.pod
54319              From: Robin Houston <robin@kitsite.com>
54320              Date: Fri, 30 Mar 2001 14:10:36 +0100
54321              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
54322      Branch: perl
54323            ! pod/perldiag.pod t/lib/glob-basic.t
54324 ____________________________________________________________________________
54325 [  9468] By: jhi                                   on 2001/03/30  14:36:36
54326         Log: Subject: Better diagnostic in io/fs.t
54327              From: andreas.koenig@anima.de (Andreas J. Koenig)
54328              Date: 30 Mar 2001 10:11:43 +0200
54329              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
54330      Branch: perl
54331            ! t/io/fs.t
54332 ____________________________________________________________________________
54333 [  9467] By: nick                                  on 2001/03/30  14:25:43
54334         Log: Skip order test of glob if case-ignoring system cannot 
54335              create a.test and A.test
54336      Branch: perlio
54337            ! t/lib/glob-basic.t
54338 ____________________________________________________________________________
54339 [  9466] By: nick                                  on 2001/03/30  13:03:12
54340         Log: Integrate mainline.
54341      Branch: perlio
54342            - ext/re/hints/aix.pl
54343           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
54344           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
54345           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
54346           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
54347 ____________________________________________________________________________
54348 [  9465] By: jhi                                   on 2001/03/30  03:53:37
54349         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
54350              the tests sometimes hang, sometimes not.)
54351      Branch: perl
54352            ! t/lib/io_multihomed.t t/lib/io_sock.t
54353 ____________________________________________________________________________
54354 [  9464] By: jhi                                   on 2001/03/30  02:56:04
54355         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
54356              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54357              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
54358              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
54359      Branch: perl
54360            ! op.c
54361 ____________________________________________________________________________
54362 [  9463] By: jhi                                   on 2001/03/30  02:34:48
54363         Log: Test for #9462.
54364      Branch: perl
54365            ! t/lib/b.t
54366 ____________________________________________________________________________
54367 [  9462] By: jhi                                   on 2001/03/30  02:29:37
54368         Log: Subject: B::Deparse precedence bug. (Patch included.)
54369              From: Jeremy Madea <jmadea@inktomi.com>
54370              Date: Thu, 29 Mar 2001 12:05:02 -0800
54371              Message-ID: <20010329120502.A24881@dr.inktomi.com>
54372      Branch: perl
54373            ! ext/B/B/Deparse.pm
54374 ____________________________________________________________________________
54375 [  9461] By: jhi                                   on 2001/03/30  02:18:41
54376         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
54377              From: Peter Prymmer <pvhp@forte.com>
54378              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
54379              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
54380      Branch: perl
54381            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
54382            ! t/lib/md5-file.t
54383 ____________________________________________________________________________
54384 [  9460] By: jhi                                   on 2001/03/30  02:17:07
54385         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
54386              From: Robin Houston <robin@kitsite.com>
54387              Date: Thu, 29 Mar 2001 20:47:56 +0100
54388              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
54389      Branch: perl
54390            ! ext/B/B/Debug.pm
54391 ____________________________________________________________________________
54392 [  9459] By: jhi                                   on 2001/03/30  02:16:05
54393         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
54394              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
54395              Date: Wed, 28 Mar 2001 18:02:20 -0600
54396              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
54397      Branch: perl
54398            ! lib/ExtUtils/MM_VMS.pm
54399 ____________________________________________________________________________
54400 [  9458] By: jhi                                   on 2001/03/30  02:07:58
54401         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
54402              From: "Joshua E. Rodd" <jrodd@pbs.org>
54403              Date: Wed, 28 Mar 2001 17:29:12 -0500
54404              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
54405      Branch: perl
54406            ! pod/perlop.pod
54407 ____________________________________________________________________________
54408 [  9457] By: jhi                                   on 2001/03/30  02:04:33
54409         Log: Subject: ext/re/aix.pl can go
54410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54411              Date: Thu, 29 Mar 2001 12:03:28 +0200
54412              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
54413      Branch: perl
54414            - ext/re/hints/aix.pl
54415            ! MANIFEST
54416 ____________________________________________________________________________
54417 [  9456] By: jhi                                   on 2001/03/30  02:03:32
54418         Log: Integrate perlio.
54419      Branch: perl
54420           !> ext/Encode/Encode.xs installperl
54421 ____________________________________________________________________________
54422 [  9455] By: nick                                  on 2001/03/29  21:11:46
54423         Log: DLL name has changed so installperl needs to know
54424              (Why isn't it working it out or passed it?)
54425      Branch: perlio
54426            ! installperl
54427 ____________________________________________________________________________
54428 [  9454] By: nick                                  on 2001/03/29  20:56:12
54429         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
54430              and we don't get undef warnings.
54431      Branch: perlio
54432            ! ext/Encode/Encode.xs
54433 ____________________________________________________________________________
54434 [  9453] By: nick                                  on 2001/03/29  17:58:48
54435         Log: Integrate mainline
54436      Branch: perlio
54437           !> Changes patchlevel.h
54438 ____________________________________________________________________________
54439 [  9452] By: jhi                                   on 2001/03/29  16:44:55
54440         Log: Update Changes.
54441      Branch: perl
54442            ! Changes patchlevel.h
54443 ____________________________________________________________________________
54444 [  9451] By: nick                                  on 2001/03/29  16:31:38
54445         Log: Integrate mainline
54446      Branch: perlio
54447           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
54448           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
54449           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
54450           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
54451           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
54452 ____________________________________________________________________________
54453 [  9450] By: jhi                                   on 2001/03/29  16:29:17
54454         Log: Integrate perlio.
54455      Branch: perl
54456           !> win32/buildext.pl
54457 ____________________________________________________________________________
54458 [  9449] By: jhi                                   on 2001/03/29  15:50:01
54459         Log: Update Changes.
54460      Branch: perl
54461            ! Changes patchlevel.h
54462 ____________________________________________________________________________
54463 [  9448] By: nick                                  on 2001/03/29  15:47:15
54464         Log: Make sure buildext.pl finds Errno.pm
54465      Branch: perlio
54466            ! win32/buildext.pl
54467 ____________________________________________________________________________
54468 [  9447] By: jhi                                   on 2001/03/29  15:39:34
54469         Log: Integrate perlio.
54470      Branch: perl
54471           !> win32/makefile.mk
54472 ____________________________________________________________________________
54473 [  9446] By: nick                                  on 2001/03/29  15:30:03
54474         Log: Integrate win32/makefile.mk with mainline.
54475      Branch: perlio
54476           !> win32/makefile.mk
54477 ____________________________________________________________________________
54478 [  9445] By: nick                                  on 2001/03/29  15:27:32
54479         Log: Fix breakage ... 
54480      Branch: perlio
54481            ! win32/makefile.mk
54482 ____________________________________________________________________________
54483 [  9444] By: jhi                                   on 2001/03/29  15:03:08
54484         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
54485              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54486              Date: Thu, 29 Mar 2001 10:32:59 +0400
54487              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
54488      Branch: perl
54489            ! win32/makefile.mk
54490 ____________________________________________________________________________
54491 [  9443] By: jhi                                   on 2001/03/29  15:02:12
54492         Log: Integrate perlio.
54493      Branch: perl
54494           +> win32/buildext.pl
54495           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
54496           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
54497 ____________________________________________________________________________
54498 [  9442] By: nick                                  on 2001/03/29  14:59:11
54499         Log: Work in progress - determine win32 extensions to build via script.
54500      Branch: perlio
54501            + win32/buildext.pl
54502            ! MANIFEST win32/makefile.mk
54503 ____________________________________________________________________________
54504 [  9441] By: jhi                                   on 2001/03/29  14:51:47
54505         Log: Reintroduce the use of external pwd.
54506      Branch: perl
54507            ! t/lib/cwd.t
54508 ____________________________________________________________________________
54509 [  9440] By: jhi                                   on 2001/03/29  14:42:58
54510         Log: use warnings instead of -w.
54511      Branch: perl
54512            ! utils/h2xs.PL
54513 ____________________________________________________________________________
54514 [  9439] By: jhi                                   on 2001/03/29  14:41:52
54515         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
54516              From: Jonathan Stowe <gellyfish@gellyfish.com>
54517              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
54518              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
54519      Branch: perl
54520            ! utils/h2xs.PL
54521 ____________________________________________________________________________
54522 [  9438] By: jhi                                   on 2001/03/29  14:39:38
54523         Log: Subject: [PATCH perl@9424] minor pod nits
54524              From: Robin Barker <rmb1@cise.npl.co.uk>
54525              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
54526              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
54527      Branch: perl
54528            ! pod/perlhack.pod pod/perliol.pod
54529 ____________________________________________________________________________
54530 [  9437] By: jhi                                   on 2001/03/29  14:29:16
54531         Log: Subject: [PATCH perl@9424] typemap cast warning
54532              From: Robin Barker <rmb1@cise.npl.co.uk>
54533              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
54534              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
54535      Branch: perl
54536            ! lib/ExtUtils/typemap
54537 ____________________________________________________________________________
54538 [  9436] By: jhi                                   on 2001/03/29  14:26:03
54539         Log: Subject: [PATCH perl@9424] printf warning
54540              From: Robin Barker <rmb1@cise.npl.co.uk>
54541              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
54542              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
54543      Branch: perl
54544            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
54545            ! ext/Storable/Storable.xs toke.c
54546 ____________________________________________________________________________
54547 [  9435] By: nick                                  on 2001/03/29  14:23:31
54548         Log: Win32 has name conflict with ERROR
54549      Branch: perlio
54550            ! ext/PerlIO/Via/Via.xs
54551 ____________________________________________________________________________
54552 [  9434] By: jhi                                   on 2001/03/29  14:17:48
54553         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
54554              From: Peter Prymmer <pvhp@forte.com>
54555              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
54556              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
54557      Branch: perl
54558            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
54559 ____________________________________________________________________________
54560 [  9433] By: jhi                                   on 2001/03/29  13:52:44
54561         Log: test-prep target was missing.
54562      Branch: perl
54563            ! Makefile.SH
54564 ____________________________________________________________________________
54565 [  9432] By: nick                                  on 2001/03/29  12:40:03
54566         Log: Make as-shipped compiler default to MSVC6 
54567      Branch: perlio
54568            ! win32/makefile.mk
54569 ____________________________________________________________________________
54570 [  9431] By: nick                                  on 2001/03/29  12:12:16
54571         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
54572              akin to PerlIO::Scalar.
54573      Branch: perlio
54574            ! perlio.c perlio.h
54575 ____________________________________________________________________________
54576 [  9430] By: nick                                  on 2001/03/29  10:56:35
54577         Log: Integrate mainline.
54578      Branch: perlio
54579           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
54580           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
54581           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
54582           !> win32/makefile.mk win32/win32sck.c
54583 ____________________________________________________________________________
54584 [  9429] By: nick                                  on 2001/03/29  09:03:43
54585         Log: Noticed that two tests were skipped as perlio:: package
54586              isn't there any more. Changed the skip condition.
54587              Avoid core-dump if sv_utf8_upgrade() called on something
54588              that does not become SvPOK after SvPV() (e.g. a ref).
54589      Branch: perlio
54590            ! sv.c t/io/utf8.t t/lib/io_scalar.t
54591 ____________________________________________________________________________
54592 [  9428] By: jhi                                   on 2001/03/29  01:31:47
54593         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
54594              From: Benjamin Sugars <bsugars@canoe.ca> 
54595              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
54596              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
54597      Branch: perl
54598            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
54599            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
54600            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
54601 ____________________________________________________________________________
54602 [  9427] By: jhi                                   on 2001/03/29  00:49:30
54603         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
54604              From: "Vadim Konovalov" <watman@inbox.ru>
54605              Date: Thu, 29 Mar 2001 01:50:12 +0400
54606              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
54607      Branch: perl
54608            ! win32/makefile.mk win32/win32sck.c
54609 ____________________________________________________________________________
54610 [  9426] By: gsar                                  on 2001/03/29  00:28:04
54611         Log: dmake can only handle == and != in comparisons; support building
54612              with Borland's VCL libraries (from Vadim Konovalov)
54613      Branch: maint-5.6/perl
54614            ! win32/makefile.mk
54615 ____________________________________________________________________________
54616 [  9425] By: nick                                  on 2001/03/28  19:29:56
54617         Log: Integrate (@snapshot)
54618      Branch: perlio
54619           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
54620 ____________________________________________________________________________
54621 [  9424] By: jhi                                   on 2001/03/28  19:03:16
54622         Log: Update Changes.
54623      Branch: perl
54624            ! Changes patchlevel.h
54625 ____________________________________________________________________________
54626 [  9423] By: jhi                                   on 2001/03/28  18:52:09
54627         Log: Rmdir lib/XS on cleanup.
54628      Branch: perl
54629            ! Makefile.SH
54630 ____________________________________________________________________________
54631 [  9422] By: jhi                                   on 2001/03/28  18:49:34
54632         Log: Integrate perlio.
54633      Branch: perl
54634           !> t/op/utf8decode.t
54635 ____________________________________________________________________________
54636 [  9421] By: nick                                  on 2001/03/28  18:46:44
54637         Log: Loose duplicate chunk.
54638      Branch: perlio
54639            ! t/op/utf8decode.t
54640 ____________________________________________________________________________
54641 [  9420] By: nick                                  on 2001/03/28  18:44:11
54642         Log: Integrate mainline.
54643      Branch: perlio
54644           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
54645           !> vms/vmsish.h
54646 ____________________________________________________________________________
54647 [  9419] By: jhi                                   on 2001/03/28  18:42:05
54648         Log: Can't trust external pwds
54649              (either shell builtins or external programs)
54650      Branch: perl
54651            ! t/lib/cwd.t
54652 ____________________________________________________________________________
54653 [  9418] By: jhi                                   on 2001/03/28  18:34:05
54654         Log: Integrate perlio.
54655      Branch: perl
54656            - lib/perlio.pm
54657           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
54658           !> t/op/utf8decode.t
54659 ____________________________________________________________________________
54660 [  9417] By: nick                                  on 2001/03/28  18:24:02
54661         Log: PerlIO.pm / perlio.pm conflict.
54662              Update some pods.
54663              Make t/op/utf8decode.t a text file.
54664      Branch: perlio
54665            - lib/perlio.pm
54666            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
54667            ! t/op/utf8decode.t
54668 ____________________________________________________________________________
54669 [  9416] By: jhi                                   on 2001/03/28  18:06:07
54670         Log: Integrate change #9409 from mainline to maintperl.
54671              
54672              Yet another tweak on AIX dynaloading.
54673      Branch: maint-5.6/perl
54674           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54675 ____________________________________________________________________________
54676 [  9415] By: gsar                                  on 2001/03/28  17:13:01
54677         Log: integrate changes#9377,9385,9401 from mainline
54678              
54679              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
54680              
54681              If directory entries compare equal case-insensitively,
54682              retry case-sensitively.
54683              
54684              Subject: [PATCH] B::Terse and warnings
54685      Branch: maint-5.6/perl
54686           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
54687           !> t/pragma/warn/perl
54688 ____________________________________________________________________________
54689 [  9414] By: jhi                                   on 2001/03/28  17:11:12
54690         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
54691              From: "Craig A. Berry" <craigberry@mac.com>
54692              Date: Wed, 28 Mar 2001 10:55:20 -0600
54693              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
54694      Branch: perl
54695            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
54696 ____________________________________________________________________________
54697 [  9413] By: jhi                                   on 2001/03/28  17:03:12
54698         Log: Dup hunk.
54699      Branch: perl
54700            ! t/op/utf8decode.t
54701 ____________________________________________________________________________
54702 [  9412] By: jhi                                   on 2001/03/28  17:02:36
54703         Log: Forced integrate from perlio.
54704      Branch: perl
54705           !> t/op/utf8decode.t
54706 ____________________________________________________________________________
54707 [  9411] By: nick                                  on 2001/03/28  16:50:03
54708         Log: Integrate mainline.
54709      Branch: perlio
54710           +> t/lib/cwd.t
54711           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54712           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
54713           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
54714           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
54715           !> t/pragma/warn/perl
54716 ____________________________________________________________________________
54717 [  9410] By: jhi                                   on 2001/03/28  16:44:23
54718         Log: Subject: Re: [PATCH] 9403 cannot be tested
54719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54720              Date: Wed, 28 Mar 2001 18:33:56 +0200
54721              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
54722      Branch: perl
54723            ! makedef.pl
54724 ____________________________________________________________________________
54725 [  9409] By: jhi                                   on 2001/03/28  16:12:45
54726         Log: Yet another tweak on AIX dynaloading.
54727      Branch: perl
54728            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54729 ____________________________________________________________________________
54730 [  9408] By: jhi                                   on 2001/03/28  15:52:55
54731         Log: Subject: [PATCH] 9403 cannot be tested
54732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
54733              Date: Wed, 28 Mar 2001 17:23:00 +0200
54734              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
54735              
54736              A missing symbol.
54737      Branch: perl
54738            ! makedef.pl
54739 ____________________________________________________________________________
54740 [  9407] By: jhi                                   on 2001/03/28  15:47:43
54741         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
54742      Branch: perl
54743            ! t/op/utf8decode.t
54744           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
54745           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
54746 ____________________________________________________________________________
54747 [  9406] By: jhi                                   on 2001/03/28  15:37:08
54748         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
54749              From: Benjamin Sugars <bsugars@canoe.ca> 
54750              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
54751              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
54752      Branch: perl
54753            + t/lib/cwd.t
54754            ! MANIFEST
54755 ____________________________________________________________________________
54756 [  9405] By: jhi                                   on 2001/03/28  15:13:18
54757         Log: pp_ne() needs a CORRECT boolean.
54758      Branch: perl
54759            ! pp.c
54760 ____________________________________________________________________________
54761 [  9404] By: jhi                                   on 2001/03/28  15:09:23
54762         Log: pp_ne() needs a boolean, not an integer.
54763      Branch: perl
54764            ! pp.c
54765 ____________________________________________________________________________
54766 [  9403] By: jhi                                   on 2001/03/28  14:47:43
54767         Log: (Retracted by #9404.)
54768      Branch: perl
54769            ! pp.c
54770 ____________________________________________________________________________
54771 [  9402] By: jhi                                   on 2001/03/28  14:43:59
54772         Log: Subject: Re: [PATCH] Typemap testing
54773              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
54774              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
54775              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
54776      Branch: perl
54777            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54778            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
54779 ____________________________________________________________________________
54780 [  9401] By: jhi                                   on 2001/03/28  14:42:14
54781         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
54782              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
54783              Date: Sun, 25 Mar 2001 21:59:15 +0100
54784              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
54785              
54786              A variable will be checked for the "use once" warnings if:
54787              
54788              1. It is in the scope of a use warnings 'once'
54789              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
54790              
54791              Otherwise it won't be checked at all.
54792              
54793              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
54794              
54795              The enclosed patch partially fixes this issue. What I didn't
54796              get to work was the case where the "used once" warning is enabled
54797              in any file other than the main file.
54798      Branch: perl
54799            ! gv.c t/pragma/warn/perl
54800 ____________________________________________________________________________
54801 [  9400] By: nick                                  on 2001/03/28  14:38:24
54802         Log: More EBCDIC tweaks:
54803              - one more swash issue &~(0xA0-1) did not do the right thing,
54804              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
54805              - add "use re 'asciirange'" to make [!-~] etc. work
54806              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
54807              - Choose a key for t/op/each.t test which gets encoded.
54808              - Skip utf8decode if this is UTF-EBCDIC.
54809      Branch: perlio
54810            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
54811            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
54812 ____________________________________________________________________________
54813 [  9399] By: jhi                                   on 2001/03/28  14:21:00
54814         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
54815              Andreas Schwab.
54816      Branch: perl
54817            ! pp.c
54818 ____________________________________________________________________________
54819 [  9398] By: jhi                                   on 2001/03/28  00:55:56
54820         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
54821              From: David Dyck <dcd@tc.fluke.com>
54822              Date: Tue, 27 Mar 2001 15:16:24 -0800
54823              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
54824      Branch: perl
54825            ! ext/IO/lib/IO/Socket.pm
54826 ____________________________________________________________________________
54827 [  9397] By: jhi                                   on 2001/03/27  21:52:49
54828         Log: Integrate perlio.
54829      Branch: perl
54830           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
54831           +> ext/PerlIO/Via/Via.xs
54832           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54833 ____________________________________________________________________________
54834 [  9396] By: nick                                  on 2001/03/27  21:45:13
54835         Log: Integrate mainline.
54836      Branch: perlio
54837           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
54838           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
54839 ____________________________________________________________________________
54840 [  9395] By: nick                                  on 2001/03/27  21:18:58
54841         Log: Outline docs for PerlIO and PerlIO::Scalar
54842      Branch: perlio
54843            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54844 ____________________________________________________________________________
54845 [  9394] By: nick                                  on 2001/03/27  20:50:13
54846         Log: PerlIO::Via layer (alpha-ish).
54847      Branch: perlio
54848            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
54849            + ext/PerlIO/Via/Via.xs
54850            ! MANIFEST
54851 ____________________________________________________________________________
54852 [  9393] By: jhi                                   on 2001/03/27  20:49:55
54853         Log: Retract #9329 now that 9390 should take care of the matter.
54854      Branch: perl
54855            ! utils/h2xs.PL
54856 ____________________________________________________________________________
54857 [  9390] By: jhi                                   on 2001/03/27  20:47:50
54858         Log: Subject: Autoloading Errno.pm when %! is encountered
54859              From: Robin Houston <robin@kitsite.com>
54860              Date: Tue, 27 Mar 2001 20:57:11 +0100
54861              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
54862      Branch: perl
54863            ! embed.h embed.pl gv.c proto.h t/op/magic.t
54864 ____________________________________________________________________________
54865 [  9389] By: jhi                                   on 2001/03/27  20:24:31
54866         Log: Integrate perlio.
54867      Branch: perl
54868           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54869           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
54870           !> utf8.c
54871 ____________________________________________________________________________
54872 [  9388] By: jhi                                   on 2001/03/27  20:21:38
54873         Log: Better have a three-element array if one is going to assign
54874              to the third element of that array. (from Tim Jenness)
54875      Branch: perl
54876            ! ext/XS/Typemap/Typemap.xs
54877 ____________________________________________________________________________
54878 [  9387] By: nick                                  on 2001/03/27  20:15:43
54879         Log: Integrate mainline.
54880      Branch: perlio
54881           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54882           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54883           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54884           +> t/lib/xs-typemap.t
54885           !> (integrate 34 files)
54886 ____________________________________________________________________________
54887 [  9386] By: jhi                                   on 2001/03/27  20:04:18
54888         Log: Subject: Re: perl@9359 breaks HTML::Parser
54889              From: Gisle Aas <gisle@ActiveState.com>
54890              Date: 27 Mar 2001 11:30:24 -0800
54891              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
54892              
54893              Clarify the UTF-8 issues of the API docs.
54894              (Slightly reworded and expanded.)
54895      Branch: perl
54896            ! pod/perlapi.pod sv.c sv.h
54897 ____________________________________________________________________________
54898 [  9385] By: jhi                                   on 2001/03/27  19:44:25
54899         Log: If directory entries compare equal case-insensitively,
54900              retry case-sensitively.
54901      Branch: perl
54902            ! ext/File/Glob/bsd_glob.c
54903 ____________________________________________________________________________
54904 [  9384] By: nick                                  on 2001/03/27  19:38:50
54905         Log: Various EBCDIC fixes:
54906              - major revelation that swash code is encoding aware,
54907              (or thought it was) - now it is ;-)
54908              - With that out of the way fix a slab of tr/// cases.
54909              - Fix Encode 'Unicode' to be true Unicode so tests pass.
54910              - As anticipated Base64.xs needed tweaks.
54911              - Until tr/// works right avoid old_encode64 in MIME tests.
54912      Branch: perlio
54913            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54914            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
54915 ____________________________________________________________________________
54916 [  9383] By: jhi                                   on 2001/03/27  18:34:41
54917         Log: Add the std test suite BEGIN block.
54918      Branch: perl
54919            ! t/lib/xs-typemap.t
54920 ____________________________________________________________________________
54921 [  9382] By: jhi                                   on 2001/03/27  15:16:07
54922         Log: Add debugging output to the test.
54923      Branch: perl
54924            ! t/lib/glob-basic.t
54925 ____________________________________________________________________________
54926 [  9381] By: jhi                                   on 2001/03/27  15:08:10
54927         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
54928      Branch: perl
54929            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54930            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54931            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54932            + t/lib/xs-typemap.t
54933            ! MANIFEST
54934 ____________________________________________________________________________
54935 [  9380] By: jhi                                   on 2001/03/27  14:48:34
54936         Log: Subject: [PATCH] Typemap testing
54937              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
54938              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
54939              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
54940              
54941              (The first part of the patch.)
54942      Branch: perl
54943            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
54944 ____________________________________________________________________________
54945 [  9379] By: jhi                                   on 2001/03/27  14:44:56
54946         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
54947              From: Benjamin Sugars <bsugars@canoe.ca> 
54948              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
54949              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
54950      Branch: perl
54951            ! t/lib/glob-basic.t
54952 ____________________________________________________________________________
54953 [  9378] By: jhi                                   on 2001/03/27  14:42:30
54954         Log: Subject: [PATCH] perlvar nit
54955              From: Simon Cozens <simon@netthink.co.uk>
54956              Date: Tue, 27 Mar 2001 01:12:01 +0100
54957              Message-ID: <20010327011201.A19179@netthink.co.uk>
54958      Branch: perl
54959            ! pod/perlvar.pod
54960 ____________________________________________________________________________
54961 [  9377] By: jhi                                   on 2001/03/27  14:36:26
54962         Log: Subject: [PATCH] B::Terse and warnings
54963              From: Benjamin Sugars <ben.sugars@home.com>
54964              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
54965              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
54966      Branch: perl
54967            ! ext/B/B.pm ext/B/B/Terse.pm
54968 ____________________________________________________________________________
54969 [  9376] By: jhi                                   on 2001/03/27  14:31:31
54970         Log: Document sockatmark() some.
54971      Branch: perl
54972            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
54973            ! pod/perltoc.pod
54974 ____________________________________________________________________________
54975 [  9375] By: jhi                                   on 2001/03/27  14:00:24
54976         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
54977              noted by Gisle and fixed by NI-S.
54978      Branch: perl
54979            ! sv.c
54980 ____________________________________________________________________________
54981 [  9374] By: jhi                                   on 2001/03/27  05:50:01
54982         Log: Regen toc.
54983      Branch: perl
54984            ! pod/perltoc.pod
54985 ____________________________________________________________________________
54986 [  9373] By: jhi                                   on 2001/03/27  05:43:51
54987         Log: Pixie documenting.
54988      Branch: perl
54989            ! Makefile.SH pod/perlhack.pod
54990 ____________________________________________________________________________
54991 [  9372] By: jhi                                   on 2001/03/27  05:29:34
54992         Log: Metaconfig unit changes for #9371.
54993      Branch: metaconfig
54994            ! U/modified/myhostname.U
54995      Branch: metaconfig/U/perl
54996            + d_sockatmark.U
54997            ! gccvers.U
54998 ____________________________________________________________________________
54999 [  9371] By: jhi                                   on 2001/03/27  05:29:07
55000         Log: Add sockatmark() probing.
55001      Branch: perl
55002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55003            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
55004            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55005            ! vos/config.ga.h win32/config.bc win32/config.gc
55006            ! win32/config.vc
55007 ____________________________________________________________________________
55008 [  9370] By: jhi                                   on 2001/03/26  22:01:18
55009         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
55010              Really need to benchmark this.
55011      Branch: perl
55012            ! pp.c
55013 ____________________________________________________________________________
55014 [  9369] By: nick                                  on 2001/03/26  21:59:30
55015         Log: Integrate mainline.
55016      Branch: perlio
55017            ! ext/MIME/Base64/QuotedPrint.pm
55018           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
55019           !> patchlevel.h pod/perlhack.pod pp_sys.c
55020 ____________________________________________________________________________
55021 [  9368] By: jhi                                   on 2001/03/26  21:47:03
55022         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
55023              
55024              TODO1: perlbench.
55025              TODO2: le, lt, ge, gt?  Yech.
55026      Branch: perl
55027            ! pp.c
55028 ____________________________________________________________________________
55029 [  9367] By: jhi                                   on 2001/03/26  21:34:57
55030         Log: Too much cut-and-paste in #9363.
55031      Branch: perl
55032            ! pp_sys.c
55033 ____________________________________________________________________________
55034 [  9366] By: jhi                                   on 2001/03/26  21:20:53
55035         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
55036              From: Andreas Schwab <schwab@suse.de>
55037              Date: 26 Mar 2001 17:29:04 +0200
55038              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
55039              
55040              (The patch for 5.6.0 or so, this is a guess for bleadperl)
55041      Branch: perl
55042            ! pp_hot.c
55043 ____________________________________________________________________________
55044 [  9365] By: jhi                                   on 2001/03/26  21:07:54
55045         Log: Integrate perlio.
55046      Branch: perl
55047           !> perlio.c
55048 ____________________________________________________________________________
55049 [  9364] By: nick                                  on 2001/03/26  20:30:48
55050         Log: REFCNT botch in layer name cache hash.
55051      Branch: perlio
55052            ! perlio.c
55053 ____________________________________________________________________________
55054 [  9363] By: jhi                                   on 2001/03/26  18:44:32
55055         Log: Subject: [PATCH] socket() leaks file descriptors
55056              From: Benjamin Sugars <bsugars@canoe.ca>
55057              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
55058              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
55059              
55060              Also sockpair() fixed similarly.
55061      Branch: perl
55062            ! pp_sys.c
55063 ____________________________________________________________________________
55064 [  9362] By: jhi                                   on 2001/03/26  18:37:52
55065         Log: Integrate perlio.
55066      Branch: perl
55067           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
55068 ____________________________________________________________________________
55069 [  9361] By: nick                                  on 2001/03/26  17:32:06
55070         Log: Implement flush of linebuffered streams on read of a tty.
55071      Branch: perlio
55072            ! perlio.c perliol.h
55073 ____________________________________________________________________________
55074 [  9360] By: nick                                  on 2001/03/26  17:12:32
55075         Log: Memory tweaks and notes for OEMVS.
55076      Branch: perlio
55077            ! README.os390 miniperlmain.c t/op/pat.t
55078 ____________________________________________________________________________
55079 [  9359] By: jhi                                   on 2001/03/26  02:12:54
55080         Log: Update Changes.
55081      Branch: perl
55082            ! Changes patchlevel.h
55083 ____________________________________________________________________________
55084 [  9358] By: jhi                                   on 2001/03/26  02:05:32
55085         Log: Document the most common pixie options.
55086      Branch: perl
55087            ! pod/perlhack.pod
55088 ____________________________________________________________________________
55089 [  9357] By: jhi                                   on 2001/03/26  01:25:28
55090         Log: For perl.pixie check *before* compiling that optimize is -g,
55091              as for perl.third.
55092      Branch: perl
55093            ! Makefile.SH
55094 ____________________________________________________________________________
55095 [  9356] By: jhi                                   on 2001/03/26  01:13:41
55096         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
55097      Branch: perl
55098            ! Makefile.SH
55099 ____________________________________________________________________________
55100 [  9355] By: jhi                                   on 2001/03/26  01:11:19
55101         Log: Remove t/perl.third.
55102      Branch: perl
55103            ! Makefile.SH
55104 ____________________________________________________________________________
55105 [  9354] By: jhi                                   on 2001/03/26  00:23:38
55106         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
55107              IO::Sockatmark().
55108      Branch: perl
55109            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
55110 ____________________________________________________________________________
55111 [  9353] By: jhi                                   on 2001/03/25  22:25:04
55112         Log: Integrate perlio.
55113      Branch: perl
55114           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
55115           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
55116           !> pp_hot.c win32/makefile.mk
55117 ____________________________________________________________________________
55118 [  9352] By: jhi                                   on 2001/03/25  22:21:41
55119         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
55120              From: Radu Greab <radu@netsoft.ro>
55121              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
55122              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
55123      Branch: perl
55124            ! pp_sys.c
55125 ____________________________________________________________________________
55126 [  9351] By: nick                                  on 2001/03/25  22:15:02
55127         Log: Fix readline in list mode to tell rest of world that it has
55128              things on the stack. Otherwise if perl code gets invoked
55129              underneath it it scribbles over results-so-far.
55130              (Why TIEHANDLE has not tripped on this is a mystery.)
55131      Branch: perlio
55132            ! pp_hot.c
55133 ____________________________________________________________________________
55134 [  9350] By: nick                                  on 2001/03/25  22:10:13
55135         Log: win32/makefile.mk typos
55136      Branch: perlio
55137            ! win32/makefile.mk
55138 ____________________________________________________________________________
55139 [  9349] By: nick                                  on 2001/03/25  21:31:14
55140         Log: Integrate now-non-binary file.
55141      Branch: perlio
55142           !> t/lib/mimeqp.t
55143 ____________________________________________________________________________
55144 [  9348] By: nick                                  on 2001/03/25  21:27:24
55145         Log: Make it text
55146      Branch: perlio
55147            ! t/lib/mimeqp.t
55148 ____________________________________________________________________________
55149 [  9347] By: nick                                  on 2001/03/25  21:25:37
55150         Log: Integrate mainline.
55151      Branch: perlio
55152           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
55153           !> lib/Term/ReadLine.pm t/lib/md5-file.t
55154 ____________________________________________________________________________
55155 [  9346] By: nick                                  on 2001/03/25  20:58:15
55156         Log: Add destruct time hook to PerlIO (for work-in-process implementing
55157              layers in perl code. In such cases layers need to be popped before
55158              we loose the ability to run perl code.)
55159              Also back-out "PerlIO::object" hook - it isn't going to work like that...
55160      Branch: perlio
55161            ! perl.c perlio.c perlio.h perliol.h
55162 ____________________________________________________________________________
55163 [  9345] By: nick                                  on 2001/03/25  20:49:11
55164         Log: Avoid at leasy one of undefined warnings in Encode.
55165      Branch: perlio
55166            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
55167 ____________________________________________________________________________
55168 [  9344] By: jhi                                   on 2001/03/25  20:37:43
55169         Log: A workaround for using Term::ReadLine in emacs minibuffer
55170              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
55171              additional tweaks from Ilya Zakharevich.
55172      Branch: perl
55173            ! lib/Term/ReadLine.pm
55174 ____________________________________________________________________________
55175 [  9343] By: nick                                  on 2001/03/25  20:21:14
55176         Log: Missing return value.
55177      Branch: perlio
55178            ! ext/PerlIO/Scalar/Scalar.xs
55179 ____________________________________________________________________________
55180 [  9342] By: jhi                                   on 2001/03/25  16:21:00
55181         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
55182              to equal the CPAN versions since no code changes have been made.
55183      Branch: perl
55184            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
55185            ! t/lib/md5-file.t
55186 ____________________________________________________________________________
55187 [  9341] By: jhi                                   on 2001/03/25  16:01:48
55188         Log: Escape 8-bit characters.
55189      Branch: perl
55190            ! t/lib/mimeqp.t
55191 ____________________________________________________________________________
55192 [  9340] By: gsar                                  on 2001/03/25  15:50:53
55193         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
55194              chars)
55195      Branch: perl
55196            + t/lib/mimeqp.t
55197 ____________________________________________________________________________
55198 [  9339] By: gsar                                  on 2001/03/25  15:48:50
55199         Log: delete mimeqp.t for later add with text mode set
55200      Branch: perl
55201            - t/lib/mimeqp.t
55202 ____________________________________________________________________________
55203 [  9338] By: nick                                  on 2001/03/25  09:01:57
55204         Log: Integrate mainline.
55205      Branch: perlio
55206           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55207           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
55208           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
55209           +> t/lib/mimeb64u.t t/lib/mimeqp.t
55210           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
55211           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
55212           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
55213 ____________________________________________________________________________
55214 [  9337] By: jhi                                   on 2001/03/25  04:23:24
55215         Log: Add MIME::Base64 here and there.  Again, a lot of
55216              optimism is in the air.
55217      Branch: perl
55218            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
55219            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
55220 ____________________________________________________________________________
55221 [  9336] By: jhi                                   on 2001/03/25  04:12:43
55222         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
55223              this by ear as I do not do Win32 programming.)
55224      Branch: perl
55225            ! win32/Makefile win32/makefile.mk
55226 ____________________________________________________________________________
55227 [  9335] By: jhi                                   on 2001/03/25  04:03:50
55228         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
55229      Branch: perl
55230            ! t/lib/md5-file.t
55231 ____________________________________________________________________________
55232 [  9334] By: jhi                                   on 2001/03/25  03:58:53
55233         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
55234      Branch: perl
55235            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55236            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
55237            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
55238            + t/lib/mimeb64u.t t/lib/mimeqp.t
55239            ! MANIFEST
55240 ____________________________________________________________________________
55241 [  9333] By: jhi                                   on 2001/03/24  20:14:37
55242         Log: Integrate perlio.
55243      Branch: perl
55244           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
55245 ____________________________________________________________________________
55246 [  9332] By: nick                                  on 2001/03/24  19:40:34
55247         Log: Fix un-init variable leading to spurious "Out of Memory!"
55248      Branch: perlio
55249            ! doio.c
55250 ____________________________________________________________________________
55251 [  9331] By: nick                                  on 2001/03/24  19:09:59
55252         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
55253              and update layers internals doc.
55254      Branch: perlio
55255            ! pod/perlfunc.pod pod/perliol.pod
55256 ____________________________________________________________________________
55257 [  9330] By: jhi                                   on 2001/03/24  18:42:11
55258         Log: The length might be uninitialized garbage if the *svp is the undef.
55259      Branch: perl
55260            ! doio.c
55261 ____________________________________________________________________________
55262 [  9329] By: jhi                                   on 2001/03/24  18:26:57
55263         Log: (Retracted by #9393)
55264              
55265              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
55266              From: Simon Cozens <simon@netthink.co.uk>
55267              Date: Sat, 24 Mar 2001 17:13:17 +0000
55268              Message-ID: <20010324171317.A13406@netthink.co.uk>
55269      Branch: perl
55270            ! utils/h2xs.PL
55271 ____________________________________________________________________________
55272 [  9328] By: nick                                  on 2001/03/24  17:22:02
55273         Log: Integrate mainline.
55274      Branch: perlio
55275           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
55276           !> lib/unicode/version
55277 ____________________________________________________________________________
55278 [  9327] By: nick                                  on 2001/03/24  17:16:02
55279         Log: Integrate mainline.
55280      Branch: perlio
55281           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55282           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
55283           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
55284           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
55285           +> t/lib/md5-file.t
55286           !> MANIFEST Makefile.SH configure.com djgpp/config.over
55287           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
55288           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
55289           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
55290           !> win32/makefile.mk
55291 ____________________________________________________________________________
55292 [  9326] By: jhi                                   on 2001/03/24  17:00:42
55293         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
55294      Branch: perl
55295            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
55296            ! lib/unicode/version
55297 ____________________________________________________________________________
55298 [  9325] By: jhi                                   on 2001/03/24  16:22:33
55299         Log: Subject: Re: B::Deparse bug (5.6.0)
55300              From: Robin Houston <robin@kitsite.com>
55301              Date: Sat, 24 Mar 2001 14:33:09 +0000
55302              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
55303      Branch: perl
55304            ! op.c pp.c t/lib/b.t t/op/repeat.t
55305 ____________________________________________________________________________
55306 [  9324] By: jhi                                   on 2001/03/24  16:21:56
55307         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
55308              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
55309              these additions may be too optimistic.
55310      Branch: perl
55311            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
55312            ! hints/uwin.sh hints/vmesa.sh
55313 ____________________________________________________________________________
55314 [  9323] By: jhi                                   on 2001/03/24  16:06:01
55315         Log: Integrate perlio.
55316      Branch: perl
55317           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
55318           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55319            ! Makefile.SH
55320           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
55321           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
55322           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
55323           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55324           !> win32/makefile.mk win32/perlhost.h win32/win32.c
55325           !> win32/win32iop.h
55326 ____________________________________________________________________________
55327 [  9322] By: nick                                  on 2001/03/24  14:39:12
55328         Log: Routine Win32 regen_config_h - no real changes.
55329      Branch: perlio
55330            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55331 ____________________________________________________________________________
55332 [  9321] By: nick                                  on 2001/03/24  14:31:49
55333         Log: PerlIO fixups for Win32:
55334              - provide win33_popenlist() - non-functional as yet.
55335              - avoid need for aTHX in PerlIO_debug calls - even if not 
55336              enabled args are still evaluated so Win32 has trouble during fork().
55337              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
55338              - Fixup makedef.pl for latest set of symbols.
55339      Branch: perlio
55340            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
55341            ! win32/perlhost.h win32/win32.c win32/win32iop.h
55342 ____________________________________________________________________________
55343 [  9320] By: nick                                  on 2001/03/24  14:26:58
55344         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
55345              was gibberish - broke it on WIn32 at least.
55346      Branch: perlio
55347            ! ext/POSIX/POSIX.xs
55348 ____________________________________________________________________________
55349 [  9319] By: nick                                  on 2001/03/24  11:29:41
55350         Log: Generated files.
55351      Branch: perlio
55352            ! embed.h global.sym objXSUB.h perlapi.c proto.h
55353 ____________________________________________________________________________
55354 [  9318] By: nick                                  on 2001/03/24  10:29:37
55355         Log: Implement:
55356              1.  open($fh,"+<",undef);  # add test to t/io/open.t
55357              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
55358      Branch: perlio
55359            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
55360            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55361            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
55362            ! t/io/open.t t/io/utf8.t
55363 ____________________________________________________________________________
55364 [  9317] By: jhi                                   on 2001/03/23  23:41:25
55365         Log: AIX does seems to have optimization problems with its C compilers.
55366      Branch: perl
55367            ! hints/aix.sh
55368 ____________________________________________________________________________
55369 [  9316] By: jhi                                   on 2001/03/23  23:40:46
55370         Log: Integrate perlio.
55371      Branch: perl
55372           +> lib/PerlIO.pm
55373           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
55374           !> perliol.h
55375 ____________________________________________________________________________
55376 [  9315] By: jhi                                   on 2001/03/23  22:16:30
55377         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
55378      Branch: perl
55379            ! t/lib/md5-file.t
55380 ____________________________________________________________________________
55381 [  9314] By: nick                                  on 2001/03/23  20:49:02
55382         Log: Perlio internals re-organized.
55383              - open process creates AV of layer/arg pairs
55384              (appends layers from open() or open.pm to default list).
55385              - push arg is now an SV.
55386              - layer ->Open get passed the AV
55387              - open is no longer mandatory method.
55388              - topmost layer that has ->Open method does the open
55389              - any layers above are pushed once that returns.
55390              - vtable re-ordered so dummy layers need only provide push/pop methods.
55391      Branch: perlio
55392            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
55393 ____________________________________________________________________________
55394 [  9313] By: nick                                  on 2001/03/23  16:27:41
55395         Log: Check in a stable (working) version before next round of tweaks.
55396              Changes include:
55397              - Move default layers code out of doio.c and into perlio.c
55398              - Single routine for parsing layer specification strings.
55399              - Skeleton support for demand loading of layers
55400              - Core-dump avoidance if PERLIO environment specifies loadable layer
55401              (does not _work_ as need IO to load and need load to do IO ...)
55402      Branch: perlio
55403            + lib/PerlIO.pm
55404            ! MANIFEST doio.c perlio.c
55405 ____________________________________________________________________________
55406 [  9312] By: gsar                                  on 2001/03/23  16:25:25
55407         Log: add execute bit to files with shebang lines in the repository;
55408              avoid clobbering execute bit in Porting/makerel 
55409      Branch: maint-5.6/perl
55410            ! (edit 144 files)
55411 ____________________________________________________________________________
55412 [  9311] By: jhi                                   on 2001/03/23  14:25:35
55413         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
55414      Branch: perl
55415            ! MANIFEST
55416 ____________________________________________________________________________
55417 [  9310] By: jhi                                   on 2001/03/23  13:45:04
55418         Log: Subject: [PATCH] Net::Ping
55419              From: Colin McMillen <mcmi0037@tc.umn.edu>
55420              Date: Thu, 22 Mar 2001 19:30:31 -0600
55421              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
55422      Branch: perl
55423            ! lib/Net/Ping.pm
55424 ____________________________________________________________________________
55425 [  9309] By: jhi                                   on 2001/03/23  13:39:13
55426         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
55427      Branch: perl
55428            ! t/lib/md5-aaa.t t/lib/md5-file.t
55429 ____________________________________________________________________________
55430 [  9308] By: jhi                                   on 2001/03/23  13:20:34
55431         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
55432              - bump the version to 2.14
55433              - drop the base64 tests since they require MIME::Base64
55434              - drop the rfc1321.txt
55435              - drop the hints/dec_osf.pl since it's only needed for
55436              pre-5.005_03 Perls
55437              Todo:
55438              - the U32 alignment testing is now removed; it needs to
55439              be reintroduced as as a Config variable (meaning also
55440              as a Configure test)
55441              - get the new EBCDIC md5sum for MD5.pm
55442              - test in Win32 to see how badly I botched the makefiles
55443      Branch: perl
55444            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55445            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
55446            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
55447            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
55448            + t/lib/md5-file.t
55449            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
55450            ! win32/Makefile win32/makefile.mk
55451 ____________________________________________________________________________
55452 [  9307] By: jhi                                   on 2001/03/23  12:56:14
55453         Log: Integrate change #9306 from maintperl into mainline,
55454              AIX dynaloader for AIXes without <load.h>.
55455      Branch: perl
55456           !> ext/DynaLoader/hints/aix.pl
55457 ____________________________________________________________________________
55458 [  9306] By: jhi                                   on 2001/03/23  12:51:36
55459         Log: There are AIXes without /usr/include/load.h,
55460              patch from H.Merijn Brand.
55461      Branch: maint-5.6/perl
55462            ! ext/DynaLoader/hints/aix.pl
55463 ____________________________________________________________________________
55464 [  9305] By: nick                                  on 2001/03/23  11:00:42
55465         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
55466      Branch: perlio
55467            ! ext/Encode/Encode.xs perlio.c perlio.h
55468 ____________________________________________________________________________
55469 [  9304] By: nick                                  on 2001/03/23  10:20:46
55470         Log: Render -Duseperlio functional again.
55471              - this is "quick fix" which calls PerlIO_apply_layers after opening,
55472              which is what old scheme did. New scheme needs to change that
55473              to make open(...,\$scalar) etc. work but this will do for now.
55474      Branch: perlio
55475            ! perlio.c
55476 ____________________________________________________________________________
55477 [  9303] By: nick                                  on 2001/03/23  09:53:20
55478         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
55479              -Uuseperlio now works again.
55480              -Duseperlio is still poorly. Don't merge yet...
55481      Branch: perlio
55482            ! doio.c perlio.h
55483 ____________________________________________________________________________
55484 [  9302] By: nick                                  on 2001/03/22  22:26:51
55485         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
55486              type code.
55487              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
55488              is its main caller. In particular now has access to "extra" args, and
55489              can tell when an open handle is "reopened" (or duped?).
55490              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
55491              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
55492              PerlIO_open() et. al. (i.e. other way round).
55493              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
55494              with args close to PerlIO_openn().
55495      Branch: perlio
55496            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
55497 ____________________________________________________________________________
55498 [  9301] By: jhi                                   on 2001/03/22  20:58:04
55499         Log: Integrate perlio.
55500      Branch: perl
55501           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
55502           !> t/io/open.t util.c
55503 ____________________________________________________________________________
55504 [  9300] By: nick                                  on 2001/03/22  17:36:32
55505         Log: Don't include $@ in not ok message.
55506      Branch: perlio
55507            ! t/io/open.t
55508 ____________________________________________________________________________
55509 [  9299] By: gsar                                  on 2001/03/22  16:53:45
55510         Log: back out changes#7532,7521 for now (appears to have problems
55511              on IRIX)
55512      Branch: maint-5.6/perl
55513            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55514            ! ext/POSIX/typemap pod/perlvar.pod
55515 ____________________________________________________________________________
55516 [  9298] By: nick                                  on 2001/03/22  14:35:46
55517         Log: Give a meaning to '&' in n-arg open case:
55518              open($fh,"<&",$scalar);
55519              $scalar can be:
55520              - an integer which does "fdopen"
55521              open($fh,"<&",2); # like open($fh,"<&2")
55522              - something that will yield a file handle via sv_2io()
55523              useful for dup'ing anonymous handles.
55524              e.g.:
55525              open(my $fh,"<&",\*STDIN);
55526              open(my $dup,"<&",$fh);
55527      Branch: perlio
55528            ! doio.c t/io/open.t
55529 ____________________________________________________________________________
55530 [  9297] By: nick                                  on 2001/03/22  13:34:35
55531         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
55532      Branch: perlio
55533            ! util.c
55534 ____________________________________________________________________________
55535 [  9296] By: nick                                  on 2001/03/22  12:51:20
55536         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
55537      Branch: perlio
55538            ! perl.c
55539 ____________________________________________________________________________
55540 [  9295] By: nick                                  on 2001/03/22  11:59:44
55541         Log: If stdin, stdout or stderr get opened in unexpected read/write state
55542              then warn at time of open not at time of use.
55543      Branch: perlio
55544            ! doio.c pp_hot.c pp_sys.c
55545 ____________________________________________________________________________
55546 [  9294] By: nick                                  on 2001/03/22  10:54:35
55547         Log: Die on n-arg open(...,"",xxx,yyy,...)
55548              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
55549              - die on read/write cases so we can decide what it means later.
55550      Branch: perlio
55551            ! doio.c embed.pl iperlsys.h util.c
55552 ____________________________________________________________________________
55553 [  9293] By: nick                                  on 2001/03/22  09:02:45
55554         Log: perlio tweaks (reported by Nick Clark)
55555              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
55556              error check in Pendinf_read().
55557      Branch: perlio
55558            ! perlio.c
55559 ____________________________________________________________________________
55560 [  9292] By: gsar                                  on 2001/03/22  07:12:00
55561         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
55562              fixes)
55563      Branch: maint-5.6/perl
55564           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
55565 ____________________________________________________________________________
55566 [  9291] By: jhi                                   on 2001/03/22  06:06:44
55567         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
55568      Branch: perl
55569            ! t/op/re_tests
55570 ____________________________________________________________________________
55571 [  9290] By: jhi                                   on 2001/03/22  05:57:01
55572         Log: Move MacOS Classic higher in the list of supported platforms.
55573      Branch: maint-5.6/perl
55574            ! pod/perlport.pod
55575 ____________________________________________________________________________
55576 [  9289] By: gsar                                  on 2001/03/22  05:35:04
55577         Log: revert part of change#6438 for compatibility (av_reify()
55578              appears to be needed to implement av_splice()ish things
55579              in XS)
55580      Branch: maint-5.6/perl
55581            ! embed.pl global.sym objXSUB.h perlapi.c
55582 ____________________________________________________________________________
55583 [  9288] By: gsar                                  on 2001/03/22  03:09:19
55584         Log: update copyright year
55585      Branch: maint-5.6/perl
55586            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
55587            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
55588            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
55589            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
55590            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
55591            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
55592            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
55593            ! x2p/walk.c
55594 ____________________________________________________________________________
55595 [  9287] By: jhi                                   on 2001/03/21  20:30:54
55596         Log: Integrate perlio.
55597      Branch: perl
55598           !> ext/Data/Dumper/Dumper.xs
55599 ____________________________________________________________________________
55600 [  9286] By: gsar                                  on 2001/03/21  19:49:54
55601         Log: makefile.mk tweak
55602      Branch: maint-5.6/perl
55603            ! win32/Makefile win32/makefile.mk
55604 ____________________________________________________________________________
55605 [  9285] By: nick                                  on 2001/03/21  19:07:13
55606         Log: Multiplicity fix for Dumper.
55607      Branch: perlio
55608            ! ext/Data/Dumper/Dumper.xs
55609 ____________________________________________________________________________
55610 [  9284] By: nick                                  on 2001/03/21  19:01:07
55611         Log: Integrate mainline - (does not build xTHX issue in Dumper).
55612      Branch: perlio
55613           !> (integrate 27 files)
55614 ____________________________________________________________________________
55615 [  9283] By: jhi                                   on 2001/03/21  17:17:35
55616         Log: Integrate change #9282 from mainline into maintperl,
55617              4-arg UTF-8 substr().
55618      Branch: maint-5.6/perl
55619           !> pp.c
55620 ____________________________________________________________________________
55621 [  9282] By: jhi                                   on 2001/03/21  17:15:43
55622         Log: The #9270 would have leaked a scalar if pp_substr()
55623              returned early.
55624      Branch: perl
55625            ! pp.c
55626 ____________________________________________________________________________
55627 [  9281] By: gsar                                  on 2001/03/21  17:03:14
55628         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
55629      Branch: maint-5.6/perl
55630            ! win32/makefile.mk
55631 ____________________________________________________________________________
55632 [  9280] By: gsar                                  on 2001/03/21  17:01:20
55633         Log: some tweaks to change#9278 (fork() emulation should be enabled
55634              by setting BUILD_FLAVOR instead of changing the defaults)
55635      Branch: maint-5.6/perl
55636            ! win32/makefile.mk
55637 ____________________________________________________________________________
55638 [  9279] By: gsar                                  on 2001/03/21  16:47:19
55639         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
55640      Branch: maint-5.6/perl
55641            ! ext/File/Glob/Glob.pm
55642           !> lib/Cwd.pm
55643 ____________________________________________________________________________
55644 [  9278] By: jhi                                   on 2001/03/21  14:35:10
55645         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
55646              From: "Vadim Konovalov" <watman@inbox.ru>
55647              Date: Wed, 21 Mar 2001 01:53:51 +0300
55648              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
55649      Branch: maint-5.6/perl
55650            ! win32/makefile.mk win32/win32sck.c
55651 ____________________________________________________________________________
55652 [  9277] By: jhi                                   on 2001/03/21  13:58:28
55653         Log: Integrate change #9270 from mainline to maintperl:
55654              continued 4-arg UTF-8 substr() fixing.
55655      Branch: maint-5.6/perl
55656           !> pp.c t/op/substr.t
55657 ____________________________________________________________________________
55658 [  9276] By: jhi                                   on 2001/03/21  13:33:00
55659         Log: More pixie cleaning.
55660      Branch: perl
55661            ! Makefile.SH
55662 ____________________________________________________________________________
55663 [  9275] By: jhi                                   on 2001/03/21  03:54:17
55664         Log: Update Changes.
55665      Branch: perl
55666            ! Changes patchlevel.h
55667 ____________________________________________________________________________
55668 [  9274] By: jhi                                   on 2001/03/21  03:48:24
55669         Log: First stab at making Data::Dumper to grok Unicode.
55670              
55671              TODO: tests, EBCDICify.
55672      Branch: perl
55673            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
55674 ____________________________________________________________________________
55675 [  9273] By: jhi                                   on 2001/03/21  02:23:00
55676         Log: Fix for
55677              
55678              Subject: Memory leak in unquoted print   
55679              From: Benjamin Sugars <bsugars@canoe.ca> 
55680              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
55681              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
55682      Branch: perl
55683            ! perlio.c
55684 ____________________________________________________________________________
55685 [  9272] By: jhi                                   on 2001/03/21  01:33:17
55686         Log: Subject: Re: [PATCH] POSIX::getcwd()
55687              From: Benjamin Sugars <bsugars@canoe.ca> 
55688              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
55689              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
55690      Branch: perl
55691            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
55692 ____________________________________________________________________________
55693 [  9271] By: jhi                                   on 2001/03/21  01:22:52
55694         Log: Subject: [PATCH] Cwd.pm docs
55695              From: Benjamin Sugars <bsugars@canoe.ca>
55696              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
55697              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
55698      Branch: perl
55699            ! lib/Cwd.pm
55700 ____________________________________________________________________________
55701 [  9270] By: jhi                                   on 2001/03/21  01:16:29
55702         Log: Continue 4-arg substr() UTF-8 fixage.
55703      Branch: perl
55704            ! pp.c t/op/substr.t
55705 ____________________________________________________________________________
55706 [  9269] By: jhi                                   on 2001/03/21  00:46:14
55707         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
55708              
55709              revert the leak fix in change#9142 (problem needs a more experimental
55710              fix unsuitable for 5.6.1)
55711              
55712              do alphabetical sorting by default (for csh compatibility)
55713              
55714              cut-n-paste goof in change#9264
55715              
55716              VMS piping fixes (from Charles Lane)
55717      Branch: perl
55718           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
55719           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
55720           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
55721 ____________________________________________________________________________
55722 [  9268] By: jhi                                   on 2001/03/21  00:37:04
55723         Log: Integrate perlio.
55724      Branch: perl
55725           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
55726           !> utf8.c utf8.h utfebcdic.h
55727 ____________________________________________________________________________
55728 [  9267] By: nick                                  on 2001/03/20  20:04:39
55729         Log: More EBCDIC stuff:
55730              - Loose the extra level of function on ASCII.
55731              - spotted a chr(0) issue in sv.c
55732              - re-work of UTF-X tr/// ranges to work in Unicode
55733              space. Still issues with the "0xff is illegal UTF-8" hack.
55734              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
55735              (why do it once when you can do it all over the place :-(
55736              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
55737              need utf8.pm for swashes.
55738              - Simplified and commented scan_const() in toke.c
55739              Still something wrong regexp and tr (swashes?).
55740      Branch: perlio
55741            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
55742            ! utf8.c utf8.h utfebcdic.h
55743 ____________________________________________________________________________
55744 [  9266] By: gsar                                  on 2001/03/20  19:16:43
55745         Log: VMS piping fixes (from Charles Lane)
55746      Branch: maint-5.6/perl
55747            ! vms/vms.c vms/vmspipe.com
55748 ____________________________________________________________________________
55749 [  9265] By: gsar                                  on 2001/03/20  17:53:52
55750         Log: cut-n-paste goof in change#9264
55751      Branch: maint-5.6/perl
55752            ! ext/File/Glob/Glob.xs
55753 ____________________________________________________________________________
55754 [  9264] By: gsar                                  on 2001/03/20  17:43:47
55755         Log: do alphabetical sorting by default (for csh compatibility);
55756              bsd_glob() does ASCII sort by default as usual, unless
55757              GLOB_ALPHASORT was specified
55758      Branch: maint-5.6/perl
55759            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
55760            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
55761            ! ext/File/Glob/bsd_glob.h
55762 ____________________________________________________________________________
55763 [  9263] By: gsar                                  on 2001/03/20  16:40:08
55764         Log: integrate change#9255 from mainline (unicode fix)
55765              
55766              substr($bytestr, i, n, $charstr)
55767      Branch: maint-5.6/perl
55768           !> Todo-5.6 pp.c t/op/substr.t
55769 ____________________________________________________________________________
55770 [  9262] By: gsar                                  on 2001/03/20  15:57:41
55771         Log: revert the leak fix in change#9142 (problem needs a more experimental
55772              fix unsuitable for 5.6.1)
55773      Branch: maint-5.6/perl
55774            ! scope.c
55775 ____________________________________________________________________________
55776 [  9261] By: jhi                                   on 2001/03/20  14:26:25
55777         Log: Integrate changes #9259,9260 from maintperl into mainline.
55778              
55779              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
55780              
55781              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
55782      Branch: perl
55783           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
55784 ____________________________________________________________________________
55785 [  9260] By: jhi                                   on 2001/03/20  14:05:46
55786         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
55787              From: Robin Barker <rmb1@cise.npl.co.uk>
55788              Date: Tue, 20 Mar 2001 10:12:04 GMT
55789              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
55790      Branch: maint-5.6/perl
55791            ! run.c
55792 ____________________________________________________________________________
55793 [  9259] By: jhi                                   on 2001/03/20  14:04:39
55794         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
55795              From: Chris Nandor <pudge@pobox.com>
55796              Date: Tue, 20 Mar 2001 00:40:56 -0500
55797              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
55798      Branch: maint-5.6/perl
55799            ! ext/POSIX/POSIX.xs lib/File/Path.pm
55800 ____________________________________________________________________________
55801 [  9258] By: jhi                                   on 2001/03/20  05:09:34
55802         Log: Update Changes.
55803      Branch: perl
55804            ! Changes patchlevel.h
55805 ____________________________________________________________________________
55806 [  9257] By: jhi                                   on 2001/03/20  05:04:25
55807         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
55808      Branch: perl
55809            ! t/op/tr.t
55810 ____________________________________________________________________________
55811 [  9256] By: jhi                                   on 2001/03/20  04:43:12
55812         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
55813              From: Peter Prymmer <pvhp@forte.com>
55814              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
55815              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
55816      Branch: maint-5.6/perl
55817            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
55818 ____________________________________________________________________________
55819 [  9255] By: jhi                                   on 2001/03/19  23:17:17
55820         Log: substr($bytestr, i, n, $charstr)
55821              
55822              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
55823      Branch: perl
55824            ! Todo-5.6 pp.c t/op/substr.t
55825 ____________________________________________________________________________
55826 [  9254] By: jhi                                   on 2001/03/19  22:25:09
55827         Log: Rearrange the make test target prerequisites so that
55828              in a parallel make 'all' is finished before 'test'.
55829      Branch: perl
55830            ! Makefile.SH
55831 ____________________________________________________________________________
55832 [  9253] By: jhi                                   on 2001/03/19  21:48:07
55833         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
55834              From: Robin Houston <robin@kitsite.com>
55835              Date: Mon, 19 Mar 2001 15:48:41 +0000
55836              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
55837      Branch: perl
55838            ! pp_ctl.c
55839 ____________________________________________________________________________
55840 [  9252] By: jhi                                   on 2001/03/19  21:42:27
55841         Log: Integrate perlio.
55842      Branch: perl
55843           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
55844           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
55845           !> utfebcdic.h vms/perly_c.vms
55846 ____________________________________________________________________________
55847 [  9251] By: jhi                                   on 2001/03/19  21:31:28
55848         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
55849              
55850              Dynaloading in 64-bit AIX with vac.
55851      Branch: perl
55852           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55853           !> hints/aix.sh
55854 ____________________________________________________________________________
55855 [  9250] By: jhi                                   on 2001/03/19  21:18:00
55856         Log: A more robust solution for the 64bitall AIX dynaloading
55857              problem, from Jens-Uwe Mager.
55858      Branch: maint-5.6/perl
55859            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55860 ____________________________________________________________________________
55861 [  9249] By: nick                                  on 2001/03/19  20:59:37
55862         Log: Integrate mainline.
55863      Branch: perlio
55864           !> (integrate 42 files)
55865 ____________________________________________________________________________
55866 [  9248] By: nick                                  on 2001/03/19  20:22:07
55867         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
55868              (Building on OS390 uses native YACC and YYDEBUG has other
55869              side effects.)
55870      Branch: perlio
55871            ! perly.c perly.y vms/perly_c.vms
55872 ____________________________________________________________________________
55873 [  9247] By: jhi                                   on 2001/03/19  19:59:53
55874         Log: 64-bit AIX dynaloading problem (see #9244) idea
55875              from Jens-Uwe Mager.
55876      Branch: maint-5.6/perl
55877            ! ext/DynaLoader/dl_aix.xs
55878 ____________________________________________________________________________
55879 [  9246] By: nick                                  on 2001/03/19  19:27:57
55880         Log: More EBCDIC fixes.
55881      Branch: perlio
55882            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
55883            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
55884 ____________________________________________________________________________
55885 [  9245] By: jhi                                   on 2001/03/19  19:05:19
55886         Log: Integrate change #9243 from mainline into maintperl.
55887              
55888              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55889      Branch: maint-5.6/perl
55890           !> README.vmesa
55891 ____________________________________________________________________________
55892 [  9244] By: jhi                                   on 2001/03/19  19:03:15
55893         Log: Get 64bitall AIX building, but still does not test okay:
55894              dynaloading anything fails, for example for op/defins:
55895              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
55896              (update: fixed by #9247,9250)
55897      Branch: maint-5.6/perl
55898            ! hints/aix.sh
55899 ____________________________________________________________________________
55900 [  9243] By: jhi                                   on 2001/03/19  19:00:16
55901         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55902              From: Robin Barker <rmb1@cise.npl.co.uk>
55903              Date: Mon, 19 Mar 2001 18:01:57 GMT
55904              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
55905      Branch: perl
55906            ! README.vmesa
55907 ____________________________________________________________________________
55908 [  9242] By: jhi                                   on 2001/03/19  18:58:43
55909         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
55910              
55911              TODO: tests.
55912      Branch: perl
55913            ! doop.c op.c
55914 ____________________________________________________________________________
55915 [  9241] By: gsar                                  on 2001/03/19  17:34:46
55916         Log: VMSify tests (from Charles Lane)
55917      Branch: maint-5.6/perl
55918            ! t/lib/filehand.t t/lib/texttabs.t
55919 ____________________________________________________________________________
55920 [  9240] By: jhi                                   on 2001/03/19  14:24:26
55921         Log: Integrate change #9233 from maintperl into mainline.
55922              
55923              some refcounts were incorrect in perl_clone()
55924      Branch: perl
55925           !> sv.c
55926 ____________________________________________________________________________
55927 [  9239] By: gsar                                  on 2001/03/19  09:23:17
55928         Log: this is 5.6.1-trial3
55929      Branch: maint-5.6/perl
55930            ! Changes
55931 ____________________________________________________________________________
55932 [  9238] By: gsar                                  on 2001/03/19  08:47:04
55933         Log: some new symbols are only available under ithreads
55934      Branch: maint-5.6/perl
55935            ! makedef.pl
55936 ____________________________________________________________________________
55937 [  9237] By: gsar                                  on 2001/03/19  08:42:28
55938         Log: update patchlevel.h, Changes, &c.
55939      Branch: maint-5.6/perl
55940            ! Changes patchlevel.h pod/perlhist.pod
55941           !> AUTHORS
55942 ____________________________________________________________________________
55943 [  9236] By: gsar                                  on 2001/03/19  08:17:49
55944         Log: integrate changes#8068,8717 from mainline
55945              
55946              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
55947              
55948              [PATCH CPAN 1.59_51] warning message (not!)
55949      Branch: maint-5.6/perl
55950           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
55951           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
55952           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
55953           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
55954           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55955 ____________________________________________________________________________
55956 [  9235] By: gsar                                  on 2001/03/19  08:07:09
55957         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
55958              
55959              [PATCH] Add missing CV flags to dump.c
55960              
55961              Re: [patch] Re: PL_ptr_table
55962              
55963              Fixup non-ithread build after 8713
55964              
55965              Generated files form 8713 etc.
55966              
55967              Correct the correction :-(
55968              
55969              Documenting coderef @INC (Re: CPAN "make this script work" feature)
55970              
55971              Subject: Re: sync sync sync: have I missed any patches?
55972              Replace djSP with dSP.
55973      Branch: maint-5.6/perl
55974           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
55975           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
55976           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
55977           !> sv.c sv.h win32/perlhost.h
55978 ____________________________________________________________________________
55979 [  9234] By: gsar                                  on 2001/03/19  07:22:05
55980         Log: revert the change#9090 integrate for now (change looks somewhat
55981              incomplete in that [ha]v_exists() need something similar; lacks
55982              tests; &c.)
55983      Branch: maint-5.6/perl
55984            ! hv.c
55985 ____________________________________________________________________________
55986 [  9233] By: gsar                                  on 2001/03/19  07:10:01
55987         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
55988              destruction when there are unreferenced scalars (SvREFCNT==0)
55989      Branch: maint-5.6/perl
55990            ! sv.c
55991 ____________________________________________________________________________
55992 [  9232] By: jhi                                   on 2001/03/19  05:11:02
55993         Log: Regen api and toc.
55994      Branch: maint-5.6/perl
55995            ! pod/perlapi.pod pod/perltoc.pod
55996 ____________________________________________________________________________
55997 [  9231] By: jhi                                   on 2001/03/19  04:06:03
55998         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
55999              add a lost line in pp.c:pp_chop(), update to new op/chop.
56000              
56001              Clarify the description differentiating for and while; inspired by
56002              
56003              Subject: [ID 20010306.004] || != named unary operator
56004              
56005              The $Is_MacOS needs to be declared.
56006      Branch: maint-5.6/perl
56007            ! pp.c t/op/chop.t
56008           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
56009 ____________________________________________________________________________
56010 [  9230] By: jhi                                   on 2001/03/19  03:48:16
56011         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
56012              9079,9083,9089,9090,9091 from mainline to maintperl.
56013              
56014              Quieten some noise in Win32 builds
56015              
56016              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
56017              
56018              The perlretut was still talking about the old \p and \P
56019              definitions.
56020              
56021              More tweakage on the Unicode character class descriptions.
56022              
56023              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
56024              
56025              Subject: 'no *POSIX' Patch speeding up make on BS2000 
56026              
56027              Subject: [PATCH] perldata.pod here-doc docs
56028              
56029              Add /sbin and /usr/sbin to the list of directories scanned
56030              for setuid programs.  Takes care of bug id 20010309.003.
56031              
56032              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
56033              
56034              In op/stat #35 better to scan all the potential directories
56035              for setuids, not just the first one.
56036      Branch: maint-5.6/perl
56037            ! Makefile.SH
56038           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
56039           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
56040           !> t/op/stat.t toke.c win32/win32.h
56041 ____________________________________________________________________________
56042 [  9229] By: jhi                                   on 2001/03/19  02:31:50
56043         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
56044              From: Chris Nandor <pudge@pobox.com>
56045              Date: Sat, 10 Mar 2001 14:22:19 -0500
56046              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
56047      Branch: maint-5.6/perl
56048            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56049            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
56050            ! t/lib/b.t t/lib/errno.t
56051 ____________________________________________________________________________
56052 [  9228] By: jhi                                   on 2001/03/19  02:29:59
56053         Log: Integrate changes #9113,9122 from mainline into maintperl.
56054              
56055              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?)
56056      Branch: maint-5.6/perl
56057           !> Configure README.os390 hints/os390.sh
56058 ____________________________________________________________________________
56059 [  9227] By: jhi                                   on 2001/03/19  02:22:35
56060         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
56061              into maintperl.
56062              
56063              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
56064              
56065              Forgot to check-in the larger part of #9120, duh.
56066              
56067              Subject: Another patch for integer.pm POD 
56068              
56069              h2ph strictness and cleanliness from Kurt Starsinic.
56070              
56071              Borland filename case problem.
56072              
56073              h2ph strictness and cleanliness from Kurt Starsinic.
56074              
56075              Subject: [PATCH] the uncontroversial doc patches
56076      Branch: maint-5.6/perl
56077           +> win32/sncfnmcs.pl
56078           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
56079           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
56080           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
56081           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
56082           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
56083           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
56084           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
56085 ____________________________________________________________________________
56086 [  9226] By: jhi                                   on 2001/03/19  02:10:21
56087         Log: Integrate changes #9207,9214 from mainline into maintperl.
56088              
56089              podchecker relaxations: =over has an *optional* number after it,
56090              and whitespace in L<> is okay.
56091      Branch: maint-5.6/perl
56092           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
56093           !> t/pod/poderrs.xr
56094 ____________________________________________________________________________
56095 [  9225] By: jhi                                   on 2001/03/19  02:07:38
56096         Log: Integrate change #9219 from maintperl into mainline.
56097              
56098              remove duplicated tests
56099      Branch: perl
56100           !> t/op/re_tests
56101 ____________________________________________________________________________
56102 [  9224] By: jhi                                   on 2001/03/19  02:06:11
56103         Log: Integrate change #9223 from mainline to maintperl.
56104              
56105              Document -Dmksymlinks.
56106      Branch: maint-5.6/perl
56107           !> INSTALL
56108 ____________________________________________________________________________
56109 [  9223] By: jhi                                   on 2001/03/19  02:01:25
56110         Log: Document -Dmksymlinks.
56111      Branch: perl
56112            ! INSTALL
56113 ____________________________________________________________________________
56114 [  9222] By: jhi                                   on 2001/03/19  01:15:35
56115         Log: The -Dmksymlinks wasn't working for maintperl.
56116      Branch: maint-5.6/perl
56117            ! Configure
56118 ____________________________________________________________________________
56119 [  9221] By: jhi                                   on 2001/03/19  00:49:43
56120         Log: Cleanup pixie residue.
56121      Branch: perl
56122            ! Makefile.SH
56123 ____________________________________________________________________________
56124 [  9220] By: jhi                                   on 2001/03/19  00:44:47
56125         Log: Document the use of pixie/prof; create make targets for it.
56126              
56127              TODO: make t/TEST pixie-aware.
56128      Branch: perl
56129            ! Makefile.SH pod/perlhack.pod
56130 ____________________________________________________________________________
56131 [  9219] By: gsar                                  on 2001/03/19  00:16:55
56132         Log: remove duplicated tests
56133      Branch: maint-5.6/perl
56134            ! t/op/re_tests
56135 ____________________________________________________________________________
56136 [  9218] By: jhi                                   on 2001/03/18  23:59:31
56137         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
56138      Branch: perl
56139            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
56140 ____________________________________________________________________________
56141 [  9217] By: jhi                                   on 2001/03/18  23:25:20
56142         Log: Rewrite the tests section of Makefile to be less redundant
56143              and to allow for more flexible test targets, many recursive
56144              make calls introduced.
56145      Branch: perl
56146            ! Makefile.SH
56147 ____________________________________________________________________________
56148 [  9216] By: jhi                                   on 2001/03/18  22:30:04
56149         Log: Document the use of Third Degree (sparsely).
56150      Branch: perl
56151            ! pod/perlhack.pod t/TEST
56152 ____________________________________________________________________________
56153 [  9215] By: jhi                                   on 2001/03/18  22:10:30
56154         Log: Make targets for testing with Third Degree.
56155      Branch: perl
56156            ! Makefile.SH
56157 ____________________________________________________________________________
56158 [  9214] By: jhi                                   on 2001/03/18  21:08:53
56159         Log: The podchecker relaxations need to mirrored also at the tests.
56160      Branch: perl
56161            ! t/pod/poderrs.xr
56162 ____________________________________________________________________________
56163 [  9213] By: jhi                                   on 2001/03/18  20:56:21
56164         Log: Update Changes.
56165      Branch: perl
56166            ! Changes patchlevel.h
56167 ____________________________________________________________________________
56168 [  9212] By: jhi                                   on 2001/03/18  20:36:59
56169         Log: Looking for config.sh in parent directories isn't
56170              very useful for the toplevel Makefile.
56171      Branch: perl
56172            ! Makefile.SH
56173 ____________________________________________________________________________
56174 [  9211] By: jhi                                   on 2001/03/18  20:33:37
56175         Log: On "make clean" take care of Third Degree droppings.
56176      Branch: perl
56177            ! Makefile.SH
56178 ____________________________________________________________________________
56179 [  9210] By: jhi                                   on 2001/03/18  20:21:34
56180         Log: Add a hook for running the tests under the Third Degree
56181              debugging tool (set $ENV{PERL_3LOG} to non-zero)
56182              
56183              TODO: Document the use of Third Degree.
56184      Branch: perl
56185            ! t/TEST
56186 ____________________________________________________________________________
56187 [  9209] By: jhi                                   on 2001/03/18  20:19:07
56188         Log: Regen toc and api pods.
56189      Branch: perl
56190            ! pod/perlapi.pod pod/perltoc.pod
56191 ____________________________________________________________________________
56192 [  9208] By: jhi                                   on 2001/03/18  20:12:12
56193         Log: Integrate changes #8128,9132 from mainline into maintperl,
56194              Tie::SubstrHash fixes.
56195      Branch: maint-5.6/perl
56196           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
56197 ____________________________________________________________________________
56198 [  9207] By: jhi                                   on 2001/03/18  20:07:43
56199         Log: podchecker relaxations from Michael Stevens.
56200      Branch: perl
56201            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
56202 ____________________________________________________________________________
56203 [  9206] By: jhi                                   on 2001/03/18  20:04:24
56204         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
56205      Branch: perl
56206            ! lib/Locale/Constants.pm lib/Locale/Country.pm
56207            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
56208            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
56209 ____________________________________________________________________________
56210 [  9205] By: jhi                                   on 2001/03/18  19:54:45
56211         Log: Integrate changes #9161,9162 from maintperl to mainline.
56212              
56213              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
56214              results
56215      Branch: perl
56216           !> t/op/magic.t
56217 ____________________________________________________________________________
56218 [  9204] By: jhi                                   on 2001/03/18  19:37:46
56219         Log: Make perl.third checks more understandable to the builder.
56220      Branch: perl
56221            ! Makefile.SH
56222 ____________________________________________________________________________
56223 [  9203] By: jhi                                   on 2001/03/18  19:20:54
56224         Log: Re-integrate #9138 from maintperl to mainline,
56225              the squelching of the unneeded "Scalars leaked" messages.
56226      Branch: perl
56227           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
56228           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
56229           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
56230 ____________________________________________________________________________
56231 [  9202] By: jhi                                   on 2001/03/18  18:48:36
56232         Log: More robust and more paranoid perl.third target.
56233      Branch: perl
56234            ! Makefile.SH
56235 ____________________________________________________________________________
56236 [  9201] By: jhi                                   on 2001/03/18  18:39:21
56237         Log: Integrate change #9197 from maintperl to mainline.
56238              
56239              more thorough cleaning of arenas.
56240      Branch: perl
56241           !> embed.pl perl.c proto.h sv.c t/op/sort.t
56242 ____________________________________________________________________________
56243 [  9200] By: jhi                                   on 2001/03/18  18:25:17
56244         Log: Integrate perlio.
56245      Branch: perl
56246           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
56247           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
56248           !> t/lib/encode.t toke.c universal.c utf8.c
56249 ____________________________________________________________________________
56250 [  9199] By: nick                                  on 2001/03/18  15:23:51
56251         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
56252              is the sense of the test being done. Avoid some magical 127 and 128 values
56253              by using macros.
56254      Branch: perlio
56255            ! doop.c pp_ctl.c sv.c toke.c
56256 ____________________________________________________________________________
56257 [  9198] By: nick                                  on 2001/03/18  14:18:12
56258         Log: UTF-X encoding invariance for Encode:
56259              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
56260              - move the XS code for those to universal.c (so in miniperl)
56261              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
56262              - change ext/Encode/compile to use above.
56263              - Fix t/lib/encode.t for above
56264              - Teach t/lib/b.t to expect -uutf8
56265              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
56266              utf8.pm is needed.
56267      Branch: perlio
56268            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
56269            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
56270 ____________________________________________________________________________
56271 [  9197] By: gsar                                  on 2001/03/18  12:15:57
56272         Log: more thorough cleaning of arenas--keep going until no more
56273              SvREFCNT_dec()s occur (this fixes the problem that causes the
56274              pesky "Scalars leaked" warnings)
56275      Branch: maint-5.6/perl
56276            ! embed.pl perl.c proto.h sv.c t/op/sort.t
56277 ____________________________________________________________________________
56278 [  9196] By: nick                                  on 2001/03/18  10:57:29
56279         Log: Fix pragma/utf8.t # 15
56280              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
56281              are SvUTF8 as well.
56282      Branch: perlio
56283            ! toke.c
56284 ____________________________________________________________________________
56285 [  9195] By: nick                                  on 2001/03/18  09:27:06
56286         Log: Integrate mainline
56287      Branch: perlio
56288           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
56289           !> t/op/pat.t
56290 ____________________________________________________________________________
56291 [  9194] By: jhi                                   on 2001/03/18  05:29:59
56292         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
56293              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
56294      Branch: perl
56295            ! op.c op.h t/op/misc.t t/op/pat.t
56296 ____________________________________________________________________________
56297 [  9193] By: jhi                                   on 2001/03/18  05:15:06
56298         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
56299      Branch: perl
56300            ! mg.c t/op/pat.t
56301 ____________________________________________________________________________
56302 [  9192] By: jhi                                   on 2001/03/18  04:22:43
56303         Log: tr/// UTF-8 patches from Inaba Hiroto.
56304      Branch: perl
56305            ! doop.c op.c
56306 ____________________________________________________________________________
56307 [  9191] By: jhi                                   on 2001/03/18  04:21:17
56308         Log: Integrate perlio.
56309      Branch: perl
56310           !> utf8.c utfebcdic.h
56311 ____________________________________________________________________________
56312 [  9190] By: nick                                  on 2001/03/17  20:32:01
56313         Log: Correct #if EBCDIC side typos.
56314              Builds and passes many tests on OS390.
56315      Branch: perlio
56316            ! utf8.c utfebcdic.h
56317 ____________________________________________________________________________
56318 [  9189] By: jhi                                   on 2001/03/17  18:55:49
56319         Log: Add prerequisites for the perl.third target.
56320      Branch: perl
56321            ! Makefile.SH
56322 ____________________________________________________________________________
56323 [  9188] By: jhi                                   on 2001/03/17  18:46:00
56324         Log: Integrate perlio.
56325      Branch: perl
56326           +> utfebcdic.h
56327           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
56328 ____________________________________________________________________________
56329 [  9187] By: jhi                                   on 2001/03/17  18:38:47
56330         Log: Add a make rule for perl.third (the Third Degree memory debugging
56331              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
56332      Branch: perl
56333            ! Makefile.SH
56334 ____________________________________________________________________________
56335 [  9186] By: nick                                  on 2001/03/17  18:34:48
56336         Log: MANIFEST addition :-(
56337      Branch: perlio
56338            ! MANIFEST
56339 ____________________________________________________________________________
56340 [  9185] By: nick                                  on 2001/03/17  18:29:50
56341         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
56342              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
56343              a superset of ASCII are invariant under the encoding. This is EBCDIC
56344              friendly as an encoded string can be looked at as being EBCDIC by lexer
56345              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
56346              ASCII on ASCII machines.
56347              
56348              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
56349              seperate.
56350              - Add some more macros to comprehend different shift amounts and
56351              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
56352              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
56353              and conditionally #include it.
56354              
56355              EBCDIC build as yet untested.  ASCII still fails the one test.
56356      Branch: perlio
56357            + utfebcdic.h
56358            ! utf8.c utf8.h
56359 ____________________________________________________________________________
56360 [  9184] By: nick                                  on 2001/03/17  17:44:16
56361         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
56362      Branch: perlio
56363            ! doop.c perl.h pp.c utf8.h
56364 ____________________________________________________________________________
56365 [  9183] By: jhi                                   on 2001/03/17  15:55:42
56366         Log: Integrate perlio.
56367      Branch: perl
56368            ! MANIFEST
56369           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
56370 ____________________________________________________________________________
56371 [  9182] By: nick                                  on 2001/03/17  09:16:06
56372         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
56373      Branch: perlio
56374            ! t/op/pat.t
56375 ____________________________________________________________________________
56376 [  9181] By: nick                                  on 2001/03/17  09:15:11
56377         Log: Integrate mainline.
56378      Branch: perlio
56379           +> lib/Locale/Constants.pm lib/Locale/Country.pm
56380           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
56381           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
56382           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
56383           !> (integrate 83 files)
56384 ____________________________________________________________________________
56385 [  9180] By: nick                                  on 2001/03/16  17:23:21
56386         Log: EBCDIC Fixes.
56387      Branch: perlio
56388            ! perl.h sv.c toke.c utf8.c utf8.h
56389 ____________________________________________________________________________
56390 [  9179] By: jhi                                   on 2001/03/16  14:10:12
56391         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
56392              a change needed to work around an AIX compiler bug.
56393      Branch: perl
56394            ! ext/Storable/Storable.xs
56395 ____________________________________________________________________________
56396 [  9178] By: jhi                                   on 2001/03/16  03:19:59
56397         Log: With Damian's approval synchronize damian's modules'
56398              licensing with Perl's standard module licensing.
56399      Branch: perl
56400            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
56401 ____________________________________________________________________________
56402 [  9177] By: jhi                                   on 2001/03/16  03:15:34
56403         Log: Make the Filter::Util:Call files have their own copies
56404              of the Perl standard module licensing, from Paul Marquess.
56405      Branch: perl
56406            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
56407 ____________________________________________________________________________
56408 [  9176] By: jhi                                   on 2001/03/16  02:56:04
56409         Log: Subject: [PATCH] more pod patches
56410              From: Michael Stevens <michael@etla.org>
56411              Date: Thu, 15 Mar 2001 21:25:18 +0000
56412              Message-ID: <20010315212518.A18870@firedrake.org>
56413      Branch: perl
56414            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
56415            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
56416            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
56417            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
56418            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
56419            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
56420            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
56421            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
56422            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
56423            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
56424            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
56425            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
56426            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
56427            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
56428            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
56429            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
56430            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
56431            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
56432            ! lib/Locale/Country.pm lib/Locale/Language.pm
56433            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
56434            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
56435            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
56436            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
56437            ! os2/OS2/Process/Process.pm
56438 ____________________________________________________________________________
56439 [  9175] By: jhi                                   on 2001/03/16  02:53:32
56440         Log: Subject: [PATCH] the uncontroversial doc patches
56441              From: Michael Stevens <michael@etla.org>
56442              Date: Thu, 15 Mar 2001 20:01:12 +0000
56443              Message-ID: <20010315200112.A7636@firedrake.org>
56444      Branch: perl
56445            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
56446            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
56447            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
56448            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
56449            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
56450 ____________________________________________________________________________
56451 [  9174] By: jhi                                   on 2001/03/16  02:50:49
56452         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
56453              From: Paul Lindner <lindner@inuus.com>
56454              Date: Fri, 16 Mar 2001 11:28:03 -0800
56455              Message-ID: <20010316112803.A7577@inuus.com>
56456      Branch: perl
56457            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
56458 ____________________________________________________________________________
56459 [  9173] By: nick                                  on 2001/03/15  20:21:03
56460         Log: 1st day's EBCDIC fixes:
56461              - toke.c's parsing of strings needed attention
56462              needed to conditionally e2a if string was already UTF-8
56463              - e2a/a2e tables where wrong way round.
56464              - new macros in utf8.h
56465      Branch: perlio
56466            ! perl.h toke.c utf8.h
56467 ____________________________________________________________________________
56468 [  9172] By: jhi                                   on 2001/03/15  15:17:17
56469         Log: Update Changes.
56470      Branch: perl
56471            ! Changes patchlevel.h
56472 ____________________________________________________________________________
56473 [  9171] By: jhi                                   on 2001/03/15  15:09:32
56474         Log: Subject: Re: Another Borland C++ problem.
56475              From: "Vadim Konovalov" <watman@inbox.ru>
56476              Date: Sat, 10 Mar 2001 19:26:07 +0300
56477              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
56478              
56479              Borland filename case problem.
56480      Branch: perl
56481            + win32/sncfnmcs.pl
56482            ! MANIFEST README.win32
56483 ____________________________________________________________________________
56484 [  9170] By: jhi                                   on 2001/03/15  14:54:23
56485         Log: Add Locale::Codes 1.06, from Neil Bowers.
56486      Branch: perl
56487            + lib/Locale/Constants.pm lib/Locale/Country.pm
56488            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
56489            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
56490            + t/lib/lc-language.t t/lib/lc-uk.t
56491            ! MANIFEST
56492 ____________________________________________________________________________
56493 [  9169] By: jhi                                   on 2001/03/15  14:19:01
56494         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
56495      Branch: perl
56496            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
56497            ! ext/Storable/Storable.xs
56498 ____________________________________________________________________________
56499 [  9168] By: jhi                                   on 2001/03/15  14:13:22
56500         Log: Integrate changes #9120,9167 from mainline to maintperl.
56501              
56502              Subject: [PATCH 5.6.1] OS/2 docs
56503              
56504              Subject: [PATCH 5.6.1] perldoc
56505      Branch: maint-5.6/perl
56506           !> os2/Changes utils/perldoc.PL
56507 ____________________________________________________________________________
56508 [  9167] By: jhi                                   on 2001/03/15  14:07:42
56509         Log: Subject: [PATCH 5.6.1] perldoc
56510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56511              Date: Wed, 14 Mar 2001 23:46:52 -0500
56512              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
56513      Branch: perl
56514            ! utils/perldoc.PL
56515 ____________________________________________________________________________
56516 [  9166] By: jhi                                   on 2001/03/15  13:53:15
56517         Log: sigaction test condition tweakage.
56518      Branch: perl
56519            ! t/lib/sigaction.t
56520 ____________________________________________________________________________
56521 [  9165] By: alanbur                               on 2001/03/15  03:49:17
56522         Log: Resynchronised with parent
56523      Branch: maint-5.6/pureperl
56524           +> os2/os2add.sym t/op/anonsub.t
56525           !> (integrate 72 files)
56526 ____________________________________________________________________________
56527 [  9164] By: jhi                                   on 2001/03/15  01:05:01
56528         Log: Avoid stomping off the beginning of an array in tr///.
56529      Branch: perl
56530            ! op.c
56531 ____________________________________________________________________________
56532 [  9163] By: jhi                                   on 2001/03/15  00:58:57
56533         Log: h2ph strictness and cleanliness from Kurt Starsinic.
56534      Branch: perl
56535            ! utils/h2ph.PL
56536 ____________________________________________________________________________
56537 [  9162] By: gsar                                  on 2001/03/15  00:56:53
56538         Log: avoid warnings
56539      Branch: maint-5.6/perl
56540            ! t/op/magic.t
56541 ____________________________________________________________________________
56542 [  9161] By: gsar                                  on 2001/03/15  00:52:09
56543         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
56544              results
56545      Branch: maint-5.6/perl
56546            ! t/op/magic.t
56547 ____________________________________________________________________________
56548 [  9160] By: jhi                                   on 2001/03/14  22:02:10
56549         Log: Do not use the Perl malloc in IRIX, suggested by
56550              Helmus Jarausch.
56551      Branch: perl
56552            ! hints/irix_6.sh
56553 ____________________________________________________________________________
56554 [  9159] By: nick                                  on 2001/03/14  21:45:59
56555         Log: Integrate mainline
56556      Branch: perlio
56557           +> t/op/loopctl.t
56558           !> (integrate 41 files)
56559 ____________________________________________________________________________
56560 [  9158] By: jhi                                   on 2001/03/14  21:10:09
56561         Log: The Day of the Retractions continues: the #9138
56562              (integrated in #9144) doesn't work well in mainline.
56563      Branch: perl
56564            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
56565            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
56566            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
56567 ____________________________________________________________________________
56568 [  9157] By: jhi                                   on 2001/03/14  20:58:12
56569         Log: The #9145 CANNOT be enabled: the clear_pmop code still
56570              dumps core all over in Tru64.
56571      Branch: perl
56572            ! op.c op.h t/op/pat.t
56573 ____________________________________________________________________________
56574 [  9156] By: jhi                                   on 2001/03/14  20:48:06
56575         Log: Integrate change #9154 from maintperl to mainline.
56576              
56577              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
56578              (caused Storable 1.0.10 to break on windows)
56579      Branch: perl
56580           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
56581           !> perlapi.c proto.h
56582 ____________________________________________________________________________
56583 [  9155] By: jhi                                   on 2001/03/14  20:23:53
56584         Log: Retract #9136: breaks threading (and binary compatibility).
56585      Branch: perl
56586            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
56587 ____________________________________________________________________________
56588 [  9154] By: gsar                                  on 2001/03/14  17:48:18
56589         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
56590              (caused Storable 1.0.10 to break on windows)
56591      Branch: maint-5.6/perl
56592            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
56593            ! perlapi.c proto.h
56594 ____________________________________________________________________________
56595 [  9153] By: jhi                                   on 2001/03/14  13:35:21
56596         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
56597      Branch: perl
56598            ! t/lib/sigaction.t
56599 ____________________________________________________________________________
56600 [  9152] By: gsar                                  on 2001/03/14  07:29:40
56601         Log: back out changes#9012,9010,9009 and parts of change#9016
56602              (causes ABRs under purify, and some prerequisites don't
56603              seem to be there in 5.6.x)
56604      Branch: maint-5.6/perl
56605            ! doop.c op.c t/op/tr.t toke.c
56606 ____________________________________________________________________________
56607 [  9151] By: gsar                                  on 2001/03/14  07:01:29
56608         Log: reenable change#9145 (the test was busted due to a missing
56609              C<print "ok 27\n">)
56610      Branch: perl
56611            ! op.c op.h t/op/pat.t
56612 ____________________________________________________________________________
56613 [  9150] By: jhi                                   on 2001/03/14  06:38:36
56614         Log: Retract #9145.
56615      Branch: perl
56616            ! op.c op.h t/op/pat.t
56617 ____________________________________________________________________________
56618 [  9149] By: jhi                                   on 2001/03/14  06:14:56
56619         Log: Retract #9143.
56620      Branch: perl
56621            ! op.c
56622 ____________________________________________________________________________
56623 [  9148] By: gsar                                  on 2001/03/14  06:13:02
56624         Log: Uninitialized Memory Read in regexec.c
56625      Branch: perl
56626            ! regexec.c
56627 ____________________________________________________________________________
56628 [  9147] By: jhi                                   on 2001/03/14  04:59:54
56629         Log: Subject: PATCH: make goto work in nested eval ""
56630              From: Robin Houston <robin@kitsite.com>
56631              Date: Wed, 14 Mar 2001 04:16:10 +0000
56632              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
56633      Branch: perl
56634            ! pp_ctl.c t/op/goto.t
56635 ____________________________________________________________________________
56636 [  9146] By: jhi                                   on 2001/03/14  04:42:54
56637         Log: Preserve the #ifdef PERL_CORE in perly.h.
56638      Branch: perl
56639            ! perly.fixer
56640 ____________________________________________________________________________
56641 [  9145] By: jhi                                   on 2001/03/14  03:57:41
56642         Log: (Retracted by #9150.)
56643      Branch: perl
56644            ! op.c op.h t/op/pat.t
56645 ____________________________________________________________________________
56646 [  9144] By: jhi                                   on 2001/03/14  03:50:38
56647         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
56648              
56649              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
56650              
56651              remove squelch controls for "Scalars leaked" messages in most places
56652              (these are now cured)
56653              
56654              fix another memory leak reported by purify (tie callbacks that
56655              croak can leak when wiping out magic)
56656      Branch: perl
56657           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
56658           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
56659           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
56660           !> t/pragma/warnings.t
56661 ____________________________________________________________________________
56662 [  9143] By: jhi                                   on 2001/03/14  03:37:53
56663         Log: (Retracted by #9149.)
56664      Branch: perl
56665            ! op.c
56666 ____________________________________________________________________________
56667 [  9142] By: gsar                                  on 2001/03/14  03:20:48
56668         Log: fix another memory leak reported by purify (tie callbacks that
56669              croak can leak when wiping out magic)
56670      Branch: maint-5.6/perl
56671            ! scope.c
56672 ____________________________________________________________________________
56673 [  9141] By: jhi                                   on 2001/03/14  02:55:00
56674         Log: Subject: PATCH for [ID 20010305.003]
56675              From: Robin Houston <robin@kitsite.com>
56676              Date: Wed, 14 Mar 2001 02:45:51 +0000
56677              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
56678      Branch: perl
56679            ! pp_ctl.c t/op/eval.t
56680 ____________________________________________________________________________
56681 [  9140] By: jhi                                   on 2001/03/14  02:41:54
56682         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56683              Date: Wed, 14 Mar 2001 01:52:51 +0000
56684              From: Robin Houston <robin@kitsite.com>
56685              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
56686              
56687              Fix for 2000313.004.
56688      Branch: perl
56689            ! pp_ctl.c t/op/goto.t
56690 ____________________________________________________________________________
56691 [  9139] By: jhi                                   on 2001/03/14  02:40:50
56692         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56693              From: Robin Houston <robin@kitsite.com>
56694              Date: Wed, 14 Mar 2001 00:43:45 +0000
56695              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
56696      Branch: perl
56697            + t/op/loopctl.t
56698            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
56699            ! vms/perly_c.vms
56700 ____________________________________________________________________________
56701 [  9138] By: gsar                                  on 2001/03/14  01:18:00
56702         Log: remove squelch controls for "Scalars leaked" messages in most places
56703              (these are now cured)
56704      Branch: maint-5.6/perl
56705            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
56706            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
56707            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
56708 ____________________________________________________________________________
56709 [  9137] By: gsar                                  on 2001/03/14  00:57:04
56710         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
56711      Branch: maint-5.6/perl
56712            ! regcomp.c
56713 ____________________________________________________________________________
56714 [  9136] By: jhi                                   on 2001/03/13  23:12:24
56715         Log: (Retracted by #9155)
56716              
56717              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
56718              From: Jens-Uwe Mager <jum@helios.de>
56719              Date: Wed, 21 Feb 2001 21:32:04 +0100
56720              Message-ID: <20010221213203.A18340@ans.helios.de>
56721      Branch: perl
56722            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
56723 ____________________________________________________________________________
56724 [  9135] By: jhi                                   on 2001/03/13  22:50:05
56725         Log: Integrate perlio.
56726      Branch: perl
56727           !> pp.c
56728 ____________________________________________________________________________
56729 [  9134] By: jhi                                   on 2001/03/13  22:49:05
56730         Log: Integrate change #9131 from maintperl into mainline.
56731              
56732              make the error text look more consistent in hints/hpux.sh
56733      Branch: perl
56734           !> hints/hpux.sh
56735 ____________________________________________________________________________
56736 [  9133] By: gsar                                  on 2001/03/13  22:46:20
56737         Log: integrate change#9067 from mainline
56738              
56739              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56740      Branch: maint-5.6/perl
56741           !> lib/ExtUtils/MM_Unix.pm
56742 ____________________________________________________________________________
56743 [  9132] By: jhi                                   on 2001/03/13  22:41:21
56744         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56745              From: "John P. Linderman" <jpl@research.att.com>
56746              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
56747              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
56748              
56749              A more correct prime finder.
56750      Branch: perl
56751            ! lib/Tie/SubstrHash.pm
56752 ____________________________________________________________________________
56753 [  9131] By: gsar                                  on 2001/03/13  22:30:42
56754         Log: make the error text look more consistent in hints/hpux.sh
56755      Branch: maint-5.6/perl
56756            ! hints/hpux.sh
56757 ____________________________________________________________________________
56758 [  9130] By: jhi                                   on 2001/03/13  22:23:44
56759         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
56760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56761              Date: Tue, 13 Mar 2001 18:41:26 +0100
56762              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
56763              
56764              If the test is run non-interactively the default handler
56765              is different.
56766      Branch: perl
56767            ! t/lib/sigaction.t
56768 ____________________________________________________________________________
56769 [  9129] By: jhi                                   on 2001/03/13  22:20:21
56770         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
56771              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56772              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
56773              Date:     Tue, 13 Mar 2001 16:44:32 EST
56774      Branch: perl
56775            ! t/lib/1_compile.t
56776 ____________________________________________________________________________
56777 [  9128] By: jhi                                   on 2001/03/13  22:18:34
56778         Log: Subject: Another patch for integer.pm POD 
56779              From: "John L. Allen" <allen@grumman.com>
56780              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
56781              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
56782      Branch: perl
56783            ! lib/integer.pm
56784 ____________________________________________________________________________
56785 [  9127] By: nick                                  on 2001/03/13  21:26:30
56786         Log: Integrate mainline.
56787      Branch: perlio
56788           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
56789           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
56790           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
56791           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
56792           !> Changes Configure MANIFEST README.os2 README.os390
56793           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
56794           !> os2/Changes patchlevel.h win32/perlhost.h
56795 ____________________________________________________________________________
56796 [  9126] By: nick                                  on 2001/03/13  20:39:51
56797         Log: #ifdef'ed out code to make packed side of pack/unpack
56798              octets. (i.e. pack('U') => encode_utf8).
56799      Branch: perlio
56800            ! pp.c
56801 ____________________________________________________________________________
56802 [  9125] By: jhi                                   on 2001/03/13  15:07:16
56803         Log: Update Changes.
56804      Branch: perl
56805            ! Changes patchlevel.h
56806 ____________________________________________________________________________
56807 [  9124] By: jhi                                   on 2001/03/13  14:22:45
56808         Log: Workaround for the buggy ("internal compiler error")
56809              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
56810              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
56811              of Andreas König.
56812      Branch: perl
56813            ! ext/re/Makefile.PL hints/aix.sh
56814 ____________________________________________________________________________
56815 [  9123] By: jhi                                   on 2001/03/13  03:24:34
56816         Log: Typo in #9114.
56817      Branch: metaconfig
56818            ! U/modified/myhostname.U
56819 ____________________________________________________________________________
56820 [  9122] By: jhi                                   on 2001/03/13  03:24:06
56821         Log: Typo in #9113.
56822      Branch: perl
56823            ! Configure
56824 ____________________________________________________________________________
56825 [  9121] By: jhi                                   on 2001/03/13  01:53:05
56826         Log: Forgot to check-in the larger part of #9120, duh.
56827      Branch: perl
56828            ! README.os2
56829 ____________________________________________________________________________
56830 [  9120] By: jhi                                   on 2001/03/13  01:51:31
56831         Log: Subject: [PATCH 5.6.1] OS/2 docs
56832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56833              Date: Mon, 12 Mar 2001 03:27:32 -0500
56834              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
56835      Branch: perl
56836            ! os2/Changes
56837 ____________________________________________________________________________
56838 [  9119] By: jhi                                   on 2001/03/13  01:49:41
56839         Log: Integrate change #9116 from maintperl into mainline.
56840              
56841              Win32::GetCwd() returns C: instead of C:\ in the root directory
56842              under ithreads
56843      Branch: perl
56844           !> win32/perlhost.h
56845 ____________________________________________________________________________
56846 [  9118] By: jhi                                   on 2001/03/13  01:13:39
56847         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
56848      Branch: perl
56849            + lib/Switch.pm t/lib/switch.t
56850            ! MANIFEST
56851 ____________________________________________________________________________
56852 [  9117] By: jhi                                   on 2001/03/13  01:03:17
56853         Log: Add Text::Balanced 1.83.
56854      Branch: perl
56855            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
56856            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
56857            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
56858            + t/lib/tb-xvari.t
56859            ! MANIFEST
56860 ____________________________________________________________________________
56861 [  9116] By: gsar                                  on 2001/03/13  00:55:53
56862         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
56863              under ithreads
56864      Branch: maint-5.6/perl
56865            ! win32/perlhost.h
56866 ____________________________________________________________________________
56867 [  9115] By: jhi                                   on 2001/03/13  00:54:09
56868         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
56869              From: "John L. Allen" <allen@grumman.com>
56870              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
56871              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
56872              
56873              use integer document clarification.
56874      Branch: perl
56875            ! lib/integer.pm
56876 ____________________________________________________________________________
56877 [  9114] By: jhi                                   on 2001/03/13  00:38:54
56878         Log: Metaconfig unit change for #9113.
56879      Branch: metaconfig
56880            ! U/modified/myhostname.U
56881 ____________________________________________________________________________
56882 [  9113] By: jhi                                   on 2001/03/13  00:38:35
56883         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?)
56884              From: Peter Prymmer <pvhp@forte.com>
56885              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
56886              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
56887      Branch: perl
56888            ! Configure README.os390 hints/os390.sh
56889 ____________________________________________________________________________
56890 [  9112] By: jhi                                   on 2001/03/13  00:29:00
56891         Log: Integrate perlio.
56892      Branch: perl
56893           !> sv.c utf8.h
56894 ____________________________________________________________________________
56895 [  9111] By: nick                                  on 2001/03/12  21:16:33
56896         Log: Integrate mainline.
56897      Branch: perlio
56898           +> t/op/anonsub.t
56899           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56900           !> proto.h sv.c
56901 ____________________________________________________________________________
56902 [  9110] By: nick                                  on 2001/03/12  21:00:13
56903         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
56904      Branch: perlio
56905            ! sv.c utf8.h
56906 ____________________________________________________________________________
56907 [  9109] By: jhi                                   on 2001/03/12  16:04:47
56908         Log: Integrate change #9108 from maintperl to mainline.
56909              
56910              fix memory leak in C<sub X { sub {} }> arising from a refcount
56911              loop between the outer sub and the inner prototype anonsub
56912              
56913              this also enables closures returned by subroutines that
56914              subsequently get redefined to work without generating coredumps :)
56915              
56916              completely removed the free_closures() hack--it shouldn't be
56917              needed anymore
56918      Branch: perl
56919           +> t/op/anonsub.t
56920           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56921           !> proto.h sv.c
56922 ____________________________________________________________________________
56923 [  9108] By: gsar                                  on 2001/03/12  10:21:31
56924         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
56925              loop between the outer sub and the inner prototype anonsub
56926              
56927              this also enables closures returned by subroutines that
56928              subsequently get redefined to work without generating coredumps :)
56929              
56930              completely removed the free_closures() hack--it shouldn't be
56931              needed anymore
56932      Branch: maint-5.6/perl
56933            + t/op/anonsub.t
56934            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56935            ! proto.h sv.c
56936 ____________________________________________________________________________
56937 [  9107] By: jhi                                   on 2001/03/12  05:15:31
56938         Log: Integrate perlio.
56939      Branch: perl
56940           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
56941 ____________________________________________________________________________
56942 [  9106] By: nick                                  on 2001/03/11  20:10:12
56943         Log: regcomp.c is working in native space, not Unicode space (if different)
56944              as it is doing compare against 'W' in \W etc.
56945      Branch: perlio
56946            ! regcomp.c
56947 ____________________________________________________________________________
56948 [  9105] By: nick                                  on 2001/03/11  19:39:34
56949         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
56950              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
56951      Branch: perlio
56952            ! regcomp.c toke.c utf8.c
56953 ____________________________________________________________________________
56954 [  9104] By: nick                                  on 2001/03/11  18:15:44
56955         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
56956      Branch: perlio
56957            ! sv.c
56958 ____________________________________________________________________________
56959 [  9103] By: nick                                  on 2001/03/11  18:03:28
56960         Log: Integrate mainline (for regexp stuff).
56961      Branch: perlio
56962           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56963           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
56964           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
56965           !> t/lib/errno.t t/op/pat.t
56966 ____________________________________________________________________________
56967 [  9102] By: nick                                  on 2001/03/11  17:44:20
56968         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
56969              - exclude layer syms in makedef.pl for sfio
56970              - also inhibit Encode from trying to build ":encode()" layer.
56971      Branch: perlio
56972            ! ext/Encode/Encode.xs makedef.pl
56973 ____________________________________________________________________________
56974 [  9101] By: jhi                                   on 2001/03/10  22:38:13
56975         Log: The $Is_MacOS needs to be declared.
56976      Branch: perl
56977            ! lib/ExtUtils/Manifest.pm
56978 ____________________________________________________________________________
56979 [  9100] By: jhi                                   on 2001/03/10  22:14:29
56980         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
56981              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
56982              pollute the symbolspace if using sfio.
56983      Branch: perl
56984            ! ext/Encode/Encode.xs
56985 ____________________________________________________________________________
56986 [  9099] By: jhi                                   on 2001/03/10  21:58:48
56987         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
56988              Date: Sat, 10 Mar 2001 14:23:55 -0500
56989              From: Chris Nandor <pudge@pobox.com>
56990              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
56991      Branch: perl
56992            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56993            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
56994            ! t/lib/errno.t
56995 ____________________________________________________________________________
56996 [  9098] By: jhi                                   on 2001/03/10  21:38:30
56997         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
56998      Branch: perl
56999            ! regcomp.c regexec.c t/op/pat.t
57000 ____________________________________________________________________________
57001 [  9097] By: jhi                                   on 2001/03/10  14:38:07
57002         Log: Integrate perlio.
57003      Branch: perl
57004           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
57005           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
57006           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
57007 ____________________________________________________________________________
57008 [  9096] By: nick                                  on 2001/03/10  11:55:43
57009         Log: EBCDIC sanity - phase I
57010              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
57011              - use utf8n_xxxx (c.f. pvn) for forms which take length.
57012              - back out vN.N and $^V exceptions to e2a/a2e
57013              - make "locale" isxxx macros be uvchr (may be redundant?)
57014              
57015              Not clear yet that toUPPER_uni et. al. return being handled correctly.
57016              The tr// and rexexp stuff still needs an audit, assumption is they are working
57017              in Unicode space.
57018              
57019              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
57020      Branch: perlio
57021            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
57022            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
57023            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
57024 ____________________________________________________________________________
57025 [  9095] By: jhi                                   on 2001/03/09  22:10:01
57026         Log: Integrate perlio.
57027      Branch: perl
57028           !> dump.c
57029 ____________________________________________________________________________
57030 [  9094] By: nick                                  on 2001/03/09  17:36:38
57031         Log: Builds an passes all tests after integrate and this tweak.
57032      Branch: perlio
57033            ! dump.c
57034 ____________________________________________________________________________
57035 [  9093] By: nick                                  on 2001/03/09  17:16:03
57036         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
57037      Branch: perlio
57038           +> lib/unicode/Scripts.txt t/lib/sigaction.t
57039           !> (integrate 79 files)
57040 ____________________________________________________________________________
57041 [  9092] By: jhi                                   on 2001/03/09  15:28:26
57042         Log: Update Changes.
57043      Branch: perl
57044            ! Changes patchlevel.h
57045 ____________________________________________________________________________
57046 [  9091] By: jhi                                   on 2001/03/09  15:25:05
57047         Log: In op/stat #35 better to scan all the potential directories
57048              for setuids, not just the first one.
57049      Branch: perl
57050            ! t/op/stat.t
57051 ____________________________________________________________________________
57052 [  9090] By: jhi                                   on 2001/03/09  15:01:27
57053         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
57054              From: rspier@pobox.com (Robert Spier)
57055              Date: Fri, 9 Mar 2001 03:30:20 -0500
57056              Message-ID: <15016.38044.381174.160189@rls.cx>
57057              
57058              EXISTS() returning undef mistakenly triggered a FETCH().
57059      Branch: perl
57060            ! hv.c
57061 ____________________________________________________________________________
57062 [  9089] By: jhi                                   on 2001/03/09  14:59:02
57063         Log: Add /sbin and /usr/sbin to the list of directories scanned
57064              for setuid programs.  Takes care of bug id 20010309.003.
57065      Branch: perl
57066            ! t/op/stat.t
57067 ____________________________________________________________________________
57068 [  9088] By: jhi                                   on 2001/03/09  14:48:32
57069         Log: Regen perlapi, perltoc.
57070      Branch: perl
57071            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
57072 ____________________________________________________________________________
57073 [  9087] By: jhi                                   on 2001/03/09  14:38:56
57074         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
57075              From: David Mitchell <davem@fdgroup.co.uk>
57076              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
57077              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
57078      Branch: perl
57079            ! dump.c perl.c perl.h pod/perlrun.pod
57080 ____________________________________________________________________________
57081 [  9086] By: jhi                                   on 2001/03/09  01:47:16
57082         Log: A modified version of
57083              
57084              Subject: [ID 20010307.005] POSIX::sigaction has various problems
57085              From: anders@broadcom.com
57086              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
57087              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
57088              
57089              Currently the sigaction.t test #6 fails (and is fudged to look
57090              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
57091              This may well be a genuine bug in Linux sigaction() (since at
57092              least Tru64, Solaris, and HP-UX disagree with Linux).
57093              Anyone with POSIX / SUSv2 tome handy?  The problem is that
57094              the flags of the oldaction don't match with the flags in
57095              the previously installed disposition.
57096      Branch: perl
57097            + t/lib/sigaction.t
57098            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
57099 ____________________________________________________________________________
57100 [  9085] By: jhi                                   on 2001/03/09  01:30:13
57101         Log: Subject: Re: mission impossible for the day
57102              From: Alex Gough <alex@rcon.org>
57103              Date: Thu, 08 Mar 2001 17:18:19 +0000
57104              Message-ID: <3AA7BEDB.8070409@rcon.org>
57105              
57106              If references (are overloaded) and can be directly stringified,
57107              show that instead of "stringified".
57108              
57109              (The problem, infinite mutual recursion caused by overloaded bool
57110              in Switch.pm, tracked by David Mitchell)
57111      Branch: perl
57112            ! lib/Carp/Heavy.pm
57113 ____________________________________________________________________________
57114 [  9084] By: jhi                                   on 2001/03/09  01:20:39
57115         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
57116              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
57117              From: David Mitchell <davem@fdgroup.co.uk>
57118              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
57119      Branch: perl
57120            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
57121            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
57122 ____________________________________________________________________________
57123 [  9083] By: jhi                                   on 2001/03/09  01:16:51
57124         Log: Subject: [PATCH] perldata.pod here-doc docs
57125              From: Jeff Pinyan <jeffp@crusoe.net>
57126              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
57127              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
57128      Branch: perl
57129            ! pod/perldata.pod
57130 ____________________________________________________________________________
57131 [  9082] By: jhi                                   on 2001/03/09  01:01:27
57132         Log: Subject: Re: Unicode/EBCDIC
57133              From: Peter Prymmer <pvhp@forte.com>
57134              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
57135              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
57136      Branch: perl
57137            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
57138 ____________________________________________________________________________
57139 [  9081] By: jhi                                   on 2001/03/08  13:41:30
57140         Log: Subject: Ooops, wrong 'no *POSIX' Patch
57141              From: Dorner Thomas <Thomas.Dorner@start.de>
57142              Date: Thu, 8 Mar 2001 08:43:28 +0100
57143              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
57144      Branch: perl
57145            ! hints/posix-bc.sh
57146 ____________________________________________________________________________
57147 [  9080] By: jhi                                   on 2001/03/08  13:11:42
57148         Log: It's Scripts.txt, not Script.txt.
57149      Branch: perl
57150            ! MANIFEST
57151 ____________________________________________________________________________
57152 [  9079] By: jhi                                   on 2001/03/08  12:59:05
57153         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
57154              From: Dorner Thomas <Thomas.Dorner@start.de>
57155              Date: Wed, 7 Mar 2001 14:13:31 +0100
57156              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
57157      Branch: perl
57158            ! makedepend.SH
57159 ____________________________________________________________________________
57160 [  9078] By: jhi                                   on 2001/03/08  12:57:43
57161         Log: Retract #9069, wrong patch.
57162      Branch: perl
57163            ! Makefile.SH
57164 ____________________________________________________________________________
57165 [  9077] By: jhi                                   on 2001/03/08  01:06:13
57166         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
57167      Branch: perl
57168            + lib/unicode/Scripts.txt
57169            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
57170            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
57171            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
57172            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
57173            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
57174            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
57175            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
57176            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
57177            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
57178            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
57179            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
57180            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
57181            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
57182            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
57183            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
57184            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
57185            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
57186            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
57187            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
57188            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
57189            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
57190            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
57191            ! lib/unicode/version
57192 ____________________________________________________________________________
57193 [  9076] By: jhi                                   on 2001/03/07  22:59:39
57194         Log: Integrate change #7784 from mainline into maintperl.
57195              
57196              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
57197      Branch: maint-5.6/perl
57198           !> pp_ctl.c t/op/pat.t
57199 ____________________________________________________________________________
57200 [  9075] By: jhi                                   on 2001/03/07  22:05:11
57201         Log: More UTF-8 test tweaks.
57202      Branch: perl
57203            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
57204 ____________________________________________________________________________
57205 [  9074] By: nick                                  on 2001/03/07  21:39:29
57206         Log: Integrate mainline.
57207      Branch: perlio
57208           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
57209           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
57210           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
57211           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
57212           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
57213 ____________________________________________________________________________
57214 [  9073] By: jhi                                   on 2001/03/07  16:37:09
57215         Log: Update Changes.
57216      Branch: perl
57217            ! Changes patchlevel.h
57218 ____________________________________________________________________________
57219 [  9072] By: jhi                                   on 2001/03/07  16:32:30
57220         Log: Subject: [ID 20010306.004] || != named unary operator
57221              From: abela@geneanet.org
57222              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
57223              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
57224      Branch: perl
57225            ! pod/perlop.pod
57226 ____________________________________________________________________________
57227 [  9071] By: jhi                                   on 2001/03/07  15:14:11
57228         Log: Subject: downgrading to bytes for common functions
57229              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
57230              Date: Wed, 7 Mar 2001 02:36:55 -0500
57231              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
57232      Branch: perl
57233            ! pp_sys.c
57234 ____________________________________________________________________________
57235 [  9070] By: jhi                                   on 2001/03/07  15:04:58
57236         Log: Clarify the description differentiating for and while; inspired by
57237              
57238              Subject: [ID 20010306.002] for/while difference in for definition
57239              From: abela@geneanet.org
57240              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
57241              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
57242      Branch: perl
57243            ! pod/perlsyn.pod
57244 ____________________________________________________________________________
57245 [  9069] By: jhi                                   on 2001/03/07  14:55:30
57246         Log: (Retracted by #9078.)
57247      Branch: perl
57248            ! Makefile.SH
57249 ____________________________________________________________________________
57250 [  9068] By: jhi                                   on 2001/03/07  14:51:17
57251         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
57252              From: Radu Greab <radu@netsoft.ro>
57253              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
57254              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
57255      Branch: perl
57256            ! pp.c t/op/chop.t
57257 ____________________________________________________________________________
57258 [  9067] By: jhi                                   on 2001/03/07  14:48:57
57259         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
57260              From: Simon Cozens <simon@netthink.co.uk>
57261              Date: Wed, 7 Mar 2001 13:59:28 +0000
57262              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
57263              
57264              In order to allow MakeMaker to build correct Makefiles,
57265              you need to change the order of the arguments in MM_Unix.pm
57266              as well. (Unless you have C89_CCMODE set, but we're trying
57267              to be POSIXly correct)
57268              
57269              Thanks to Merijn Broeren for tracking this down.
57270      Branch: perl
57271            ! lib/ExtUtils/MM_Unix.pm
57272 ____________________________________________________________________________
57273 [  9066] By: jhi                                   on 2001/03/07  14:30:02
57274         Log: Floating point too messy.
57275      Branch: perl
57276            ! t/camel-III/vstring.t
57277 ____________________________________________________________________________
57278 [  9065] By: jhi                                   on 2001/03/07  14:17:44
57279         Log: Integrate change #9064 from maintperl into mainline.
57280              
57281              fix memory leak in pack("Bb",...)
57282      Branch: perl
57283           !> perl.c
57284 ____________________________________________________________________________
57285 [  9064] By: gsar                                  on 2001/03/07  06:29:24
57286         Log: fix memory leak in pack("Bb",...)
57287      Branch: maint-5.6/perl
57288            ! perl.c
57289 ____________________________________________________________________________
57290 [  9063] By: jhi                                   on 2001/03/07  00:55:04
57291         Log: Major utf8 test reorganisation and rewrite.
57292              Hopefully no tests were lost in the shuffle.
57293              (The beginning of pragma/utf8 was lost intentionally,
57294              the tests were rather bogus and incomplete.)
57295      Branch: perl
57296            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
57297            ! t/pragma/utf8.t
57298 ____________________________________________________________________________
57299 [  9062] By: jhi                                   on 2001/03/07  00:41:16
57300         Log: More tweakage on the Unicode character class descriptions.
57301      Branch: perl
57302            ! lib/unicode/mktables.PL pod/perlretut.pod
57303 ____________________________________________________________________________
57304 [  9061] By: jhi                                   on 2001/03/06  23:12:38
57305         Log: The perlretut was still talking about the old \p and \P
57306              definitions.
57307      Branch: perl
57308            ! pod/perlretut.pod
57309 ____________________________________________________________________________
57310 [  9060] By: nick                                  on 2001/03/06  20:52:37
57311         Log: Integrate mainline (make test works again now).
57312      Branch: perlio
57313           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
57314 ____________________________________________________________________________
57315 [  9059] By: jhi                                   on 2001/03/06  15:36:14
57316         Log: 0.999... does equal 1.0, doesn't it?
57317      Branch: perl
57318            ! t/camel-III/vstring.t
57319 ____________________________________________________________________________
57320 [  9058] By: jhi                                   on 2001/03/06  15:34:00
57321         Log: Make /x{abcd}/ to work without use utf8.
57322      Branch: perl
57323            ! regcomp.c
57324 ____________________________________________________________________________
57325 [  9057] By: jhi                                   on 2001/03/06  03:02:36
57326         Log: Easier to outcomment all the three reset() tests for now.
57327      Branch: perl
57328            ! t/op/pat.t
57329 ____________________________________________________________________________
57330 [  9056] By: jhi                                   on 2001/03/06  02:30:02
57331         Log: Comment out the deadly reset; until the 20010301.005
57332              is finally fixed.
57333      Branch: perl
57334            ! t/op/pat.t
57335 ____________________________________________________________________________
57336 [  9055] By: jhi                                   on 2001/03/06  02:21:26
57337         Log: Integrate the change #9054 from mainline:
57338              retract the PMOP cleanup patch pending further investigation.
57339      Branch: maint-5.6/perl
57340           !> op.c op.h
57341 ____________________________________________________________________________
57342 [  9054] By: jhi                                   on 2001/03/06  02:19:57
57343         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
57344              with oddly familiar stack traces.
57345      Branch: perl
57346            ! op.c op.h
57347 ____________________________________________________________________________
57348 [  9053] By: jhi                                   on 2001/03/05  23:20:28
57349         Log: Integrate perlio.
57350      Branch: perl
57351           +> ext/Encode/Encode/koi8-r.ucm
57352           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
57353           !> makedef.pl
57354 ____________________________________________________________________________
57355 [  9052] By: nick                                  on 2001/03/05  23:08:17
57356         Log: skipping USE_PERLIO symbols correction.
57357      Branch: perlio
57358            ! makedef.pl
57359 ____________________________________________________________________________
57360 [  9051] By: nick                                  on 2001/03/05  22:35:07
57361         Log: More Encode alias tidying.
57362      Branch: perlio
57363            + ext/Encode/Encode/koi8-r.ucm
57364            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
57365 ____________________________________________________________________________
57366 [  9050] By: jhi                                   on 2001/03/05  21:44:29
57367         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
57368              Sarathy's fix for ID 20010301.005.
57369      Branch: maint-5.6/perl
57370           !> op.c op.h
57371 ____________________________________________________________________________
57372 [  9049] By: nick                                  on 2001/03/05  19:54:04
57373         Log: Integrate Jarkko's Encode.pm tweak.
57374      Branch: perlio
57375           !> ext/Encode/Encode.pm
57376 ____________________________________________________________________________
57377 [  9048] By: nick                                  on 2001/03/05  19:47:57
57378         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
57379      Branch: perlio
57380           +> os2/os2add.sym
57381           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
57382           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
57383           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
57384           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
57385           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
57386 ____________________________________________________________________________
57387 [  9047] By: jhi                                   on 2001/03/05  19:25:26
57388         Log: Regen perlapi.
57389      Branch: perl
57390            ! pod/perlapi.pod
57391 ____________________________________________________________________________
57392 [  9046] By: jhi                                   on 2001/03/05  19:12:14
57393         Log: Integrate perlio.
57394      Branch: perl
57395           +> t/camel-III/vstring.t
57396           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
57397 ____________________________________________________________________________
57398 [  9045] By: jhi                                   on 2001/03/05  19:10:36
57399         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
57400      Branch: perl
57401            ! ext/Encode/Encode.pm
57402 ____________________________________________________________________________
57403 [  9044] By: jhi                                   on 2001/03/05  18:49:12
57404         Log: Forgot the other half of the PMOP patch (#9033).
57405      Branch: perl
57406            ! op.h
57407 ____________________________________________________________________________
57408 [  9043] By: nick                                  on 2001/03/05  18:14:47
57409         Log: Update MANIFEST for new test.
57410      Branch: perlio
57411            ! MANIFEST
57412 ____________________________________________________________________________
57413 [  9042] By: nick                                  on 2001/03/05  18:12:41
57414         Log: Some tests for Camel 3rd edition features.
57415              Make gethostbyaddr() test in above work.
57416      Branch: perlio
57417            + t/camel-III/vstring.t
57418            ! pp.h pp_sys.c t/TEST t/harness
57419 ____________________________________________________________________________
57420 [  9041] By: jhi                                   on 2001/03/05  17:41:48
57421         Log: Add more ISO 8859 encoding aliases.
57422      Branch: perl
57423            ! ext/Encode/Encode.pm
57424 ____________________________________________________________________________
57425 [  9040] By: jhi                                   on 2001/03/05  17:30:43
57426         Log: Integrate perlio.
57427      Branch: perl
57428           !> MANIFEST sv.c
57429 ____________________________________________________________________________
57430 [  9039] By: nick                                  on 2001/03/05  17:11:36
57431         Log: Missed added file.
57432      Branch: perlio
57433            ! MANIFEST
57434 ____________________________________________________________________________
57435 [  9038] By: jhi                                   on 2001/03/05  15:58:01
57436         Log: Add tr tests for EBCDIC, from Karsten Sperling.
57437      Branch: perl
57438            ! t/op/tr.t
57439 ____________________________________________________________________________
57440 [  9037] By: nick                                  on 2001/03/05  15:56:35
57441         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
57442              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
57443              
57444              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
57445              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
57446              - uses SvPV() rather than sv_2pv() in case it isn't a string.
57447      Branch: perlio
57448            ! sv.c
57449 ____________________________________________________________________________
57450 [  9036] By: jhi                                   on 2001/03/05  15:49:15
57451         Log: Add matching tests currently failing in EBCDIC,
57452              suggested by Karsten Sperling.
57453      Branch: perl
57454            ! t/op/pat.t
57455 ____________________________________________________________________________
57456 [  9035] By: jhi                                   on 2001/03/05  15:36:55
57457         Log: The #9034 needs a MANIFESTation.
57458      Branch: perl
57459            ! MANIFEST
57460 ____________________________________________________________________________
57461 [  9034] By: jhi                                   on 2001/03/05  15:35:14
57462         Log: Integrate perlio.
57463      Branch: perl
57464           +> ext/Encode/Encode/Tcl.pm
57465           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
57466           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
57467           !> ext/Encode/Encode/iso8859-1.ucm
57468           !> ext/Encode/Encode/iso8859-10.ucm
57469           !> ext/Encode/Encode/iso8859-13.ucm
57470           !> ext/Encode/Encode/iso8859-14.ucm
57471           !> ext/Encode/Encode/iso8859-15.ucm
57472           !> ext/Encode/Encode/iso8859-16.ucm
57473           !> ext/Encode/Encode/iso8859-2.ucm
57474           !> ext/Encode/Encode/iso8859-3.ucm
57475           !> ext/Encode/Encode/iso8859-4.ucm
57476           !> ext/Encode/Encode/iso8859-5.ucm
57477           !> ext/Encode/Encode/iso8859-6.ucm
57478           !> ext/Encode/Encode/iso8859-7.ucm
57479           !> ext/Encode/Encode/iso8859-8.ucm
57480           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
57481           !> t/lib/encode.t
57482 ____________________________________________________________________________
57483 [  9033] By: jhi                                   on 2001/03/05  15:33:18
57484         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
57485              From: Gurusamy Sarathy <gsar@ActiveState.com>
57486              Date: Sun, 04 Mar 2001 22:33:15 -0800
57487              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
57488              
57489              PMOPs need to remember their own stash so that they can
57490              gracefully remove themselves from their linked list.
57491      Branch: perl
57492            ! op.c
57493 ____________________________________________________________________________
57494 [  9032] By: nick                                  on 2001/03/05  14:51:50
57495         Log: Encode implementation "completion"
57496              Implement and document define_encoding()
57497              Implement and document encoding aliases including define_alias()
57498              Make Encode::XS use define_encoding() rather than back-door.
57499              Move run-time *.enc to separate Encode::Tcl module.
57500              Make 'compile' honour <codeset_name>
57501              Change canonical names of to iso-8859-* and US-ascii.
57502      Branch: perlio
57503            + ext/Encode/Encode/Tcl.pm
57504            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
57505            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
57506            ! ext/Encode/Encode/iso8859-1.ucm
57507            ! ext/Encode/Encode/iso8859-10.ucm
57508            ! ext/Encode/Encode/iso8859-13.ucm
57509            ! ext/Encode/Encode/iso8859-14.ucm
57510            ! ext/Encode/Encode/iso8859-15.ucm
57511            ! ext/Encode/Encode/iso8859-16.ucm
57512            ! ext/Encode/Encode/iso8859-2.ucm
57513            ! ext/Encode/Encode/iso8859-3.ucm
57514            ! ext/Encode/Encode/iso8859-4.ucm
57515            ! ext/Encode/Encode/iso8859-5.ucm
57516            ! ext/Encode/Encode/iso8859-6.ucm
57517            ! ext/Encode/Encode/iso8859-7.ucm
57518            ! ext/Encode/Encode/iso8859-8.ucm
57519            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
57520            ! t/lib/encode.t
57521 ____________________________________________________________________________
57522 [  9031] By: jhi                                   on 2001/03/05  13:51:17
57523         Log: Integrate change #9030 from maintperl into mainline.
57524              
57525              Subject: [PATCH 5.6.1] OS/2 cleanup
57526      Branch: perl
57527           +> os2/os2add.sym
57528           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
57529           !> makedef.pl os2/Changes os2/Makefile.SHs
57530           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
57531           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
57532           !> os2/os2.sym os2/os2ish.h
57533 ____________________________________________________________________________
57534 [  9030] By: jhi                                   on 2001/03/05  13:46:49
57535         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
57536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57537              Date: Mon, 5 Mar 2001 02:29:44 -0500
57538              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
57539      Branch: maint-5.6/perl
57540            + os2/os2add.sym
57541            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
57542            ! makedef.pl os2/Changes os2/Makefile.SHs
57543            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
57544            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
57545            ! os2/os2.sym os2/os2ish.h
57546 ____________________________________________________________________________
57547 [  9029] By: jhi                                   on 2001/03/05  13:40:35
57548         Log: Integrate change #9028 from maintperl into mainline.
57549              
57550              various nits in MM_Unix.pm found by disabling SelfLoader
57551      Branch: perl
57552           !> lib/ExtUtils/MM_Unix.pm
57553 ____________________________________________________________________________
57554 [  9028] By: gsar                                  on 2001/03/05  09:58:38
57555         Log: various nits in MM_Unix.pm found by disabling SelfLoader
57556      Branch: maint-5.6/perl
57557            ! lib/ExtUtils/MM_Unix.pm
57558 ____________________________________________________________________________
57559 [  9027] By: nick                                  on 2001/03/05  08:35:22
57560         Log: Integrate mainline
57561      Branch: perlio
57562           !> (integrate 28 files)
57563 ____________________________________________________________________________
57564 [  9026] By: jhi                                   on 2001/03/05  02:14:59
57565         Log: Integrate change #9025 from mainline to maintperl,
57566              retract \N{U+HHHH}.
57567      Branch: maint-5.6/perl
57568           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
57569           !> t/lib/charnames.t toke.c
57570 ____________________________________________________________________________
57571 [  9025] By: jhi                                   on 2001/03/05  02:13:09
57572         Log: Retracting \N{U+HHHH}.
57573      Branch: perl
57574            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
57575            ! t/lib/charnames.t toke.c
57576 ____________________________________________________________________________
57577 [  9024] By: jhi                                   on 2001/03/04  20:51:07
57578         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
57579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
57580              Date: Fri, 02 Mar 2001 18:25:26 +0100
57581              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
57582              
57583              Casting problem.
57584      Branch: perl
57585            ! ext/Storable/Storable.xs
57586 ____________________________________________________________________________
57587 [  9023] By: jhi                                   on 2001/03/04  19:46:45
57588         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
57589              From: nick@talking.bollo.cx
57590              Date: Sat, 03 Mar 2001 21:41:33 +0000
57591              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
57592              
57593              Revert the workaround.
57594      Branch: perl
57595            ! perlio.c
57596 ____________________________________________________________________________
57597 [  9022] By: jhi                                   on 2001/03/04  19:36:28
57598         Log: Update Changes.
57599      Branch: perl
57600            ! Changes patchlevel.h
57601 ____________________________________________________________________________
57602 [  9021] By: jhi                                   on 2001/03/04  18:41:00
57603         Log: makedef.pl updates suggested by Chris Nandor; double-checking
57604              the changes in AIX, OS/2 Win32 would be nice.
57605      Branch: perl
57606            ! makedef.pl
57607 ____________________________________________________________________________
57608 [  9020] By: jhi                                   on 2001/03/04  18:23:58
57609         Log: Integrate change #9012 from maintperl into mainline,
57610              quench a compiler warning.
57611      Branch: perl
57612           !> toke.c
57613 ____________________________________________________________________________
57614 [  9019] By: jhi                                   on 2001/03/04  18:18:43
57615         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
57616              
57617              \N{U+HHHH} fix.
57618              
57619              pattern in G_ARRAY context
57620      Branch: maint-5.6/perl
57621           !> pp_hot.c t/op/pat.t toke.c
57622 ____________________________________________________________________________
57623 [  9018] By: jhi                                   on 2001/03/04  18:07:48
57624         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
57625              From: Jeff Pinyan <jeffp@crusoe.net>
57626              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
57627              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
57628      Branch: perl
57629            ! pp_hot.c t/op/pat.t
57630 ____________________________________________________________________________
57631 [  9017] By: jhi                                   on 2001/03/04  18:06:21
57632         Log: I thought I tested the #9014.
57633      Branch: perl
57634            ! toke.c
57635 ____________________________________________________________________________
57636 [  9016] By: jhi                                   on 2001/03/04  17:41:22
57637         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
57638              
57639              Tweak the get*ent() OS/2 prototypes.
57640              
57641              Add the \N{U+HHHH} syntax.
57642              
57643              More tr/// UTF-8 fixes from Inaba Hiroto.
57644      Branch: maint-5.6/perl
57645           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
57646           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
57647 ____________________________________________________________________________
57648 [  9015] By: jhi                                   on 2001/03/04  17:36:04
57649         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
57650      Branch: perl
57651            ! doop.c t/op/tr.t
57652 ____________________________________________________________________________
57653 [  9014] By: jhi                                   on 2001/03/04  17:24:49
57654         Log: Add the \N{U+HHHH} syntax.
57655      Branch: perl
57656            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
57657            ! t/lib/charnames.t toke.c
57658 ____________________________________________________________________________
57659 [  9013] By: jhi                                   on 2001/03/04  17:20:45
57660         Log: Tweak the get*ent() OS/2 prototypes.
57661      Branch: perl
57662            ! os2/os2.c
57663 ____________________________________________________________________________
57664 [  9012] By: gsar                                  on 2001/03/04  06:26:14
57665         Log: avoid warning (nit in change#9009)
57666      Branch: maint-5.6/perl
57667            ! toke.c
57668 ____________________________________________________________________________
57669 [  9011] By: gsar                                  on 2001/03/04  06:15:24
57670         Log: lib/charnames.t fails in 5.6.x because of older Unicode
57671              data
57672              
57673              TODO: need to revisit this after updating lib/unicode/...
57674      Branch: maint-5.6/perl
57675            ! t/lib/charnames.t
57676 ____________________________________________________________________________
57677 [  9010] By: gsar                                  on 2001/03/04  06:08:36
57678         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
57679      Branch: maint-5.6/perl
57680            ! toke.c
57681 ____________________________________________________________________________
57682 [  9009] By: jhi                                   on 2001/03/03  19:27:20
57683         Log: Integrate change #9008 from mainline to maintperl,
57684              UTF-8 tr/// fixes from Inaba Hiroto.
57685      Branch: maint-5.6/perl
57686           !> doop.c op.c t/op/tr.t toke.c
57687 ____________________________________________________________________________
57688 [  9008] By: jhi                                   on 2001/03/03  19:19:42
57689         Log: UTF8 tr/// fixes from Inaba Hiroto.
57690      Branch: perl
57691            ! doop.c op.c t/op/tr.t toke.c
57692 ____________________________________________________________________________
57693 [  9007] By: jhi                                   on 2001/03/03  19:00:30
57694         Log: Integrate change #9006 from maintperl to mainline,
57695              more robust quest for the infinite.
57696      Branch: perl
57697           !> lib/Math/Complex.pm
57698 ____________________________________________________________________________
57699 [  9006] By: jhi                                   on 2001/03/03  18:58:06
57700         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
57701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57702              Date: Sat, 3 Mar 2001 12:51:50 -0500
57703              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
57704              
57705              Be more robust in our quest for the infinite.
57706      Branch: maint-5.6/perl
57707            ! lib/Math/Complex.pm
57708 ____________________________________________________________________________
57709 [  9005] By: jhi                                   on 2001/03/03  17:55:50
57710         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
57711      Branch: maint-5.6/perl
57712            ! doio.c
57713 ____________________________________________________________________________
57714 [  9004] By: jhi                                   on 2001/03/03  17:40:14
57715         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
57716              so that picky compilers like IRIX won't get huffy about
57717              "statements without effect" (like 1;).
57718      Branch: perl
57719            ! toke.c
57720 ____________________________________________________________________________
57721 [  9003] By: jhi                                   on 2001/03/03  17:15:52
57722         Log: Integrate change #9002 from mainline to maintperl.
57723              
57724              Subject: [perl-5.6.x, perl-current] accept for EPOC
57725      Branch: maint-5.6/perl
57726           !> pp_sys.c
57727 ____________________________________________________________________________
57728 [  9002] By: jhi                                   on 2001/03/03  17:14:30
57729         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
57730              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57731              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
57732              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
57733      Branch: perl
57734            ! pp_sys.c
57735 ____________________________________________________________________________
57736 [  9001] By: jhi                                   on 2001/03/03  17:13:13
57737         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
57738              From: "Craig A. Berry" <craigberry@mac.com>
57739              Date: Fri, 02 Mar 2001 17:44:40 -0600
57740              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
57741      Branch: perl
57742            ! t/pod/find.t
57743 ____________________________________________________________________________
57744 [  9000] By: jhi                                   on 2001/03/03  17:11:55
57745         Log: Integrate changes #8997,8999 from maintperl.
57746              
57747              Subject: [PATCH 5.6.1] compiling on OS/2
57748              (Better error message from hints/os2.sh)
57749              
57750              Subject: [PATCH 5.6.1] syslog.t
57751      Branch: perl
57752           !> hints/os2.sh t/lib/syslog.t
57753 ____________________________________________________________________________
57754 [  8999] By: jhi                                   on 2001/03/03  17:09:28
57755         Log: Subject: [PATCH 5.6.1] syslog.t
57756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57757              Date: Sat, 3 Mar 2001 02:11:17 -0500
57758              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
57759      Branch: maint-5.6/perl
57760            ! t/lib/syslog.t
57761 ____________________________________________________________________________
57762 [  8998] By: jhi                                   on 2001/03/03  17:07:50
57763         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
57764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57765              Date: Sat, 3 Mar 2001 01:53:52 -0500
57766              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
57767      Branch: maint-5.6/perl
57768            ! opcode.pl os2/os2.c
57769 ____________________________________________________________________________
57770 [  8997] By: jhi                                   on 2001/03/03  17:03:30
57771         Log: Subject: [PATCH 5.6.1] compiling on OS/2
57772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57773              Date: Sat, 3 Mar 2001 01:59:59 -0500
57774              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
57775      Branch: maint-5.6/perl
57776            ! hints/os2.sh
57777 ____________________________________________________________________________
57778 [  8996] By: jhi                                   on 2001/03/03  00:55:58
57779         Log: Regen files for mainline.
57780      Branch: perl
57781            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57782            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
57783 ____________________________________________________________________________
57784 [  8995] By: jhi                                   on 2001/03/03  00:35:22
57785         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
57786              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
57787              to maintperl.
57788              
57789              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
57790              
57791              Add Configure option -Dmksymlinks which will create a symlink
57792              forest if the current/build differs from the source directory.
57793              (8218,8220,8221,8317,8318,8971)
57794              
57795              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
57796              (Document APPLLIB_EXP in INSTALL.)
57797              
57798              If running byacc write-enable also perly.h.
57799              
57800              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
57801              
57802              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
57803              
57804              Sanity check for conflicting thread flavours.
57805              
57806              Fix the sys/fcntl.h problem reported by Peter Prymmer.
57807              
57808              Add few CPUs/architectures to the Cppsym scan,
57809              add -perlio to archname if so selected (modified 8890)
57810              
57811              Be more helpful for devel builders, suggested by John L. Allen.
57812              (admittedly pointless change for maintperl, but the usedevel
57813              code is there already)
57814      Branch: maint-5.6/perl
57815           !> Configure INSTALL Makefile.SH Porting/Glossary
57816           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
57817           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
57818           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
57819           !> win32/config.bc win32/config.gc win32/config.vc
57820 ____________________________________________________________________________
57821 [  8994] By: jhi                                   on 2001/03/02  23:31:41
57822         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
57823      Branch: metaconfig/U/perl
57824            ! gccvers.U
57825 ____________________________________________________________________________
57826 [  8993] By: jhi                                   on 2001/03/02  23:22:12
57827         Log: Regenerate various files for maint.
57828      Branch: maint-5.6/perl
57829            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
57830            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
57831 ____________________________________________________________________________
57832 [  8992] By: alanbur                               on 2001/03/02  22:48:34
57833         Log: Resync wuth parent
57834      Branch: maint-5.6/pureperl
57835           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57836           !> (integrate 60 files)
57837 ____________________________________________________________________________
57838 [  8991] By: jhi                                   on 2001/03/02  21:00:08
57839         Log: Retract the #8742 part of #8986, backward compat.
57840      Branch: maint-5.6/perl
57841            ! embed.pl
57842 ____________________________________________________________________________
57843 [  8990] By: jhi                                   on 2001/03/02  20:40:07
57844         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
57845      Branch: maint-5.6/perl
57846            ! hv.c
57847 ____________________________________________________________________________
57848 [  8989] By: jhi                                   on 2001/03/02  19:59:56
57849         Log: Update Changes.
57850      Branch: perl
57851            ! Changes patchlevel.h
57852 ____________________________________________________________________________
57853 [  8988] By: jhi                                   on 2001/03/02  19:57:08
57854         Log: Integrate perlio.
57855      Branch: perl
57856           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57857           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57858           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57859           !> ext/Encode/Encode/iso8859-10.ucm
57860           !> ext/Encode/Encode/iso8859-13.ucm
57861           !> ext/Encode/Encode/iso8859-14.ucm
57862           !> ext/Encode/Encode/iso8859-15.ucm
57863           !> ext/Encode/Encode/iso8859-16.ucm
57864           !> ext/Encode/Encode/iso8859-2.ucm
57865           !> ext/Encode/Encode/iso8859-3.ucm
57866           !> ext/Encode/Encode/iso8859-4.ucm
57867           !> ext/Encode/Encode/iso8859-5.ucm
57868           !> ext/Encode/Encode/iso8859-6.ucm
57869           !> ext/Encode/Encode/iso8859-7.ucm
57870           !> ext/Encode/Encode/iso8859-8.ucm
57871           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57872           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
57873 ____________________________________________________________________________
57874 [  8987] By: jhi                                   on 2001/03/02  19:43:40
57875         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
57876              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
57877              8950,8952,8955 from mainline to maintperl.
57878              
57879              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
57880              
57881              Put to rest the 20010205.001, the email address checking (not) regex.
57882              
57883              fork() not everywhere, cleanup temp files.
57884              
57885              The #8843 wasn't quite right: %Config needs to imported.
57886              
57887              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
57888              (#8849: the glob-basic hunk needed massaging as it depended
57889              on Schwern's large-scale (unintegrated) patches)
57890              
57891              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
57892              
57893              Upgrade to CGI.pm 2.752, from Lincoln Stein.
57894              (Note: there were some conflicts due to EBCDIC and EPOC
57895              patches, in general I preferred the repository code.)
57896              (When 2.753 comes out, we need to synchronize.)
57897              
57898              Subject: [PATCH] fix for charnames above FFFF
57899              
57900              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57901              
57902              If no sfio, no -lsfio.
57903              
57904              Run run/*.t also in minitest.
57905              
57906              Subject:  [PATCH perl 5.7.0] malloc message address offset
57907              
57908              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57909              
57910              Subject: fix for parameter -Dm (for perl@8867)
57911              
57912              Subject: [PATCH: perl@8892] was Re: hashing order difference?
57913              (make the test more portable)
57914              
57915              Subject: Re: [PATCH] fix for charnames above FFFF
57916              
57917              Subject: Re: I'm losing the war...
57918              (hv_store() not working correctly in ENV_IS_CASELESS case.)
57919              
57920              Subject: Modified README.bs2000 
57921              
57922              Subject: [PATCH: perl@8935] -Dt padsv($var)
57923              
57924              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57925              
57926              Subject: PATCH: extra tests to check on negative float to unsigned cast
57927              
57928              Subject: [PATCH] XPUSH[insp] was Re: progress
57929              
57930              Subject: Re: Compile with perlcc..
57931      Branch: maint-5.6/perl
57932           !> (integrate 36 files)
57933 ____________________________________________________________________________
57934 [  8986] By: jhi                                   on 2001/03/02  18:51:25
57935         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
57936              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
57937              to maintperl.
57938              
57939              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
57940              
57941              Subject: [DOC PATCH] overload.pm nits
57942              
57943              Add header for LIB$ prototypes (C. Berry)
57944              
57945              Convert fwrite()s to sockets to write()s, since some socket stacks
57946              don't take kindly to stdio.
57947              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
57948              (for often optional LNMs)
57949              Correct a few typos
57950              (C. Bailey)
57951              
57952              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
57953              
57954              De-cut-and-pasto.
57955              
57956              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
57957              
57958              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
57959              
57960              Upgrade to CPAN 1.59_54, from Andreas König.
57961              
57962              Bogus shebang.
57963              
57964              Subject: [PATCH] Document makepatch in Porting/patching
57965              
57966              UTF-8 documentation.
57967              
57968              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
57969              
57970              Sort the MANIFEST.
57971              
57972              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57973              
57974              Subject: [PATCH @8807] toke.c cleanup: scan_str()
57975              
57976              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57977              
57978              Add run/*.t to testables.
57979              
57980              TODO: integrate #8784.
57981      Branch: maint-5.6/perl
57982           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57983           !> (integrate 28 files)
57984 ____________________________________________________________________________
57985 [  8985] By: nick                                  on 2001/03/02  18:15:45
57986         Log: Integrate mainline
57987      Branch: perlio
57988           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
57989           !> vms/vms.c
57990 ____________________________________________________________________________
57991 [  8984] By: jhi                                   on 2001/03/02  16:00:17
57992         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
57993              
57994              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
57995              5.004_05, and mention the suidperl August 2000 security problem.
57996              (#8978,#8981)
57997              
57998              Subject: [ID 20010301.004] Technically speaking in perldata
57999              
58000              Subject: [PATCH] File::Copy for bleadperl, maintperl
58001              
58002              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
58003              
58004              (The #8982, fix for 20010221.005 and 20010221.008,
58005              would be nice too but it didn't integrate cleanly.)
58006      Branch: maint-5.6/perl
58007           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
58008 ____________________________________________________________________________
58009 [  8983] By: jhi                                   on 2001/03/02  15:51:16
58010         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
58011              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58012              Date:     Thu, 1 Mar 2001 15:54:09 EST
58013              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
58014      Branch: perl
58015            ! vms/vms.c
58016 ____________________________________________________________________________
58017 [  8982] By: jhi                                   on 2001/03/02  15:43:31
58018         Log: Subject: Re: sync sync sync: have I missed any patches?
58019              From: Radu Greab <radu@netsoft.ro> 
58020              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
58021              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
58022              
58023              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
58024              was checking argv[0] regardless of whether a different pathname
58025              will actually be executed."  Test case not supplied because 
58026              drafting that, ironically enough, revealed another bug
58027              (or a feature).
58028      Branch: perl
58029            ! doio.c
58030 ____________________________________________________________________________
58031 [  8981] By: jhi                                   on 2001/03/02  15:28:03
58032         Log: Misdate in #8978.
58033      Branch: perl
58034            ! pod/perlfaq1.pod
58035 ____________________________________________________________________________
58036 [  8980] By: jhi                                   on 2001/03/02  15:24:20
58037         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
58038              From: Chris Nandor <pudge@pobox.com>
58039              Date: Wed, 28 Feb 2001 22:10:15 -0500
58040              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
58041      Branch: perl
58042            ! lib/File/Copy.pm
58043 ____________________________________________________________________________
58044 [  8979] By: jhi                                   on 2001/03/02  15:17:16
58045         Log: Subject: [ID 20010301.004] Technically speaking in perldata
58046              From: abela@geneanet.org
58047              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
58048              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
58049      Branch: perl
58050            ! pod/perldata.pod
58051 ____________________________________________________________________________
58052 [  8978] By: jhi                                   on 2001/03/02  15:15:27
58053         Log: Subject: [ID 20010301.003] ref to 5.004
58054              From: abela@geneanet.org
58055              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
58056              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
58057              
58058              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
58059              and mention the suidperl August 2000 security problem.
58060      Branch: perl
58061            ! pod/perlfaq1.pod
58062 ____________________________________________________________________________
58063 [  8977] By: alanbur                               on 2001/03/02  14:17:45
58064         Log: Resynchronised with parent
58065      Branch: maint-5.6/pureperl
58066           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
58067           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
58068           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
58069           !> vms/descrip_mms.template win32/win32.c win32/win32.h
58070           !> win32/win32iop.h
58071 ____________________________________________________________________________
58072 [  8976] By: nick                                  on 2001/03/01  23:25:30
58073         Log: Integrate mainline.
58074      Branch: perlio
58075            - t/op/qu.t
58076           !> (integrate 55 files)
58077 ____________________________________________________________________________
58078 [  8975] By: jhi                                   on 2001/03/01  16:51:34
58079         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
58080      Branch: perl
58081           !> toke.c
58082 ____________________________________________________________________________
58083 [  8974] By: gsar                                  on 2001/03/01  16:28:21
58084         Log: fix for bugid 20010226.008
58085              
58086              the problem was that some of the pointers (PL_last_lop and
58087              PL_last_uni specifically) into the lex buffers weren't correctly
58088              being invalidated when the buffer changed; this would leave the
58089              pointers pointing at an arbitrary location in the buffer if
58090              the buffer didn't need to be reallocated, or point into freed
58091              memory if the buffer had to be realloced
58092              
58093              TODO item for bugdb maintainers: check other seemingly random
58094              parser-related bugs--they might be cured by this
58095      Branch: maint-5.6/perl
58096            ! toke.c
58097 ____________________________________________________________________________
58098 [  8973] By: jhi                                   on 2001/03/01  02:23:25
58099         Log: Retract #8970 because of a completely mysterious core dump:
58100              adding the tests 241..244 causes op/pat dump core at test #25.
58101              The test needs a lot of whittling down before the bug can be solved.
58102      Branch: perl
58103            ! t/op/pat.t
58104 ____________________________________________________________________________
58105 [  8972] By: jhi                                   on 2001/03/01  01:58:38
58106         Log: Regen perlapi.
58107      Branch: perl
58108            ! pod/perlapi.pod
58109 ____________________________________________________________________________
58110 [  8971] By: jhi                                   on 2001/03/01  01:34:09
58111         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))
58112              From: Nicholas Clark <nick@ccl4.org>
58113              Date: Wed, 28 Feb 2001 23:28:49 +0000
58114              Message-ID: <20010228232849.A55187@plum.flirble.org>
58115              
58116              Allow a completely write protected source code tree
58117              when using the Configure -Dmksymlinks.
58118      Branch: perl
58119            ! embed.pl warnings.pl
58120 ____________________________________________________________________________
58121 [  8970] By: jhi                                   on 2001/03/01  01:32:04
58122         Log: Add back the EBCDIC character range tests (for matching).
58123      Branch: perl
58124            ! t/op/pat.t
58125 ____________________________________________________________________________
58126 [  8969] By: nick                                  on 2001/02/28  18:18:01
58127         Log: Add charname comments to .ucm files writen by 'compile',
58128              also order charmaps in those files by source encoding.
58129              regenerate distrubuted .ucm files
58130      Branch: perlio
58131            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
58132            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
58133            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
58134            ! ext/Encode/Encode/iso8859-10.ucm
58135            ! ext/Encode/Encode/iso8859-13.ucm
58136            ! ext/Encode/Encode/iso8859-14.ucm
58137            ! ext/Encode/Encode/iso8859-15.ucm
58138            ! ext/Encode/Encode/iso8859-16.ucm
58139            ! ext/Encode/Encode/iso8859-2.ucm
58140            ! ext/Encode/Encode/iso8859-3.ucm
58141            ! ext/Encode/Encode/iso8859-4.ucm
58142            ! ext/Encode/Encode/iso8859-5.ucm
58143            ! ext/Encode/Encode/iso8859-6.ucm
58144            ! ext/Encode/Encode/iso8859-7.ucm
58145            ! ext/Encode/Encode/iso8859-8.ucm
58146            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
58147            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
58148 ____________________________________________________________________________
58149 [  8968] By: jhi                                   on 2001/02/28  16:26:37
58150         Log: Expand usemorebits early if d_casti32 needs to be undefined.
58151      Branch: perl
58152            ! hints/hpux.sh hints/irix_6.sh
58153 ____________________________________________________________________________
58154 [  8967] By: jhi                                   on 2001/02/28  16:22:26
58155         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
58156              retract toke.c/qu parts of #8583, retract #8485, retract
58157              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
58158              op/length.t, and MANIFEST, and delete t/op/qu.t.
58159      Branch: perl
58160            - t/op/qu.t
58161            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
58162            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
58163            ! t/op/length.t toke.c
58164 ____________________________________________________________________________
58165 [  8966] By: jhi                                   on 2001/02/28  15:00:27
58166         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
58167              by not changing from pre-Unicode days into being Unicode-aware.
58168              Sniff.
58169      Branch: perl
58170            ! pp.c t/op/pack.t t/op/qu.t
58171 ____________________________________________________________________________
58172 [  8965] By: jhi                                   on 2001/02/28  14:37:55
58173         Log: Subject: Re: Errors in core PODs
58174              From: Michael Stevens <michael@etla.org> 
58175              Date: Fri, 23 Feb 2001 15:47:56 +0000
58176              Message-ID: <20010223154756.A7723@firedrake.org> 
58177      Branch: perl
58178            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
58179            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
58180            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
58181            ! x2p/a2p.pod
58182 ____________________________________________________________________________
58183 [  8964] By: jhi                                   on 2001/02/28  14:35:35
58184         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
58185              (The #8961 was too bold.)
58186      Branch: perl
58187            ! hints/hpux.sh hints/irix_6.sh
58188 ____________________________________________________________________________
58189 [  8963] By: jhi                                   on 2001/02/28  14:33:39
58190         Log: Subject: Re: sync sync sync: have I missed any patches?
58191              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58192              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
58193              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
58194              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
58195              
58196              Replace djSP with dSP.
58197      Branch: perl
58198            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
58199            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
58200            ! win32/perlhost.h
58201 ____________________________________________________________________________
58202 [  8962] By: jhi                                   on 2001/02/27  23:21:14
58203         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
58204      Branch: perl
58205            ! lib/Filter/Simple.pm
58206 ____________________________________________________________________________
58207 [  8961] By: jhi                                   on 2001/02/27  22:55:26
58208         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
58209              and this would be it.
58210      Branch: perl
58211            ! hints/hpux.sh hints/irix_6.sh
58212 ____________________________________________________________________________
58213 [  8960] By: jhi                                   on 2001/02/27  22:51:33
58214         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
58215              From: "Craig A. Berry" <craigberry@mac.com>
58216              Date: Tue, 27 Feb 2001 16:11:44 -0600
58217              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
58218      Branch: maint-5.6/perl
58219            ! configure.com vms/descrip_mms.template
58220 ____________________________________________________________________________
58221 [  8959] By: jhi                                   on 2001/02/27  22:47:23
58222         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
58223              From: "Craig A. Berry" <craigberry@mac.com>
58224              Date: Tue, 27 Feb 2001 16:11:44 -0600
58225              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
58226      Branch: perl
58227            ! configure.com vms/descrip_mms.template
58228 ____________________________________________________________________________
58229 [  8958] By: jhi                                   on 2001/02/27  15:16:42
58230         Log: Update Changes.
58231      Branch: perl
58232            ! Changes patchlevel.h
58233 ____________________________________________________________________________
58234 [  8957] By: jhi                                   on 2001/02/27  06:15:07
58235         Log: Subject: [5.6.x] EPOC additions
58236              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58237              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
58238              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
58239      Branch: maint-5.6/perl
58240            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
58241 ____________________________________________________________________________
58242 [  8956] By: jhi                                   on 2001/02/27  06:12:11
58243         Log: Subject: [perl-current] EPOC 
58244              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58245              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
58246              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
58247      Branch: perl
58248            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
58249            ! epoc/epocish.c epoc/epocish.h pp_sys.c
58250 ____________________________________________________________________________
58251 [  8955] By: jhi                                   on 2001/02/27  05:59:50
58252         Log: Subject: Re: Compile with perlcc..
58253              From: Edward Peschko <edwardp@excitehome.net>
58254              Date: Mon, 26 Feb 2001 18:51:58 -0800
58255              Message-ID: <20010226185158.A9871@excitehome.net>
58256              
58257              plus add a simple usage message if no arguments given.
58258      Branch: perl
58259            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
58260            ! utils/Makefile utils/perlcc.PL win32/pod.mak
58261 ____________________________________________________________________________
58262 [  8954] By: nick                                  on 2001/02/26  21:02:59
58263         Log: Integrate mainline
58264      Branch: perlio
58265           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
58266           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
58267           !> t/op/sprintf.t
58268 ____________________________________________________________________________
58269 [  8953] By: jhi                                   on 2001/02/26  14:43:54
58270         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
58271              From: Nicholas Clark <nick@ccl4.org>
58272              Date: Mon, 26 Feb 2001 00:42:07 +0000
58273              Message-ID: <20010226004207.F23333@plum.flirble.org>
58274      Branch: perl
58275            ! pp_ctl.c
58276 ____________________________________________________________________________
58277 [  8952] By: jhi                                   on 2001/02/26  14:42:13
58278         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
58279              From: Simon Cozens <simon@netthink.co.uk>
58280              Date: Mon, 26 Feb 2001 12:23:48 +0000
58281              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
58282      Branch: perl
58283            ! pod/perlguts.pod
58284 ____________________________________________________________________________
58285 [  8951] By: jhi                                   on 2001/02/26  14:39:15
58286         Log: Subject: [PATCH] perlio - unknown layer
58287              From: Nicholas Clark <nick@ccl4.org>
58288              Date: Mon, 26 Feb 2001 00:27:19 +0000
58289              Message-ID: <20010226002719.E23333@plum.flirble.org>
58290      Branch: perl
58291            ! perlio.c
58292 ____________________________________________________________________________
58293 [  8950] By: jhi                                   on 2001/02/26  14:38:04
58294         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
58295              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
58296              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
58297              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
58298      Branch: perl
58299            ! t/op/bop.t
58300 ____________________________________________________________________________
58301 [  8949] By: jhi                                   on 2001/02/26  14:37:07
58302         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
58303              From: Peter Prymmer <pvhp@forte.com>
58304              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
58305              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
58306      Branch: perl
58307            ! lib/Test.pm
58308 ____________________________________________________________________________
58309 [  8948] By: jhi                                   on 2001/02/26  14:35:53
58310         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
58311              From: Radu Greab <radu@netsoft.ro>
58312              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
58313              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
58314      Branch: perl
58315            ! pod/perlop.pod
58316 ____________________________________________________________________________
58317 [  8947] By: jhi                                   on 2001/02/26  14:34:46
58318         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
58319              From: David Mitchell <davem@fdgroup.co.uk>
58320              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
58321              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
58322      Branch: perl
58323            ! run.c
58324 ____________________________________________________________________________
58325 [  8946] By: jhi                                   on 2001/02/26  14:32:37
58326         Log: Subject: Modified README.bs2000 
58327              From: Dorner Thomas <Thomas.Dorner@start.de>
58328              Date: Mon, 26 Feb 2001 09:22:17 +0100
58329              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
58330      Branch: perl
58331            ! README.bs2000
58332 ____________________________________________________________________________
58333 [  8945] By: jhi                                   on 2001/02/26  14:19:53
58334         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
58335              to maintperl, listing the known failures on the tests 129 and 130.
58336      Branch: maint-5.6/perl
58337           !> t/op/sprintf.t
58338 ____________________________________________________________________________
58339 [  8944] By: jhi                                   on 2001/02/26  14:14:15
58340         Log: Add more known sprintf failures.
58341      Branch: perl
58342            ! t/op/sprintf.t
58343 ____________________________________________________________________________
58344 [  8943] By: jhi                                   on 2001/02/26  13:56:22
58345         Log: perlglob.exe needs to be found in Win32, patch from
58346              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
58347              which needs external glob at mini-perl time."
58348      Branch: perl
58349            ! ext/Encode/compile
58350 ____________________________________________________________________________
58351 [  8942] By: jhi                                   on 2001/02/26  13:52:19
58352         Log: A missing dTHX from Vadim Konovalov.
58353      Branch: perl
58354            ! perlio.c
58355 ____________________________________________________________________________
58356 [  8941] By: jhi                                   on 2001/02/26  13:37:05
58357         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
58358      Branch: perl
58359            ! op.c
58360 ____________________________________________________________________________
58361 [  8940] By: jhi                                   on 2001/02/26  13:35:40
58362         Log: Integrate perlio.
58363      Branch: perl
58364           !> ext/Encode/Encode.pm
58365 ____________________________________________________________________________
58366 [  8939] By: nick                                  on 2001/02/25  23:47:09
58367         Log: Integrate mainline.
58368      Branch: perlio
58369           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
58370           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
58371 ____________________________________________________________________________
58372 [  8938] By: nick                                  on 2001/02/25  19:36:28
58373         Log: Encode implementations docs.
58374      Branch: perlio
58375            ! ext/Encode/Encode.pm
58376 ____________________________________________________________________________
58377 [  8937] By: jhi                                   on 2001/02/25  19:26:16
58378         Log: Script wasn't aligned with reality.
58379      Branch: perl
58380            ! t/pod/find.t
58381 ____________________________________________________________________________
58382 [  8936] By: jhi                                   on 2001/02/25  18:54:55
58383         Log: Update Changes.
58384      Branch: perl
58385            ! Changes patchlevel.h
58386 ____________________________________________________________________________
58387 [  8935] By: jhi                                   on 2001/02/25  18:46:36
58388         Log: Retract #8929,8930,8932,8933 for now.
58389      Branch: perl
58390            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
58391 ____________________________________________________________________________
58392 [  8934] By: jhi                                   on 2001/02/25  17:34:35
58393         Log: Integrate perlio.
58394      Branch: perl
58395           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
58396           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
58397           !> t/lib/encode.t
58398 ____________________________________________________________________________
58399 [  8933] By: jhi                                   on 2001/02/25  17:33:12
58400         Log: (Retracted by #8395.)
58401              
58402              Slight tweaks in scan_const(), not fixes yet, it seems like
58403              lots of work remains to be done...
58404      Branch: perl
58405            ! toke.c
58406 ____________________________________________________________________________
58407 [  8932] By: jhi                                   on 2001/02/25  17:27:11
58408         Log: (Retracted by #8395.)
58409              
58410              Missing from #8930.
58411      Branch: perl
58412            ! perl.h
58413 ____________________________________________________________________________
58414 [  8931] By: jhi                                   on 2001/02/25  17:26:19
58415         Log: A comment tweak.
58416      Branch: perl
58417            ! utf8.c
58418 ____________________________________________________________________________
58419 [  8930] By: jhi                                   on 2001/02/25  17:25:47
58420         Log: (Retracted by #8395.)
58421              
58422              Attempt to fix the EBCDIC character range problem with //.
58423      Branch: perl
58424            ! regcomp.c
58425 ____________________________________________________________________________
58426 [  8929] By: jhi                                   on 2001/02/25  17:23:45
58427         Log: (Retracted by #8395.)
58428              
58429              Expand the EBCDIC character range tests, and add few nasty
58430              tr tests from Karsten Sperling.
58431      Branch: perl
58432            ! t/op/pat.t t/op/tr.t
58433 ____________________________________________________________________________
58434 [  8928] By: jhi                                   on 2001/02/25  17:18:49
58435         Log: Missing check-in.
58436      Branch: perl
58437            ! lib/Pod/Find.pm
58438 ____________________________________________________________________________
58439 [  8927] By: nick                                  on 2001/02/25  11:30:22
58440         Log: Change method names in Encode implementation classes to something
58441              less confusing (preparing to "go public").
58442      Branch: perlio
58443            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
58444 ____________________________________________________________________________
58445 [  8926] By: nick                                  on 2001/02/25  10:53:24
58446         Log: GCC __atribute__ / printf fix
58447      Branch: perlio
58448            ! perl.h
58449 ____________________________________________________________________________
58450 [  8925] By: nick                                  on 2001/02/25  10:52:25
58451         Log: Checked in the wrong one ...
58452      Branch: perlio
58453            ! ext/Encode/Encode.pm
58454 ____________________________________________________________________________
58455 [  8924] By: nick                                  on 2001/02/24  18:46:51
58456         Log: Integrate mainline - to see what Jarkko has in ...
58457      Branch: perlio
58458           +> t/pod/testpods/lib/Pod/Stuff.pm
58459           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
58460 ____________________________________________________________________________
58461 [  8923] By: nick                                  on 2001/02/24  17:05:23
58462         Log: Encode API documentation nd tidy up.
58463              Minor additions to test.
58464              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
58465              Adds STRLEN to standard typemap.
58466      Branch: perlio
58467            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
58468            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
58469 ____________________________________________________________________________
58470 [  8922] By: jhi                                   on 2001/02/24  16:38:12
58471         Log: Add a test for the "character range should match in EBCDIC
58472              if specified using explicit numerics" bug found by Karsten
58473              Sperling.
58474      Branch: perl
58475            ! t/op/pat.t
58476 ____________________________________________________________________________
58477 [  8921] By: jhi                                   on 2001/02/24  16:30:16
58478         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
58479              From: schwern@pobox.com
58480              Date: Fri, 23 Feb 2001 03:21:37 -0500
58481              Message-ID: <20010223032137.A26022@magnonel.guild.net>
58482              
58483              plus Charles Lane's fixes, plus tweaks.
58484      Branch: perl
58485            + t/pod/testpods/lib/Pod/Stuff.pm
58486            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
58487 ____________________________________________________________________________
58488 [  8920] By: nick                                  on 2001/02/24  10:30:11
58489         Log: Integrate mainline
58490      Branch: perlio
58491           !> (integrate 33 files)
58492 ____________________________________________________________________________
58493 [  8919] By: jhi                                   on 2001/02/24  00:23:35
58494         Log: Subject: Re: I'm losing the war...
58495              From: "Vadim Konovalov" <watman@inbox.ru>
58496              Date: Sat, 24 Feb 2001 00:10:14 +0300
58497              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
58498              
58499              hv_store() not working correctly in ENV_IS_CASELESS case.
58500      Branch: perl
58501            ! hv.c
58502 ____________________________________________________________________________
58503 [  8918] By: jhi                                   on 2001/02/24  00:20:09
58504         Log: Subject: Re: [PATCH] fix for charnames above FFFF
58505              From: andreas.koenig@anima.de (Andreas J. Koenig)
58506              Date: 23 Feb 2001 02:39:03 +0100
58507              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
58508              
58509              A further efficiency tweak.
58510      Branch: perl
58511            ! lib/charnames.pm
58512 ____________________________________________________________________________
58513 [  8917] By: jhi                                   on 2001/02/23  20:27:51
58514         Log: Integrate change #8916 from mainline,
58515              do away with USE_WIN32_RTL_ENV.
58516      Branch: maint-5.6/perl
58517           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
58518 ____________________________________________________________________________
58519 [  8916] By: jhi                                   on 2001/02/23  20:02:25
58520         Log: Abolish USE_WIN32_RTL_ENV.
58521      Branch: perl
58522            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
58523 ____________________________________________________________________________
58524 [  8915] By: jhi                                   on 2001/02/23  19:36:00
58525         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
58526              later protected by some #define.
58527      Branch: perl
58528            ! gv.c
58529 ____________________________________________________________________________
58530 [  8914] By: jhi                                   on 2001/02/23  19:31:38
58531         Log: Retract #8902 for now, requested by Charles Lane, the correct
58532              fix will be something else.
58533      Branch: perl
58534            ! op.c
58535 ____________________________________________________________________________
58536 [  8913] By: jhi                                   on 2001/02/23  19:11:36
58537         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
58538              From: Peter Prymmer <pvhp@forte.com>
58539              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
58540              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
58541      Branch: perl
58542            ! t/op/lex_assign.t
58543 ____________________________________________________________________________
58544 [  8912] By: jhi                                   on 2001/02/23  18:38:20
58545         Log: Subject: [patch] perlio + useithreads
58546              From: Doug MacEachern <dougm@covalent.net>
58547              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
58548              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
58549              
58550              Gets things running but not complete.
58551      Branch: perl
58552            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
58553 ____________________________________________________________________________
58554 [  8911] By: jhi                                   on 2001/02/23  04:20:02
58555         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
58556              
58557              Duplicated environment freeing, File::Temp 0.12,
58558              op/append portability (EBCDIC) tweak.
58559      Branch: maint-5.6/perl
58560           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
58561           !> t/op/append.t
58562 ____________________________________________________________________________
58563 [  8910] By: jhi                                   on 2001/02/23  02:07:33
58564         Log: Integrate change #8909 from mainline, a better Borland
58565              putenv() workaround.
58566      Branch: maint-5.6/perl
58567           !> perl.c
58568 ____________________________________________________________________________
58569 [  8909] By: jhi                                   on 2001/02/23  02:05:46
58570         Log: A better workaround for Borland putenv() brokenness from Sarathy.
58571      Branch: perl
58572            ! perl.c
58573 ____________________________________________________________________________
58574 [  8908] By: jhi                                   on 2001/02/23  02:04:14
58575         Log: Subject: fix for parameter -Dm (for perl@8867)
58576              From: "Vadim Konovalov" <watman@inbox.ru>
58577              Date: Thu, 22 Feb 2001 17:30:12 +0300
58578              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
58579      Branch: perl
58580            ! perl.h
58581 ____________________________________________________________________________
58582 [  8907] By: jhi                                   on 2001/02/23  01:58:20
58583         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
58584              From: Peter Prymmer <pvhp@forte.com>
58585              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
58586              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
58587      Branch: perl
58588            ! t/op/append.t
58589 ____________________________________________________________________________
58590 [  8906] By: jhi                                   on 2001/02/23  01:48:34
58591         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
58592      Branch: perl
58593            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
58594 ____________________________________________________________________________
58595 [  8905] By: jhi                                   on 2001/02/23  01:43:30
58596         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
58597              From: Peter Prymmer <pvhp@forte.com>
58598              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
58599              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
58600      Branch: perl
58601            ! t/lib/st-06compat.t
58602 ____________________________________________________________________________
58603 [  8904] By: jhi                                   on 2001/02/23  01:42:39
58604         Log: Metaconfig unit change for #8903.
58605      Branch: metaconfig/U/perl
58606            ! Devel.U
58607 ____________________________________________________________________________
58608 [  8903] By: jhi                                   on 2001/02/23  01:42:12
58609         Log: Be more helpful for devel builders, suggested by John L. Allen.
58610      Branch: perl
58611            ! Configure
58612 ____________________________________________________________________________
58613 [  8902] By: jhi                                   on 2001/02/23  01:37:41
58614         Log: (Retracted by #8914)
58615              (Wrongly, reinstated by #8941)
58616              
58617              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
58618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58619              Date:     Thu, 22 Feb 2001 09:43:57 EST
58620              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
58621      Branch: perl
58622            ! op.c
58623 ____________________________________________________________________________
58624 [  8901] By: jhi                                   on 2001/02/23  01:20:32
58625         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
58626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58627              Date:     Thu, 22 Feb 2001 08:01:35 EST
58628              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
58629      Branch: perl
58630            ! malloc.c
58631 ____________________________________________________________________________
58632 [  8900] By: jhi                                   on 2001/02/23  01:18:02
58633         Log: Integrate changes #8898,8899 from mainline, environ handling.
58634      Branch: maint-5.6/perl
58635           !> perl.c
58636 ____________________________________________________________________________
58637 [  8899] By: jhi                                   on 2001/02/23  01:16:25
58638         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
58639              putenv() is not to be relied on, they are either broken or leaky
58640              or both.)
58641      Branch: perl
58642            ! perl.c
58643 ____________________________________________________________________________
58644 [  8898] By: jhi                                   on 2001/02/22  23:36:59
58645         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
58646              and safesysfree() must be used.
58647      Branch: perl
58648            ! perl.c
58649 ____________________________________________________________________________
58650 [  8897] By: jhi                                   on 2001/02/22  23:25:45
58651         Log: With environ one must use safesysmalloc()/safesysfree().
58652      Branch: perl
58653            ! perl.c
58654 ____________________________________________________________________________
58655 [  8896] By: jhi                                   on 2001/02/22  22:13:18
58656         Log: If we have a duplicated environment free it
58657              if PERL_DESTRUCT_LEVEL.
58658      Branch: perl
58659            ! perl.c
58660 ____________________________________________________________________________
58661 [  8895] By: alanbur                               on 2001/02/22  19:31:57
58662         Log: Synchronised with parent
58663      Branch: maint-5.6/pureperl
58664           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
58665 ____________________________________________________________________________
58666 [  8894] By: gsar                                  on 2001/02/22  19:06:18
58667         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
58668              
58669              fix memory leak in method call optimization (change#3768);
58670              made C<eval "$x->foo()"> leak
58671              
58672              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
58673      Branch: maint-5.6/perl
58674           !> op.c
58675 ____________________________________________________________________________
58676 [  8893] By: jhi                                   on 2001/02/22  18:35:27
58677         Log: (Retracted by #8915.)
58678              
58679              Third Degree finding:
58680              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
58681      Branch: perl
58682            ! gv.c
58683 ____________________________________________________________________________
58684 [  8892] By: jhi                                   on 2001/02/22  14:28:32
58685         Log: Update Changes.
58686      Branch: perl
58687            ! Changes patchlevel.h
58688 ____________________________________________________________________________
58689 [  8891] By: jhi                                   on 2001/02/22  13:22:45
58690         Log: Metaconfig unit changes for #8890.
58691      Branch: metaconfig
58692            ! U/modified/Cppsym.U U/threads/archname.U
58693 ____________________________________________________________________________
58694 [  8890] By: jhi                                   on 2001/02/22  13:22:12
58695         Log: Add -stdio to the archname if no perlio selected,
58696              no -perlio added since that is now the default.
58697              
58698              Add few CPUs/architectures to the Cppsym scan.
58699      Branch: perl
58700            ! Configure config_h.SH
58701 ____________________________________________________________________________
58702 [  8889] By: jhi                                   on 2001/02/22  13:05:59
58703         Log: Metaconfig unit change for #8888.
58704      Branch: metaconfig/U/perl
58705            ! useperlio.U
58706 ____________________________________________________________________________
58707 [  8888] By: jhi                                   on 2001/02/22  13:05:28
58708         Log: *drum roll*  Make perlio the default.
58709      Branch: perl
58710            ! Configure config_h.SH
58711 ____________________________________________________________________________
58712 [  8887] By: jhi                                   on 2001/02/22  12:50:52
58713         Log: Integrate change #8665 from maintperl to mainline,
58714              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
58715      Branch: perl
58716           !> ext/POSIX/POSIX.xs
58717 ____________________________________________________________________________
58718 [  8886] By: jhi                                   on 2001/02/22  12:49:24
58719         Log: Integrate changes #8883,8884 from mainline to maintperl.
58720              
58721              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
58722              Subject: Re: File::Temp::_gettemp warning
58723      Branch: maint-5.6/perl
58724           !> embed.h embed.pl lib/File/Temp.pm
58725 ____________________________________________________________________________
58726 [  8885] By: jhi                                   on 2001/02/22  12:43:59
58727         Log: Based on
58728              
58729              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
58730              From: schwab@suse.de
58731              Date: Thu, 22 Feb 2001 13:08:09 +0100
58732              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
58733              
58734              but the fix done slightly differently because the other
58735              half was already done in #8664.
58736      Branch: maint-5.6/perl
58737            ! ext/POSIX/POSIX.xs
58738 ____________________________________________________________________________
58739 [  8884] By: jhi                                   on 2001/02/22  12:37:15
58740         Log: Subject: Re: File::Temp::_gettemp warning
58741              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58742              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
58743              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
58744              
58745              This patch to File::Temp does two things:
58746              
58747              1. Fixes the problem with CGI::Carp when determining
58748              the Fcntl constants
58749              
58750              2. Removes most of the carps and consolidates them so that all the
58751              reasons are included in a single die that is caught by the test. This
58752              means that the correct skipping behaviour is displayed by the test.
58753      Branch: perl
58754            ! lib/File/Temp.pm
58755 ____________________________________________________________________________
58756 [  8883] By: jhi                                   on 2001/02/22  12:29:19
58757         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
58758              From: Peter Prymmer <pvhp@forte.com>
58759              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
58760              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
58761      Branch: perl
58762            ! embed.h embed.pl
58763 ____________________________________________________________________________
58764 [  8882] By: jhi                                   on 2001/02/21  19:41:33
58765         Log: Integrate change #8881 from mainlin to maintperl.
58766              
58767              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
58768      Branch: maint-5.6/perl
58769           !> op.c
58770 ____________________________________________________________________________
58771 [  8881] By: jhi                                   on 2001/02/21  19:38:57
58772         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
58773              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58774              Date:     Wed, 21 Feb 2001 13:08:03 EST
58775              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
58776      Branch: perl
58777            ! op.c
58778 ____________________________________________________________________________
58779 [  8880] By: jhi                                   on 2001/02/21  19:34:34
58780         Log: Retract #8875, cannot let go of the old semantics of unpack U
58781              without rethinking utf8decode.t.
58782      Branch: perl
58783            ! pp.c t/op/pack.t
58784 ____________________________________________________________________________
58785 [  8879] By: jhi                                   on 2001/02/21  19:08:02
58786         Log: Run run/*.t also in minitest.
58787      Branch: perl
58788            ! Makefile.SH
58789 ____________________________________________________________________________
58790 [  8878] By: nick                                  on 2001/02/21  18:55:37
58791         Log: Integrate mainline
58792      Branch: perlio
58793           !> (integrate 76 files)
58794 ____________________________________________________________________________
58795 [  8877] By: jhi                                   on 2001/02/21  15:09:33
58796         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
58797      Branch: metaconfig
58798            ! U/compline/nblock_io.U
58799      Branch: perl
58800            ! Configure config_h.SH
58801 ____________________________________________________________________________
58802 [  8876] By: jhi                                   on 2001/02/21  14:54:45
58803         Log: If no sfio, no -lsfio.
58804      Branch: metaconfig/U/perl
58805            ! d_sfio.U
58806      Branch: perl
58807            ! Configure config_h.SH
58808 ____________________________________________________________________________
58809 [  8875] By: jhi                                   on 2001/02/21  14:54:00
58810         Log: Make unpack C and unpack U truly equivalent.
58811      Branch: perl
58812            ! pp.c t/op/pack.t
58813 ____________________________________________________________________________
58814 [  8874] By: jhi                                   on 2001/02/21  14:26:02
58815         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
58816              From: Peter Prymmer <pvhp@forte.com>
58817              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
58818              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
58819      Branch: perl
58820            ! pod/perlport.pod
58821 ____________________________________________________________________________
58822 [  8873] By: jhi                                   on 2001/02/21  14:24:31
58823         Log: Subject: [PATCH] fix for charnames above FFFF
58824              From: andreas.koenig@anima.de (Andreas J. Koenig)
58825              Date: 21 Feb 2001 07:05:45 +0100
58826              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
58827      Branch: perl
58828            ! lib/charnames.pm t/lib/charnames.t
58829 ____________________________________________________________________________
58830 [  8872] By: jhi                                   on 2001/02/21  14:15:25
58831         Log: Integrate change #8868 from pureperl to mainline.
58832              
58833              Fixed reference count loop caused by sv_magic.
58834      Branch: perl
58835           !> sv.c
58836 ____________________________________________________________________________
58837 [  8871] By: jhi                                   on 2001/02/21  14:07:29
58838         Log: Integrate change #8868 from pureperl to maintperl.
58839              
58840              Fixed reference count loop caused by sv_magic.
58841      Branch: maint-5.6/perl
58842           !> sv.c
58843 ____________________________________________________________________________
58844 [  8870] By: jhi                                   on 2001/02/21  14:04:41
58845         Log: Put back the #8840, it was innocent.
58846      Branch: perl
58847            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58848            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58849 ____________________________________________________________________________
58850 [  8869] By: jhi                                   on 2001/02/21  14:00:03
58851         Log: unpack("C", ...) was left slightly unfinished by #8865.
58852      Branch: perl
58853            ! pp.c t/op/pack.t
58854 ____________________________________________________________________________
58855 [  8868] By: alanbur                               on 2001/02/21  01:33:45
58856         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
58857              from gv_fetchpv to create single-character magic variables (e.g. $!),
58858              and it is passed a sv and the gv that contains the sv as the mg_obj
58859              value.  When sv_magic stores the mg_obj pointer it increments the gv
58860              refcount, thus causing a sv-gv pair that can't be freed.  There is
58861              already a check for sv == obj which is used to prevent such reference
58862              loops.  This change extends the check to cover the case described above.
58863      Branch: maint-5.6/pureperl
58864            ! sv.c
58865 ____________________________________________________________________________
58866 [  8867] By: jhi                                   on 2001/02/21  00:52:39
58867         Log: Update Changes.
58868      Branch: perl
58869            ! Changes patchlevel.h
58870 ____________________________________________________________________________
58871 [  8866] By: jhi                                   on 2001/02/21  00:34:20
58872         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
58873              (Note: there were some conflicts due to EBCDIC and EPOC
58874              patches, in general I preferred the repository code.)
58875              (When 2.753 comes out, we need to synchronize.)
58876      Branch: perl
58877            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58878            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58879            ! t/lib/cgi-html.t
58880 ____________________________________________________________________________
58881 [  8865] By: jhi                                   on 2001/02/21  00:24:22
58882         Log: Make pack("C", 0x100) to create Unicode, unless under the
58883              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
58884              will understand Unicode, unless you under know what.
58885      Branch: perl
58886            ! pp.c t/op/pack.t t/op/qu.t
58887 ____________________________________________________________________________
58888 [  8864] By: alanbur                               on 2001/02/20  22:35:34
58889         Log: Resynchronised with parent
58890      Branch: maint-5.6/pureperl
58891           !> README.win32 ext/GDBM_File/GDBM_File.pm
58892           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58893           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
58894           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
58895           !> t/lib/sdbm.t util.c
58896 ____________________________________________________________________________
58897 [  8863] By: jhi                                   on 2001/02/20  20:55:11
58898         Log: Integrate change #8860,8861 from mainline into maintperl.
58899              
58900              "pseudo-literal j"
58901              
58902              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58903      Branch: maint-5.6/perl
58904           !> lib/Test.pm pod/perlop.pod
58905 ____________________________________________________________________________
58906 [  8862] By: jhi                                   on 2001/02/20  20:30:07
58907         Log: Don't do casting between pointers pointing to differently sized
58908              integers.
58909      Branch: perl
58910            ! hv.c sv.c
58911 ____________________________________________________________________________
58912 [  8861] By: jhi                                   on 2001/02/20  19:53:44
58913         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58914              From: Peter Prymmer <pvhp@forte.com>
58915              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
58916              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
58917      Branch: perl
58918            ! lib/Test.pm
58919 ____________________________________________________________________________
58920 [  8860] By: jhi                                   on 2001/02/20  19:48:02
58921         Log: "pseudo-literal j", a documentation glitch reported to Debian.
58922              The text recovered from Perl 5.005_03, and pseudo-literal replaced
58923              by "backtick string".
58924      Branch: perl
58925            ! pod/perlop.pod
58926 ____________________________________________________________________________
58927 [  8859] By: jhi                                   on 2001/02/20  19:15:46
58928         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
58929              from Chris Nandor.
58930      Branch: perl
58931            ! makedef.pl
58932 ____________________________________________________________________________
58933 [  8858] By: jhi                                   on 2001/02/20  17:36:53
58934         Log: Integrate pureperl changes #8844,8845,8850 to mainline
58935              (via maintperl #8855).
58936              
58937              Fixed %^H scoping bug
58938              
58939              Removed GV <-> CV refcount loop
58940              
58941              Removed %ENV refcount loop
58942      Branch: perl
58943           !> gv.c op.c perl.c pp.c scope.c
58944 ____________________________________________________________________________
58945 [  8857] By: jhi                                   on 2001/02/20  17:34:32
58946         Log: Integrate changes #8853,8854 from maintperl to mainline.
58947              
58948              EBDIC fixes, README.win32 Borland update.
58949      Branch: perl
58950           !> README.win32 handy.h util.c
58951 ____________________________________________________________________________
58952 [  8856] By: jhi                                   on 2001/02/20  17:33:16
58953         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
58954      Branch: maint-5.6/perl
58955           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58956           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58957           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58958 ____________________________________________________________________________
58959 [  8855] By: jhi                                   on 2001/02/20  17:32:13
58960         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
58961              
58962              Fixed %^H scoping bug
58963              
58964              Removed GV <-> CV refcount loop
58965              
58966              Removed %ENV refcount loop
58967      Branch: maint-5.6/perl
58968           !> gv.c op.c perl.c pp.c scope.c
58969 ____________________________________________________________________________
58970 [  8854] By: jhi                                   on 2001/02/20  17:25:06
58971         Log: Subject: Addition to readme.win32 for Borland C++ compilers
58972              Date: Tue, 20 Feb 2001 02:15:25 +0300
58973              From: "Vadim Konovalov" <watman@inbox.ru>
58974              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
58975              
58976              Document Borland compiler misbehaviour.
58977      Branch: maint-5.6/perl
58978            ! README.win32
58979 ____________________________________________________________________________
58980 [  8853] By: jhi                                   on 2001/02/20  17:22:25
58981         Log: The assimilation of ebcdic.c didn't quite work at the first try,
58982              patches from Thomas Dorner.
58983      Branch: maint-5.6/perl
58984            ! handy.h util.c
58985 ____________________________________________________________________________
58986 [  8852] By: jhi                                   on 2001/02/20  17:20:15
58987         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
58988              From: Chris Nandor <pudge@pobox.com>
58989              Date: Tue, 20 Feb 2001 08:32:45 -0500
58990              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
58991      Branch: maint-5.6/perl
58992            ! makedef.pl mg.c
58993 ____________________________________________________________________________
58994 [  8851] By: jhi                                   on 2001/02/20  17:15:52
58995         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
58996      Branch: perl
58997            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
58998            ! t/lib/filter-util.t
58999 ____________________________________________________________________________
59000 [  8850] By: alanbur                               on 2001/02/20  17:12:40
59001         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
59002              and the magic pointer points back to the GV that contains the
59003              %ENV hash.  This creates a refcount loop that prevents members
59004              of %ENV from being freed correctly.  This change removes the
59005              refcount loop - the magic pointer was never used anyway, the
59006              only use of the magic was to check the type ('E') so that the
59007              appropriate environment manipulation code is called when %ENV
59008              is modified.
59009      Branch: maint-5.6/pureperl
59010            ! perl.c
59011 ____________________________________________________________________________
59012 [  8849] By: jhi                                   on 2001/02/20  17:12:20
59013         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
59014              From: "Craig A. Berry" <craigberry@mac.com>
59015              Date: Mon, 19 Feb 2001 23:36:12 -0600
59016              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
59017              
59018              Case-forgiving systems match TestInit.pm with TES*.
59019      Branch: perl
59020            ! t/lib/glob-basic.t
59021 ____________________________________________________________________________
59022 [  8848] By: jhi                                   on 2001/02/20  17:10:02
59023         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
59024      Branch: perl
59025            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
59026            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
59027            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
59028 ____________________________________________________________________________
59029 [  8847] By: jhi                                   on 2001/02/20  15:34:41
59030         Log: The #8843 wasn't quite right: %Config needs to imported.
59031      Branch: perl
59032            ! t/run/runenv.t
59033 ____________________________________________________________________________
59034 [  8846] By: jhi                                   on 2001/02/20  15:31:50
59035         Log: Retract the #8838 and #8840 for now because of
59036              the DB_File tie problem.
59037      Branch: perl
59038            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
59039            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
59040            ! proto.h sv.c
59041 ____________________________________________________________________________
59042 [  8845] By: alanbur                               on 2001/02/20  14:25:41
59043         Log: Removed GV <-> CV refcount loop
59044              CvGV(mycv) points to the parent GV of the CV, and was previously
59045              refcounted.  The pointer remains, but the refcounting has been removed
59046              as it causes a refcount loop between the CV and GV that means the CV
59047              can't ever be deleted.
59048      Branch: maint-5.6/pureperl
59049            ! gv.c op.c pp.c
59050 ____________________________________________________________________________
59051 [  8844] By: alanbur                               on 2001/02/20  14:23:13
59052         Log: Fixed %^H scoping bug
59053      Branch: maint-5.6/pureperl
59054            ! scope.c
59055 ____________________________________________________________________________
59056 [  8843] By: jhi                                   on 2001/02/19  13:38:08
59057         Log: fork() not everywhere, cleanup temp files.
59058      Branch: perl
59059            ! t/run/runenv.t
59060 ____________________________________________________________________________
59061 [  8842] By: alanbur                               on 2001/02/19  12:42:07
59062         Log: Resynchronised with parent
59063      Branch: maint-5.6/pureperl
59064           !> pod/perlfaq4.pod sv.c utf8.c
59065 ____________________________________________________________________________
59066 [  8841] By: jhi                                   on 2001/02/19  03:35:51
59067         Log: Update Changes.
59068      Branch: perl
59069            ! Changes patchlevel.h
59070 ____________________________________________________________________________
59071 [  8840] By: jhi                                   on 2001/02/19  00:23:41
59072         Log: Subject: [patch] add sv_setref_uv
59073              From: Doug MacEachern <dougm@covalent.net>
59074              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
59075              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
59076      Branch: perl
59077            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59078            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
59079 ____________________________________________________________________________
59080 [  8839] By: jhi                                   on 2001/02/19  00:01:38
59081         Log: Put to rest the 20010205.001, the email address checking (not) regex.
59082      Branch: perl
59083            ! pod/perlfaq9.pod
59084 ____________________________________________________________________________
59085 [  8838] By: jhi                                   on 2001/02/18  22:17:54
59086         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
59087              From: Doug MacEachern <dougm@covalent.net>
59088              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
59089              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
59090      Branch: perl
59091            ! lib/ExtUtils/xsubpp
59092 ____________________________________________________________________________
59093 [  8837] By: jhi                                   on 2001/02/18  22:16:50
59094         Log: Subject: [patch] -Wall cleanup round 2
59095              From: Doug MacEachern <dougm@covalent.net>
59096              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
59097              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
59098      Branch: perl
59099            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59100            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59101            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
59102            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
59103            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59104            ! ext/SDBM_File/SDBM_File.xs
59105 ____________________________________________________________________________
59106 [  8836] By: jhi                                   on 2001/02/18  22:11:20
59107         Log: Misapplied regex optimizations when \C is present.
59108              Fixes 20001230.002.
59109              
59110              What still remains broken is that the submatches that
59111              have \C in them get their UTF8 flag on because their
59112              parent SV has it on.  This will result in malformed
59113              UTF8 if a \C happened to match a non-ASCII byte.
59114      Branch: perl
59115            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
59116            ! t/pragma/utf8.t
59117 ____________________________________________________________________________
59118 [  8835] By: jhi                                   on 2001/02/18  20:12:02
59119         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
59120              
59121              The hash key got wrongly UTF8fied.
59122      Branch: perl
59123            ! pod/perlapi.pod toke.c utf8.c
59124 ____________________________________________________________________________
59125 [  8834] By: jhi                                   on 2001/02/18  19:44:25
59126         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
59127              don't warn on magical or overloaded things.
59128      Branch: perl
59129            ! pp_hot.c
59130 ____________________________________________________________________________
59131 [  8833] By: nick                                  on 2001/02/18  19:31:22
59132         Log: Integrate mainline
59133      Branch: perlio
59134           +> t/TestInit.pm t/run/runenv.t
59135            - t/UTEST
59136           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
59137           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
59138           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
59139           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
59140           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
59141           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
59142           !> utf8.c
59143 ____________________________________________________________________________
59144 [  8832] By: jhi                                   on 2001/02/18  19:21:18
59145         Log: Integrate perlio.
59146      Branch: perl
59147           !> perlio.c pod/perldiag.pod
59148 ____________________________________________________________________________
59149 [  8831] By: jhi                                   on 2001/02/18  19:14:20
59150         Log: Integrate change #8827 from mainline.
59151              
59152              UTF8 tweaks.
59153      Branch: maint-5.6/perl
59154           !> sv.c utf8.c
59155 ____________________________________________________________________________
59156 [  8830] By: nick                                  on 2001/02/18  19:10:34
59157         Log: Apply the spirit of patch from Nick Clark:
59158              Subject: [PATCH] Re: extensions that provide layers
59159              From: Nicholas Clark <nick@ccl4.org>
59160              Date: Mon, 12 Feb 2001 16:43:51 +0000
59161              Message-Id: <20010212164350.Q3652@plum.flirble.org>
59162      Branch: perlio
59163            ! perlio.c pod/perldiag.pod
59164 ____________________________________________________________________________
59165 [  8829] By: jhi                                   on 2001/02/18  19:03:25
59166         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
59167              From: schwern@pobox.com 
59168              Date: Sun, 18 Feb 2001 13:44:35 -0500
59169              Message-ID: <20010218134435.A17544@magnonel.guild.net>
59170              
59171              Applied, but as t/TestInit.pm.
59172      Branch: perl
59173            + t/TestInit.pm
59174            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
59175            ! t/op/subst_wamp.t
59176 ____________________________________________________________________________
59177 [  8828] By: jhi                                   on 2001/02/18  18:43:52
59178         Log: Integrate perlio.
59179      Branch: perl
59180           !> perlio.c
59181 ____________________________________________________________________________
59182 [  8827] By: jhi                                   on 2001/02/18  18:41:33
59183         Log: UTF-8 tweaks.
59184      Branch: perl
59185            ! sv.c utf8.c
59186 ____________________________________________________________________________
59187 [  8826] By: nick                                  on 2001/02/18  17:40:59
59188         Log: Fix [ID 20010217.002]
59189              open FOO, "<:raw:perlio", ...
59190              :raw now inserts default base layer below itself.
59191              Also
59192              open FOO, "<:unix", ...
59193              works as well - but leaves buffer layer on stack under the unix layer.
59194      Branch: perlio
59195            ! perlio.c
59196 ____________________________________________________________________________
59197 [  8825] By: jhi                                   on 2001/02/18  17:15:39
59198         Log: Integrate perlio.
59199      Branch: perl
59200           !> perlio.c perliol.h
59201 ____________________________________________________________________________
59202 [  8824] By: jhi                                   on 2001/02/18  17:10:53
59203         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
59204              From: schwern@pobox.com
59205              Date: Sun, 18 Feb 2001 01:48:50 -0500
59206              Message-ID: <20010218014850.C19957@magnonel.guild.net>
59207      Branch: perl
59208            ! lib/Test/Harness.pm t/TEST t/op/chop.t
59209 ____________________________________________________________________________
59210 [  8823] By: jhi                                   on 2001/02/18  17:01:06
59211         Log: Add run/*.t to testables.
59212      Branch: perl
59213            ! t/TEST
59214 ____________________________________________________________________________
59215 [  8822] By: jhi                                   on 2001/02/18  16:58:58
59216         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
59217              From: schwern@pobox.com
59218              Date: Sun, 18 Feb 2001 01:11:35 -0500
59219              Message-ID: <20010218011135.A19957@magnonel.guild.net>
59220              
59221              Revive mjd's and Simon's PERL5OPT fix.
59222      Branch: perl
59223            + t/run/runenv.t
59224            ! MANIFEST perl.c
59225 ____________________________________________________________________________
59226 [  8821] By: jhi                                   on 2001/02/18  16:53:46
59227         Log: Subject: Re: Why t/TEST and not Test::Harness?
59228              From: schwern@pobox.com
59229              Date: Sat, 17 Feb 2001 22:44:44 -0500
59230              Message-ID: <20010217224444.A6679@magnonel.guild.net>
59231              
59232              Replace UTEST with TEST -utf8.
59233      Branch: perl
59234            - t/UTEST
59235            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
59236            ! t/lib/glob-basic.t
59237 ____________________________________________________________________________
59238 [  8820] By: nick                                  on 2001/02/18  13:06:16
59239         Log: Clean up a few core dumps when layers are used in unexpected ways.
59240              (Still not "right"...)
59241      Branch: perlio
59242            ! perlio.c perliol.h
59243 ____________________________________________________________________________
59244 [  8819] By: jhi                                   on 2001/02/18  02:25:55
59245         Log: Integrate change #8818 from maintperl, a FAQ nit.
59246      Branch: perl
59247           !> pod/perlfaq4.pod
59248 ____________________________________________________________________________
59249 [  8818] By: jhi                                   on 2001/02/18  02:24:50
59250         Log: FAQ nit from Chris Fedde.
59251      Branch: maint-5.6/perl
59252            ! pod/perlfaq4.pod
59253 ____________________________________________________________________________
59254 [  8817] By: nick                                  on 2001/02/17  18:20:14
59255         Log: Integrate mainline
59256      Branch: perlio
59257           +> lib/unicode/UCD.html lib/unicode/Unicode.html
59258           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
59259           +> pod/perlclib.pod
59260            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
59261            - lib/unicode/Unicode.301
59262           !> (integrate 324 files)
59263 ____________________________________________________________________________
59264 [  8816] By: jhi                                   on 2001/02/17  16:56:58
59265         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
59266      Branch: perl
59267            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59268            ! ext/Storable/Storable.xs t/lib/st-06compat.t
59269            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
59270 ____________________________________________________________________________
59271 [  8815] By: jhi                                   on 2001/02/17  16:40:07
59272         Log: Subject: [patch] -Wall
59273              From: Doug MacEachern <dougm@covalent.net>
59274              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
59275              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
59276      Branch: perl
59277            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
59278            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
59279 ____________________________________________________________________________
59280 [  8814] By: jhi                                   on 2001/02/16  19:27:18
59281         Log: Document qu better.
59282      Branch: perl
59283            ! pod/perlop.pod
59284 ____________________________________________________________________________
59285 [  8813] By: jhi                                   on 2001/02/15  13:54:37
59286         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
59287              From: Hugo <hv@crypt.compulink.co.uk>
59288              Date: Thu, 15 Feb 2001 13:39:49 +0000
59289              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
59290      Branch: perl
59291            ! toke.c
59292 ____________________________________________________________________________
59293 [  8812] By: alanbur                               on 2001/02/15  13:52:16
59294         Log: Resynchronised with parent
59295      Branch: maint-5.6/pureperl
59296            - ebcdic.c
59297           !> (integrate 36 files)
59298 ____________________________________________________________________________
59299 [  8811] By: jhi                                   on 2001/02/15  13:51:16
59300         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
59301              
59302              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
59303              From: Jan Dubois <JanD@ActiveState.com>
59304              Date: Wed, 31 Jan 2001 21:17:03 -0800
59305              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
59306              
59307              tweak change#8659 to keep it simple
59308              
59309              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
59310              From: Russ Allbery <rra@stanford.edu>
59311              Date: 14 Feb 2001 10:15:41 -0800
59312              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
59313              
59314              (8809 empty)
59315              
59316              Upgrade to podlators 1.08, from Russ Allbery.
59317      Branch: perl
59318           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
59319           !> utils/perldoc.PL
59320 ____________________________________________________________________________
59321 [  8810] By: jhi                                   on 2001/02/15  13:35:08
59322         Log: Upgrade to podlators 1.08, from Russ Allbery.
59323      Branch: maint-5.6/perl
59324            ! lib/Pod/Man.pm lib/Pod/Text.pm
59325 ____________________________________________________________________________
59326 [  8809] By: jhi                                   on 2001/02/15  13:26:38
59327         Log: (accidentally empty check-in)
59328      Branch: maint-5.6/perl
59329            ! lib/Test/Harness.pm
59330 ____________________________________________________________________________
59331 [  8808] By: jhi                                   on 2001/02/15  13:23:47
59332         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
59333              From: Russ Allbery <rra@stanford.edu>
59334              Date: 14 Feb 2001 10:15:41 -0800
59335              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
59336              
59337              perldoc was hardcoding $Config{installscript}, which breaks
59338              when install* isn't where Perl ends up (such as with AFS).
59339              
59340              Use $Config{scriptdir} instead.
59341      Branch: maint-5.6/perl
59342            ! utils/perldoc.PL
59343 ____________________________________________________________________________
59344 [  8807] By: jhi                                   on 2001/02/14  14:37:27
59345         Log: Update Changes.
59346      Branch: perl
59347            ! Changes patchlevel.h
59348 ____________________________________________________________________________
59349 [  8806] By: jhi                                   on 2001/02/14  14:25:31
59350         Log: Integrate changes #8803,8804,8805 from mainline.
59351              
59352              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
59353              
59354              Don't skip too much of the locale error message if no environ array,
59355              from Chris Nandor.
59356              
59357              More MacOS Classic fixes from Chris Nandor.
59358      Branch: maint-5.6/perl
59359           !> doop.c lib/Cwd.pm perl.c perl.h util.c
59360 ____________________________________________________________________________
59361 [  8805] By: jhi                                   on 2001/02/14  03:29:01
59362         Log: More MacOS Classic fixes from Chris Nandor.
59363      Branch: perl
59364            ! doop.c lib/Cwd.pm
59365 ____________________________________________________________________________
59366 [  8804] By: jhi                                   on 2001/02/14  03:18:35
59367         Log: Don't skip too much of the locale error message if no environ array,
59368              from Chris Nandor.
59369      Branch: perl
59370            ! util.c
59371 ____________________________________________________________________________
59372 [  8803] By: jhi                                   on 2001/02/14  03:14:14
59373         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
59374      Branch: perl
59375            ! perl.c perl.h
59376 ____________________________________________________________________________
59377 [  8802] By: jhi                                   on 2001/02/13  18:31:33
59378         Log: AUTHORS update.
59379      Branch: perl
59380            ! AUTHORS
59381 ____________________________________________________________________________
59382 [  8801] By: jhi                                   on 2001/02/13  17:55:19
59383         Log: Integrate change #8792 from mainline.
59384              
59385              Subject: buncha MacPerl patches for bleadperl
59386              From: Chris Nandor <pudge@pobox.com>
59387              Date: Tue, 13 Feb 2001 00:02:43 -0500
59388              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
59389      Branch: maint-5.6/perl
59390           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
59391           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
59392           !> t/lib/basename.t toke.c util.h
59393 ____________________________________________________________________________
59394 [  8800] By: jhi                                   on 2001/02/13  17:46:43
59395         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
59396              to be forced to Off_t.
59397              
59398              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
59399              From: nick@ccl4.org
59400              Date: Thu, 1 Feb 2001 12:01:04 +0000
59401              Message-Id: <20010201120103.E11401@plum.flirble.org>
59402      Branch: maint-5.6/perl
59403            ! iperlsys.h perlio.c
59404 ____________________________________________________________________________
59405 [  8799] By: jhi                                   on 2001/02/13  16:52:51
59406         Log: Duplex duplex hunk hunk.
59407      Branch: maint-5.6/perl
59408            ! Makefile.SH
59409 ____________________________________________________________________________
59410 [  8797] By: jhi                                   on 2001/02/13  14:52:04
59411         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
59412              From: "Craig A. Berry" <craigberry@mac.com>
59413              Date: Mon, 12 Feb 2001 11:05:25 -0600
59414              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
59415      Branch: perl
59416            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
59417 ____________________________________________________________________________
59418 [  8796] By: jhi                                   on 2001/02/13  14:36:47
59419         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
59420              From: simon.cozens@pembroke.oxford.ac.uk 
59421              Date: Sat, 10 Feb 2001 17:57:02 +0000
59422              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
59423              
59424              Now it does include.
59425      Branch: perl
59426            ! pod/perldiag.pod
59427 ____________________________________________________________________________
59428 [  8795] By: jhi                                   on 2001/02/13  14:30:11
59429         Log: Sort the MANIFEST.
59430      Branch: perl
59431            ! MANIFEST
59432 ____________________________________________________________________________
59433 [  8794] By: jhi                                   on 2001/02/13  14:26:51
59434         Log: Integrate change #8793 from mainline, FAQ updates.
59435      Branch: maint-5.6/perl
59436           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
59437 ____________________________________________________________________________
59438 [  8793] By: jhi                                   on 2001/02/13  14:25:13
59439         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
59440      Branch: perl
59441            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
59442 ____________________________________________________________________________
59443 [  8792] By: jhi                                   on 2001/02/13  14:22:50
59444         Log: Subject: buncha MacPerl patches for bleadperl
59445              From: Chris Nandor <pudge@pobox.com>
59446              Date: Tue, 13 Feb 2001 00:02:43 -0500
59447              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
59448      Branch: perl
59449            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
59450            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
59451            ! t/lib/basename.t toke.c util.h
59452 ____________________________________________________________________________
59453 [  8791] By: jhi                                   on 2001/02/13  14:10:39
59454         Log: Integrate change #8790 from mainline.
59455              
59456              environ array wrongly assumed in Perl_init_i18nl10n(),
59457      Branch: maint-5.6/perl
59458           !> util.c
59459 ____________________________________________________________________________
59460 [  8790] By: jhi                                   on 2001/02/13  14:06:15
59461         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
59462              noticed by Chris Nandor in MacOS Classic.
59463      Branch: perl
59464            ! util.c
59465 ____________________________________________________________________________
59466 [  8789] By: jhi                                   on 2001/02/13  13:58:07
59467         Log: Integrate changes #8373,8487,8544,8783 from mainline.
59468              
59469              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
59470              hints files, the dynaloading, assimilate ebcdic into util.c.
59471      Branch: maint-5.6/perl
59472            - ebcdic.c
59473            ! MANIFEST hints/posix-bc.sh
59474           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
59475           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
59476           !> perlapi.c proto.h util.c
59477 ____________________________________________________________________________
59478 [  8788] By: alanbur                               on 2001/02/13  10:33:13
59479         Log: Integrated changes from maint-5.6
59480      Branch: maint-5.6/pureperl
59481           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
59482           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
59483           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59484           !> vos/config.ga.h vos/configure_perl.cm
59485 ____________________________________________________________________________
59486 [  8787] By: jhi                                   on 2001/02/13  05:56:36
59487         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
59488      Branch: perl
59489           !> Makefile.SH
59490 ____________________________________________________________________________
59491 [  8786] By: jhi                                   on 2001/02/13  05:54:34
59492         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
59493              From: Dorner Thomas <Thomas.Dorner@start.de>
59494              Date: Mon, 12 Feb 2001 15:06:26 +0100
59495              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
59496      Branch: maint-5.6/perl
59497            ! Makefile.SH
59498 ____________________________________________________________________________
59499 [  8785] By: jhi                                   on 2001/02/13  05:29:04
59500         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
59501      Branch: perl
59502           !> hints/openbsd.sh
59503 ____________________________________________________________________________
59504 [  8784] By: jhi                                   on 2001/02/13  02:25:24
59505         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
59506              From: Peter Prymmer <pvhp@forte.com>
59507              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
59508              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
59509      Branch: perl
59510            ! pod/perlclib.pod
59511 ____________________________________________________________________________
59512 [  8783] By: jhi                                   on 2001/02/13  02:22:36
59513         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
59514      Branch: perl
59515            - ebcdic.c
59516            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
59517            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
59518            ! util.c
59519 ____________________________________________________________________________
59520 [  8782] By: jhi                                   on 2001/02/13  02:00:07
59521         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
59522      Branch: maint-5.6/perl
59523            ! pod/perlport.pod
59524 ____________________________________________________________________________
59525 [  8781] By: jhi                                   on 2001/02/13  01:58:44
59526         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
59527      Branch: maint-5.6/perl
59528            ! hints/openbsd.sh
59529 ____________________________________________________________________________
59530 [  8780] By: jhi                                   on 2001/02/13  01:57:33
59531         Log: Synchronize the regexp tests between maintperl and mainline.
59532      Branch: maint-5.6/perl
59533           !> t/op/re_tests
59534 ____________________________________________________________________________
59535 [  8779] By: jhi                                   on 2001/02/13  01:49:35
59536         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
59537              From: Hugo <hv@crypt.compulink.co.uk>
59538              Date: Tue, 13 Feb 2001 00:11:11 +0000
59539              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
59540      Branch: perl
59541            ! regcomp.c t/op/re_tests
59542 ____________________________________________________________________________
59543 [  8778] By: jhi                                   on 2001/02/13  00:23:10
59544         Log: Comments do not nest.
59545      Branch: perl
59546            ! perl.h
59547 ____________________________________________________________________________
59548 [  8777] By: jhi                                   on 2001/02/13  00:17:54
59549         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
59550              From: Hugo <hv@crypt.compulink.co.uk>
59551              Date: Tue, 13 Feb 2001 00:11:11 +0000
59552              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
59553      Branch: maint-5.6/perl
59554            ! regcomp.c t/op/re_tests
59555 ____________________________________________________________________________
59556 [  8776] By: jhi                                   on 2001/02/12  23:25:52
59557         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
59558      Branch: maint-5.6/perl
59559            ! pod/perlport.pod
59560 ____________________________________________________________________________
59561 [  8775] By: jhi                                   on 2001/02/12  23:04:28
59562         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
59563      Branch: maint-5.6/perl
59564            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
59565            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59566            ! vos/configure_perl.cm
59567 ____________________________________________________________________________
59568 [  8774] By: jhi                                   on 2001/02/12  22:59:11
59569         Log: Subject: Re: [patch] context for 'U' magic functions
59570              From: Doug MacEachern <dougm@covalent.net>
59571              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
59572              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
59573              
59574              plus the suggestion by Nick Ing-Simmons to name the macro
59575              as PERL_MG_UFUNC to avoid namespace pollution, plus add
59576              the advice by Doug for XS writers to perl.h
59577      Branch: perl
59578            ! mg.c perl.h
59579 ____________________________________________________________________________
59580 [  8773] By: jhi                                   on 2001/02/11  20:14:12
59581         Log: Update Changes.
59582      Branch: perl
59583            ! Changes patchlevel.h
59584 ____________________________________________________________________________
59585 [  8772] By: jhi                                   on 2001/02/11  18:47:52
59586         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
59587              From: Simon Cozens <simon@cozens.net>
59588              Date: Wed, 31 Jan 2001 16:31:43 +0000
59589              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
59590      Branch: perl
59591            + pod/perlclib.pod
59592            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
59593            ! pod/perltoc.pod
59594 ____________________________________________________________________________
59595 [  8771] By: jhi                                   on 2001/02/11  18:36:48
59596         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
59597              
59598              Blocks-4d3.beta.txt
59599              CaseFolding-3d4.beta.txt
59600              CompositionExclusions-3d6.beta.txt
59601              EastAsianWidth-4d4.beta.txt
59602              LineBreak-6d3.beta.txt
59603              NamesList-3.1.0d1.beta.txt
59604              PropList-3.1.0d4.beta.txt
59605              SpecialCasing-4d1.beta.txt
59606              UnicodeData-3.1.0d6.beta.txt
59607      Branch: perl
59608            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
59609           +> lib/unicode/UCD.html lib/unicode/Unicode.html
59610            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
59611            - lib/unicode/Unicode.301
59612            ! (edit 257 files)
59613 ____________________________________________________________________________
59614 [  8770] By: jhi                                   on 2001/02/11  17:26:22
59615         Log: UTF-8 documentation.
59616      Branch: perl
59617            ! utf8.h
59618 ____________________________________________________________________________
59619 [  8769] By: jhi                                   on 2001/02/11  17:12:49
59620         Log: Retract #8762.
59621      Branch: perl
59622            ! regexec.c
59623 ____________________________________________________________________________
59624 [  8768] By: jhi                                   on 2001/02/11  16:54:45
59625         Log: Subject: [PATCH] Test::Harness
59626              From: andreas.koenig@anima.de (Andreas J. Koenig)
59627              Date: 11 Feb 2001 14:37:00 +0100
59628              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
59629      Branch: perl
59630            ! lib/Test/Harness.pm
59631 ____________________________________________________________________________
59632 [  8767] By: jhi                                   on 2001/02/11  16:53:52
59633         Log: Subject: [PATCH] Document makepatch in Porting/patching
59634              From: andreas.koenig@anima.de (Andreas J. Koenig)
59635              Date: 11 Feb 2001 16:46:28 +0100
59636              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
59637      Branch: perl
59638            ! Porting/patching.pod
59639 ____________________________________________________________________________
59640 [  8766] By: jhi                                   on 2001/02/11  06:30:23
59641         Log: Subject: Re: [patch] GvSHARED
59642              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
59643              From: Doug MacEachern <dougm@covalent.net>
59644              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
59645              
59646              Subject: Re: [patch] GvSHARED
59647              From: Doug MacEachern <dougm@covalent.net>
59648              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
59649              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
59650              
59651              Subject: [patch] attributes.pm support for `shared'
59652              From: Doug MacEachern <dougm@covalent.net>
59653              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
59654              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
59655              
59656              our() attributes were ignored, our :shared pieces missing,
59657              allow attributes.pm to turn on shared.
59658      Branch: perl
59659            ! op.c t/op/attrs.t toke.c xsutils.c
59660 ____________________________________________________________________________
59661 [  8765] By: alanbur                               on 2001/02/10  23:11:19
59662         Log: Resync with parent (hopefully sucessfully this time)
59663      Branch: maint-5.6/pureperl
59664           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
59665           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
59666           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59667           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
59668           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
59669           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
59670           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
59671 ____________________________________________________________________________
59672 [  8764] By: jhi                                   on 2001/02/10  22:54:38
59673         Log: Make TEST and UTEST more verbose in case something goes
59674              wrong in running/compiling a script, suggested by Doug
59675              MacEachern.
59676      Branch: perl
59677            ! t/TEST t/UTEST
59678 ____________________________________________________________________________
59679 [  8763] By: jhi                                   on 2001/02/10  22:11:34
59680         Log: Bogus shebang.
59681      Branch: perl
59682            ! t/lib/texttabs.t
59683 ____________________________________________________________________________
59684 [  8762] By: jhi                                   on 2001/02/10  21:56:02
59685         Log: (Retracted by #8769)
59686      Branch: perl
59687            ! regexec.c
59688 ____________________________________________________________________________
59689 [  8761] By: jhi                                   on 2001/02/10  21:26:15
59690         Log: Subject: Re: [patch] GvSHARED 
59691              From: Doug MacEachern <dougm@covalent.net>
59692              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
59693              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
59694              
59695              our @EXPORT : shared = (...);
59696      Branch: perl
59697            ! toke.c
59698 ____________________________________________________________________________
59699 [  8760] By: jhi                                   on 2001/02/10  21:25:07
59700         Log: Subject: [patch] GvSHARED
59701              From: Doug MacEachern <dougm@covalent.net>
59702              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
59703              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
59704      Branch: perl
59705            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
59706 ____________________________________________________________________________
59707 [  8759] By: alanbur                               on 2001/02/10  21:24:27
59708         Log: Backed out mismerge.
59709      Branch: maint-5.6/pureperl
59710            ! MANIFEST README.hpux README.vmesa gv.c installhtml
59711            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
59712            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59713            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
59714            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
59715            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
59716            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
59717 ____________________________________________________________________________
59718 [  8758] By: jhi                                   on 2001/02/10  18:01:17
59719         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
59720              
59721              Fixed UMRs and leak in Perl_pmtrans()
59722              
59723              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59724              associated UTFied tr/// code.  Also fixed scoping leak of
59725              PL_reg_start_tmp.
59726              
59727              newATTRSUB leaks when an attempt to redefine the active sort sub is
59728              made.
59729      Branch: maint-5.6/perl
59730           !> op.c regcomp.c
59731 ____________________________________________________________________________
59732 [  8757] By: alanbur                               on 2001/02/10  17:56:46
59733         Log: Resynchronised with parent
59734      Branch: maint-5.6/pureperl
59735           +> README.bs2000
59736            - README.posix-bc
59737            ! gv.c perl.c sv.c
59738           !> MANIFEST README.hpux README.vmesa installhtml
59739           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
59740           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59741           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
59742           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
59743           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
59744           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
59745 ____________________________________________________________________________
59746 [  8756] By: alanbur                               on 2001/02/10  17:51:15
59747         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
59748              made.
59749      Branch: maint-5.6/pureperl
59750            ! op.c
59751 ____________________________________________________________________________
59752 [  8755] By: jhi                                   on 2001/02/09  22:41:35
59753         Log: Upgrade to CPAN 1.59_54, from Andreas König.
59754      Branch: perl
59755            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59756 ____________________________________________________________________________
59757 [  8754] By: jhi                                   on 2001/02/09  22:29:20
59758         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
59759              
59760              Didn't upgrade the fill.t since it has a dependency to File::Slurp
59761              purely for debugging purposes, the actual test hasn't changed.
59762      Branch: perl
59763            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
59764            ! t/lib/textwrap.t
59765 ____________________________________________________________________________
59766 [  8753] By: jhi                                   on 2001/02/09  20:17:50
59767         Log: Integrate change #8682 from maintperl.
59768              
59769              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
59770              to work correctly.
59771      Branch: perl
59772           !> hints/irix_6.sh
59773 ____________________________________________________________________________
59774 [  8752] By: jhi                                   on 2001/02/09  20:00:46
59775         Log: Update Changes.
59776      Branch: perl
59777            ! Changes patchlevel.h
59778 ____________________________________________________________________________
59779 [  8751] By: nick                                  on 2001/02/09  19:48:37
59780         Log: Integrate mainline
59781      Branch: perlio
59782           +> README.bs2000 t/lib/cgi-esc.t
59783            - README.posix-bc
59784           !> (integrate 53 files)
59785 ____________________________________________________________________________
59786 [  8750] By: nick                                  on 2001/02/09  19:25:16
59787         Log: Subject: RE: Biannual Competition to Improve Hashing Function
59788              From: Fisher Mark <fisherm@tce.com>
59789              Date: Thu, 8 Feb 2001 10:44:00 -0500
59790              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
59791              Date: Thu, 8 Feb 2001 15:02:47 -0500
59792              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
59793      Branch: perl
59794            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
59795 ____________________________________________________________________________
59796 [  8749] By: jhi                                   on 2001/02/09  19:02:35
59797         Log: Forgotten fragment.
59798      Branch: perl
59799            ! pod/perlapi.pod
59800 ____________________________________________________________________________
59801 [  8748] By: jhi                                   on 2001/02/09  18:31:34
59802         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
59803              plus manual tweakage.
59804              
59805              Sync the perlfaq2 between mainline and maintperl.
59806      Branch: maint-5.6/perl
59807            ! pod/perlfaq2.pod
59808      Branch: perl
59809           !> pod/perlfaq2.pod
59810 ____________________________________________________________________________
59811 [  8747] By: jhi                                   on 2001/02/09  18:12:04
59812         Log: Subject: versiononly and installperl
59813              From: abigail@foad.org
59814              Date: Wed, 7 Feb 2001 22:43:12 +0100
59815              Message-ID: <20010207214312.7045.qmail@foad.org>    
59816              
59817              Add +v flag to force a normal install of the perl binary
59818              and the utilities.
59819              
59820              Subject: [PATCH] installperl
59821              From: Nicholas Clark <nick@ccl4.org>
59822              Date: Fri, 9 Feb 2001 16:28:57 +0000
59823              Message-ID: <20010209162857.B10931@plum.flirble.org>
59824              
59825              Add -A flag which also hardlinks the binary with
59826              the full architecture name.
59827      Branch: perl
59828            ! installperl
59829 ____________________________________________________________________________
59830 [  8746] By: jhi                                   on 2001/02/09  18:03:43
59831         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
59832              
59833              Subject: perlfaq2, re: perlmongers
59834              
59835              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59836              
59837              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59838              
59839              Subject: [ID 20010205.001] typo in perlfaq9
59840              
59841              Subject: [ID 20010208.002] unordered explanation in perlcall
59842      Branch: maint-5.6/perl
59843           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59844           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
59845           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
59846 ____________________________________________________________________________
59847 [  8745] By: jhi                                   on 2001/02/09  17:59:09
59848         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
59849              From: abela@geneanet.org
59850              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
59851              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
59852      Branch: perl
59853            ! pod/perlcall.pod
59854 ____________________________________________________________________________
59855 [  8744] By: jhi                                   on 2001/02/09  17:48:16
59856         Log: Subject: [ID 20010205.001] typo in perlfaq9
59857              From: eserte@vran.herceg.de
59858              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
59859              Message-Id: <200102042244.XAA21926@vran.herceg.de>
59860      Branch: perl
59861            ! pod/perlfaq9.pod
59862 ____________________________________________________________________________
59863 [  8743] By: jhi                                   on 2001/02/09  17:25:12
59864         Log: Integrate change #8695 from maintperl.
59865              
59866              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59867      Branch: perl
59868           !> thread.h
59869 ____________________________________________________________________________
59870 [  8742] By: jhi                                   on 2001/02/09  17:21:22
59871         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
59872              From: Andy Dougherty <doughera@lafayette.edu>
59873              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
59874              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
59875      Branch: perl
59876            ! embed.pl
59877 ____________________________________________________________________________
59878 [  8741] By: jhi                                   on 2001/02/09  17:05:19
59879         Log: Integrate changes #8738,8739,8740 from maintperl.
59880              
59881              Html files will be installed in a more logical and easier to
59882              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59883              
59884              Html files will be generated with a header to make them look
59885              a little less bare.
59886              
59887              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59888      Branch: perl
59889           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
59890 ____________________________________________________________________________
59891 [  8740] By: jhi                                   on 2001/02/09  17:03:46
59892         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59893              From: "Brendan O'Dea" <bod@compusol.com.au>
59894              Date: Sun, 4 Feb 2001 11:17:56 +1100
59895              Message-ID: <20010204111756.A16301@compusol.com.au>
59896      Branch: maint-5.6/perl
59897            ! pod/perlfaq3.pod
59898 ____________________________________________________________________________
59899 [  8739] By: jhi                                   on 2001/02/09  17:01:59
59900         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
59901              From: "Indy Singh" <indy@nusphere.com>
59902              Date: Fri, 2 Feb 2001 15:09:59 -0500
59903              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
59904              
59905              Html files will be generated with a header to make them look
59906              a little less bare.
59907      Branch: maint-5.6/perl
59908            ! installhtml
59909 ____________________________________________________________________________
59910 [  8738] By: jhi                                   on 2001/02/09  16:58:48
59911         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
59912              From: "Indy Singh" <indy@nusphere.com>
59913              Date: Fri, 2 Feb 2001 15:08:23 -0500
59914              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
59915              
59916              Html files will be installed in a more logical and easier to
59917              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59918      Branch: maint-5.6/perl
59919            ! win32/Makefile win32/makefile.mk
59920 ____________________________________________________________________________
59921 [  8737] By: jhi                                   on 2001/02/09  16:46:54
59922         Log: Integrate changes #8687,8736 from maintperl.
59923              
59924              HP-UX thread patches from Merijn H. Brand.
59925              
59926              Latin nit from Philip Newton.
59927      Branch: perl
59928           !> README.hpux hints/hpux.sh
59929 ____________________________________________________________________________
59930 [  8736] By: jhi                                   on 2001/02/09  16:42:31
59931         Log: Latin nit from Philip Newton.
59932      Branch: maint-5.6/perl
59933            ! README.hpux
59934 ____________________________________________________________________________
59935 [  8735] By: jhi                                   on 2001/02/09  16:24:03
59936         Log: Integrate changes #8704,8710 from pureperl.
59937              
59938              Fixed UMRs and leak in Perl_pmtrans()
59939              
59940              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59941              associated UTFied tr/// code.  Also fixed scoping leak of
59942              PL_reg_start_tmp.
59943      Branch: perl
59944           !> op.c regcomp.c
59945 ____________________________________________________________________________
59946 [  8734] By: jhi                                   on 2001/02/09  15:40:21
59947         Log: Integrate change #8733 from maintperl.
59948              
59949              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59950      Branch: perl
59951           !> pod/perlre.pod
59952 ____________________________________________________________________________
59953 [  8733] By: jhi                                   on 2001/02/09  15:35:47
59954         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59955              From: Prymmer/Kahn <pvhp@best.com>
59956              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
59957              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
59958      Branch: maint-5.6/perl
59959            ! pod/perlre.pod
59960 ____________________________________________________________________________
59961 [  8732] By: jhi                                   on 2001/02/09  15:26:17
59962         Log: Rename README.posix-bc to README.bs2000 (to avoid the
59963              confusion of a "perlposix-bc.pod"), add a few missing
59964              arch pods, regen toc.
59965      Branch: maint-5.6/perl
59966           +> README.bs2000
59967            - README.posix-bc
59968            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59969            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59970 ____________________________________________________________________________
59971 [  8731] By: jhi                                   on 2001/02/09  15:23:39
59972         Log: De-cut-and-pasto.
59973      Branch: perl
59974            ! pod/perl.pod
59975 ____________________________________________________________________________
59976 [  8730] By: jhi                                   on 2001/02/09  15:11:13
59977         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
59978              when people think that perlposix-bc.pod tells anything about
59979              Perl and POSIX.  Regen toc.
59980      Branch: perl
59981           +> README.bs2000
59982            - README.posix-bc
59983            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59984            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59985 ____________________________________________________________________________
59986 [  8729] By: jhi                                   on 2001/02/09  14:52:28
59987         Log: The README.vmesa part of #8712 from maintperl.
59988      Branch: perl
59989            ! README.vmesa
59990 ____________________________________________________________________________
59991 [  8728] By: jhi                                   on 2001/02/09  14:46:06
59992         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
59993              From: Peter Prymmer <pvhp@forte.com>
59994              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
59995              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
59996      Branch: maint-5.6/perl
59997            ! README.vmesa win32/Makefile win32/makefile.mk
59998 ____________________________________________________________________________
59999 [  8727] By: jhi                                   on 2001/02/09  14:33:25
60000         Log: Integrate change #8712 from mainline.
60001              
60002              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
60003      Branch: maint-5.6/perl
60004           !> lib/Pod/Find.pm
60005 ____________________________________________________________________________
60006 [  8726] By: jhi                                   on 2001/02/09  14:30:28
60007         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
60008              From: Peter Prymmer <pvhp@forte.com>
60009              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
60010              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
60011      Branch: perl
60012            + t/lib/cgi-esc.t
60013            ! MANIFEST lib/CGI/Util.pm
60014 ____________________________________________________________________________
60015 [  8725] By: jhi                                   on 2001/02/09  04:56:47
60016         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
60017      Branch: maint-5.6/perl
60018            ! pod/perlport.pod
60019 ____________________________________________________________________________
60020 [  8724] By: jhi                                   on 2001/02/09  04:40:59
60021         Log: Integrate changes 7819,7820 from vmsperl into mainline.
60022              
60023              Add header for LIB$ prototypes (C. Berry)
60024              
60025              Convert fwrite()s to sockets to write()s, since some socket stacks
60026              don't take kindly to stdio.
60027              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
60028              (for often optional LNMs)
60029              Correct a few typos
60030              (C. Bailey)
60031      Branch: perl
60032           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
60033 ____________________________________________________________________________
60034 [  8723] By: jhi                                   on 2001/02/09  03:29:29
60035         Log: Integrate change #8722 from mainline.
60036              
60037              The Im() function wasn't returning zero for non-Math::Complex
60038              arguments.  The bug reported by John Gamble.
60039      Branch: maint-5.6/perl
60040           !> lib/Math/Complex.pm
60041 ____________________________________________________________________________
60042 [  8722] By: jhi                                   on 2001/02/09  03:28:33
60043         Log: The Im() function wasn't returning zero for non-Math::Complex
60044              arguments.  The bug reported by John Gamble.
60045      Branch: perl
60046            ! lib/Math/Complex.pm
60047 ____________________________________________________________________________
60048 [  8721] By: nick                                  on 2001/02/08  22:11:35
60049         Log: Correct the correction :-(
60050      Branch: perl
60051            ! perl.c
60052 ____________________________________________________________________________
60053 [  8720] By: bailey                                on 2001/02/08  20:59:22
60054         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
60055              don't take kindly to stdio.
60056              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
60057              (for often optional LNMs)
60058              Correct a few typos
60059              (C. Bailey)
60060      Branch: vmsperl
60061            ! vms/vms.c vms/vmsish.h
60062 ____________________________________________________________________________
60063 [  8719] By: bailey                                on 2001/02/08  20:51:02
60064         Log: Add header for LIB$ prototypes (C. Berry)
60065      Branch: vmsperl
60066            ! ext/Devel/DProf/DProf.xs
60067 ____________________________________________________________________________
60068 [  8718] By: bailey                                on 2001/02/08  20:49:00
60069         Log: SYN SYN
60070      Branch: vmsperl
60071           +> pod/perliol.pod t/lib/sample-tests/bailout
60072           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
60073           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
60074           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
60075           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
60076           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
60077           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
60078            - lib/unicode/Is/DCinital.pl
60079           !> (integrate 101 files)
60080 ____________________________________________________________________________
60081 [  8717] By: nick                                  on 2001/02/08  19:38:48
60082         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
60083              From: Robin Barker <rmb1@cise.npl.co.uk>
60084              Date: Thu, 8 Feb 2001 14:38:07 GMT
60085              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
60086      Branch: perl
60087            ! lib/CPAN.pm
60088 ____________________________________________________________________________
60089 [  8716] By: nick                                  on 2001/02/08  19:29:07
60090         Log: Generated files form 8713 etc.
60091      Branch: perl
60092            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60093 ____________________________________________________________________________
60094 [  8715] By: nick                                  on 2001/02/08  19:26:08
60095         Log: Fixup non-ithread build after 8713
60096      Branch: perl
60097            ! perl.c
60098 ____________________________________________________________________________
60099 [  8714] By: nick                                  on 2001/02/08  19:17:45
60100         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
60101              From: nick@ccl4.org
60102              Date: Wed, 7 Feb 2001 00:27:47 +0000
60103              Message-Id: <20010207002747.B63724@plum.flirble.org>
60104      Branch: perl
60105            ! sv.c toke.c
60106 ____________________________________________________________________________
60107 [  8713] By: nick                                  on 2001/02/08  19:15:58
60108         Log: Subject: Re: [patch] Re: PL_ptr_table
60109              From: Doug Maceachern <dougm@covalent.net>
60110              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
60111              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
60112      Branch: perl
60113            ! embed.pl perl.c sv.c sv.h
60114 ____________________________________________________________________________
60115 [  8712] By: nick                                  on 2001/02/08  19:12:47
60116         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
60117              From: Peter Prymmer <pvhp@forte.com>
60118              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
60119              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
60120      Branch: perl
60121            ! lib/Pod/Find.pm
60122 ____________________________________________________________________________
60123 [  8711] By: nick                                  on 2001/02/07  21:06:11
60124         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
60125              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
60126              From: Alan Burlison <Alan.Burlison@uk.sun.com>
60127              Date: Tue, 06 Feb 2001 23:37:01 +0000
60128              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
60129      Branch: perl
60130            ! regcomp.c
60131 ____________________________________________________________________________
60132 [  8710] By: alanbur                               on 2001/02/07  00:22:04
60133         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
60134              associated UTFied tr/// code.  Also fixed scoping leak of
60135              PL_reg_start_tmp.
60136      Branch: maint-5.6/pureperl
60137            ! op.c regcomp.c
60138 ____________________________________________________________________________
60139 [  8709] By: nick                                  on 2001/02/06  21:16:49
60140         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
60141              From: Michael G Schwern <schwern@pobox.com>
60142              Date: Sun, 4 Feb 2001 19:47:14 -0500
60143              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
60144      Branch: perl
60145            ! pod/perlapi.pod pod/perlmodlib.PL
60146 ____________________________________________________________________________
60147 [  8708] By: nick                                  on 2001/02/06  20:41:20
60148         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
60149              From: Michael G Schwern <schwern@pobox.com>
60150              Date: Sun, 4 Feb 2001 21:17:49 -0500
60151              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
60152      Branch: perl
60153            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
60154            ! pod/perltootc.pod
60155 ____________________________________________________________________________
60156 [  8707] By: nick                                  on 2001/02/06  20:29:11
60157         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
60158              From: Michael G Schwern <schwern@pobox.com>
60159              Date: Tue, 6 Feb 2001 05:54:30 -0500
60160              Message-Id: <20010206055430.A951@blackrider.aocn.com>
60161      Branch: perl
60162            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
60163 ____________________________________________________________________________
60164 [  8706] By: nick                                  on 2001/02/06  20:21:40
60165         Log: Subject: RE: some win32 fixes
60166              Date: Tue, 6 Feb 2001 09:23:20 +0300
60167              From: Vadim Konovalov <vkonovalov@lucent.com>
60168              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
60169      Branch: perl
60170            ! toke.c win32/Makefile win32/config.bc win32/config.gc
60171            ! win32/config.vc win32/config_H.bc win32/makefile.mk
60172 ____________________________________________________________________________
60173 [  8705] By: alanbur                               on 2001/02/06  15:00:03
60174         Log: Synchronised with parent
60175      Branch: maint-5.6/pureperl
60176            ! regexec.c
60177           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
60178           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
60179 ____________________________________________________________________________
60180 [  8704] By: alanbur                               on 2001/02/06  14:55:24
60181         Log: Fixed UMRs and leak in Perl_pmtrans()
60182      Branch: maint-5.6/pureperl
60183            ! op.c
60184 ____________________________________________________________________________
60185 [  8703] By: gsar                                  on 2001/02/06  02:29:37
60186         Log: $(MAKE) distclean doesn't clean up properly on windows
60187      Branch: maint-5.6/perl
60188            ! win32/Makefile win32/makefile.mk
60189 ____________________________________________________________________________
60190 [  8702] By: gsar                                  on 2001/02/06  01:00:46
60191         Log: tweak change#8659 to keep it simple
60192      Branch: maint-5.6/perl
60193            ! utils/perldoc.PL
60194 ____________________________________________________________________________
60195 [  8701] By: gsar                                  on 2001/02/05  22:45:41
60196         Log: change#8693 was missing testsuite changes
60197      Branch: maint-5.6/perl
60198           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
60199 ____________________________________________________________________________
60200 [  8700] By: nick                                  on 2001/02/05  20:32:52
60201         Log: Integrate mainline
60202      Branch: perlio
60203           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
60204           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
60205           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
60206           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
60207           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
60208           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
60209           +> t/lib/test-harness.t
60210           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
60211           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
60212           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
60213           !> pod/perlutil.pod t/TEST utils/h2xs.PL
60214 ____________________________________________________________________________
60215 [  8699] By: nick                                  on 2001/02/05  19:41:07
60216         Log: Subject: perlfaq2, re: perlmongers
60217              From: David H. Adler <dha@panix.com>
60218              Date: Sun, 4 Feb 2001 23:48:23 -0500
60219              Message-Id: <20010204234823.A13429@panix.com>
60220      Branch: perl
60221            ! pod/perlfaq2.pod
60222 ____________________________________________________________________________
60223 [  8698] By: nick                                  on 2001/02/05  19:39:31
60224         Log: Missed file f#rom the testharness mess.
60225      Branch: perl
60226            + t/lib/test-harness.t
60227 ____________________________________________________________________________
60228 [  8697] By: nick                                  on 2001/02/05  19:37:21
60229         Log: Subject: [DOC PATCH] overload.pm nits
60230              From: John Tobey <jtobey@john-edwin-tobey.org>
60231              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
60232              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
60233      Branch: perl
60234            ! lib/overload.pm
60235 ____________________________________________________________________________
60236 [  8696] By: alanbur                               on 2001/02/05  11:56:00
60237         Log: Sync with parent
60238      Branch: maint-5.6/pureperl
60239           !> thread.h
60240 ____________________________________________________________________________
60241 [  8695] By: gsar                                  on 2001/02/05  03:27:34
60242         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
60243      Branch: maint-5.6/perl
60244            ! thread.h
60245 ____________________________________________________________________________
60246 [  8694] By: alanbur                               on 2001/02/05  00:07:47
60247         Log: Initial branch creation from //depot/maint-5.6/perl
60248      Branch: maint-5.6/pureperl
60249           +> (branch 1719 files)
60250 ____________________________________________________________________________
60251 [  8693] By: gsar                                  on 2001/02/04  22:38:49
60252         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
60253              changes)
60254      Branch: maint-5.6/perl
60255           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
60256           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
60257           !> ext/DB_File/version.c
60258 ____________________________________________________________________________
60259 [  8692] By: nick                                  on 2001/02/04  18:15:57
60260         Log: The missed t/TEST part of the grand testharness upgrade.
60261      Branch: perl
60262            ! t/TEST
60263 ____________________________________________________________________________
60264 [  8691] By: nick                                  on 2001/02/04  18:05:17
60265         Log: New improved test harness
60266              Subject: Re: [PATCH Test::Harness] Third time's a charm?
60267              From: Michael G Schwern <schwern@pobox.com>
60268              Date: Sun, 4 Feb 2001 08:01:20 -0500
60269              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
60270      Branch: perl
60271            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
60272            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
60273            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
60274            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
60275            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
60276            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
60277            ! MANIFEST lib/Test/Harness.pm
60278 ____________________________________________________________________________
60279 [  8690] By: nick                                  on 2001/02/04  17:57:51
60280         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
60281              From: Jonathan Stowe <gellyfish@gellyfish.com>
60282              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
60283              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
60284      Branch: perl
60285            ! utils/h2xs.PL
60286 ____________________________________________________________________________
60287 [  8689] By: nick                                  on 2001/02/04  17:55:24
60288         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
60289              From: Michael G Schwern <schwern@pobox.com>
60290              Date: Sat, 3 Feb 2001 22:46:38 -0500
60291              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
60292      Branch: perl
60293            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
60294            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
60295 ____________________________________________________________________________
60296 [  8688] By: nick                                  on 2001/02/04  17:43:55
60297         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
60298              length byfailing to spot lack of closing )
60299              From: nick@talking.bollo.cx
60300              Date: Sat, 03 Feb 2001 23:53:16 +0000
60301              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
60302      Branch: perl
60303            ! perlio.c pod/perldiag.pod
60304 ____________________________________________________________________________
60305 [  8687] By: jhi                                   on 2001/02/03  17:11:42
60306         Log: HP-UX thread patches from Merijn H. Brand.
60307      Branch: maint-5.6/perl
60308            ! README.hpux hints/hpux.sh
60309 ____________________________________________________________________________
60310 [  8686] By: jhi                                   on 2001/02/03  16:40:12
60311         Log: Metaconfig changes for #8685.
60312      Branch: metaconfig
60313            ! U/installdirs/instubperl.U
60314      Branch: metaconfig/U/perl
60315            ! Devel.U versiononly.U
60316 ____________________________________________________________________________
60317 [  8685] By: jhi                                   on 2001/02/03  16:39:49
60318         Log: For -Dusedevel builds turn off installusrbinperl and turn on
60319              versiononly, a combined idea of Richard Soderberg and Merijn
60320              H. Brand.  You can still override both of these from the command
60321              line if you need to, -Dinstallusrbinperl and -Uversiononly.
60322      Branch: perl
60323            ! Configure
60324 ____________________________________________________________________________
60325 [  8684] By: jhi                                   on 2001/02/03  16:16:34
60326         Log: Metaconfig unit fix for #8683.
60327      Branch: metaconfig
60328            ! U/compline/nblock_io.U
60329 ____________________________________________________________________________
60330 [  8683] By: jhi                                   on 2001/02/03  16:16:12
60331         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
60332              reported by Peter Prymmer for 5.6-TRIAL1.
60333      Branch: perl
60334            ! Configure
60335 ____________________________________________________________________________
60336 [  8682] By: jhi                                   on 2001/02/03  05:52:11
60337         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
60338              to work correctly.
60339      Branch: maint-5.6/perl
60340            ! hints/irix_6.sh
60341 ____________________________________________________________________________
60342 [  8681] By: jhi                                   on 2001/02/03  05:47:33
60343         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
60344      Branch: maint-5.6/perl
60345            ! pod/perlport.pod
60346 ____________________________________________________________________________
60347 [  8680] By: jhi                                   on 2001/02/02  21:39:49
60348         Log: perlport update from Peter Prymmer.
60349      Branch: maint-5.6/perl
60350            ! pod/perlport.pod
60351 ____________________________________________________________________________
60352 [  8679] By: nick                                  on 2001/02/02  20:50:48
60353         Log: Integrate mainline
60354      Branch: perlio
60355           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
60356           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
60357           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
60358 ____________________________________________________________________________
60359 [  8678] By: gsar                                  on 2001/02/02  16:02:12
60360         Log: note about bincompat, slightly modified (from Lupe Christoph)
60361      Branch: maint-5.6/perl
60362            ! README.solaris
60363 ____________________________________________________________________________
60364 [  8677] By: jhi                                   on 2001/02/02  15:46:20
60365         Log: Supported platforms updates.
60366      Branch: maint-5.6/perl
60367            ! pod/perlport.pod
60368 ____________________________________________________________________________
60369 [  8676] By: jhi                                   on 2001/02/02  03:41:26
60370         Log: A couple more perlfaq2 tweaks.
60371      Branch: maint-5.6/perl
60372            ! pod/perlfaq2.pod
60373 ____________________________________________________________________________
60374 [  8675] By: jhi                                   on 2001/02/02  03:17:44
60375         Log: Misedit in #8661.
60376      Branch: maint-5.6/perl
60377            ! Configure
60378 ____________________________________________________________________________
60379 [  8674] By: jhi                                   on 2001/02/02  03:14:38
60380         Log: Damien again.
60381      Branch: maint-5.6/perl
60382            ! pod/perlfaq2.pod
60383 ____________________________________________________________________________
60384 [  8673] By: jhi                                   on 2001/02/02  03:12:40
60385         Log: perlfaq update from Elaine Ashton.
60386      Branch: maint-5.6/perl
60387            ! pod/perlfaq2.pod
60388 ____________________________________________________________________________
60389 [  8672] By: jhi                                   on 2001/02/02  03:07:08
60390         Log: UTF-8 s/// patch from Inaba Hiroto.
60391      Branch: maint-5.6/perl
60392            ! pp_ctl.c pp_hot.c
60393 ____________________________________________________________________________
60394 [  8671] By: jhi                                   on 2001/02/01  22:34:31
60395         Log: Update Changes.
60396      Branch: perl
60397            ! Changes patchlevel.h
60398 ____________________________________________________________________________
60399 [  8670] By: jhi                                   on 2001/02/01  22:15:29
60400         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
60401              from maintperl.
60402              
60403              Upgrade to Getopt::Long 2.25, from Johan Vromans.
60404              
60405              more files need to be writable in the source distribution
60406              
60407              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
60408              
60409              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
60410              
60411              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
60412              
60413              Allow the float to be fuzzier.
60414              
60415              need to use INT2PTR instead of a straight cast or ia64 fails
60416              
60417              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
60418              
60419              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
60420      Branch: perl
60421           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
60422           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
60423           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
60424 ____________________________________________________________________________
60425 [  8669] By: jhi                                   on 2001/02/01  21:57:02
60426         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
60427              From: Robin Barker <rmb1@cise.npl.co.uk>
60428              Date: Thu, 1 Feb 2001 16:59:05 GMT
60429              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
60430      Branch: maint-5.6/perl
60431            ! pod/perlmodlib.PL
60432 ____________________________________________________________________________
60433 [  8668] By: nick                                  on 2001/02/01  19:41:40
60434         Log: Integrate mainline
60435      Branch: perlio
60436           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
60437           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
60438           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
60439 ____________________________________________________________________________
60440 [  8667] By: gsar                                  on 2001/02/01  16:59:11
60441         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
60442      Branch: maint-5.6/perl
60443            ! embed.pl embedvar.h
60444 ____________________________________________________________________________
60445 [  8666] By: gsar                                  on 2001/02/01  16:34:51
60446         Log: add missing entries to win32/config.?c
60447      Branch: maint-5.6/perl
60448            ! win32/config.bc win32/config.gc win32/config.vc
60449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60450 ____________________________________________________________________________
60451 [  8665] By: jhi                                   on 2001/02/01  14:58:51
60452         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
60453              From: "Stephen P. Potter" <spp@spotter.yi.org>
60454              Date: Thu, 01 Feb 2001 10:45:46 -0500
60455              Message-Id: <200102011545.KAA31479@spotter.yi.org>
60456      Branch: maint-5.6/perl
60457            ! pod/perlfunc.pod
60458 ____________________________________________________________________________
60459 [  8664] By: gsar                                  on 2001/02/01  14:52:37
60460         Log: need to use INT2PTR instead of a straight cast or ia64 fails
60461              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
60462      Branch: maint-5.6/perl
60463            ! ext/POSIX/POSIX.xs
60464 ____________________________________________________________________________
60465 [  8663] By: jhi                                   on 2001/02/01  14:09:13
60466         Log: Allow the float to be fuzzier.
60467      Branch: maint-5.6/perl
60468            ! t/lib/peek.t
60469 ____________________________________________________________________________
60470 [  8662] By: jhi                                   on 2001/02/01  13:59:00
60471         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
60472              From: Robin Barker <rmb1@cise.npl.co.uk>
60473              Date: Thu, 1 Feb 2001 13:05:39 GMT
60474              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
60475      Branch: maint-5.6/perl
60476            ! pod/perlmodlib.pod
60477 ____________________________________________________________________________
60478 [  8661] By: jhi                                   on 2001/02/01  13:57:38
60479         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
60480              Date: Thu, 01 Feb 2001 14:15:41 +0100
60481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60482              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
60483              
60484              Have the $ccflags in the gcc version test (strange, this change
60485              is claimed to be have been integrated already)
60486      Branch: maint-5.6/perl
60487            ! Configure
60488 ____________________________________________________________________________
60489 [  8660] By: jhi                                   on 2001/02/01  13:44:10
60490         Log: Integrate changes #7950,7964,7962 from mainline.
60491              
60492              Find the stdchar signedness using cpp, should fix some of
60493              the Solaris compiler warnings reported by Alan Burlison.
60494      Branch: maint-5.6/perl
60495           !> Configure config_h.SH
60496 ____________________________________________________________________________
60497 [  8659] By: jhi                                   on 2001/02/01  05:35:32
60498         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
60499              From: Jan Dubois <JanD@ActiveState.com>
60500              Date: Wed, 31 Jan 2001 21:17:03 -0800
60501              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
60502      Branch: maint-5.6/perl
60503            ! utils/perldoc.PL
60504 ____________________________________________________________________________
60505 [  8658] By: jhi                                   on 2001/02/01  04:33:17
60506         Log: Integrate the README.os390 and README.posix-bc parts of mainline
60507              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
60508              installperl parts were taken care of by #8657.)
60509      Branch: maint-5.6/perl
60510           !> README.os390 README.posix-bc
60511 ____________________________________________________________________________
60512 [  8657] By: jhi                                   on 2001/02/01  04:29:21
60513         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
60514              From: Peter Prymmer <pvhp@forte.com>
60515              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
60516              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
60517      Branch: maint-5.6/perl
60518            + ext/DynaLoader/dl_dllload.xs
60519            ! MANIFEST Makefile.SH hints/os390.sh installperl
60520 ____________________________________________________________________________
60521 [  8656] By: jhi                                   on 2001/02/01  04:25:45
60522         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
60523              From: Peter Prymmer <pvhp@forte.com>
60524              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
60525              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
60526      Branch: maint-5.6/perl
60527            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
60528 ____________________________________________________________________________
60529 [  8655] By: jhi                                   on 2001/02/01  04:14:47
60530         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
60531              From: troc@netrus.net
60532              Date: Wed, 31 Jan 2001 22:31:26 -0500
60533              Message-Id: <200102010331.WAA117.85@rocco.homenet>
60534      Branch: maint-5.6/perl
60535            ! os2/os2.c
60536 ____________________________________________________________________________
60537 [  8654] By: jhi                                   on 2001/02/01  04:12:52
60538         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
60539              as reported by Alan Burlison.
60540      Branch: maint-5.6/perl
60541            ! pp.h
60542 ____________________________________________________________________________
60543 [  8653] By: jhi                                   on 2001/02/01  04:05:12
60544         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
60545              From: dsugalski@northernlight.com
60546              Date: Wed, 31 Jan 2001 18:54:11 -0500
60547              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
60548      Branch: maint-5.6/perl
60549            ! configure.com
60550 ____________________________________________________________________________
60551 [  8652] By: jhi                                   on 2001/02/01  04:03:11
60552         Log: Misplaced #endif.
60553              
60554              Subject: [perl-5-6-1-trial2] patches for EPOC
60555              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60556              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
60557              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
60558      Branch: maint-5.6/perl
60559            ! epoc/epocish.c
60560 ____________________________________________________________________________
60561 [  8651] By: jhi                                   on 2001/02/01  04:00:25
60562         Log: Integrate changes #8647,8648,8650 from mainline.
60563              
60564              Macrofy a magic UTF-8 test.
60565              
60566              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
60567              
60568              Watch out for cross compiling for EPOC (usually done on linux).
60569      Branch: maint-5.6/perl
60570           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
60571 ____________________________________________________________________________
60572 [  8650] By: jhi                                   on 2001/02/01  03:56:20
60573         Log: Watch out for cross compiling for EPOC (usually done on linux)
60574              
60575              Subject: [perl-5-6-1-trial2] patches for EPOC
60576              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60577              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
60578              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
60579      Branch: perl
60580            ! ext/Errno/Errno_pm.PL
60581 ____________________________________________________________________________
60582 [  8649] By: gsar                                  on 2001/02/01  00:46:00
60583         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
60584      Branch: maint-5.6/perl
60585            ! sv.c
60586 ____________________________________________________________________________
60587 [  8648] By: jhi                                   on 2001/01/31  23:35:36
60588         Log: All the uses of PL_numeric_radix must be protected by
60589              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
60590              
60591              Subject: [perl-5-6-1-trial2] patches for EPOC
60592              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60593              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
60594              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
60595      Branch: perl
60596            ! sv.c
60597 ____________________________________________________________________________
60598 [  8647] By: jhi                                   on 2001/01/31  22:56:16
60599         Log: Macrofy a magic UTF-8 test.
60600      Branch: perl
60601            ! utf8.c utf8.h
60602 ____________________________________________________________________________
60603 [  8646] By: gsar                                  on 2001/01/31  15:55:12
60604         Log: update Changes
60605      Branch: maint-5.6/perl
60606            ! Changes
60607 ____________________________________________________________________________
60608 [  8645] By: gsar                                  on 2001/01/31  15:10:14
60609         Log: Configure tweak suggested by Peter Prymmer
60610      Branch: maint-5.6/perl
60611            ! Configure
60612 ____________________________________________________________________________
60613 [  8644] By: gsar                                  on 2001/01/31  15:06:32
60614         Log: more files need to be writable in the source distribution
60615      Branch: maint-5.6/perl
60616            ! Porting/makerel
60617 ____________________________________________________________________________
60618 [  8643] By: jhi                                   on 2001/01/31  14:59:46
60619         Log: Integrate changes #8258,8278,8279 from mainline.
60620              
60621              Make the large file tests more robust/talkative.
60622      Branch: maint-5.6/perl
60623           !> t/lib/syslfs.t t/op/lfs.t
60624 ____________________________________________________________________________
60625 [  8642] By: gsar                                  on 2001/01/31  14:53:48
60626         Log: integrate changes#8311,8334 from mainline
60627              
60628              Add a new MakeMaker variable PM_FILTER that defines a Unix
60629              filter to be run on each .pm during the pm_to_blib() phase,
60630              a fixed version of
60631              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
60632              
60633              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
60634              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
60635              accurate reading of the "atime".  
60636      Branch: maint-5.6/perl
60637           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
60638           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
60639           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
60640 ____________________________________________________________________________
60641 [  8641] By: jhi                                   on 2001/01/31  14:46:37
60642         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
60643      Branch: maint-5.6/perl
60644            ! lib/Getopt/Long.pm
60645 ____________________________________________________________________________
60646 [  8640] By: gsar                                  on 2001/01/31  14:40:24
60647         Log: make regen_all
60648      Branch: maint-5.6/perl
60649            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
60650 ____________________________________________________________________________
60651 [  8639] By: gsar                                  on 2001/01/31  14:37:25
60652         Log: refresh windows config files
60653      Branch: maint-5.6/perl
60654            ! win32/Makefile win32/config_H.bc win32/config_H.gc
60655            ! win32/config_H.vc win32/makefile.mk
60656 ____________________________________________________________________________
60657 [  8638] By: gsar                                  on 2001/01/31  14:28:10
60658         Log: makefile tweaks for windows: introduce a bulk-switch to enable
60659              same options as ActivePerl; sync changes with makefile.mk
60660      Branch: maint-5.6/perl
60661            ! win32/Makefile win32/makefile.mk
60662 ____________________________________________________________________________
60663 [  8637] By: jhi                                   on 2001/01/31  04:41:30
60664         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
60665              From: Nicholas Clark <nick@ccl4.org>
60666              Date: Tue, 30 Jan 2001 19:51:05 +0000
60667              Message-ID: <20010130195105.R76607@plum.flirble.org> 
60668              
60669              op/inc cure.
60670      Branch: perl
60671            ! pp.c pp.h pp_hot.c t/op/arith.t
60672 ____________________________________________________________________________
60673 [  8636] By: jhi                                   on 2001/01/31  02:38:32
60674         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
60675              no perlio],8257,8380,8479,8515 from mainline.
60676              
60677              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
60678              
60679              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
60680              Subject: [PATCH perl@8133] fix-up for VMS extensions
60681              
60682              In VMS embedded perls couldn't access the statically built Socket.
60683              
60684              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
60685              
60686              Further VMS piping fixes from Charles Lane.
60687              
60688              Subject:  [PATCH] make t/op/misc.t work on VMS
60689              
60690              Add tracing for debugging extensions builds in VMS.
60691              
60692              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
60693      Branch: maint-5.6/perl
60694           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
60695           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
60696           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
60697 ____________________________________________________________________________
60698 [  8635] By: jhi                                   on 2001/01/31  01:46:41
60699         Log: Integrate change #7732 from mainline.
60700              
60701              Sparc 64-bit pack() fix from Jens Hamisch.
60702      Branch: maint-5.6/perl
60703           !> pp.c
60704 ____________________________________________________________________________
60705 [  8634] By: jhi                                   on 2001/01/31  01:41:16
60706         Log: One spot missing from #8626.
60707      Branch: maint-5.6/perl
60708            ! sv.c
60709 ____________________________________________________________________________
60710 [  8633] By: jhi                                   on 2001/01/31  00:49:17
60711         Log: Integrate change #7495 from mainline.
60712              
60713              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
60714      Branch: maint-5.6/perl
60715           !> MANIFEST ext/re/Makefile.PL
60716 ____________________________________________________________________________
60717 [  8632] By: jhi                                   on 2001/01/30  23:38:49
60718         Log: Integrate change #8396 from mainline.
60719              
60720              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
60721              better multicast support (resend)
60722      Branch: maint-5.6/perl
60723           !> ext/Socket/Socket.pm
60724 ____________________________________________________________________________
60725 [  8631] By: jhi                                   on 2001/01/30  23:28:03
60726         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
60727              
60728              More AIX lore. (7514, ext/re/hints/aix.pl)
60729              
60730              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
60731              
60732              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)
60733              
60734              Subject: [ID 20001214.002] Net::Ping patch
60735              
60736              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
60737              
60738              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
60739              
60740              Add ReuseAddr as a (preferred) alias for Reuse as we now
60741              also have ReusePort.
60742              
60743              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
60744      Branch: maint-5.6/perl
60745           +> ext/re/hints/aix.pl
60746           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
60747           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
60748 ____________________________________________________________________________
60749 [  8630] By: jhi                                   on 2001/01/30  23:03:59
60750         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
60751              
60752              read() documentation tweak for 20001121.004.
60753              
60754              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
60755      Branch: maint-5.6/perl
60756           !> pod/perlfunc.pod pod/perlre.pod
60757 ____________________________________________________________________________
60758 [  8629] By: jhi                                   on 2001/01/30  22:41:57
60759         Log: Integrate change #8098 from mainline.
60760              
60761              fastgetcwd is defined using a glob alias on a $^O dependent basis
60762              and there was no default assignment or perl subroutine.
60763      Branch: maint-5.6/perl
60764           !> lib/Cwd.pm
60765 ____________________________________________________________________________
60766 [  8628] By: jhi                                   on 2001/01/30  21:58:52
60767         Log: Integrate change #7866 from mainline.
60768              
60769              File::Temp 0.11.
60770      Branch: maint-5.6/perl
60771           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
60772 ____________________________________________________________________________
60773 [  8627] By: jhi                                   on 2001/01/30  21:39:44
60774         Log: Integrate changes #8075,8086,8228 from mainline.  
60775              
60776              Darwin is not Windows. (8075,8086)
60777              
60778              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
60779      Branch: maint-5.6/perl
60780           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
60781           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
60782           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
60783           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
60784 ____________________________________________________________________________
60785 [  8626] By: jhi                                   on 2001/01/30  21:22:11
60786         Log: Integrate with tweakery the change #8625 from mainline,
60787              the multibyte decimal separator fix ("fa_IR locale failure").
60788      Branch: maint-5.6/perl
60789            ! embedvar.h perlapi.h
60790           !> intrpvar.h perl.c perl.h sv.c util.c
60791 ____________________________________________________________________________
60792 [  8625] By: jhi                                   on 2001/01/30  20:26:33
60793         Log: Fix for the fa_IR locale failure.  The reason for the failure
60794              was that Perl was assuming the decimal separator aka the radix
60795              separator is one character.  The Farsi-Iranian locale crushed
60796              that bad assumption since there the separator is 'Momayyez',
60797              glyphwise looking somewhat like a slash, and in Unicode UTF-8
60798              encoded in two bytes, 0xd9 0xab.
60799      Branch: perl
60800            ! intrpvar.h perl.c perl.h sv.c util.c
60801 ____________________________________________________________________________
60802 [  8624] By: gsar                                  on 2001/01/30  20:17:03
60803         Log: regen_headers
60804      Branch: maint-5.6/perl
60805            ! Makefile.SH pod/perlintern.pod
60806 ____________________________________________________________________________
60807 [  8623] By: gsar                                  on 2001/01/30  19:42:34
60808         Log: backout change#7431 and its dependents (causes spurious rebuilds
60809              of autogenerated files)
60810              
60811              fix benign b.t failure
60812      Branch: maint-5.6/perl
60813            ! Makefile.SH t/lib/b.t
60814 ____________________________________________________________________________
60815 [  8622] By: jhi                                   on 2001/01/30  19:41:41
60816         Log: Microperl sync.
60817      Branch: perl
60818            ! mg.c perl.h
60819 ____________________________________________________________________________
60820 [  8621] By: gsar                                  on 2001/01/30  19:24:47
60821         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
60822              from mainline
60823              
60824              Subject: podlators 1.06 released
60825              
60826              Subject: [PATCH @8436] Eliminate op_children
60827              
60828              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
60829              
60830              (Replaced by #8448)  More op_children traces (cleanup of #8442).
60831              
60832              Subject: [PATCH #3 @8436] Re: Eliminate op_children
60833              Replace #8444 and #8445.
60834              
60835              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
60836              at the setting of the ofs_sv in new_struct_thread() as the
60837              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
60838              uninitialized fields are, uh, initialized with),
60839              SvREFCNT_inc()ing that invited a core dump.
60840              
60841              podlators 1.07, from Russ Allbery.
60842              
60843              Subject: [PATCH] regcomp.c old feature removal
60844              From: mjd@plover.com
60845              Date: 16 Jan 2001 14:43:18 -0000 
60846              Message-ID: <20010116144318.7140.qmail@plover.com> 
60847      Branch: maint-5.6/perl
60848           +> lib/Pod/Text/Overstrike.pm
60849           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
60850           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
60851           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
60852           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
60853           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
60854           !> util.c
60855 ____________________________________________________________________________
60856 [  8620] By: gsar                                  on 2001/01/30  18:48:32
60857         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
60858              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
60859              now fails one test)
60860              
60861              Subject: [PATCH] lvalue AUTOLOAD. No, really.
60862              
60863              Subject: [PATCH] Interesting syntax idea
60864              Make opens + bareword assigns do typeglob assigns.
60865              
60866              Tests for #8254.
60867              
60868              Subject: [PATCH @8269] Continue blocks and B::Deparse
60869              Make the peephole optimizer to bypass more null ops and
60870              and rewrite the deparse handling of continue blocks.
60871              
60872              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
60873              Doc tweak on #8313.
60874              
60875              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
60876              
60877              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
60878              
60879              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
60880              
60881              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
60882              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
60883              according to the platform.
60884              
60885              Subject: [PATCH @8404] Consolidated lvalue sub changes
60886              
60887              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
60888              
60889              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
60890              
60891              Subject: B::Concise -- an improved replacement for B::Terse 
60892              
60893              The B::Terse drop-in replacement wasn't quite drop-in.
60894              
60895              The LVRET macro needed an aTHX.
60896              
60897              Use the /^Perl_/-less form of is_lvalue_sub().
60898              
60899              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60900      Branch: maint-5.6/perl
60901           +> ext/B/B/Concise.pm
60902           !> (integrate 27 files)
60903 ____________________________________________________________________________
60904 [  8619] By: nick                                  on 2001/01/30  18:40:28
60905         Log: Integrate mainline
60906      Branch: perlio
60907           !> (integrate 40 files)
60908 ____________________________________________________________________________
60909 [  8618] By: jhi                                   on 2001/01/30  18:37:18
60910         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
60911              Date: Mon, 29 Jan 2001 22:51:29 -0600
60912              From: "Craig A. Berry" <craigberry@mac.com>
60913              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
60914      Branch: perl
60915            ! vms/test.com
60916 ____________________________________________________________________________
60917 [  8617] By: jhi                                   on 2001/01/30  18:34:53
60918         Log: Subject: [PATCH] Add missing CV flags to dump.c
60919              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60920              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
60921              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
60922      Branch: perl
60923            ! dump.c
60924 ____________________________________________________________________________
60925 [  8616] By: jhi                                   on 2001/01/30  18:20:58
60926         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
60927              part isn't applicable to maintperl.
60928              
60929              UTF-8 nit from Inaba Hiroto.
60930      Branch: maint-5.6/perl
60931           !> pod/perlapi.pod utf8.c
60932 ____________________________________________________________________________
60933 [  8615] By: jhi                                   on 2001/01/30  18:18:51
60934         Log: UTF-8 nit from Inaba Hiroto.
60935      Branch: perl
60936            ! pod/perlapi.pod t/op/each.t utf8.c
60937 ____________________________________________________________________________
60938 [  8614] By: jhi                                   on 2001/01/30  18:13:38
60939         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
60940              
60941              perl's internal variables are not for public consumption,
60942              move their docs from perlapi.pod to perlintern.pod
60943              
60944              support for -Dusethreads build under HP-UX 10.20 and DCE threads
60945              library (11.0 and later have pthreads but 10.x don't)
60946              
60947              avoid uninitialized value warnings
60948              
60949              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60950              gets weird results)
60951              
60952              perldoc nit on windows
60953              
60954              make it possible to run the tests outside the source tree
60955              (there's still a dependency on ../lib being the library
60956              location)
60957      Branch: perl
60958           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
60959           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
60960           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
60961           !> win32/bin/search.pl win32/vdir.h
60962 ____________________________________________________________________________
60963 [  8613] By: gsar                                  on 2001/01/30  16:39:59
60964         Log: make it possible to run the tests outside the source tree
60965              (there's still a dependency on ../lib being the library
60966              location)
60967      Branch: maint-5.6/perl
60968            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
60969 ____________________________________________________________________________
60970 [  8612] By: gsar                                  on 2001/01/30  16:31:12
60971         Log: perldoc nit on windows
60972      Branch: maint-5.6/perl
60973            ! utils/perldoc.PL
60974 ____________________________________________________________________________
60975 [  8611] By: gsar                                  on 2001/01/30  16:22:54
60976         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60977              gets weird results)
60978      Branch: maint-5.6/perl
60979            ! win32/vdir.h
60980 ____________________________________________________________________________
60981 [  8610] By: gsar                                  on 2001/01/30  16:12:45
60982         Log: avoid uninitialized value warnings
60983      Branch: maint-5.6/perl
60984            ! win32/bin/search.pl
60985 ____________________________________________________________________________
60986 [  8609] By: gsar                                  on 2001/01/30  16:08:01
60987         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
60988              library (11.0 and later have pthreads but 10.x don't)
60989      Branch: maint-5.6/perl
60990            ! hints/hpux.sh thread.h
60991 ____________________________________________________________________________
60992 [  8608] By: gsar                                  on 2001/01/30  15:48:55
60993         Log: perl's internal variables are not for public consumption,
60994              move their docs from perlapi.pod to perlintern.pod
60995      Branch: maint-5.6/perl
60996            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
60997            ! thrdvar.h
60998 ____________________________________________________________________________
60999 [  8607] By: gsar                                  on 2001/01/30  15:44:27
61000         Log: mistakenly branched perl56delta.pod, revert
61001      Branch: maint-5.6/perl
61002            - pod/perl56delta.pod
61003           !> pod/perldelta.pod
61004 ____________________________________________________________________________
61005 [  8606] By: gsar                                  on 2001/01/30  14:20:24
61006         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
61007              dTHR which has been a noop for a while now, except for the
61008              compatibility definition in thread.h)
61009      Branch: maint-5.6/perl
61010           !> (integrate 45 files)
61011 ____________________________________________________________________________
61012 [  8605] By: jhi                                   on 2001/01/30  05:43:58
61013         Log: Mark the UTF-8 APIs as experimental.
61014      Branch: maint-5.6/perl
61015            ! embed.pl pod/perlapi.pod
61016 ____________________________________________________________________________
61017 [  8604] By: jhi                                   on 2001/01/30  05:38:40
61018         Log: Nits from earlier integrates.
61019      Branch: maint-5.6/perl
61020            ! lib/Carp/Heavy.pm
61021           !> sv.c
61022 ____________________________________________________________________________
61023 [  8603] By: jhi                                   on 2001/01/30  05:27:26
61024         Log: Regenerate Porting files.
61025      Branch: maint-5.6/perl
61026            ! Porting/Glossary Porting/config.sh Porting/config_H
61027 ____________________________________________________________________________
61028 [  8602] By: jhi                                   on 2001/01/30  05:14:59
61029         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
61030              8310,8339,8447,8492,8493,8505,8525: documentation changes.
61031              
61032              Subject: Re: perlfaq style changes
61033              
61034              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
61035              
61036              Subject: [PATCH] docs on NaN
61037              
61038              Subject: [patch] perlfaq7
61039              
61040              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
61041              
61042              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
61043              
61044              Subject: [PATCH] open() example in perlfunc.pod
61045              
61046              Podify README.mpeix (a new version from the web)
61047              
61048              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61049              
61050              Subject: [PATCH] format and rewording in perlfaq.pod
61051              
61052              Subject: [PATCH] API Variable documentation   
61053              
61054              Memory management calls documentation.
61055              
61056              Subject: [PATCH: perl@8482] README.vms URL updates
61057              
61058              Subject: Minor typos in perlfaq2.pod
61059              
61060              Subject: [PATCH] pod/perlvar.pod
61061      Branch: maint-5.6/perl
61062           +> pod/perl56delta.pod
61063            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61064           !> README.amiga README.epoc README.mpeix README.vms
61065           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
61066           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
61067           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
61068           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
61069           !> pod/perlvar.pod thrdvar.h
61070 ____________________________________________________________________________
61071 [  8601] By: jhi                                   on 2001/01/30  04:38:35
61072         Log: Integrate changes #8036,8096,8253 from mainline:
61073              hints changes.
61074              
61075              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
61076              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
61077              
61078              Output the (apparent) version of gcc in Tru64.
61079      Branch: maint-5.6/perl
61080           +> ext/POSIX/hints/svr4.pl
61081           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
61082           !> hints/svr4.sh t/lib/bigfltpm.t
61083 ____________________________________________________________________________
61084 [  8600] By: jhi                                   on 2001/01/30  04:04:01
61085         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
61086              locale fixes.
61087              
61088              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
61089              
61090              Debian allows /usr/bin/locale to exist without any locales. (7868)
61091              
61092              Allow the locale test needing POSIX and the taint test
61093              needing IPC::SysV to run under 'minitest' (basically,
61094              bail out if loading the extension fails). (8384)
61095              
61096              Cleanup the locale.t output  (8480)
61097      Branch: maint-5.6/perl
61098           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
61099           !> t/pragma/locale.t
61100 ____________________________________________________________________________
61101 [  8599] By: jhi                                   on 2001/01/30  03:51:04
61102         Log: Missing generated files from #8598.
61103      Branch: maint-5.6/perl
61104            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61105 ____________________________________________________________________________
61106 [  8598] By: jhi                                   on 2001/01/30  03:41:54
61107         Log: Integrate change #8555 from mainline, manually integrate parts
61108              of changes 8452 and 8583.
61109              
61110              Subject: [PATCH] utf8.c documentation (8452)
61111              
61112              No point in checking the length if the pointer is bogus. (8555)
61113              
61114              Introduce bytes_from_utf8() and implement sv_eq() using it,
61115              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
61116              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
61117              was malformed. (8583)
61118      Branch: maint-5.6/perl
61119            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
61120           !> pod/perlapi.pod sv.c utf8.c
61121 ____________________________________________________________________________
61122 [  8597] By: gsar                                  on 2001/01/30  02:37:26
61123         Log: get PERL_OBJECT build going again on windows
61124      Branch: maint-5.6/perl
61125            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
61126            ! pod/perlapi.pod proto.h sv.c
61127 ____________________________________________________________________________
61128 [  8596] By: jhi                                   on 2001/01/30  02:16:17
61129         Log: Signedness nit.
61130      Branch: perl
61131            ! sv.c
61132 ____________________________________________________________________________
61133 [  8595] By: jhi                                   on 2001/01/30  02:11:07
61134         Log: EBCDIC patch for Storable, from Peter Prymmer.
61135      Branch: perl
61136            ! t/lib/st-06compat.t
61137 ____________________________________________________________________________
61138 [  8594] By: jhi                                   on 2001/01/30  01:04:48
61139         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
61140              From: Peter Prymmer <pvhp@forte.com>
61141              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
61142              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
61143      Branch: perl
61144            ! t/lib/b.t
61145 ____________________________________________________________________________
61146 [  8593] By: jhi                                   on 2001/01/30  00:56:47
61147         Log: Subject: [PATCH: perl@8585] pod problems in io
61148              From: Peter Prymmer <pvhp@forte.com>
61149              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
61150              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
61151      Branch: perl
61152            ! pod/perlapio.pod pod/perliol.pod
61153 ____________________________________________________________________________
61154 [  8592] By: jhi                                   on 2001/01/30  00:48:20
61155         Log: Integrate perlio.
61156      Branch: perl
61157           !> pod/perlapio.pod pod/perliol.pod
61158 ____________________________________________________________________________
61159 [  8591] By: nick                                  on 2001/01/29  22:02:28
61160         Log: GNU 'merge' Simon's copy of perliol.pod with version
61161              patched by Craig's patch.
61162      Branch: perlio
61163            ! pod/perliol.pod
61164 ____________________________________________________________________________
61165 [  8590] By: nick                                  on 2001/01/29  21:55:10
61166         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
61167      Branch: perlio
61168            ! pod/perlapio.pod pod/perliol.pod
61169 ____________________________________________________________________________
61170 [  8589] By: jhi                                   on 2001/01/29  15:35:33
61171         Log: Integrate change #8586 from maint-5.6/perl.
61172              
61173              make the BOM detection code not call tell() until it has to
61174              (meant to fix esoteric compatibility issues where PL_rsfp
61175              is overridden)
61176      Branch: perl
61177           !> toke.c
61178 ____________________________________________________________________________
61179 [  8588] By: jhi                                   on 2001/01/29  15:29:11
61180         Log: Subject: MAking Solaris malloc() the default
61181              From: Lupe Christoph <lupe@lupe-christoph.de>
61182              Date: Mon, 29 Jan 2001 12:59:36 +0100
61183              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
61184              
61185              The README.solaris part slightly tweaked.
61186      Branch: perl
61187            ! README.solaris hints/solaris_2.sh
61188 ____________________________________________________________________________
61189 [  8587] By: jhi                                   on 2001/01/29  15:17:34
61190         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
61191              From: root@ak-75.mind.de
61192              Date: Sun, 28 Jan 2001 20:32:29 +0100
61193              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
61194      Branch: perl
61195            ! pod/perlre.pod
61196 ____________________________________________________________________________
61197 [  8586] By: gsar                                  on 2001/01/29  13:43:44
61198         Log: make the BOM detection code not call tell() until it has to
61199              (meant to fix esoteric compatibility issues where PL_rsfp
61200              is overridden)
61201      Branch: maint-5.6/perl
61202            ! toke.c
61203 ____________________________________________________________________________
61204 [  8585] By: jhi                                   on 2001/01/28  20:05:45
61205         Log: Update Changes.
61206      Branch: perl
61207            ! Changes patchlevel.h
61208 ____________________________________________________________________________
61209 [  8584] By: jhi                                   on 2001/01/28  19:30:02
61210         Log: Integrate perlio.
61211      Branch: perl
61212           +> pod/perliol.pod
61213           !> MANIFEST pod/perlapio.pod
61214 ____________________________________________________________________________
61215 [  8583] By: jhi                                   on 2001/01/28  19:28:40
61216         Log: Patch from Inaba Hiroto:
61217              - canonical UTF-8 hash keys: if a key string for a hash is
61218              UTF8-on, try downgrade the string and use it if
61219              unicode::distinct is not in effect.
61220              For the task, I added a function bytes_from_utf8() to utf8.c.
61221              It might resemble utf8_to_bytes() but it is not convenient
61222              to the task.
61223              Made a test for it and added to t/op/each.t
61224              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
61225              the mortal copy of the argument SV.
61226              And changed t/io/utf8.t test 18 which expects print() to
61227              upgrade its argument.
61228              - re-implement sv_eq with bytes_from_utf8()
61229              - some bug fixes
61230              - tr/// does not handle UTF8 range (\x{}-\x{})
61231              - \ before raw UTF8 character produced
61232              "Malformed UTF-8 character" warning.
61233              - "\x{100}\N{CENT SIGN}" is Malformed.
61234              Added tests for these 3.
61235              - and one silly bug (by me) with qu operator.
61236      Branch: perl
61237            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
61238            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
61239            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
61240 ____________________________________________________________________________
61241 [  8582] By: nick                                  on 2001/01/28  19:25:04
61242         Log: Add pod/perliol.pod to MANIFEST :-(
61243      Branch: perlio
61244            ! MANIFEST
61245 ____________________________________________________________________________
61246 [  8581] By: nick                                  on 2001/01/28  19:22:40
61247         Log: PerlIO documentation. Proofing and sub-editing requested.
61248      Branch: perlio
61249            + pod/perliol.pod
61250            ! pod/perlapio.pod
61251 ____________________________________________________________________________
61252 [  8580] By: jhi                                   on 2001/01/28  05:16:25
61253         Log: Revert the change to sv_2pv() done by #8054: Someone who
61254              did SvNV_set() on a scalar that also happened to be POK,
61255              followed by sv_2pv() won't get the right coercion anymore.
61256              [Sarathy]
61257      Branch: maint-5.6/perl
61258            ! sv.c
61259 ____________________________________________________________________________
61260 [  8579] By: jhi                                   on 2001/01/28  05:15:04
61261         Log: Remove the #8084 effect: do not allow -Q to be interpreted
61262              as -&Q(), this is too much wiggle room.
61263      Branch: maint-5.6/perl
61264            ! toke.c
61265 ____________________________________________________________________________
61266 [  8578] By: jhi                                   on 2001/01/28  05:12:45
61267         Log: Needed bits of #8439 (should have been in #8576),
61268              mainly for lval substr().
61269      Branch: maint-5.6/perl
61270            ! mg.c pp.c pp_hot.c
61271 ____________________________________________________________________________
61272 [  8577] By: jhi                                   on 2001/01/28  05:02:46
61273         Log: A missing check-in.
61274      Branch: maint-5.6/perl
61275            ! utf8.c
61276 ____________________________________________________________________________
61277 [  8576] By: jhi                                   on 2001/01/28  04:26:18
61278         Log: Integrate changes #8425,8436,8439,8517 from mainline.
61279              The 8439 was not truly integrated because it had too many
61280              dependencies on the development branch and because it introduced
61281              concepts too bold for a maintenance branch (such as the qu operator).
61282              
61283              Subject: [PATCH perl@8342] -Wformat
61284              
61285              Tighten some of the UTF-8 tests a bit.
61286              
61287              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
61288              - The substr lval was still not okay.
61289              - Now pp_stringify and sv_setsv copies source's UTF8 flag
61290              even if IN_BYTE.  pp_stringify is called from fold_constants
61291              at optimization phase and "\x{100}" was made SvUTF8_off under
61292              use bytes (the bytes pragma is for "byte semantics" and not
61293              for "do not produce UTF8 data")
61294      Branch: maint-5.6/perl
61295            ! t/lib/charnames.t t/op/substr.t toke.c
61296           !> sv.c t/pragma/utf8.t
61297 ____________________________________________________________________________
61298 [  8575] By: jhi                                   on 2001/01/28  04:01:51
61299         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
61300              
61301              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
61302              
61303              Subject: [ID 20001230.003] UTF-8 tr still hurts
61304              
61305              Test cases for #8385 (from Simon's "torture.pl")
61306              
61307              Start fixing UTF-8 lval substr() (8405)
61308      Branch: maint-5.6/perl
61309           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
61310           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
61311 ____________________________________________________________________________
61312 [  8574] By: jhi                                   on 2001/01/28  03:09:06
61313         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
61314              from mainline.
61315              
61316              UTF-8 cleanup.
61317              
61318              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
61319              
61320              "\x{FF}\xFF" was broken.
61321              
61322              Tests for #8329 and #8330.
61323              
61324              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
61325              
61326              IRIX compiler noticed that the bof initialization might be
61327              bypassed by control flow.
61328              
61329              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
61330      Branch: maint-5.6/perl
61331           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
61332           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
61333 ____________________________________________________________________________
61334 [  8573] By: jhi                                   on 2001/01/28  02:06:12
61335         Log: Retract #8552.
61336      Branch: perl
61337            ! lib/Text/Wrap.pm t/lib/textwrap.t
61338 ____________________________________________________________________________
61339 [  8572] By: jhi                                   on 2001/01/28  02:04:49
61340         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
61341              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
61342              not really integrated but instead salvaged by hand
61343              (they had too many dependencies on the development release
61344              to be cleanly integratable).
61345              
61346              Subject: more UTF8 test suites and an UTF8 patch
61347              
61348              Tweak for MULTIPLICITY/USE_PERLIO
61349              
61350              Signedness nit.
61351              
61352              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
61353              
61354              Use the UTF8_XXX macros in is_utf8_char().
61355              
61356              Rewrite pp_concat() in terms of sv_catsv().  The . operator
61357              should now be UTF-8-proof.
61358              
61359              Subject: [PATCH perl@8269] scanning two hex-constants
61360              fails on EBCDIC environment (script length.t)
61361              
61362              Add some Unicode chop() tests.
61363      Branch: maint-5.6/perl
61364            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
61365           !> sv.c t/op/chop.t utf8.h
61366 ____________________________________________________________________________
61367 [  8571] By: jhi                                   on 2001/01/28  00:35:59
61368         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
61369              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
61370              
61371              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
61372              
61373              The maxiters upper limit sanity check (guarding against
61374              non-progress) assumed bytes instead of characters in s///
61375              and split().
61376              
61377              Signedness nit.
61378              
61379              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
61380              join() should now be UTF-8-proof.
61381              
61382              More split // UTF-8 tests. (8250)
61383      Branch: maint-5.6/perl
61384           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
61385           !> util.c
61386 ____________________________________________________________________________
61387 [  8570] By: jhi                                   on 2001/01/27  22:15:46
61388         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
61389              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
61390              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
61391              8084,8204,8244,8333 from mainline.
61392              
61393              For -Q where Q might be a one-letter sub name one does no more
61394              get a warning about an unknown filetest (7941,7943,7944,8084).
61395              
61396              Subject: Re: [ID 20001130.011] expression parsing bug ?
61397              
61398              Make uv_to_utf8() to zero-terminate its output buffer.
61399              
61400              Split off t/op/length.t (7995)
61401              
61402              Split off t/op/utf8decode.t (7996)
61403              
61404              Remove an unnecessary 'use utf8' from the utf8.t (7998)
61405              
61406              Split off t/op/concat.t (8004)
61407              
61408              Split off t/op/ver.t (8005)
61409              
61410              Document utf8_length(), utf8_distance(), and utf8_hop().
61411              
61412              Document utf8_to_uv() better.
61413              
61414              Introduce macros for UTF8 decoding (8028,8033).
61415              
61416              Add test for reverse() (8030,8031).
61417              
61418              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
61419              
61420              Do not return the Unicode replacement character    on UTF-8
61421              decoding failure.
61422              
61423              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
61424              not this_utf8 i.e. the output string has one, but don't mess
61425              with source assumption. (8052,8053)
61426              
61427              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
61428              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
61429              was not expecting to be called with something that was already
61430              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
61431              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
61432              (8054)
61433              
61434              Recode the naughty binary bytes in utf8decode.t using the \xHH.
61435              
61436              Make some panic messages a bit more logical.
61437      Branch: maint-5.6/perl
61438           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
61439           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
61440           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
61441           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
61442           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
61443           !> utf8.c utf8.h
61444 ____________________________________________________________________________
61445 [  8569] By: jhi                                   on 2001/01/27  19:16:43
61446         Log: Integrate changes #7750 from perlio and #8566 from mainline.
61447      Branch: maint-5.6/perl
61448           !> regexec.c sv.c
61449 ____________________________________________________________________________
61450 [  8568] By: jhi                                   on 2001/01/27  18:06:51
61451         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
61452              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
61453              7935[-perlio.c],7936,7959,7965 from mainline.
61454              
61455              Change the "big byte" error message to "Wide character".
61456              (7355, the croak-if-wide-chars-in-print part ignored)
61457              
61458              Use UINT64_C().
61459              
61460              Introduce Perl_utf8_length().
61461              
61462              diff -se shows these as different (7753, forgotten check-ins)
61463              
61464              Subject: [PATCH] doop.c - UTF8 tr///
61465              
61466              If we use (aTHX_ ...) then put Perl_ on the front.
61467              
61468              Make utf8_length() and utf8_distance() to be less forgiving
61469              about bad UTF-8.
61470              
61471              Test line numbers are different with utf8.
61472              
61473              No need to scan till infinity, 13 is enough. (7872,7911)
61474              
61475              Subject: [PATCH] Tokeniser debugging
61476              
61477              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
61478              
61479              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
61480              
61481              Be more careful in Perl_sv_utf8_downgrade().
61482              
61483              Use DO_UTF8().
61484              
61485              Raw zero bytes in text files confuse at least GNU patch 2.1.
61486      Branch: maint-5.6/perl
61487           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
61488           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
61489           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
61490           !> t/pragma/utf8.t toke.c utf8.c utf8.h
61491 ____________________________________________________________________________
61492 [  8567] By: nick                                  on 2001/01/27  11:10:38
61493         Log: Integrate mainline
61494      Branch: perlio
61495           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
61496           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
61497           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
61498           !> toke.c
61499 ____________________________________________________________________________
61500 [  8566] By: jhi                                   on 2001/01/27  06:22:48
61501         Log: More documentation for the regexp context stack.
61502      Branch: perl
61503            ! regexec.c
61504 ____________________________________________________________________________
61505 [  8565] By: jhi                                   on 2001/01/27  05:21:57
61506         Log: Update Changes.
61507      Branch: perl
61508            ! Changes patchlevel.h
61509 ____________________________________________________________________________
61510 [  8564] By: jhi                                   on 2001/01/27  04:44:04
61511         Log: Threadedness patch for #8562 from Doug MacEachern.
61512      Branch: perl
61513            ! toke.c
61514 ____________________________________________________________________________
61515 [  8563] By: jhi                                   on 2001/01/27  04:26:24
61516         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
61517              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61518              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
61519              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
61520      Branch: perl
61521            ! op.c
61522 ____________________________________________________________________________
61523 [  8562] By: jhi                                   on 2001/01/27  04:20:30
61524         Log: Subject: Re: Announce : Tokener reporting patch
61525              From: Simon Cozens <simon@cozens.net>
61526              Date: Mon, 22 Jan 2001 02:17:22 +0000
61527              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
61528      Branch: perl
61529            ! embed.h embed.pl proto.h toke.c
61530 ____________________________________________________________________________
61531 [  8561] By: jhi                                   on 2001/01/27  04:17:24
61532         Log: Forgot from #8545.  Oops.
61533      Branch: perl
61534            ! pp.c t/pragma/overload.t
61535 ____________________________________________________________________________
61536 [  8560] By: jhi                                   on 2001/01/27  03:01:47
61537         Log: A better module compilation test, use MANIFEST as suggested
61538              by Spider.
61539      Branch: perl
61540            ! t/lib/1_compile.t
61541 ____________________________________________________________________________
61542 [  8559] By: jhi                                   on 2001/01/27  02:50:48
61543         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
61544              From: Peter Prymmer <pvhp@forte.com>
61545              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
61546              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
61547      Branch: perl
61548            ! t/lib/b.t
61549 ____________________________________________________________________________
61550 [  8558] By: jhi                                   on 2001/01/27  02:27:05
61551         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
61552              From: Peter Prymmer <pvhp@forte.com>
61553              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
61554              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
61555      Branch: perl
61556            ! t/pragma/sub_lval.t
61557 ____________________________________________________________________________
61558 [  8557] By: jhi                                   on 2001/01/27  02:26:03
61559         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
61560              From: Peter Prymmer <pvhp@forte.com>
61561              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
61562              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
61563      Branch: perl
61564            ! t/lib/st-06compat.t
61565 ____________________________________________________________________________
61566 [  8556] By: jhi                                   on 2001/01/27  02:24:33
61567         Log: Subject: [PATCH: perl@8531] minor update to README.os390
61568              From: Peter Prymmer <pvhp@forte.com>
61569              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
61570              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
61571      Branch: perl
61572            ! README.os390
61573 ____________________________________________________________________________
61574 [  8555] By: jhi                                   on 2001/01/27  00:35:47
61575         Log: No point in checking the length before we know whether the pointer
61576              is bogus or not, fixes Abigail's odbm failures in Linux.
61577      Branch: perl
61578            ! sv.c
61579 ____________________________________________________________________________
61580 [  8554] By: nick                                  on 2001/01/26  19:01:31
61581         Log: Integrate mainline
61582      Branch: perlio
61583           !> lib/Text/Wrap.pm t/lib/textwrap.t
61584 ____________________________________________________________________________
61585 [  8553] By: jhi                                   on 2001/01/26  15:19:39
61586         Log: Integrate change #7792 from perlio (multiplicity fix),
61587              fix the AV leak in regex DEBUGGING (tiny part of the
61588              polymorphic regexp patch #8143).
61589      Branch: maint-5.6/perl
61590            ! regcomp.c
61591           !> scope.h
61592 ____________________________________________________________________________
61593 [  8552] By: jhi                                   on 2001/01/26  15:03:23
61594         Log: (Retracted by #8573)
61595              
61596              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
61597              From: Michael G Schwern <schwern@pobox.com>
61598              Date: Fri, 26 Jan 2001 09:28:31 -0500
61599              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
61600      Branch: perl
61601            ! lib/Text/Wrap.pm t/lib/textwrap.t
61602 ____________________________________________________________________________
61603 [  8551] By: jhi                                   on 2001/01/26  02:33:19
61604         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
61605              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
61606              
61607              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
61608              
61609              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
61610              
61611              Message nit.
61612              
61613              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
61614              
61615              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
61616              
61617              (the cleanup of unused submatches in regtry() and regcppop())
61618              
61619              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
61620              stored and restored, and thusly was trounced by the utf8 swash
61621              routines.
61622              
61623              use utf8 not required to use \x{}.
61624              
61625              Removed two more tests that make no sense in UTF-8 since the test
61626              data is not in UTF-8.
61627              
61628              Get the three different space character classes right under utf8.
61629              
61630              Implement ANYOFUTF8 regprop() dumping.
61631              
61632              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
61633              
61634              Document the regex context pushing/popping a bit better.
61635      Branch: maint-5.6/perl
61636           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
61637           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
61638           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
61639           !> t/op/regmesg.t utf8.c
61640 ____________________________________________________________________________
61641 [  8550] By: nick                                  on 2001/01/25  19:42:30
61642         Log: Integrate mainline
61643      Branch: perlio
61644           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
61645           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
61646           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
61647           !> t/lib/bigint.t t/lib/bigintpm.t
61648 ____________________________________________________________________________
61649 [  8549] By: jhi                                   on 2001/01/25  15:22:28
61650         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
61651      Branch: maint-5.6/perl
61652            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
61653 ____________________________________________________________________________
61654 [  8548] By: jhi                                   on 2001/01/25  15:02:55
61655         Log: Integrate changes #7997,8063,8492,8547 from mainline.
61656              
61657              Subject: Re: STRLEN - what?
61658              
61659              Subject: [PATCH] perlguts.pod
61660              
61661              Memory management calls documentation.
61662              
61663              Layout using tabulator is not a good idea in a pod.
61664      Branch: maint-5.6/perl
61665           !> pod/perlguts.pod
61666 ____________________________________________________________________________
61667 [  8547] By: jhi                                   on 2001/01/25  14:49:05
61668         Log: Layout using tabulator is not a good idea in a pod.
61669      Branch: perl
61670            ! pod/perlguts.pod
61671 ____________________________________________________________________________
61672 [  8546] By: jhi                                   on 2001/01/25  14:31:12
61673         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
61674              from mainline.
61675              
61676              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
61677              
61678              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
61679              
61680              More Win32 editor/IDE/shell hints.
61681              
61682              More Win32 Perling.
61683              
61684              Yet another editor edit.
61685              
61686              Edit edit edit.
61687              
61688              IDE/editor section tweaking.
61689              
61690              Few more IDE/editor nits from p5p.
61691      Branch: maint-5.6/perl
61692           !> pod/perlfaq3.pod
61693 ____________________________________________________________________________
61694 [  8545] By: jhi                                   on 2001/01/25  04:16:32
61695         Log: Subject: [PATCH 5.7.0] overload int()
61696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61697              Date: Wed, 24 Jan 2001 19:06:57 -0500
61698              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
61699      Branch: perl
61700            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
61701            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
61702            ! t/lib/bigintpm.t
61703 ____________________________________________________________________________
61704 [  8544] By: jhi                                   on 2001/01/25  04:15:11
61705         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
61706              From: Peter Prymmer <pvhp@forte.com>
61707              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
61708              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
61709      Branch: perl
61710            ! Makefile.SH README.os390 hints/os390.sh installperl
61711 ____________________________________________________________________________
61712 [  8543] By: jhi                                   on 2001/01/25  03:52:08
61713         Log: Integrate change #8462,8469 from mainline.
61714              
61715              In VMS Perl subversion (perl -V) is undef.
61716      Branch: maint-5.6/perl
61717           !> configure.com
61718 ____________________________________________________________________________
61719 [  8542] By: jhi                                   on 2001/01/25  03:44:55
61720         Log: Integrate changes #7835,7850,8315,8316 from mainline.
61721              
61722              Solaris hints.
61723      Branch: maint-5.6/perl
61724           !> hints/solaris_2.sh
61725 ____________________________________________________________________________
61726 [  8541] By: jhi                                   on 2001/01/25  03:39:28
61727         Log: Integrate #8336 from mainline.
61728      Branch: maint-5.6/perl
61729           !> hv.c
61730 ____________________________________________________________________________
61731 [  8540] By: jhi                                   on 2001/01/25  03:23:50
61732         Log: Retract #8539.
61733      Branch: maint-5.6/perl
61734            ! pod/perlfaq3.pod
61735 ____________________________________________________________________________
61736 [  8539] By: jhi                                   on 2001/01/25  03:21:55
61737         Log: (Retracted by #8540.)
61738      Branch: maint-5.6/perl
61739            ! pod/perlfaq3.pod
61740 ____________________________________________________________________________
61741 [  8538] By: jhi                                   on 2001/01/25  03:14:07
61742         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
61743              From: Peter Prymmer <pvhp@forte.com>
61744              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
61745              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
61746              
61747              The VMS bits.
61748      Branch: maint-5.6/perl
61749            ! configure.com vms/descrip_mms.template
61750 ____________________________________________________________________________
61751 [  8537] By: jhi                                   on 2001/01/25  03:06:09
61752         Log: Integrate #7710,7824,7973 from mainline.
61753      Branch: maint-5.6/perl
61754           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61755           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
61756           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
61757           !> vos/config.ga.def vos/config.ga.h win32/config.bc
61758           !> win32/config.gc win32/config.vc
61759 ____________________________________________________________________________
61760 [  8536] By: jhi                                   on 2001/01/24  13:50:20
61761         Log: Revert the edits made by me so far to the 5.6 branch since
61762              the TRIAL1 since I did edits when I should have been using
61763              integrates.  Bad programmer.   (Will integrate them properly later.)
61764              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
61765              The #8353 will not be reapplied at least for now since
61766              the UTF-8 hash keys need more thinking.
61767              (The patches #8347, #8354, #8454, #8473 were okay since they
61768              were original edits made specifically for the 5.6.1-TRIAL1.)
61769      Branch: maint-5.6/perl
61770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61771            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
61772            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
61773            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
61774            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
61775            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61776            ! win32/config.bc win32/config.gc win32/config.vc
61777 ____________________________________________________________________________
61778 [  8535] By: bailey                                on 2001/01/24  06:37:02
61779         Log: SYN SYN
61780      Branch: vmsperl
61781           +> (branch 26 files)
61782           !> (integrate 130 files)
61783 ____________________________________________________________________________
61784 [  8534] By: nick                                  on 2001/01/23  19:30:57
61785         Log: Integrate mainline.
61786      Branch: perlio
61787           !> Changes Configure Porting/Glossary Porting/config.sh
61788           !> Porting/config_H embed.h embed.pl ext/Encode/compile
61789           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
61790           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
61791           !> pod/perlvar.pod proto.h t/lib/1_compile.t
61792 ____________________________________________________________________________
61793 [  8533] By: jhi                                   on 2001/01/23  16:15:46
61794         Log: Forgotten from #8501.
61795      Branch: perl
61796            ! Porting/Glossary Porting/config.sh Porting/config_H
61797 ____________________________________________________________________________
61798 [  8532] By: jhi                                   on 2001/01/23  16:13:27
61799         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
61800              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61801              Date: Mon, 22 Jan 2001 17:51:58 +0100
61802              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
61803      Branch: perl
61804            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
61805 ____________________________________________________________________________
61806 [  8531] By: jhi                                   on 2001/01/23  15:46:01
61807         Log: Update Changes.
61808      Branch: perl
61809            ! Changes patchlevel.h
61810 ____________________________________________________________________________
61811 [  8530] By: jhi                                   on 2001/01/23  15:38:39
61812         Log: De-cut-and-pasto.
61813      Branch: perl
61814            ! t/lib/1_compile.t
61815 ____________________________________________________________________________
61816 [  8529] By: jhi                                   on 2001/01/23  15:11:04
61817         Log: Document the mkdir trailing slashes case.
61818      Branch: perl
61819            ! pod/perlfunc.pod
61820 ____________________________________________________________________________
61821 [  8528] By: jhi                                   on 2001/01/23  15:08:28
61822         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
61823              get installed:
61824              
61825              Subject: lib/lib.pm
61826              From: <abigail@foad.org>
61827              Date: Mon, 28 Aug 2000 20:35:08 -0400
61828              Message-ID: <20000829003508.21281.qmail@foad.org>
61829      Branch: perl
61830            ! installperl
61831 ____________________________________________________________________________
61832 [  8527] By: jhi                                   on 2001/01/23  14:44:04
61833         Log: Metaconfig unit change for #8526.
61834      Branch: metaconfig
61835            ! U/threads/archname.U
61836 ____________________________________________________________________________
61837 [  8526] By: jhi                                   on 2001/01/23  14:43:19
61838         Log: Attach -perlio to the archname if so selected.
61839      Branch: perl
61840            ! Configure
61841 ____________________________________________________________________________
61842 [  8525] By: jhi                                   on 2001/01/23  14:24:01
61843         Log: Subject: [PATCH] pod/perlvar.pod
61844              From: abigail@foad.org
61845              Date: Tue, 23 Jan 2001 01:41:10 +0100
61846              Message-ID: <20010123004110.22259.qmail@foad.org>
61847      Branch: perl
61848            ! pod/perlvar.pod
61849 ____________________________________________________________________________
61850 [  8524] By: jhi                                   on 2001/01/23  14:22:32
61851         Log: A bug introduced in #8217 (the undefined variable in the
61852              lib/safe1_t #3) fixed, by Charles Lane:
61853              
61854              The earlier patch made it so that stuff running in Safe
61855              compartments could do a "caller" and see "main".  That
61856              little change in name is done right before the code in
61857              the compartment is run, and apparantly the parser
61858              was picking up the stash name before it got changed.
61859              
61860              (why it was threaded vs. unthreaded Perl that was sensitive to this
61861              I still don't know...and it probably doesn't matter).
61862              
61863              I tryed removing the stash name-change and saw that threaded Perl
61864              did indeed pass the lib/safe1.t tests.
61865              
61866              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
61867              do the name change (and to connect _ in the compartment to the global
61868              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
61869              to call _safe_pkg_prep when creating a new compartment.
61870              
61871              Passes all tests with threaded perl on linux; passes all tests
61872              with unthreaded perl on VMS.
61873              
61874              At some point I'll probably want to revisit Safe and Opcode to
61875              provide more sensible handling of global variables...and to get
61876              formats working in Safe compartments, which they don't do currently.
61877      Branch: perl
61878            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
61879 ____________________________________________________________________________
61880 [  8523] By: jhi                                   on 2001/01/23  14:11:58
61881         Log: Also the lib/Thread.pm itself needs to be ignored if
61882              the Thread extension hasn't been built.
61883      Branch: perl
61884            ! t/lib/1_compile.t
61885 ____________________________________________________________________________
61886 [  8522] By: jhi                                   on 2001/01/23  13:51:28
61887         Log: print() instead of warn() so that stderr doesn't get
61888              unnecessarily polluted.
61889      Branch: perl
61890            ! ext/Encode/compile
61891 ____________________________________________________________________________
61892 [  8521] By: jhi                                   on 2001/01/23  13:49:48
61893         Log: Integrate perlio.
61894      Branch: perl
61895           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
61896           !> ext/Encode/encode.h
61897 ____________________________________________________________________________
61898 [  8520] By: nick                                  on 2001/01/22  21:44:00
61899         Log: More messing with Encode:
61900              Extra fields in header to allow multiple names and to record
61901              other things "compile" knows.
61902              Re-organise compile to factor out common output routines.
61903      Branch: perlio
61904            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
61905 ____________________________________________________________________________
61906 [  8519] By: nick                                  on 2001/01/22  20:33:50
61907         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
61908      Branch: perlio
61909            ! ext/Encode/Makefile.PL ext/Encode/compile
61910 ____________________________________________________________________________
61911 [  8518] By: nick                                  on 2001/01/22  20:28:13
61912         Log: Integrate mainline
61913      Branch: perlio
61914           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
61915           !> vos/config.alpha.def vos/config.alpha.h
61916 ____________________________________________________________________________
61917 [  8517] By: jhi                                   on 2001/01/22  15:37:17
61918         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
61919              by Inaba Hiroto.
61920      Branch: perl
61921            ! sv.c
61922 ____________________________________________________________________________
61923 [  8516] By: jhi                                   on 2001/01/22  14:55:15
61924         Log: More SIG_SIZE fixes.
61925      Branch: perl
61926            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
61927 ____________________________________________________________________________
61928 [  8515] By: jhi                                   on 2001/01/22  14:50:27
61929         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
61930              From: "Craig A. Berry" <craigberry@mac.com>
61931              Date: Mon, 22 Jan 2001 00:42:24 -0600
61932              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
61933      Branch: perl
61934            ! configure.com
61935 ____________________________________________________________________________
61936 [  8514] By: jhi                                   on 2001/01/22  14:31:17
61937         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
61938              From: "Craig A. Berry" <craigberry@mac.com>
61939              Date: Sun, 21 Jan 2001 23:03:25 -0600
61940              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
61941      Branch: perl
61942            ! configure.com
61943 ____________________________________________________________________________
61944 [  8513] By: jhi                                   on 2001/01/22  14:14:00
61945         Log: Add the .ucm encoding tables to the MANIFEST.
61946      Branch: perl
61947            ! MANIFEST
61948 ____________________________________________________________________________
61949 [  8512] By: jhi                                   on 2001/01/22  13:43:33
61950         Log: Integrate perlio.
61951      Branch: perl
61952           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61953           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61954           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61955           +> ext/Encode/Encode/iso8859-10.ucm
61956           +> ext/Encode/Encode/iso8859-13.ucm
61957           +> ext/Encode/Encode/iso8859-14.ucm
61958           +> ext/Encode/Encode/iso8859-15.ucm
61959           +> ext/Encode/Encode/iso8859-16.ucm
61960           +> ext/Encode/Encode/iso8859-2.ucm
61961           +> ext/Encode/Encode/iso8859-3.ucm
61962           +> ext/Encode/Encode/iso8859-4.ucm
61963           +> ext/Encode/Encode/iso8859-5.ucm
61964           +> ext/Encode/Encode/iso8859-6.ucm
61965           +> ext/Encode/Encode/iso8859-7.ucm
61966           +> ext/Encode/Encode/iso8859-8.ucm
61967           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61968           +> ext/Encode/Encode/symbol.ucm
61969           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
61970           !> perliol.h
61971 ____________________________________________________________________________
61972 [  8511] By: nick                                  on 2001/01/21  23:44:47
61973         Log: Make "real" layers of ":utf8" and ":raw".
61974              So now PERLIO=utf8 perl ...
61975              does what Andreas wanted.
61976              Fix arg passing in open.pm (still have a Carp issue).
61977      Branch: perlio
61978            ! lib/open.pm perlio.c perliol.h
61979 ____________________________________________________________________________
61980 [  8510] By: jhi                                   on 2001/01/21  22:56:53
61981         Log: Document the regex content pushing/popping a bit better.
61982      Branch: perl
61983            ! regexec.c
61984 ____________________________________________________________________________
61985 [  8509] By: jhi                                   on 2001/01/21  22:55:44
61986         Log: Tweak the mkdir trailing slash code some more.
61987              
61988              TO DO: the same handling should probably be done for
61989              all the other filesystem functions that can have directories
61990              as their arguments.
61991      Branch: perl
61992            ! pp_sys.c
61993 ____________________________________________________________________________
61994 [  8508] By: nick                                  on 2001/01/21  21:37:43
61995         Log: Switch "compiled in" encodings to .ucm format.
61996              (Leave others as .enc till we can run-time load .ucm,
61997              or find some other way to load them.)
61998      Branch: perlio
61999            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
62000            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
62001            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
62002            + ext/Encode/Encode/iso8859-10.ucm
62003            + ext/Encode/Encode/iso8859-13.ucm
62004            + ext/Encode/Encode/iso8859-14.ucm
62005            + ext/Encode/Encode/iso8859-15.ucm
62006            + ext/Encode/Encode/iso8859-16.ucm
62007            + ext/Encode/Encode/iso8859-2.ucm
62008            + ext/Encode/Encode/iso8859-3.ucm
62009            + ext/Encode/Encode/iso8859-4.ucm
62010            + ext/Encode/Encode/iso8859-5.ucm
62011            + ext/Encode/Encode/iso8859-6.ucm
62012            + ext/Encode/Encode/iso8859-7.ucm
62013            + ext/Encode/Encode/iso8859-8.ucm
62014            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
62015            + ext/Encode/Encode/symbol.ucm
62016            ! ext/Encode/Makefile.PL ext/Encode/compile
62017 ____________________________________________________________________________
62018 [  8507] By: nick                                  on 2001/01/21  21:02:03
62019         Log: Integrate (partial) mainline.
62020      Branch: perlio
62021           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
62022           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
62023           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
62024 ____________________________________________________________________________
62025 [  8506] By: jhi                                   on 2001/01/21  20:09:30
62026         Log: Update Changes.
62027      Branch: perl
62028            ! Changes patchlevel.h
62029 ____________________________________________________________________________
62030 [  8505] By: jhi                                   on 2001/01/21  19:39:59
62031         Log: Subject: Minor typos in perlfaq2.pod
62032              From: "Stephen P. Potter" <spp@spotter.yi.org>
62033              Message-Id: <200101192101.QAA11911@spotter.yi.org>
62034              Date: Fri, 19 Jan 2001 16:01:13 -0500
62035              
62036              with a nit from Philip Newton.
62037      Branch: perl
62038            ! pod/perlfaq2.pod
62039 ____________________________________________________________________________
62040 [  8504] By: jhi                                   on 2001/01/21  19:33:05
62041         Log: Metaconfig change for #8503.
62042      Branch: metaconfig
62043            ! U/threads/usethreads.U
62044 ____________________________________________________________________________
62045 [  8503] By: jhi                                   on 2001/01/21  19:32:21
62046         Log: Sanity check for conflicting thread flavours.
62047      Branch: perl
62048            ! Configure config_h.SH
62049 ____________________________________________________________________________
62050 [  8502] By: jhi                                   on 2001/01/21  19:23:00
62051         Log: Metaconfig change for #8501.
62052      Branch: metaconfig
62053            ! U/modified/sig_name.U
62054 ____________________________________________________________________________
62055 [  8501] By: jhi                                   on 2001/01/21  19:22:26
62056         Log: The SIG_SIZE is the number of the elements *excluding*
62057              the terminating NULL.
62058      Branch: perl
62059            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
62060            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
62061            ! win32/config_H.vc
62062 ____________________________________________________________________________
62063 [  8500] By: jhi                                   on 2001/01/21  18:31:31
62064         Log: Integrate perlio.
62065      Branch: perl
62066           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
62067           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
62068           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
62069           !> pp_sys.c proto.h sv.c
62070 ____________________________________________________________________________
62071 [  8499] By: jhi                                   on 2001/01/21  17:43:57
62072         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
62073              From: Hugo <hv@crypt.compulink.co.uk>
62074              Date: Sun, 21 Jan 2001 13:34:05 +0000
62075              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
62076              
62077              In sprintf UTF8ize only if necessary.
62078      Branch: perl
62079            ! sv.c
62080 ____________________________________________________________________________
62081 [  8498] By: nick                                  on 2001/01/21  16:25:32
62082         Log: Encode cleanup.
62083              Add command line control over "compile" so that Makefile.PL
62084              needs can be combined with other uses.
62085              Use command line options in Makefile.PL.
62086              Fix multi-byte parsing in .ucm files.
62087      Branch: perlio
62088            ! ext/Encode/Makefile.PL ext/Encode/compile
62089 ____________________________________________________________________________
62090 [  8497] By: nick                                  on 2001/01/21  12:56:27
62091         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
62092      Branch: perlio
62093            ! ext/Encode/Encode.xs
62094 ____________________________________________________________________________
62095 [  8496] By: nick                                  on 2001/01/21  12:18:45
62096         Log: Fixup after integrate:
62097              missed the .sym files that are changed by regen_headers
62098              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
62099      Branch: perlio
62100            ! global.sym pp.sym sv.c
62101 ____________________________________________________________________________
62102 [  8495] By: nick                                  on 2001/01/21  11:51:07
62103         Log: Integrate mainline.
62104      Branch: perlio
62105           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
62106           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
62107           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
62108           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
62109           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
62110           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
62111           !> win32/Makefile win32/makefile.mk
62112 ____________________________________________________________________________
62113 [  8494] By: jhi                                   on 2001/01/20  23:12:11
62114         Log: Forgot the expect_number() prototype.
62115      Branch: perl
62116            ! embed.h embed.pl proto.h
62117 ____________________________________________________________________________
62118 [  8493] By: jhi                                   on 2001/01/20  22:56:39
62119         Log: Subject: [PATCH: perl@8482] README.vms URL updates
62120              From: Peter Prymmer <pvhp@forte.com>
62121              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
62122              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
62123              
62124              Plus Craig A. Berry's suggestion to use compaq.com instead
62125              of digital.com.
62126      Branch: perl
62127            ! README.vms
62128 ____________________________________________________________________________
62129 [  8492] By: jhi                                   on 2001/01/20  22:50:05
62130         Log: Memory management calls documentation.
62131      Branch: perl
62132            ! pod/perlguts.pod
62133 ____________________________________________________________________________
62134 [  8491] By: jhi                                   on 2001/01/20  22:38:33
62135         Log: Signedness nit plus few memcpy/Copy nits.
62136      Branch: perl
62137            ! sv.c
62138 ____________________________________________________________________________
62139 [  8490] By: jhi                                   on 2001/01/20  22:25:53
62140         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
62141              From: Peter Prymmer <pvhp@forte.com>
62142              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
62143              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
62144      Branch: perl
62145            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
62146 ____________________________________________________________________________
62147 [  8489] By: jhi                                   on 2001/01/20  22:24:41
62148         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
62149              From: Peter Prymmer <pvhp@forte.com>
62150              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
62151              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
62152      Branch: perl
62153            ! win32/Makefile win32/makefile.mk
62154 ____________________________________________________________________________
62155 [  8488] By: jhi                                   on 2001/01/20  22:22:27
62156         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
62157              From: Peter Prymmer <pvhp@forte.com>
62158              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
62159              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
62160      Branch: perl
62161            ! Makefile.SH
62162 ____________________________________________________________________________
62163 [  8487] By: jhi                                   on 2001/01/20  22:21:18
62164         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
62165              From: Peter Prymmer <pvhp@forte.com>
62166              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
62167              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
62168      Branch: perl
62169            + ext/DynaLoader/dl_dllload.xs
62170            ! MANIFEST Makefile.SH hints/os390.sh
62171 ____________________________________________________________________________
62172 [  8486] By: jhi                                   on 2001/01/20  22:17:53
62173         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
62174              From: Peter Prymmer <pvhp@forte.com>
62175              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
62176              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
62177      Branch: perl
62178            ! README.os390 README.posix-bc
62179 ____________________________________________________________________________
62180 [  8485] By: jhi                                   on 2001/01/20  20:15:30
62181         Log: Document and test the new qu operator.
62182      Branch: perl
62183            + t/op/qu.t
62184            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
62185            ! pod/perlretut.pod pod/perlunicode.pod
62186 ____________________________________________________________________________
62187 [  8484] By: nick                                  on 2001/01/20  19:42:30
62188         Log: Infrastructure to allow:
62189              open($fh,"|-",@array);
62190              to be implemented
62191              i.e. mark pp_open as needing a stack mark, and make pp_open
62192              process its args in that style (and pass them _all_ to tied handles OPEN).
62193              Invent do_openn() which takes SV ** at allow it to see multiple args.
62194              Note this does not _do_ anything yet.
62195      Branch: perlio
62196            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
62197            ! perlapi.c pp_proto.h pp_sys.c proto.h
62198 ____________________________________________________________________________
62199 [  8483] By: nick                                  on 2001/01/20  17:23:14
62200         Log: Integrate mainline.
62201      Branch: perlio
62202           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
62203           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
62204 ____________________________________________________________________________
62205 [  8482] By: jhi                                   on 2001/01/19  15:37:49
62206         Log: Update Changes.
62207      Branch: perl
62208            ! Changes patchlevel.h
62209 ____________________________________________________________________________
62210 [  8481] By: jhi                                   on 2001/01/19  14:41:24
62211         Log: Subject: Re: new feature: s?printf parameter reordering 
62212              From: Hugo <hv@crypt.compulink.co.uk>
62213              Date: Thu, 11 Jan 2001 17:09:03 +0000
62214              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
62215              
62216              - support reordering for all parameters: %, *v, *, .*
62217              - lay down that the reordering specification must immediately
62218              follow that parameter: %3$, *v3$, *3$, .*3$
62219              - fix vectorisation of a zero-length string
62220              - factor out the code choosing the argument to format
62221              
62222              Possibly unwanted side-effects:
62223              - the special format specifiers ' +-0' must now precede any
62224              vectorisation specifier. Tests in op/sprintf and op/ver
62225              have been changed to reflect this.
62226              - sprintf.t test #214 changed its expectations because in many
62227              cases, the next parameter has already been consumed when an
62228              invalid type letter is detected.
62229              
62230              Probably wanted side-effects:
62231              - attempts to format a non-existent parameter will warn as if C<undef>
62232              - attempt to write to non-existent parameter with '%n' will complain
62233              of "attempt to modify read-only value" instead of being silent
62234      Branch: perl
62235            ! sv.c t/op/sprintf.t t/op/ver.t
62236 ____________________________________________________________________________
62237 [  8480] By: jhi                                   on 2001/01/19  14:08:37
62238         Log: Subject: PATCH pragma/locale.t
62239              From: andreas.koenig@anima.de (Andreas J. Koenig)
62240              Date: 18 Jan 2001 09:45:37 +0100
62241              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
62242      Branch: perl
62243            ! t/pragma/locale.t
62244 ____________________________________________________________________________
62245 [  8479] By: jhi                                   on 2001/01/19  13:19:58
62246         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
62247      Branch: perl
62248            ! configure.com
62249 ____________________________________________________________________________
62250 [  8478] By: jhi                                   on 2001/01/19  02:12:35
62251         Log: Automate 1_compile.t.
62252      Branch: perl
62253            ! t/lib/1_compile.t
62254 ____________________________________________________________________________
62255 [  8477] By: jhi                                   on 2001/01/19  01:49:56
62256         Log: Integrate perlio.
62257      Branch: perl
62258           !> sv.c win32/config.bc win32/config.gc win32/config.vc
62259           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
62260 ____________________________________________________________________________
62261 [  8476] By: nick                                  on 2001/01/18  21:51:52
62262         Log: Integrate mainline
62263      Branch: perlio
62264           +> t/lib/1_compile.t t/lib/compmod.pl
62265           !> MANIFEST configure.com lib/unicode/distinct.pm
62266 ____________________________________________________________________________
62267 [  8475] By: nick                                  on 2001/01/18  21:48:02
62268         Log: Win32 "safe signals" co-existance fix.
62269              Fix SIG_SIZE value.
62270              Clear PL_sig_pending when cloning (fork).
62271      Branch: perlio
62272            ! sv.c win32/config.bc win32/config.gc win32/config.vc
62273            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62274 ____________________________________________________________________________
62275 [  8474] By: jhi                                   on 2001/01/18  14:40:57
62276         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
62277      Branch: perl
62278            ! t/lib/1_compile.t
62279 ____________________________________________________________________________
62280 [  8473] By: gsar                                  on 2001/01/18  11:42:31
62281         Log: unsubmitted trial1 change
62282      Branch: maint-5.6/perl
62283            ! Changes
62284 ____________________________________________________________________________
62285 [  8472] By: jhi                                   on 2001/01/18  04:30:24
62286         Log: The first bug found by 1_compile.t.
62287      Branch: perl
62288            ! lib/unicode/distinct.pm
62289 ____________________________________________________________________________
62290 [  8471] By: jhi                                   on 2001/01/18  04:29:42
62291         Log: Add Schwern's 1_compile test.  The compile_module script renamed
62292              to be a bit shorter for the 8.3 people.
62293      Branch: perl
62294            + t/lib/1_compile.t t/lib/compmod.pl
62295            ! MANIFEST
62296 ____________________________________________________________________________
62297 [  8470] By: jhi                                   on 2001/01/18  04:16:00
62298         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)
62299              From: Peter Prymmer <pvhp@forte.com>
62300              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
62301              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
62302              Replace #8463.
62303      Branch: maint-5.6/perl
62304            ! configure.com
62305 ____________________________________________________________________________
62306 [  8469] By: jhi                                   on 2001/01/18  04:13:02
62307         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)
62308              From: Peter Prymmer <pvhp@forte.com>
62309              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
62310              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
62311              Replace #8462.
62312      Branch: perl
62313            ! configure.com
62314 ____________________________________________________________________________
62315 [  8468] By: jhi                                   on 2001/01/18  03:42:08
62316         Log: Integrate perlio.
62317      Branch: perl
62318           !> gv.c mg.c perlio.c util.c
62319 ____________________________________________________________________________
62320 [  8467] By: nick                                  on 2001/01/17  22:41:10
62321         Log: "Safe" signals - trial implementation.
62322              gv.c tweaked to zero PL_sig_pend array
62323              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
62324              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
62325              Odd thing is that it "works" with PERLIO=stdio as well (linux).
62326      Branch: perlio
62327            ! gv.c mg.c perlio.c util.c
62328 ____________________________________________________________________________
62329 [  8466] By: nick                                  on 2001/01/17  20:40:20
62330         Log: Integrate mainline.
62331      Branch: perlio
62332           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62333           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
62334           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
62335           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62336           !> vos/config.ga.h win32/config.bc win32/config.gc
62337           !> win32/config.vc
62338 ____________________________________________________________________________
62339 [  8465] By: jhi                                   on 2001/01/17  18:37:13
62340         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
62341              From: Nicholas Clark <nick@ccl4.org>
62342              Date: Wed, 17 Jan 2001 17:31:33 +0000
62343              Message-ID: <20010117173133.I2633@plum.flirble.org>
62344      Branch: perl
62345            ! t/op/int.t
62346 ____________________________________________________________________________
62347 [  8464] By: jhi                                   on 2001/01/17  14:43:17
62348         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
62349              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62350              Date: Wed, 17 Jan 2001 15:16:43 +0100
62351              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
62352              
62353              pp_int() was dropping an NV to the floor,
62354              int(279964589018079/59) either returned not an integer
62355              4745162525730.15, or one got "Attempt to free unreferenced scalar."
62356      Branch: perl
62357            ! pp.c
62358 ____________________________________________________________________________
62359 [  8463] By: jhi                                   on 2001/01/17  06:12:42
62360         Log: (Replaced by #8470)
62361              
62362              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)
62363              From: "Craig A. Berry" <craigberry@mac.com>
62364              Date: Tue, 16 Jan 2001 23:38:46 -0600
62365              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
62366      Branch: maint-5.6/perl
62367            ! configure.com
62368 ____________________________________________________________________________
62369 [  8462] By: jhi                                   on 2001/01/17  06:11:31
62370         Log: (Replaced by #8469)
62371              
62372              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)
62373              From: "Craig A. Berry" <craigberry@mac.com>
62374              Date: Tue, 16 Jan 2001 23:38:46 -0600
62375              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
62376      Branch: perl
62377            ! configure.com
62378 ____________________________________________________________________________
62379 [  8461] By: jhi                                   on 2001/01/17  05:56:12
62380         Log: Allow for one trailing slash in the directory of mkdir().
62381      Branch: perl
62382            ! pp_sys.c
62383 ____________________________________________________________________________
62384 [  8460] By: jhi                                   on 2001/01/17  03:26:01
62385         Log: Metaconfig unit changes for #8459.
62386      Branch: metaconfig
62387            ! U/modified/Loc.U U/modified/sig_name.U
62388 ____________________________________________________________________________
62389 [  8459] By: jhi                                   on 2001/01/17  03:24:48
62390         Log: Define SIG_SIZE, the number of elements in the sig_name and
62391              sig_num arrays, including the final NULL entry.
62392      Branch: perl
62393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62394            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
62395            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
62396            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62397            ! win32/config.bc win32/config.gc win32/config.vc
62398 ____________________________________________________________________________
62399 [  8458] By: jhi                                   on 2001/01/17  01:41:33
62400         Log: Integrate perlio.
62401      Branch: perl
62402           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
62403           !> perlapi.h proto.h sv.c
62404 ____________________________________________________________________________
62405 [  8457] By: nick                                  on 2001/01/16  22:07:26
62406         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
62407              Provides all the "cost" but no benefit yet - it is to allow cost
62408              to be measured, and implementation experiments (just in mg.c?).
62409      Branch: perlio
62410            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
62411            ! perlapi.h proto.h sv.c
62412 ____________________________________________________________________________
62413 [  8456] By: nick                                  on 2001/01/16  21:07:07
62414         Log: Integrate mainline.
62415      Branch: perlio
62416           !> (integrate 51 files)
62417 ____________________________________________________________________________
62418 [  8455] By: jhi                                   on 2001/01/16  18:13:43
62419         Log: Subject: [PATCH] regcomp.c old feature removal
62420              From: mjd@plover.com
62421              Date: 16 Jan 2001 14:43:18 -0000 
62422              Message-ID: <20010116144318.7140.qmail@plover.com> 
62423      Branch: perl
62424            ! regcomp.c
62425 ____________________________________________________________________________
62426 [  8454] By: jhi                                   on 2001/01/16  16:12:39
62427         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
62428              From: "Indy Singh" <indy@nusphere.com>
62429              Date: Wed, 10 Jan 2001 20:17:49 -0500
62430              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
62431      Branch: maint-5.6/perl
62432            ! win32/Makefile
62433 ____________________________________________________________________________
62434 [  8453] By: jhi                                   on 2001/01/16  16:09:33
62435         Log: Update Changes.
62436      Branch: perl
62437            ! Changes patchlevel.h
62438 ____________________________________________________________________________
62439 [  8452] By: jhi                                   on 2001/01/16  15:42:04
62440         Log: Subject: Re: API Cleanup
62441              To: perl5-porters@perl.org
62442              Date: Tue, 16 Jan 2001 13:42:30 +0000
62443              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
62444              
62445              Subject: [PATCH] utf8.c documentation
62446              From: Simon Cozens <simon@cozens.net>
62447              Date: Tue, 16 Jan 2001 13:52:48 +0000
62448              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
62449              
62450              Subject: Re: API Cleanup
62451              From: Simon Cozens <simon@cozens.net>
62452              Date: Tue, 16 Jan 2001 14:58:55 +0000
62453              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
62454              
62455              UTF-8 doc patches.
62456      Branch: perl
62457            ! embed.pl pod/perlapi.pod utf8.c
62458 ____________________________________________________________________________
62459 [  8451] By: jhi                                   on 2001/01/16  14:41:39
62460         Log: podlators 1.07, from Russ Allbery.
62461      Branch: perl
62462            ! lib/Pod/Man.pm
62463 ____________________________________________________________________________
62464 [  8450] By: jhi                                   on 2001/01/16  14:24:19
62465         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
62466              From: "Indy Singh" <indy@nusphere.com>
62467              Date: Mon, 15 Jan 2001 20:59:40 -0500
62468              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
62469      Branch: perl
62470            ! win32/Makefile
62471 ____________________________________________________________________________
62472 [  8449] By: jhi                                   on 2001/01/16  03:42:55
62473         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
62474              at the setting of the ofs_sv in new_struct_thread() as the
62475              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
62476              uninitialized fields are, uh, initialized with),
62477              SvREFCNT_inc()ing that invited a core dump.
62478      Branch: perl
62479            ! util.c
62480 ____________________________________________________________________________
62481 [  8448] By: jhi                                   on 2001/01/16  01:49:07
62482         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
62483              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62484              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
62485              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
62486              
62487              Replace #8444 and #8445.
62488      Branch: perl
62489            ! ext/B/B.xs ext/B/B/Debug.pm
62490 ____________________________________________________________________________
62491 [  8447] By: jhi                                   on 2001/01/15  21:05:35
62492         Log: Subject: [PATCH] API Variable documentation   
62493              From: Simon Cozens <simon@cozens.net>
62494              Date: Mon, 15 Jan 2001 19:35:54 +0000
62495              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
62496      Branch: perl
62497            ! pod/perlapi.pod thrdvar.h
62498 ____________________________________________________________________________
62499 [  8446] By: jhi                                   on 2001/01/15  20:49:20
62500         Log: Signedness nit.
62501      Branch: perl
62502            ! pp_ctl.c
62503 ____________________________________________________________________________
62504 [  8445] By: jhi                                   on 2001/01/15  20:28:48
62505         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
62506      Branch: perl
62507            ! ext/B/B/Debug.pm
62508 ____________________________________________________________________________
62509 [  8444] By: jhi                                   on 2001/01/15  13:09:10
62510         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
62511      Branch: perl
62512            ! ext/B/B.xs
62513 ____________________________________________________________________________
62514 [  8443] By: jhi                                   on 2001/01/15  13:06:26
62515         Log: Missing from #8439.
62516      Branch: perl
62517            ! keywords.h mg.c
62518 ____________________________________________________________________________
62519 [  8442] By: jhi                                   on 2001/01/15  13:02:38
62520         Log: Subject: [PATCH @8436] Eliminate op_children
62521              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62522              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
62523              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
62524              
62525              Subject: [PATCH @8436] Re: Eliminate op_children
62526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62527              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
62528              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
62529      Branch: perl
62530            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
62531            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
62532            ! op.c op.h
62533 ____________________________________________________________________________
62534 [  8441] By: jhi                                   on 2001/01/15  12:57:08
62535         Log: Use the /^Perl_/-less form of is_lvalue_sub().
62536      Branch: perl
62537            ! pp.h
62538 ____________________________________________________________________________
62539 [  8440] By: jhi                                   on 2001/01/15  05:13:09
62540         Log: Revert #8437 and #8438, the Linux large files story is more complex.
62541      Branch: metaconfig/U/perl
62542            ! d_fpos64_t.U d_off64_t.U
62543      Branch: perl
62544            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62545            ! config_h.SH configure.com epoc/config.sh perl.h
62546            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
62547            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62548            ! win32/config.bc win32/config.gc win32/config.vc
62549 ____________________________________________________________________________
62550 [  8439] By: jhi                                   on 2001/01/15  05:02:24
62551         Log: More UTF-8 patches from Inaba Hiroto.
62552              - The substr lval was still not okay.
62553              - Now pp_stringify and sv_setsv copies source's UTF8 flag
62554              even if IN_BYTE.  pp_stringify is called from fold_constants
62555              at optimization phase and "\x{100}" was made SvUTF8_off under
62556              use bytes (the bytes pragma is for "byte semantics" and not
62557              for "do not produce UTF8 data")
62558              - New `qu' operator to generate UTF8 string explicitly.
62559              Though I agree with the policy "0x00-0xff always produce bytes",
62560              sometimes want to such a string to be coded in UTF8.
62561              I can use pack"U0a*" but it requires more typing and has
62562              runtime overhead.
62563              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
62564              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
62565              string is not UTF8_on and has char 0x80-0xff.
62566              
62567              TODO: document and test qu.
62568      Branch: perl
62569            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
62570            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
62571            ! toke.c
62572 ____________________________________________________________________________
62573 [  8438] By: jhi                                   on 2001/01/14  05:10:23
62574         Log: (Reverted by #8440)
62575              
62576              Metaconfig unit changes for #8437.
62577      Branch: metaconfig/U/perl
62578            ! d_fpos64_t.U d_off64_t.U
62579 ____________________________________________________________________________
62580 [  8437] By: jhi                                   on 2001/01/14  04:55:34
62581         Log: (Reverted by #8440)
62582              
62583              Add <features.h> probing, seems to be needed for (some?)
62584              Linux largefileness.
62585      Branch: perl
62586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62587            ! config_h.SH configure.com epoc/config.sh perl.h
62588            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
62589            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62590            ! win32/config.bc win32/config.gc win32/config.vc
62591 ____________________________________________________________________________
62592 [  8436] By: jhi                                   on 2001/01/13  17:47:21
62593         Log: Tighten some of the tests a bit.
62594      Branch: perl
62595            ! t/pragma/utf8.t
62596 ____________________________________________________________________________
62597 [  8435] By: jhi                                   on 2001/01/13  17:31:54
62598         Log: Integrate perlio.
62599      Branch: perl
62600           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
62601           !> win32/config_H.gc win32/config_H.vc
62602 ____________________________________________________________________________
62603 [  8434] By: nick                                  on 2001/01/13  11:36:53
62604         Log: Run dmake regen_config_h for Win32
62605      Branch: perlio
62606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62607 ____________________________________________________________________________
62608 [  8433] By: nick                                  on 2001/01/13  11:31:55
62609         Log: VMS friendly patch to Encode compile process
62610      Branch: perlio
62611            ! ext/Encode/Makefile.PL ext/Encode/compile
62612 ____________________________________________________________________________
62613 [  8432] By: nick                                  on 2001/01/13  11:06:44
62614         Log: Integrate mainline
62615      Branch: perlio
62616           +> ext/B/B/Concise.pm
62617           !> (integrate 52 files)
62618 ____________________________________________________________________________
62619 [  8431] By: jhi                                   on 2001/01/13  05:55:55
62620         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
62621              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62622              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
62623              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
62624      Branch: perl
62625            ! ext/B/B/Concise.pm
62626 ____________________________________________________________________________
62627 [  8430] By: jhi                                   on 2001/01/13  04:24:18
62628         Log: The LVRET macro needed an aTHX.
62629      Branch: perl
62630            ! pp.h
62631 ____________________________________________________________________________
62632 [  8429] By: jhi                                   on 2001/01/13  02:12:42
62633         Log: Update Changes.
62634      Branch: perl
62635            ! Changes patchlevel.h
62636 ____________________________________________________________________________
62637 [  8428] By: jhi                                   on 2001/01/13  02:08:50
62638         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
62639              From: Peter Prymmer <pvhp@forte.com>
62640              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
62641              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
62642              
62643              Add a BEGIN guard for sloppy floating point division.
62644      Branch: perl
62645            ! lib/Math/BigInt.pm lib/bigint.pl
62646 ____________________________________________________________________________
62647 [  8427] By: jhi                                   on 2001/01/13  01:47:16
62648         Log: The B::Terse drop-in replacement wasn't quite drop-in.
62649      Branch: perl
62650            ! ext/B/B/Terse.pm
62651 ____________________________________________________________________________
62652 [  8426] By: jhi                                   on 2001/01/12  21:20:43
62653         Log: Use UVXf.
62654      Branch: perl
62655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62656            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
62657            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
62658            ! vos/config.ga.def vos/config.ga.h win32/config.bc
62659            ! win32/config.gc win32/config.vc
62660 ____________________________________________________________________________
62661 [  8425] By: jhi                                   on 2001/01/12  20:20:14
62662         Log: Subject: [PATCH perl@8342] -Wformat
62663              From: Robin Barker <rmb1@cise.npl.co.uk>
62664              Date: Fri, 12 Jan 2001 20:03:14 GMT
62665              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
62666      Branch: perl
62667            ! ext/Encode/Encode.xs mg.c sv.c toke.c
62668 ____________________________________________________________________________
62669 [  8424] By: jhi                                   on 2001/01/12  20:01:48
62670         Log: Subject: B::Concise -- an improved replacement for B::Terse 
62671              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62672              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
62673              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
62674      Branch: perl
62675            + ext/B/B/Concise.pm
62676            ! MANIFEST ext/B/B/Terse.pm
62677 ____________________________________________________________________________
62678 [  8423] By: jhi                                   on 2001/01/12  19:24:02
62679         Log: The new metaconfig unit from the #8421.
62680      Branch: metaconfig/U/perl
62681            + d_sigprocmask.U
62682 ____________________________________________________________________________
62683 [  8422] By: jhi                                   on 2001/01/12  19:23:43
62684         Log: Forgot the microperl config from the #8421.
62685      Branch: perl
62686            ! uconfig.h uconfig.sh
62687 ____________________________________________________________________________
62688 [  8421] By: jhi                                   on 2001/01/12  19:05:27
62689         Log: Add sigprocmask() probe, regen Configure, regen toc.
62690      Branch: perl
62691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62692            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
62693            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62694            ! vos/config.ga.h win32/config.bc win32/config.gc
62695            ! win32/config.vc
62696 ____________________________________________________________________________
62697 [  8420] By: jhi                                   on 2001/01/12  18:34:31
62698         Log: Add sockatmark() to the todo list.
62699      Branch: perl
62700            ! Todo-5.6
62701 ____________________________________________________________________________
62702 [  8419] By: jhi                                   on 2001/01/12  18:09:46
62703         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
62704      Branch: perl
62705            ! op.c
62706 ____________________________________________________________________________
62707 [  8418] By: jhi                                   on 2001/01/12  18:05:30
62708         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
62709              From: Radu Greab <radu@netsoft.ro>
62710              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
62711              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
62712      Branch: perl
62713            ! op.c t/pragma/sub_lval.t
62714 ____________________________________________________________________________
62715 [  8417] By: jhi                                   on 2001/01/12  16:09:09
62716         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
62717              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
62718              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
62719              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
62720      Branch: perl
62721            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
62722            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
62723            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
62724            ! t/pragma/sub_lval.t toke.c
62725 ____________________________________________________________________________
62726 [  8416] By: jhi                                   on 2001/01/12  15:42:06
62727         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
62728              From: "Richard Soderberg" <rs@crystalflame.net>
62729              Date: Fri, 12 Jan 2001 04:49:35 -0800
62730              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
62731              
62732              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
62733              according to the platform.
62734      Branch: perl
62735            ! op.c
62736 ____________________________________________________________________________
62737 [  8415] By: jhi                                   on 2001/01/12  15:33:41
62738         Log: One more UTF-8 fix from Inaba Hiroto.
62739      Branch: perl
62740            ! pp.c regexec.c t/pragma/utf8.t
62741 ____________________________________________________________________________
62742 [  8414] By: jhi                                   on 2001/01/12  15:30:18
62743         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
62744      Branch: perl
62745            ! regexec.c
62746 ____________________________________________________________________________
62747 [  8413] By: jhi                                   on 2001/01/12  15:22:10
62748         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
62749              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62750              Date: Thu, 11 Jan 2001 12:53:36 +0100
62751              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
62752      Branch: perl
62753            ! toke.c
62754 ____________________________________________________________________________
62755 [  8412] By: jhi                                   on 2001/01/12  15:20:25
62756         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
62757              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62758              Date: Fri, 12 Jan 2001 14:37:55 +0100
62759              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
62760      Branch: perl
62761            ! hints/posix-bc.sh
62762 ____________________________________________________________________________
62763 [  8411] By: jhi                                   on 2001/01/12  15:14:14
62764         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
62765              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62766              Date: Fri, 12 Jan 2001 10:42:21 +0100
62767              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
62768      Branch: perl
62769            ! t/op/regmesg.t
62770 ____________________________________________________________________________
62771 [  8410] By: jhi                                   on 2001/01/12  05:48:55
62772         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
62773              From: Nicholas Clark <nick@ccl4.org> 
62774              Date: Sun, 7 Jan 2001 19:47:14 +0000
62775              Message-ID: <20010107194714.B1048@plum.flirble.org>
62776      Branch: perl
62777            ! t/op/numconvert.t
62778 ____________________________________________________________________________
62779 [  8409] By: jhi                                   on 2001/01/12  05:41:28
62780         Log: Integrate perlio.
62781      Branch: perl
62782           !> mg.c scope.h
62783 ____________________________________________________________________________
62784 [  8408] By: nick                                  on 2001/01/11  22:43:28
62785         Log: Remove variables that were used in experiments.
62786      Branch: perlio
62787            ! mg.c
62788 ____________________________________________________________________________
62789 [  8407] By: nick                                  on 2001/01/11  20:57:44
62790         Log: Catch die in %SIG handler and unblock the signal before re-dying.
62791              This make Linux work _without_ sigsetjmp().
62792              Turn off sigsetjmp() to see what else it does.
62793              May need Configure probe for sigprocmask() if anything has sigaction()
62794              but not sigprocmask().
62795      Branch: perlio
62796            ! mg.c scope.h
62797 ____________________________________________________________________________
62798 [  8406] By: nick                                  on 2001/01/11  19:32:07
62799         Log: Integrate mainline
62800      Branch: perlio
62801           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
62802           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
62803           !> t/op/substr.t
62804 ____________________________________________________________________________
62805 [  8405] By: jhi                                   on 2001/01/11  17:11:01
62806         Log: Fix UTF-8 lval substr().
62807      Branch: perl
62808            ! mg.c t/op/substr.t
62809 ____________________________________________________________________________
62810 [  8404] By: jhi                                   on 2001/01/11  05:13:58
62811         Log: Update Changes.
62812      Branch: perl
62813            ! Changes patchlevel.h
62814 ____________________________________________________________________________
62815 [  8403] By: jhi                                   on 2001/01/11  04:38:24
62816         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
62817              From: Hugo <hv@crypt.compulink.co.uk>
62818              Date: Mon, 30 Oct 2000 01:33:26 +0000
62819              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
62820      Branch: perl
62821            ! regexec.c t/op/re_tests
62822 ____________________________________________________________________________
62823 [  8402] By: jhi                                   on 2001/01/11  04:26:12
62824         Log: Integrate perlio.
62825      Branch: perl
62826           !> scope.h util.c
62827 ____________________________________________________________________________
62828 [  8401] By: nick                                  on 2001/01/10  22:52:55
62829         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
62830              (So Alan and Ilya can try setting via hints.)
62831              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
62832              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
62833              doing the save everywhere seems to restart read() correctly, but just
62834              doing it once "round" the handler does not.
62835      Branch: perlio
62836            ! scope.h
62837 ____________________________________________________________________________
62838 [  8400] By: jhi                                   on 2001/01/10  21:57:54
62839         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
62840              of IRIX, HP-UX is unaffected.
62841      Branch: perl
62842            ! perl.h
62843 ____________________________________________________________________________
62844 [  8399] By: nick                                  on 2001/01/10  21:29:19
62845         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
62846      Branch: perlio
62847            ! util.c
62848 ____________________________________________________________________________
62849 [  8398] By: jhi                                   on 2001/01/10  20:55:31
62850         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
62851              also have ReusePort.
62852      Branch: perl
62853            ! ext/IO/lib/IO/Socket/INET.pm
62854 ____________________________________________________________________________
62855 [  8397] By: jhi                                   on 2001/01/10  20:50:57
62856         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
62857              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62858              Date: Wed, 10 Jan 2001 01:38:13 -0800
62859              Message-ID: <20010110013813.B41744@yahoo-inc.com>
62860      Branch: perl
62861            ! ext/IO/lib/IO/Socket/INET.pm
62862 ____________________________________________________________________________
62863 [  8396] By: jhi                                   on 2001/01/10  20:49:30
62864         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
62865              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62866              Date: Wed, 10 Jan 2001 01:37:32 -0800
62867              Message-ID: <20010110013732.A41744@yahoo-inc.com>
62868      Branch: perl
62869            ! ext/Socket/Socket.pm
62870 ____________________________________________________________________________
62871 [  8395] By: jhi                                   on 2001/01/10  20:41:37
62872         Log: Test for bug id 20010105.016 (fixed by #8378).
62873      Branch: perl
62874            ! t/op/split.t
62875 ____________________________________________________________________________
62876 [  8394] By: jhi                                   on 2001/01/10  20:26:32
62877         Log: Integrate perlio.
62878      Branch: perl
62879            ! util.c
62880 ____________________________________________________________________________
62881 [  8393] By: nick                                  on 2001/01/10  19:34:30
62882         Log: Back out Simon's pid hackery for now.
62883      Branch: perlio
62884            ! util.c
62885 ____________________________________________________________________________
62886 [  8392] By: nick                                  on 2001/01/10  19:23:13
62887         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
62888      Branch: perlio
62889           !> (integrate 29 files)
62890 ____________________________________________________________________________
62891 [  8391] By: jhi                                   on 2001/01/10  18:43:15
62892         Log: Subject: [PATCH] Fix my_pclose segfault
62893              From: Simon Cozens <simon@cozens.net>
62894              Date: Wed, 10 Jan 2001 18:39:35 +0000
62895              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
62896      Branch: perl
62897            ! util.c
62898 ____________________________________________________________________________
62899 [  8390] By: jhi                                   on 2001/01/10  18:42:08
62900         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
62901              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62902              Date:     Wed, 10 Jan 2001 13:23:02 EST
62903              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
62904      Branch: perl
62905            ! ext/Opcode/Opcode.xs
62906 ____________________________________________________________________________
62907 [  8389] By: jhi                                   on 2001/01/10  15:16:07
62908         Log: Turn off the integer preservation for now.
62909      Branch: perl
62910            ! perl.h
62911 ____________________________________________________________________________
62912 [  8388] By: jhi                                   on 2001/01/10  15:01:25
62913         Log: Few more IDE/editor nits from p5p.
62914      Branch: perl
62915            ! pod/perlfaq3.pod
62916 ____________________________________________________________________________
62917 [  8387] By: jhi                                   on 2001/01/10  06:53:16
62918         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
62919              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
62920              Date: Tue, 9 Jan 2001 23:16:02 +0000
62921              Message-ID: <20010109231602.A81101@plum.flirble.org>
62922      Branch: perl
62923            ! sv.c
62924 ____________________________________________________________________________
62925 [  8386] By: jhi                                   on 2001/01/10  03:17:54
62926         Log: Test cases for #8385 (from Simon's "torture.pl")
62927      Branch: perl
62928            ! t/op/tr.t
62929 ____________________________________________________________________________
62930 [  8385] By: jhi                                   on 2001/01/10  03:17:11
62931         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
62932              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
62933              Date: Wed, 10 Jan 2001 11:39:39 +0900
62934              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
62935              
62936              Some more UTF-8 tr cases fixed.
62937      Branch: perl
62938            ! doop.c
62939 ____________________________________________________________________________
62940 [  8384] By: jhi                                   on 2001/01/09  22:45:40
62941         Log: Allow the locale test needing POSIX and the taint test
62942              needing IPC::SysV to run under 'minitest' (basically,
62943              bail out if loading the extension fails)
62944      Branch: perl
62945            ! t/op/misc.t t/op/taint.t
62946 ____________________________________________________________________________
62947 [  8383] By: jhi                                   on 2001/01/09  21:36:04
62948         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
62949              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62950              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
62951              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
62952      Branch: perl
62953            ! t/io/openpid.t
62954 ____________________________________________________________________________
62955 [  8382] By: jhi                                   on 2001/01/09  21:06:08
62956         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
62957              Should finish up the bug id 20001205.022.
62958      Branch: perl
62959            ! pp.c pp_hot.c scope.c
62960 ____________________________________________________________________________
62961 [  8381] By: jhi                                   on 2001/01/09  18:27:43
62962         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
62963              From: Andy Dougherty <doughera@lafayette.edu>
62964              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
62965              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
62966              
62967              More robust yacc/bison error detection.
62968      Branch: perl
62969            ! t/comp/proto.t
62970 ____________________________________________________________________________
62971 [  8380] By: jhi                                   on 2001/01/09  15:21:38
62972         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
62973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62974              Date:     Tue, 9 Jan 2001 07:53:55 EST
62975              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
62976      Branch: perl
62977            ! t/op/misc.t vms/test.com
62978 ____________________________________________________________________________
62979 [  8379] By: jhi                                   on 2001/01/09  15:20:38
62980         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
62981              From: jhi@cc.hut.fi
62982              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
62983              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
62984              
62985              The #8378 fixed this.
62986      Branch: perl
62987            ! t/op/tr.t
62988 ____________________________________________________________________________
62989 [  8378] By: jhi                                   on 2001/01/09  15:05:32
62990         Log: Subject: One more patch for UTF8 
62991              From: Inaba Hiroto <inaba@st.rim.or.jp>
62992              Date: Tue, 09 Jan 2001 01:04:32 +0900
62993              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
62994              
62995              UTF-8 fixes for 'x' and tr///.
62996      Branch: perl
62997            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
62998            ! regcomp.c regexec.c toke.c utf8.c
62999 ____________________________________________________________________________
63000 [  8377] By: jhi                                   on 2001/01/09  14:32:17
63001         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
63002      Branch: perl
63003            ! t/op/length.t
63004 ____________________________________________________________________________
63005 [  8376] By: jhi                                   on 2001/01/09  04:32:32
63006         Log: integrate changes #7775, #8316, #8316 from mainline
63007      Branch: maint-5.6/perl
63008            ! hints/solaris_2.sh
63009 ____________________________________________________________________________
63010 [  8375] By: jhi                                   on 2001/01/09  04:26:43
63011         Log: Update Changes.
63012      Branch: perl
63013            ! Changes patchlevel.h
63014 ____________________________________________________________________________
63015 [  8374] By: jhi                                   on 2001/01/09  04:14:32
63016         Log: IDE/editor section tweaking.
63017      Branch: perl
63018            ! pod/perlfaq3.pod
63019 ____________________________________________________________________________
63020 [  8373] By: jhi                                   on 2001/01/09  02:38:26
63021         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
63022              From: Peter Prymmer <pvhp@forte.com>
63023              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
63024              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
63025              
63026              In preparation os OS/390 dynamic loading.
63027      Branch: perl
63028            ! README.os390 hints/os390.sh
63029 ____________________________________________________________________________
63030 [  8372] By: jhi                                   on 2001/01/09  00:24:30
63031         Log: Integrate with perlio.
63032      Branch: perl
63033           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
63034 ____________________________________________________________________________
63035 [  8371] By: nick                                  on 2001/01/08  23:54:33
63036         Log: Fix "scalars leaked" bugs caused by overload magic
63037              (Highlighted by Ilya's DESTROY optimization.)
63038      Branch: perlio
63039            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
63040 ____________________________________________________________________________
63041 [  8370] By: nick                                  on 2001/01/08  20:19:41
63042         Log: Integrate mainline
63043      Branch: perlio
63044           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
63045           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
63046           !> t/op/64bitint.t
63047 ____________________________________________________________________________
63048 [  8369] By: jhi                                   on 2001/01/08  17:30:52
63049         Log: save_delete() Safefree() doesn't (anymore?) work with shared
63050              strings, one test failure in op/misc and almost all of lib/b.
63051              (Outcomments #8369.)
63052      Branch: perl
63053            ! scope.c
63054 ____________________________________________________________________________
63055 [  8368] By: jhi                                   on 2001/01/08  14:47:10
63056         Log: (Outcommented by #8369.)
63057              
63058              Subject: Re: Perl BugID 20001205.022 ---- save_delete
63059              From: Simon Cozens <simon@cozens.net>
63060              Date: Sat, 6 Jan 2001 11:48:40 +0000
63061              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
63062              
63063              The save_delete() does need the Safefree.
63064      Branch: perl
63065            ! scope.c
63066 ____________________________________________________________________________
63067 [  8367] By: bailey                                on 2001/01/08  08:53:52
63068         Log: Once again syncing after too long an absence
63069      Branch: vmsperl
63070           +> (branch 55 files)
63071            - MAINTAIN fix_pl vos/config.def vos/config.h
63072            - vos/config_h.SH_orig
63073           !> (integrate 498 files)
63074 ____________________________________________________________________________
63075 [  8366] By: jhi                                   on 2001/01/08  02:42:59
63076         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
63077              From: nick@ccl4.org
63078              Date: Sun, 7 Jan 2001 21:07:18 +0000
63079              Message-Id: <20010107210717.D1048@plum.flirble.org>
63080      Branch: perl
63081            ! sv.c t/op/64bitint.t
63082 ____________________________________________________________________________
63083 [  8365] By: jhi                                   on 2001/01/08  02:35:16
63084         Log: Subject: [PATCH] environ nit
63085              From: Simon Cozens <simon@cozens.net>
63086              Date: Sun, 7 Jan 2001 17:57:07 +0000
63087              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
63088              
63089              Use environ only if we have it.
63090      Branch: perl
63091            ! mg.c
63092 ____________________________________________________________________________
63093 [  8364] By: jhi                                   on 2001/01/08  02:24:51
63094         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
63095      Branch: perl
63096            ! ext/GDBM_File/GDBM_File.xs
63097 ____________________________________________________________________________
63098 [  8363] By: jhi                                   on 2001/01/08  02:19:24
63099         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
63100              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
63101              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
63102              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
63103      Branch: perl
63104            ! dump.c op.c
63105 ____________________________________________________________________________
63106 [  8362] By: jhi                                   on 2001/01/08  02:17:43
63107         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
63108              From: Doug MacEachern <dougm@covalent.net>
63109              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
63110              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
63111              
63112              Allow AUTOLOAD to be an xsub and allow such xsubs
63113              to avoid use of $AUTOLOAD.
63114      Branch: perl
63115            ! gv.c
63116 ____________________________________________________________________________
63117 [  8361] By: jhi                                   on 2001/01/08  02:16:07
63118         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
63119              From: Radu Greab <radu@netsoft.ro>
63120              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
63121              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
63122              
63123              No need for the potentially nonportable $SIG{CHLD}.
63124      Branch: perl
63125            ! t/io/pipe.t
63126 ____________________________________________________________________________
63127 [  8360] By: jhi                                   on 2001/01/08  01:58:23
63128         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
63129      Branch: perl
63130            ! lib/Getopt/Long.pm
63131 ____________________________________________________________________________
63132 [  8359] By: jhi                                   on 2001/01/08  01:55:44
63133         Log: Integrate perlio.
63134      Branch: perl
63135           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
63136           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
63137           !> utf8.c win32/Makefile
63138 ____________________________________________________________________________
63139 [  8358] By: jhi                                   on 2001/01/07  21:16:50
63140         Log: Update the EPOC cross SDK URL.
63141      Branch: perl
63142            ! README.epoc
63143 ____________________________________________________________________________
63144 [  8357] By: jhi                                   on 2001/01/07  21:16:09
63145         Log: Update the EPOC cross SDK URL.
63146      Branch: maint-5.6/perl
63147            ! README.epoc
63148 ____________________________________________________________________________
63149 [  8356] By: nick                                  on 2001/01/06  21:47:52
63150         Log: FILE * in XS code for PerlIO world:
63151              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
63152              - Add FILE * T_STDIO typemap.
63153              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
63154      Branch: perlio
63155            ! lib/ExtUtils/typemap perlio.c perlio.h
63156 ____________________________________________________________________________
63157 [  8355] By: jhi                                   on 2001/01/06  20:27:15
63158         Log: integrate change #8336 from mainline
63159              
63160              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
63161      Branch: maint-5.6/perl
63162            ! hv.c
63163 ____________________________________________________________________________
63164 [  8354] By: jhi                                   on 2001/01/06  20:24:29
63165         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
63166              From: Robin Barker <rmb1@cise.npl.co.uk>
63167              Date: Fri, 22 Dec 2000 12:17:38 GMT
63168              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
63169              
63170              The patch reformats some long =item lines so they give
63171              correct output via pod2man | nroff -man
63172              
63173              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
63174              From: Robin Barker <rmb1@cise.npl.co.uk>
63175              Date: Tue, 2 Jan 2001 15:35:03 GMT
63176              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
63177              
63178              Here is a _further_ patch which corrects a few more errors:
63179              * an empty C<=item> in CPAN.pm
63180              * patching the wrong file (pod/perlamiga.pod not README.amiga)
63181              * leaving empty C<=item>s which formatted incorrectly
63182              * over long C<=item>s revealed by latest patch to Pod::Man
63183      Branch: maint-5.6/perl
63184            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63185            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63186            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
63187            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
63188            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
63189            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
63190 ____________________________________________________________________________
63191 [  8353] By: jhi                                   on 2001/01/06  20:21:10
63192         Log: integrate changes #7980, 8056, 8057 from mainline
63193              
63194              UTF-8 hash keys.
63195      Branch: maint-5.6/perl
63196            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
63197 ____________________________________________________________________________
63198 [  8352] By: jhi                                   on 2001/01/06  20:18:44
63199         Log: Forgotten from #8438.
63200      Branch: maint-5.6/perl
63201            ! epoc/epocish.h
63202 ____________________________________________________________________________
63203 [  8351] By: jhi                                   on 2001/01/06  20:18:12
63204         Log: Forgotten from #8347.
63205      Branch: maint-5.6/perl
63206            ! config_h.SH
63207 ____________________________________________________________________________
63208 [  8350] By: jhi                                   on 2001/01/06  20:00:19
63209         Log: Thinko in #8347.
63210      Branch: maint-5.6/perl
63211            ! regcomp.c
63212 ____________________________________________________________________________
63213 [  8349] By: jhi                                   on 2001/01/06  18:05:30
63214         Log: Copy the FAQ3 IDE section from the development branch,
63215              changes originally by Peter Prymmer.
63216      Branch: maint-5.6/perl
63217            ! pod/perlfaq3.pod
63218 ____________________________________________________________________________
63219 [  8348] By: jhi                                   on 2001/01/06  18:03:02
63220         Log: EPOC updates for TRIAL1.
63221              
63222              Subject: [5.6.1 trial1] EPOC update
63223              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63224              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
63225              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
63226              
63227              Subject: epoc patch2 for perl-5.6.1-trial1
63228              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63229              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
63230              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
63231      Branch: maint-5.6/perl
63232            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
63233            ! epoc/epocish.c
63234 ____________________________________________________________________________
63235 [  8347] By: jhi                                   on 2001/01/06  17:29:10
63236         Log: integrate changes #7710,7824,7973 from mainline,
63237              plus VMS nits from Peter Prymmer and Dan Sugalski.
63238              
63239              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
63240              library (getprotobyname and getprotobynumber are outversioned by
63241              the same calls in libc, at least for xlc version 3.
63242              
63243              Add HAS_SBRK_PROTO.
63244              
63245              Fixes for signedness warnings noticed by VMSperlers.
63246      Branch: maint-5.6/perl
63247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63248            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
63249            ! sv.c vms/descrip_mms.template vos/config.alpha.def
63250            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63251            ! win32/config.bc win32/config.gc win32/config.vc
63252 ____________________________________________________________________________
63253 [  8346] By: nick                                  on 2001/01/06  14:36:01
63254         Log: Fixup accumulated integrate muddles (perlio == devperl again)
63255      Branch: perlio
63256            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
63257 ____________________________________________________________________________
63258 [  8345] By: nick                                  on 2001/01/06  14:24:58
63259         Log: Integrate mainline
63260      Branch: perlio
63261           !> (integrate 55 files)
63262 ____________________________________________________________________________
63263 [  8344] By: jhi                                   on 2001/01/06  02:24:02
63264         Log: Subject: [patch] PerlIO_cleanup() prototype
63265              From: Doug MacEachern <dougm@covalent.net>
63266              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
63267              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
63268      Branch: perl
63269            ! perlio.h
63270 ____________________________________________________________________________
63271 [  8343] By: jhi                                   on 2001/01/06  01:04:09
63272         Log: IRIX compiler noticed that the bof initialization might be
63273              bypassed by control flow.
63274      Branch: perl
63275            ! toke.c
63276 ____________________________________________________________________________
63277 [  8342] By: jhi                                   on 2001/01/06  00:10:48
63278         Log: Update Changes.
63279      Branch: perl
63280            ! Changes patchlevel.h
63281 ____________________________________________________________________________
63282 [  8341] By: jhi                                   on 2001/01/05  23:52:33
63283         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
63284      Branch: perl
63285            ! toke.c
63286 ____________________________________________________________________________
63287 [  8340] By: jhi                                   on 2001/01/05  22:44:08
63288         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
63289              From: Radu Greab <radu@netsoft.ro>
63290              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
63291              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
63292      Branch: perl
63293            ! t/io/pipe.t util.c
63294 ____________________________________________________________________________
63295 [  8339] By: jhi                                   on 2001/01/05  22:35:17
63296         Log: Subject: [PATCH] format and rewording in perlfaq.pod
63297              From: Robin Barker <rmb1@cise.npl.co.uk>
63298              Date: Fri, 5 Jan 2001 18:51:20 GMT
63299              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
63300      Branch: perl
63301            ! pod/perlfaq.pod
63302 ____________________________________________________________________________
63303 [  8338] By: jhi                                   on 2001/01/05  22:31:17
63304         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
63305              From: Peter Prymmer <pvhp@forte.com>
63306              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
63307              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
63308      Branch: perl
63309            ! utils/perlbug.PL
63310 ____________________________________________________________________________
63311 [  8337] By: jhi                                   on 2001/01/05  18:15:11
63312         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63313              From: Robin Barker <rmb1@cise.npl.co.uk>
63314              Date: Tue, 2 Jan 2001 15:24:07 GMT
63315              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
63316              
63317              If you call configure as C<./Configure> or C<sh ./Configure>,
63318              $src is set to the absolute path name, not '.'.
63319              
63320              This, in turn, means -Dmksymlink tries to do its stuff because
63321              it does not think it is in the src directory.
63322              
63323              (plus a metaconfig nitfix)
63324      Branch: metaconfig
63325            ! U/compline/ccflags.U U/modified/src.U
63326      Branch: perl
63327            ! Configure config_h.SH
63328 ____________________________________________________________________________
63329 [  8336] By: jhi                                   on 2001/01/05  17:48:32
63330         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
63331              From: Alan Burlison <Alan.Burlison@uk.sun.com>
63332              Message-ID: <3A5606C4.473D2226@uk.sun.com>
63333              Date: Fri, 05 Jan 2001 17:39:16 +0000
63334      Branch: perl
63335            ! hv.c
63336 ____________________________________________________________________________
63337 [  8335] By: jhi                                   on 2001/01/05  16:05:44
63338         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
63339      Branch: perl
63340            ! lib/Getopt/Long.pm
63341 ____________________________________________________________________________
63342 [  8334] By: jhi                                   on 2001/01/05  16:00:51
63343         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
63344              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
63345              Date: Fri, 05 Jan 2001 13:46:51 +0100
63346              Message-ID: <13693.978698811@nice.ram.loc>
63347              
63348              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
63349              accurate reading of the "atime".  
63350      Branch: perl
63351            ! t/io/fs.t
63352 ____________________________________________________________________________
63353 [  8333] By: jhi                                   on 2001/01/05  15:57:37
63354         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
63355              From: Simon Cozens <simon@cozens.net>
63356              Date: Fri, 8 Dec 2000 13:33:31 +0000
63357              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
63358              
63359              A lost patch fragment.
63360      Branch: perl
63361            ! doop.c
63362 ____________________________________________________________________________
63363 [  8332] By: jhi                                   on 2001/01/05  15:40:42
63364         Log: Do away with strncpy() and a fixed length buffer.
63365      Branch: perl
63366            ! utf8.c
63367 ____________________________________________________________________________
63368 [  8331] By: jhi                                   on 2001/01/05  15:03:07
63369         Log: Tests for #8329 and #8330.
63370      Branch: perl
63371            ! t/op/bop.t
63372 ____________________________________________________________________________
63373 [  8330] By: jhi                                   on 2001/01/05  15:02:38
63374         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
63375              raw 8-bit form to the UTF-8 string.
63376      Branch: perl
63377            ! toke.c
63378 ____________________________________________________________________________
63379 [  8329] By: jhi                                   on 2001/01/05  14:55:13
63380         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
63381              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
63382              Date: Fri, 5 Jan 2001 12:28:52 +0100
63383              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
63384              
63385              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
63386              no effect.  (changed the strncpy() to Copy())
63387      Branch: perl
63388            ! toke.c
63389 ____________________________________________________________________________
63390 [  8328] By: jhi                                   on 2001/01/05  06:44:27
63391         Log: UTF-8 cleanup.
63392      Branch: perl
63393            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
63394            ! regexec.c sv.c toke.c
63395 ____________________________________________________________________________
63396 [  8327] By: jhi                                   on 2001/01/05  01:11:29
63397         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')
63398              From: Radu Greab <radu@netsoft.ro>
63399              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
63400              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
63401              
63402              Cleans up Harness to not use FileHandle, which uses IO.
63403      Branch: perl
63404            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63405 ____________________________________________________________________________
63406 [  8326] By: jhi                                   on 2001/01/05  00:56:37
63407         Log: Update Changes.
63408      Branch: perl
63409            ! Changes patchlevel.h
63410 ____________________________________________________________________________
63411 [  8325] By: jhi                                   on 2001/01/05  00:53:18
63412         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
63413              From: Peter Prymmer <pvhp@forte.com>
63414              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
63415              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
63416              
63417              plus a couple more tailing whitespace removals.
63418      Branch: perl
63419            ! win32/Makefile
63420 ____________________________________________________________________________
63421 [  8324] By: jhi                                   on 2001/01/05  00:47:39
63422         Log: Add some Unicode chop() tests.
63423      Branch: perl
63424            ! t/op/chop.t
63425 ____________________________________________________________________________
63426 [  8323] By: jhi                                   on 2001/01/05  00:47:23
63427         Log: Unify UTF-8 malformedness handling.
63428      Branch: perl
63429            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
63430 ____________________________________________________________________________
63431 [  8322] By: jhi                                   on 2001/01/04  22:21:54
63432         Log: The new $issymlink was unknown to Mksymlinks.
63433      Branch: metaconfig/U/perl
63434            ! Mksymlinks.U issymlink.U
63435      Branch: perl
63436            ! Configure config_h.SH
63437 ____________________________________________________________________________
63438 [  8321] By: jhi                                   on 2001/01/04  21:51:05
63439         Log: The test didn't work under the core test framework.
63440      Branch: perl
63441            ! t/lib/st-lock.t
63442 ____________________________________________________________________________
63443 [  8320] By: jhi                                   on 2001/01/04  21:14:22
63444         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63445      Branch: perl
63446            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
63447 ____________________________________________________________________________
63448 [  8319] By: jhi                                   on 2001/01/04  20:46:17
63449         Log: Typo in #8312 when manually applying a problematic patch fragment.
63450      Branch: perl
63451            ! ext/Storable/Storable.xs
63452 ____________________________________________________________________________
63453 [  8318] By: jhi                                   on 2001/01/04  20:43:01
63454         Log: The $sh_c didn't fly.
63455      Branch: metaconfig
63456            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
63457            ! U/modified/Loc.U U/modified/myhostname.U
63458            ! U/modified/spitshell.U
63459      Branch: metaconfig/U/perl
63460            ! issymlink.U
63461      Branch: perl
63462            ! Configure config_h.SH
63463 ____________________________________________________________________________
63464 [  8317] By: jhi                                   on 2001/01/04  19:58:01
63465         Log: AIX builtin test -h is broken, changes based on
63466              
63467              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
63468              Date: Tue, 02 Jan 2001 11:24:39 +0100
63469              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63470              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
63471      Branch: metaconfig
63472            + U/modified/spitshell.U
63473            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
63474            ! U/modified/Loc.U U/modified/myhostname.U
63475      Branch: metaconfig/U/perl
63476            ! Mksymlinks.U issymlink.U
63477      Branch: perl
63478            ! Configure
63479 ____________________________________________________________________________
63480 [  8316] By: jhi                                   on 2001/01/04  19:02:22
63481         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
63482              From: Andy Dougherty <doughera@lafayette.edu>
63483              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
63484              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
63485              
63486              Beware of GNU ld.
63487      Branch: perl
63488            ! hints/solaris_2.sh
63489 ____________________________________________________________________________
63490 [  8315] By: jhi                                   on 2001/01/04  18:56:48
63491         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
63492              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
63493              Date: Wed, 3 Jan 2001 07:58:51 +0100
63494              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
63495      Branch: perl
63496            ! hints/solaris_2.sh
63497 ____________________________________________________________________________
63498 [  8314] By: jhi                                   on 2001/01/04  18:54:07
63499         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
63500              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
63501              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
63502              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
63503              
63504              Doc tweak on #8313.
63505      Branch: perl
63506            ! ext/B/B/Deparse.pm
63507 ____________________________________________________________________________
63508 [  8313] By: jhi                                   on 2001/01/04  18:52:27
63509         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
63510              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
63511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
63512              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
63513              
63514              Make the peephole optimizer to bypass more null ops and
63515              and rewrite the deparse handling of continue blocks.
63516      Branch: perl
63517            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
63518 ____________________________________________________________________________
63519 [  8312] By: jhi                                   on 2001/01/04  18:47:39
63520         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
63521      Branch: perl
63522            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
63523            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
63524            ! t/lib/st-lock.t
63525 ____________________________________________________________________________
63526 [  8311] By: jhi                                   on 2001/01/04  18:36:08
63527         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
63528              filter to be run on each .pm during the pm_to_blib() phase,
63529              a fixed version of
63530              
63531              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
63532              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
63533              Date: Wed, 03 Jan 2001 22:01:30 +0100
63534              Message-ID: <5296.978555690@nice.ram.loc>
63535      Branch: perl
63536            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
63537            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
63538            ! lib/ExtUtils/MakeMaker.pm
63539 ____________________________________________________________________________
63540 [  8310] By: jhi                                   on 2001/01/04  18:32:54
63541         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
63542              From: Robin Barker <rmb1@cise.npl.co.uk>
63543              Date: Tue, 2 Jan 2001 15:35:03 GMT
63544              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
63545      Branch: perl
63546            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
63547            ! pod/perlrequick.pod
63548 ____________________________________________________________________________
63549 [  8309] By: jhi                                   on 2001/01/04  18:29:07
63550         Log: Subject: Re: [patch] static-ize XS()
63551              From: Doug MacEachern <dougm@covalent.net>
63552              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
63553              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
63554              
63555              Provide prototypes for the XS functions.
63556      Branch: perl
63557            ! lib/ExtUtils/xsubpp
63558 ____________________________________________________________________________
63559 [  8308] By: jhi                                   on 2001/01/04  18:27:44
63560         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
63561              From: Doug MacEachern <dougm@covalent.net>
63562              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
63563              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
63564      Branch: perl
63565            ! lib/ExtUtils/typemap
63566 ____________________________________________________________________________
63567 [  8307] By: jhi                                   on 2001/01/04  18:25:25
63568         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
63569              From: Doug MacEachern <dougm@covalent.net>
63570              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
63571              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
63572              
63573              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
63574      Branch: perl
63575            ! lib/ExtUtils/MM_Unix.pm
63576 ____________________________________________________________________________
63577 [  8306] By: jhi                                   on 2001/01/04  18:23:00
63578         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
63579              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
63580              Date: Thu, 4 Jan 2001 12:47:10 +0100 
63581              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
63582              
63583              The toke.c part only, patching embed.h and proto.h is futile.
63584      Branch: perl
63585            ! toke.c
63586 ____________________________________________________________________________
63587 [  8305] By: jhi                                   on 2001/01/04  18:05:51
63588         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
63589              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
63590              Date: Thu, 4 Jan 2001 17:50:12 +0100 
63591              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
63592      Branch: perl
63593            ! toke.c
63594 ____________________________________________________________________________
63595 [  8304] By: jhi                                   on 2001/01/04  18:03:26
63596         Log: Subject: [PATCH perl@8269]
63597              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
63598              Date: Thu, 4 Jan 2001 12:53:39 +0100 
63599              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
63600              
63601              If running byacc write-enable also perly.h.
63602      Branch: perl
63603            ! Makefile.SH
63604 ____________________________________________________________________________
63605 [  8303] By: jhi                                   on 2001/01/04  15:40:49
63606         Log: Rewrite pp_concat() in terms of sv_catsv().
63607      Branch: perl
63608            ! pp_hot.c
63609 ____________________________________________________________________________
63610 [  8302] By: nick                                  on 2001/01/03  22:43:22
63611         Log: Integrate mainline.
63612      Branch: perlio
63613           !> ext/Encode/Encode.xs sv.c utf8.c
63614 ____________________________________________________________________________
63615 [  8301] By: jhi                                   on 2001/01/02  23:40:26
63616         Log: Variable naming tweak.
63617      Branch: perl
63618            ! sv.c
63619 ____________________________________________________________________________
63620 [  8300] By: jhi                                   on 2001/01/02  23:40:02
63621         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
63622              in is_utf8_string().
63623      Branch: perl
63624            ! utf8.c
63625 ____________________________________________________________________________
63626 [  8299] By: jhi                                   on 2001/01/02  22:14:40
63627         Log: Integrate perlio.
63628      Branch: perl
63629           !> pp.c pp_hot.c win32/Makefile
63630 ____________________________________________________________________________
63631 [  8298] By: nick                                  on 2001/01/02  22:03:06
63632         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
63633      Branch: perlio
63634            ! pp.c pp_hot.c
63635 ____________________________________________________________________________
63636 [  8297] By: jhi                                   on 2001/01/02  04:26:28
63637         Log: Signedness nit.
63638      Branch: perl
63639            ! ext/Encode/Encode.xs
63640 ____________________________________________________________________________
63641 [  8296] By: nick                                  on 2001/01/01  23:49:36
63642         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
63643      Branch: perlio
63644            ! win32/Makefile
63645 ____________________________________________________________________________
63646 [  8295] By: jhi                                   on 2001/01/01  23:05:48
63647         Log: Integrate perlio.
63648      Branch: perl
63649           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
63650           !> t/lib/encode.t
63651 ____________________________________________________________________________
63652 [  8294] By: nick                                  on 2001/01/01  22:48:34
63653         Log: Integrate mainline
63654      Branch: perlio
63655            ! pp_hot.c t/lib/encode.t
63656           !> (integrate 65 files)
63657 ____________________________________________________________________________
63658 [  8293] By: nick                                  on 2001/01/01  21:58:50
63659         Log: More rigor in UTF-8-ness of Encode's toUnicode
63660              XS export some of the utf8 internal functions.
63661              Test some of the functions.
63662              Fix pp_concat() bug shown by said tests.
63663      Branch: perlio
63664            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
63665            ! t/lib/encode.t
63666 ____________________________________________________________________________
63667 [  8292] By: jhi                                   on 2001/01/01  18:11:44
63668         Log: Integrate perlio.
63669      Branch: perl
63670           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
63671           !> ext/Encode/encengine.c ext/Encode/encode.h
63672 ____________________________________________________________________________
63673 [  8291] By: jhi                                   on 2001/01/01  18:10:58
63674         Log: Podify README.mpeix (a new version from the web),
63675              add a dummy NAME to Carp::Heavy, regen toc.
63676      Branch: perl
63677            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
63678            ! pod/perltoc.pod
63679 ____________________________________________________________________________
63680 [  8290] By: nick                                  on 2001/01/01  17:43:47
63681         Log: Loose the "Loading..." warning.
63682              Another bug in fallback support
63683      Branch: perlio
63684            ! ext/Encode/Encode.pm ext/Encode/encengine.c
63685 ____________________________________________________________________________
63686 [  8289] By: jhi                                   on 2001/01/01  00:01:57
63687         Log: Bump up Larry's copyright.
63688      Branch: perl
63689            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
63690            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
63691            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
63692            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
63693            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
63694            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
63695            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
63696            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
63697 ____________________________________________________________________________
63698 [  8288] By: nick                                  on 2000/12/31  21:27:53
63699         Log: Fix .ucm reading - forgot a chr()
63700              Start of .ucm write (for .enc to .ucm)
63701      Branch: perlio
63702            ! ext/Encode/compile
63703 ____________________________________________________________________________
63704 [  8287] By: jhi                                   on 2000/12/31  18:15:56
63705         Log: Comment away a diagnostic message as noted by Craig A. Berry
63706              (the unexpected message was confusing testing)
63707      Branch: perl
63708            ! ext/Encode/Encode.pm
63709 ____________________________________________________________________________
63710 [  8286] By: jhi                                   on 2000/12/31  18:14:51
63711         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
63712              Date: Sun, 31 Dec 2000 11:17:37 -0600
63713              From: "Craig A. Berry" <craigberry@mac.com>
63714              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
63715      Branch: perl
63716            ! ext/Encode/Makefile.PL
63717 ____________________________________________________________________________
63718 [  8285] By: nick                                  on 2000/12/31  18:11:54
63719         Log: Start of support of ICU-style .ucm files:
63720              - teach compile how to read a .ucm file
63721              - first guess at how to represent fallbacks in "tries".
63722              - use fallbacks if check == 0
63723              - new return code to indicate we used one.
63724      Branch: perlio
63725            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
63726            ! ext/Encode/encengine.c ext/Encode/encode.h
63727 ____________________________________________________________________________
63728 [  8284] By: jhi                                   on 2000/12/31  18:04:41
63729         Log: Pacify picky VMS compiler.
63730              
63731              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
63732              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63733              Date: Sat, 30 Dec 2000 18:10:02 -0600
63734              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
63735      Branch: perl
63736            ! sv.c
63737 ____________________________________________________________________________
63738 [  8283] By: jhi                                   on 2000/12/31  16:11:47
63739         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
63740      Branch: perl
63741            ! t/lib/glob-basic.t
63742 ____________________________________________________________________________
63743 [  8282] By: jhi                                   on 2000/12/31  15:26:11
63744         Log: Integrate perlio.
63745      Branch: perl
63746           !> makedef.pl opcode.pl os2/os2.c perlio.c
63747 ____________________________________________________________________________
63748 [  8281] By: nick                                  on 2000/12/31  10:06:15
63749         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
63750              is available to be exported
63751      Branch: perlio
63752            ! makedef.pl perlio.c
63753 ____________________________________________________________________________
63754 [  8280] By: nick                                  on 2000/12/31  09:41:26
63755         Log: Ilya's OS2 patch (testing for damage on Win32)
63756      Branch: perlio
63757            ! makedef.pl opcode.pl os2/os2.c
63758 ____________________________________________________________________________
63759 [  8279] By: jhi                                   on 2000/12/30  21:52:07
63760         Log: Test nits.
63761      Branch: perl
63762            ! t/lib/syslfs.t t/op/lfs.t
63763 ____________________________________________________________________________
63764 [  8278] By: jhi                                   on 2000/12/30  21:47:49
63765         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
63766              From: andreas.koenig@anima.de (Andreas J. Koenig)
63767              Date: 30 Dec 2000 22:35:37 +0100
63768              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
63769              
63770              The 32-bit wraparound test wasn't quite right.
63771      Branch: perl
63772            ! t/lib/syslfs.t t/op/lfs.t
63773 ____________________________________________________________________________
63774 [  8277] By: jhi                                   on 2000/12/30  21:33:44
63775         Log: Subject: [PATCH] open() example in perlfunc.pod 
63776              From: Karsten Sperling <s_sperli@ira.uka.de>
63777              Date: Sat, 30 Dec 2000 22:27:09 +0100
63778              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
63779      Branch: perl
63780            ! pod/perlfunc.pod
63781 ____________________________________________________________________________
63782 [  8276] By: jhi                                   on 2000/12/30  20:32:40
63783         Log: Not quite that many tests yet.
63784      Branch: perl
63785            ! t/op/pat.t
63786 ____________________________________________________________________________
63787 [  8275] By: jhi                                   on 2000/12/30  20:26:58
63788         Log: Integrate perlio.
63789      Branch: perl
63790           !> toke.c
63791 ____________________________________________________________________________
63792 [  8274] By: jhi                                   on 2000/12/30  20:24:56
63793         Log: Signedness nit.
63794      Branch: perl
63795            ! utf8.c
63796 ____________________________________________________________________________
63797 [  8273] By: jhi                                   on 2000/12/30  20:15:46
63798         Log: Add a test case for 20000731.001 which was fixed by the #8267.
63799      Branch: perl
63800            ! t/op/pat.t
63801 ____________________________________________________________________________
63802 [  8272] By: nick                                  on 2000/12/30  19:47:51
63803         Log: Tweak for MULTIPLICITY/USE_PERLIO
63804      Branch: perlio
63805            ! toke.c
63806 ____________________________________________________________________________
63807 [  8271] By: nick                                  on 2000/12/30  19:46:45
63808         Log: Integrate mainline
63809      Branch: perlio
63810           +> lib/unicode/distinct.pm
63811           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
63812           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
63813           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
63814 ____________________________________________________________________________
63815 [  8270] By: jhi                                   on 2000/12/30  19:39:50
63816         Log: Subject: RE: perl@8269
63817              From: "Richard Soderberg" <rs@crystalflame.net>
63818              Date: Sat, 30 Dec 2000 11:36:27 -0800
63819              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
63820              
63821              A missing aTHX_.
63822      Branch: perl
63823            ! toke.c
63824 ____________________________________________________________________________
63825 [  8269] By: jhi                                   on 2000/12/30  18:55:48
63826         Log: Update Changes.
63827      Branch: perl
63828            ! Changes patchlevel.h
63829 ____________________________________________________________________________
63830 [  8268] By: jhi                                   on 2000/12/30  17:18:40
63831         Log: Add a test for Unicode split //.  The #8267 was the cure.
63832      Branch: perl
63833            ! t/op/split.t
63834 ____________________________________________________________________________
63835 [  8267] By: jhi                                   on 2000/12/30  17:14:19
63836         Log: Subject: more UTF8 test suites and an UTF8 patch
63837              From: Inaba Hiroto <inaba@st.rim.or.jp>
63838              Date: Sat, 30 Dec 2000 14:27:10 +0900
63839              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
63840              
63841              Just the patch part for now, and the pragma renamed
63842              as unicode::distinct.
63843      Branch: perl
63844            + lib/unicode/distinct.pm
63845            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
63846            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
63847            ! regcomp.h regexec.c sv.c toke.c utf8.c
63848 ____________________________________________________________________________
63849 [  8266] By: nick                                  on 2000/12/30  16:40:49
63850         Log: Integrate mainline
63851      Branch: perlio
63852           +> lib/Pod/Text/Overstrike.pm
63853           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
63854           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
63855           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
63856           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
63857           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
63858 ____________________________________________________________________________
63859 [  8265] By: jhi                                   on 2000/12/30  07:28:55
63860         Log: The sv_catsv() fix, take two.
63861      Branch: perl
63862            ! sv.c t/op/join.t
63863 ____________________________________________________________________________
63864 [  8264] By: jhi                                   on 2000/12/30  06:19:18
63865         Log: Undo all the join-related changes since #8248: relevant
63866              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
63867              The new sv_catsv() doesn't fly so it must go back to
63868              the drawing board.
63869      Branch: perl
63870            ! sv.c t/op/join.t t/pragma/utf8.t
63871 ____________________________________________________________________________
63872 [  8263] By: jhi                                   on 2000/12/30  01:08:32
63873         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
63874      Branch: perl
63875            ! sv.c
63876 ____________________________________________________________________________
63877 [  8262] By: jhi                                   on 2000/12/30  00:45:14
63878         Log: Retract #8261.
63879      Branch: perl
63880            ! hv.c util.c
63881 ____________________________________________________________________________
63882 [  8261] By: jhi                                   on 2000/12/30  00:38:32
63883         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
63884      Branch: perl
63885            ! hv.c util.c
63886 ____________________________________________________________________________
63887 [  8260] By: jhi                                   on 2000/12/29  22:51:33
63888         Log: (Retracted by #8264)  More fixing for #8251.
63889      Branch: perl
63890            ! sv.c
63891 ____________________________________________________________________________
63892 [  8259] By: jhi                                   on 2000/12/29  18:27:30
63893         Log: Subject: podlators 1.06 released
63894              From: Russ Allbery <rra@stanford.edu>
63895              Date: 25 Dec 2000 05:09:30 -0800
63896              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
63897      Branch: perl
63898            + lib/Pod/Text/Overstrike.pm
63899            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
63900            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
63901 ____________________________________________________________________________
63902 [  8258] By: jhi                                   on 2000/12/29  18:20:45
63903         Log: Make the large file tests more robust/talkative as suggested by
63904              
63905              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
63906              From: andreas.koenig@anima.de (Andreas J. Koenig)
63907              Date: 29 Dec 2000 14:23:01 +0100
63908              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
63909      Branch: perl
63910            ! t/lib/syslfs.t t/op/lfs.t
63911 ____________________________________________________________________________
63912 [  8257] By: jhi                                   on 2000/12/29  17:48:04
63913         Log: Further VMS piping fixes from Charles Lane:
63914              
63915              In summary, error messages produced when a subprocess terminated
63916              abnormally were being sent not just to the parent process, but to
63917              grandparents, because of default values for error output that were
63918              not completely overridden when the subprocess was started.
63919              
63920              This patch fixes this behavior by defining user-mode (i.e., temporary
63921              for the duration of the program) logical names for SYS$OUTPUT and
63922              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
63923              changes to make it so that the user-mode logicals are the ones that
63924              control where Perl's error messages go if it terminates abnormally.
63925              
63926              I also added some gratuitous fixes to the indentation of braces in
63927              the piping code.  It just looked ugly, before.
63928      Branch: perl
63929            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
63930 ____________________________________________________________________________
63931 [  8256] By: jhi                                   on 2000/12/29  17:45:12
63932         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
63933              From: "Casey R. Tweten" <crt@kiski.net>
63934              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
63935              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
63936              
63937              Tests for for #8240.
63938      Branch: perl
63939            ! t/pragma/constant.t
63940 ____________________________________________________________________________
63941 [  8255] By: jhi                                   on 2000/12/29  17:43:07
63942         Log: Subject: Re: [PATCH] Interesting syntax idea
63943              From: Simon Cozens <simon@cozens.net>
63944              Date: Fri, 29 Dec 2000 14:34:04 +0000
63945              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
63946              
63947              Tests for #8254.
63948      Branch: perl
63949            ! t/pragma/sub_lval.t
63950 ____________________________________________________________________________
63951 [  8254] By: jhi                                   on 2000/12/29  17:42:11
63952         Log: Subject: [PATCH] Interesting syntax idea
63953              From: Simon Cozens <simon@cozens.net>
63954              Date: Wed, 27 Dec 2000 05:08:57 +0000
63955              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
63956              
63957              Make opens + bareword assigns do typeglob assigns.
63958      Branch: perl
63959            ! op.c
63960 ____________________________________________________________________________
63961 [  8253] By: jhi                                   on 2000/12/29  17:36:45
63962         Log: Output the (apparent) version of gcc, as suggested by
63963              
63964              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
63965              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
63966              Date: 26 Dec 2000 04:29:17 -0500
63967              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
63968              
63969              (The patch as such didn't any more apply as the misparsing had
63970              already been addressed in #6474.)  Also change the wording about
63971              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
63972      Branch: perl
63973            ! hints/dec_osf.sh
63974 ____________________________________________________________________________
63975 [  8252] By: nick                                  on 2000/12/29  12:14:31
63976         Log: Integrate mainline
63977      Branch: perlio
63978           !> (integrate 27 files)
63979 ____________________________________________________________________________
63980 [  8251] By: jhi                                   on 2000/12/29  08:45:46
63981         Log: (Retracted by #8264)
63982              
63983              (Fixed by #8260.)
63984              
63985              sv_catsv() needs one more byte space than seems reasonable.
63986              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
63987              Curiouser and curiouser.
63988      Branch: perl
63989            ! sv.c
63990 ____________________________________________________________________________
63991 [  8250] By: jhi                                   on 2000/12/29  07:57:52
63992         Log: More split // UTF-8 tests.
63993      Branch: perl
63994            ! t/pragma/utf8.t
63995 ____________________________________________________________________________
63996 [  8249] By: jhi                                   on 2000/12/29  07:54:51
63997         Log: (Retracted by #8264)  More join() testing which was good because
63998              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
63999      Branch: perl
64000            ! pp.c t/op/join.t utf8.c utf8.h
64001 ____________________________________________________________________________
64002 [  8248] By: jhi                                   on 2000/12/29  07:08:32
64003         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
64004              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
64005              that the only cases to care about are byte+byte and byte+character.
64006              
64007              TODO: See how well pp_concat() could be implemented in terms
64008              of sv_catsv().
64009      Branch: perl
64010            ! doop.c sv.c t/op/join.t utf8.h
64011 ____________________________________________________________________________
64012 [  8247] By: jhi                                   on 2000/12/29  06:35:23
64013         Log: Signedness nit.
64014      Branch: perl
64015            ! pp_hot.c
64016 ____________________________________________________________________________
64017 [  8246] By: jhi                                   on 2000/12/29  01:23:31
64018         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
64019              From: Lupe Christoph <lupe@lupe-christoph.de>
64020              Date: Thu, 28 Dec 2000 23:00:00 +0100
64021              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
64022              
64023              Suggest rsync --delete --dry-run.
64024      Branch: perl
64025            ! pod/perlhack.pod
64026 ____________________________________________________________________________
64027 [  8245] By: jhi                                   on 2000/12/28  23:57:05
64028         Log: The maxiters upper limit sanity check (guarding against
64029              non-progress) assumed bytes instead of characters in s///
64030              and split().
64031      Branch: perl
64032            ! pp.c pp_hot.c
64033 ____________________________________________________________________________
64034 [  8244] By: jhi                                   on 2000/12/28  23:34:08
64035         Log: Make some panic messages a bit more logical.
64036      Branch: perl
64037            ! doop.c pod/perldiag.pod pp.c pp_hot.c
64038 ____________________________________________________________________________
64039 [  8243] By: jhi                                   on 2000/12/28  22:59:16
64040         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
64041              From: Simon Cozens <simon@cozens.net>
64042              Date: Wed, 27 Dec 2000 02:30:03 +0000
64043              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
64044      Branch: perl
64045            ! pp.c t/pragma/sub_lval.t
64046 ____________________________________________________________________________
64047 [  8242] By: jhi                                   on 2000/12/28  22:56:53
64048         Log: Subject: [PATCH blead] Fix B::Terse indentation
64049              From: Daniel Chetlin <daniel@chetlin.com>
64050              Date: Wed, 27 Dec 2000 06:43:30 -0800
64051              Message-ID: <20001227064329.B9573@darkstar>
64052      Branch: perl
64053            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
64054 ____________________________________________________________________________
64055 [  8241] By: jhi                                   on 2000/12/28  22:48:59
64056         Log: The latter patch from the
64057              
64058              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
64059              From: Peter Prymmer <pvhp@forte.com> 
64060              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
64061              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
64062              
64063              (the former patch from the above should have been
64064              taken care of by Nick I-S)
64065      Branch: perl
64066            ! win32/Makefile
64067 ____________________________________________________________________________
64068 [  8240] By: jhi                                   on 2000/12/28  22:45:22
64069         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
64070              From: "Casey R. Tweten" <crt@kiski.net>
64071              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
64072              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
64073      Branch: perl
64074            ! lib/constant.pm
64075 ____________________________________________________________________________
64076 [  8239] By: jhi                                   on 2000/12/28  22:37:45
64077         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
64078              From: Simon Cozens <simon@cozens.net>
64079              Date: Wed, 27 Dec 2000 14:12:44 +0000
64080              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
64081      Branch: perl
64082            ! t/op/method.t t/op/sort.t toke.c
64083 ____________________________________________________________________________
64084 [  8238] By: jhi                                   on 2000/12/28  22:30:32
64085         Log: Subject: [PATCH perl@8229] Call.pm
64086              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64087              Date: Mon, 25 Dec 2000 10:47:15 -0000
64088              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
64089      Branch: perl
64090            ! ext/Filter/Util/Call/Call.pm
64091 ____________________________________________________________________________
64092 [  8237] By: jhi                                   on 2000/12/28  22:19:21
64093         Log: Subject: [PATCH blead] Fix problem with `&' prototype
64094              From: Daniel Chetlin <daniel@chetlin.com>
64095              Date: Wed, 27 Dec 2000 15:55:32 -0800
64096              Message-ID: <20001227155532.D9573@darkstar>
64097      Branch: perl
64098            ! op.c t/comp/proto.t
64099 ____________________________________________________________________________
64100 [  8236] By: jhi                                   on 2000/12/28  22:09:25
64101         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
64102              From: Daniel Chetlin <daniel@chetlin.com>
64103              Date: Sun, 24 Dec 2000 04:09:49 -0800
64104              Message-ID: <20001224040949.B3090@darkstar>
64105      Branch: perl
64106            ! gv.c mg.c t/op/attrs.t
64107 ____________________________________________________________________________
64108 [  8235] By: jhi                                   on 2000/12/28  22:07:11
64109         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
64110              From: Jan Dubois <jand@ActiveState.com>
64111              Date: Tue, 26 Dec 2000 20:57:31 -0800
64112              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
64113      Branch: perl
64114            ! win32/win32.c
64115 ____________________________________________________________________________
64116 [  8234] By: jhi                                   on 2000/12/28  21:52:42
64117         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
64118              From: Simon Cozens <simon@cozens.net>
64119              Date: Thu, 28 Dec 2000 20:33:13 +0000
64120              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
64121      Branch: perl
64122            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
64123 ____________________________________________________________________________
64124 [  8233] By: jhi                                   on 2000/12/28  19:40:49
64125         Log: Integrate perlio.
64126      Branch: perl
64127           !> ext/Encode/Makefile.PL ext/Encode/compile
64128 ____________________________________________________________________________
64129 [  8232] By: nick                                  on 2000/12/23  16:06:00
64130         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
64131              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
64132      Branch: perlio
64133            ! ext/Encode/Makefile.PL
64134 ____________________________________________________________________________
64135 [  8231] By: nick                                  on 2000/12/23  14:30:34
64136         Log: "Compiled" encode build cleanup
64137              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
64138              - .c files do not export sub-tables
64139      Branch: perlio
64140            ! ext/Encode/Makefile.PL ext/Encode/compile
64141 ____________________________________________________________________________
64142 [  8230] By: nick                                  on 2000/12/23  12:50:37
64143         Log: Integrate mainline
64144      Branch: perlio
64145           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
64146           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
64147           !> pod/perl5004delta.pod pod/perl5005delta.pod
64148           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
64149           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
64150           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
64151           !> pod/perlsub.pod
64152 ____________________________________________________________________________
64153 [  8229] By: jhi                                   on 2000/12/22  15:32:12
64154         Log: Integrate perlio.
64155      Branch: perl
64156           +> win32/distclean.bat
64157           !> MANIFEST t/io/utf8.t
64158 ____________________________________________________________________________
64159 [  8228] By: jhi                                   on 2000/12/22  15:29:40
64160         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
64161              From: Robin Barker <rmb1@cise.npl.co.uk>
64162              Date: Fri, 22 Dec 2000 12:17:38 GMT
64163              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
64164      Branch: perl
64165            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
64166            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
64167            ! pod/perl5004delta.pod pod/perl5005delta.pod
64168            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
64169            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
64170            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
64171            ! pod/perlsub.pod
64172 ____________________________________________________________________________
64173 [  8227] By: jhi                                   on 2000/12/22  15:24:28
64174         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
64175              From: "John L. Allen" <allen@grumman.com>
64176              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
64177              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
64178              
64179              Document APPLLIB_EXP.
64180      Branch: perl
64181            ! INSTALL
64182 ____________________________________________________________________________
64183 [  8226] By: nick                                  on 2000/12/21  22:11:50
64184         Log: Handy script for when one forgets to "dmake clean" 
64185      Branch: perlio
64186            + win32/distclean.bat
64187            ! MANIFEST
64188 ____________________________________________________________________________
64189 [  8225] By: nick                                  on 2000/12/21  21:54:04
64190         Log: CRLF platform issue with io/utf8 fix.
64191      Branch: perlio
64192            ! t/io/utf8.t
64193 ____________________________________________________________________________
64194 [  8224] By: nick                                  on 2000/12/21  21:02:20
64195         Log: Integrate mainline
64196      Branch: perlio
64197           !> Changes Configure Makefile.SH Porting/Glossary
64198           !> Porting/config.sh Porting/config_H configure.com
64199           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
64200           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
64201           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
64202           !> win32/config.bc win32/config.gc win32/config.vc
64203 ____________________________________________________________________________
64204 [  8223] By: jhi                                   on 2000/12/21  17:09:16
64205         Log: Update Changes.
64206      Branch: perl
64207            ! Changes patchlevel.h
64208 ____________________________________________________________________________
64209 [  8222] By: jhi                                   on 2000/12/21  16:24:01
64210         Log: Metaconfig unit changes for #8221.
64211      Branch: metaconfig/U/perl
64212           +> issymlink.U
64213            - testsyml.U
64214            ! Mksymlinks.U
64215 ____________________________________________________________________________
64216 [  8221] By: jhi                                   on 2000/12/21  16:23:48
64217         Log: Rename testsyml to issymlink.
64218      Branch: perl
64219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64220            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
64221            ! win32/config.vc
64222 ____________________________________________________________________________
64223 [  8220] By: jhi                                   on 2000/12/21  15:47:26
64224         Log: Robustness support for #8218 (symlink forest) since the GNU
64225              tools seem to be overly picky about symlinkage depths.
64226      Branch: perl
64227            ! Makefile.SH t/io/fs.t
64228 ____________________________________________________________________________
64229 [  8219] By: jhi                                   on 2000/12/21  15:38:27
64230         Log: Metaconfig changes for #8218.
64231      Branch: metaconfig
64232            ! U/modified/Oldconfig.U
64233      Branch: metaconfig/U/perl
64234            + Mksymlinks.U
64235            ! testsyml.U
64236 ____________________________________________________________________________
64237 [  8218] By: jhi                                   on 2000/12/21  15:37:57
64238         Log: Add Configure option -Dmksymlinks which will create a symlink
64239              forest if the current/build differs from the source directory.
64240              TODO: mkdir -p is not portable.
64241      Branch: perl
64242            ! Configure
64243 ____________________________________________________________________________
64244 [  8217] By: jhi                                   on 2000/12/21  14:39:12
64245         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
64246              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
64247              Date: Thu, 21 Dec 2000 09:38:18 GMT
64248              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
64249              
64250              The ofs became an SV.
64251      Branch: perl
64252            ! ext/Thread/Thread.xs
64253 ____________________________________________________________________________
64254 [  8216] By: jhi                                   on 2000/12/21  05:40:21
64255         Log: The polymorphism seems to have fixed 20000517.001.
64256      Branch: perl
64257            ! t/pragma/utf8.t
64258 ____________________________________________________________________________
64259 [  8215] By: jhi                                   on 2000/12/21  04:44:52
64260         Log: read() documentation tweak for 20001121.004.
64261      Branch: perl
64262            ! pod/perlfunc.pod
64263 ____________________________________________________________________________
64264 [  8214] By: jhi                                   on 2000/12/21  03:54:11
64265         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
64266      Branch: perl
64267            ! pp_sys.c t/op/misc.t
64268 ____________________________________________________________________________
64269 [  8213] By: jhi                                   on 2000/12/21  00:28:10
64270         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
64271              From: Peter Prymmer <pvhp@forte.com>
64272              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
64273              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
64274      Branch: perl
64275            ! configure.com
64276 ____________________________________________________________________________
64277 [  8212] By: jhi                                   on 2000/12/21  00:26:21
64278         Log: Edit edit edit.
64279      Branch: perl
64280            ! pod/perlfaq3.pod
64281 ____________________________________________________________________________
64282 [  8211] By: jhi                                   on 2000/12/20  18:52:46
64283         Log: Update Changes.
64284      Branch: perl
64285            ! Changes patchlevel.h
64286 ____________________________________________________________________________
64287 [  8210] By: jhi                                   on 2000/12/20  18:34:47
64288         Log: Yet another editor edit.
64289      Branch: perl
64290            ! pod/perlfaq3.pod
64291 ____________________________________________________________________________
64292 [  8209] By: jhi                                   on 2000/12/20  15:33:28
64293         Log: More Win32 Perling.
64294      Branch: perl
64295            ! pod/perlfaq3.pod
64296 ____________________________________________________________________________
64297 [  8208] By: jhi                                   on 2000/12/20  15:07:46
64298         Log: More Win32 editor/IDE/shell hints.
64299      Branch: perl
64300            ! pod/perlfaq3.pod
64301 ____________________________________________________________________________
64302 [  8207] By: jhi                                   on 2000/12/20  03:54:08
64303         Log: Subject: [PATCH] obscure timing knowledge
64304              From: Nicholas Clark <nick@ccl4.org>
64305              Date: Tue, 19 Dec 2000 19:22:31 +0000
64306              Message-ID: <20001219192231.F2827@plum.flirble.org>
64307      Branch: perl
64308            ! sv.c
64309 ____________________________________________________________________________
64310 [  8206] By: jhi                                   on 2000/12/20  03:45:57
64311         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
64312              From: Spider Boardman <spider@leggy.zk3.dec.com>
64313              Date: Tue, 19 Dec 2000 21:30:16 -0500
64314              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
64315      Branch: perl
64316            ! sv.c
64317 ____________________________________________________________________________
64318 [  8205] By: jhi                                   on 2000/12/19  23:02:01
64319         Log: Update Changes.
64320      Branch: perl
64321            ! Changes patchlevel.h
64322 ____________________________________________________________________________
64323 [  8204] By: jhi                                   on 2000/12/19  22:58:18
64324         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
64325              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
64326              on editors and diffing/patching.
64327      Branch: perl
64328            ! t/op/utf8decode.t
64329 ____________________________________________________________________________
64330 [  8203] By: nick                                  on 2000/12/19  21:36:16
64331         Log: Integrate mainline (forgot my own change...)
64332      Branch: perlio
64333           !> ext/Encode/compile
64334 ____________________________________________________________________________
64335 [  8202] By: nick                                  on 2000/12/19  21:34:42
64336         Log: Integrate mainline.
64337      Branch: perlio
64338           !> (integrate 61 files)
64339 ____________________________________________________________________________
64340 [  8201] By: nick                                  on 2000/12/19  21:34:06
64341         Log: Avoid looking for File::Glob when we don't need it.
64342      Branch: perl
64343            ! ext/Encode/compile
64344 ____________________________________________________________________________
64345 [  8200] By: jhi                                   on 2000/12/19  18:35:49
64346         Log: Update Changes.
64347      Branch: perl
64348            ! Changes patchlevel.h
64349 ____________________________________________________________________________
64350 [  8199] By: jhi                                   on 2000/12/19  18:35:07
64351         Log: Microperl tweaks.
64352      Branch: perl
64353            ! sv.c uconfig.h uconfig.sh
64354 ____________________________________________________________________________
64355 [  8198] By: jhi                                   on 2000/12/19  18:29:59
64356         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
64357      Branch: perl
64358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64359            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
64360 ____________________________________________________________________________
64361 [  8197] By: jhi                                   on 2000/12/19  17:55:29
64362         Log: In VMS embedded perls couldn't access the statically built Socket,
64363              from Charles Lane.
64364      Branch: perl
64365            ! configure.com
64366 ____________________________________________________________________________
64367 [  8196] By: jhi                                   on 2000/12/19  17:49:50
64368         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
64369              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
64370              Date: Sun, 17 Dec 2000 19:11:44 -0000
64371              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
64372      Branch: perl
64373            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64374            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
64375 ____________________________________________________________________________
64376 [  8195] By: jhi                                   on 2000/12/19  17:47:53
64377         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
64378              From: Jonathan Stowe <gellyfish@gellyfish.com>
64379              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
64380              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
64381      Branch: perl
64382            ! utils/h2xs.PL
64383 ____________________________________________________________________________
64384 [  8194] By: jhi                                   on 2000/12/19  17:46:28
64385         Log: Subject: Re: useless use of void context work-around
64386              From: andreas.koenig@anima.de (Andreas J. Koenig)
64387              Date: 16 Dec 2000 15:13:36 +0100
64388              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
64389              
64390              Document (comment) the q(di ds ig) trick in the code.
64391      Branch: perl
64392            ! op.c
64393 ____________________________________________________________________________
64394 [  8193] By: jhi                                   on 2000/12/19  17:10:57
64395         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
64396              From: "Mark J. Reed" <mreed@strange.turner.com>
64397              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
64398              Message-Id: <200012160222.VAA13986@strange.turner.com>
64399      Branch: perl
64400            ! ext/Sys/Syslog/Syslog.pm
64401 ____________________________________________________________________________
64402 [  8192] By: jhi                                   on 2000/12/19  17:07:45
64403         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
64404              From: Nicholas Clark <nick@ccl4.org>
64405              Date: Sat, 16 Dec 2000 19:03:13 +0000
64406              Message-ID: <20001216190313.D68304@plum.flirble.org>
64407      Branch: perl
64408            ! t/op/64bitint.t
64409 ____________________________________________________________________________
64410 [  8191] By: jhi                                   on 2000/12/19  17:06:13
64411         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
64412              From: Dominic Dunlop <domo@computer.org>
64413              Date: Mon, 18 Dec 2000 12:00:15 +0100
64414              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
64415              
64416              This patchlet is needed in order that perl can be statically linked.  
64417      Branch: perl
64418            ! regexec.c
64419 ____________________________________________________________________________
64420 [  8190] By: jhi                                   on 2000/12/19  17:03:08
64421         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
64422              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64423              Date: Sun, 17 Dec 2000 00:18:35 -0600
64424              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
64425      Branch: perl
64426            ! perlio.h vms/gen_shrfls.pl
64427 ____________________________________________________________________________
64428 [  8189] By: jhi                                   on 2000/12/19  16:20:28
64429         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
64430              From: Prymmer/Kahn <pvhp@best.com>
64431              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
64432              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
64433              
64434              A better version of #8188.
64435      Branch: perl
64436            ! pod/perlfaq3.pod
64437 ____________________________________________________________________________
64438 [  8188] By: jhi                                   on 2000/12/19  15:57:06
64439         Log: (Replaced by #8189)
64440              
64441              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
64442              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
64443              From: Prymmer/Kahn <pvhp@best.com>
64444              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
64445              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
64446              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
64447              Date: Mon, 18 Dec 2000 11:10:45 -0500
64448              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
64449      Branch: perl
64450            ! pod/perlfaq3.pod
64451 ____________________________________________________________________________
64452 [  8187] By: jhi                                   on 2000/12/19  15:54:19
64453         Log: Email address fix for Anton Berezin.
64454      Branch: perl
64455            ! AUTHORS
64456 ____________________________________________________________________________
64457 [  8186] By: jhi                                   on 2000/12/19  15:38:54
64458         Log: Subject: [PATCH perl@8102] cygwin port
64459              From: "Eric Fifer" <efifer@dircon.co.uk> 
64460              Date: Thu, 14 Dec 2000 13:41:29 -0000
64461              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
64462              
64463              When compiling modules the data item that is being imported
64464              from libperl.dll needs to be tagged as imported/shared data:
64465              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
64466      Branch: perl
64467            ! perliol.h
64468 ____________________________________________________________________________
64469 [  8185] By: jhi                                   on 2000/12/19  14:53:24
64470         Log: Regen uconfig.h and uconfig.sh.
64471      Branch: perl
64472            ! uconfig.h uconfig.sh
64473 ____________________________________________________________________________
64474 [  8184] By: jhi                                   on 2000/12/18  20:43:49
64475         Log: Comments work so much better when they are closed.
64476      Branch: perl
64477            ! regcomp.c
64478 ____________________________________________________________________________
64479 [  8183] By: jhi                                   on 2000/12/18  18:04:02
64480         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
64481              Fixes the bug 20001218.016.
64482      Branch: perl
64483            ! regcomp.c
64484 ____________________________________________________________________________
64485 [  8182] By: gsar                                  on 2000/12/18  09:53:47
64486         Log: delete spurious files
64487      Branch: maint-5.6/perl
64488            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
64489            - vos/config.h vos/config_h.SH_orig
64490 ____________________________________________________________________________
64491 [  8181] By: gsar                                  on 2000/12/18  09:46:08
64492         Log: regen perltoc
64493      Branch: maint-5.6/perl
64494            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
64495 ____________________________________________________________________________
64496 [  8180] By: gsar                                  on 2000/12/18  09:20:27
64497         Log: integrate changes#7924..7926,7946,7952 from mainline
64498              
64499              A test works better if it has the right 1..$n output.
64500              
64501              All the core library users of Class::Struct seem to be
64502              using "use Class::Struct 'struct';" instead of the bare
64503              "use Class::Struct;", which isn't documented in Class::Struct.
64504              This can't be right.
64505              
64506              Make the Class::Struct import() wiser.
64507              
64508              Upgrade to CPAN 1.59_51, from Andreas König.
64509              
64510              Subject: Re: long shell lines
64511              Split overly long shell command lines.
64512      Branch: maint-5.6/perl
64513           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
64514           !> lib/File/stat.pm t/lib/class-struct.t
64515 ____________________________________________________________________________
64516 [  8179] By: gsar                                  on 2000/12/18  08:55:54
64517         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
64518              7918,7919,7988,8907 from mainline (various)
64519              
64520              Subject: [ID 20001127.004] White space problem in perlamiga.pod
64521              
64522              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
64523              
64524              Subject: [PATCH] perlcc.PL cleanups
64525              
64526              Subject: [PATCH] Updating perltie.pod for arrays
64527              
64528              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
64529              Subject: Re: [PATCH] Updating perltie.pod for arrays
64530              Subject: Re: [PATCH] Updating perltie.pod for arrays
64531              
64532              One more perltie.pod nit from Casey R. Tweten.
64533              
64534              Subject: [PATCH] $^O  win32 -> MSWin32
64535              plus similar nits for vms, err, VMS, and UNICOS.
64536              
64537              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
64538              More checking in case someone has broken their services or
64539              protocol databases.
64540              
64541              Make "use Class::Struct 'struct';" work again (broken by #7617);
64542              add a test for Class::Struct.
64543              
64544              Integrate the "skip" messages to explain().
64545              
64546              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
64547      Branch: maint-5.6/perl
64548           +> t/lib/class-struct.t
64549           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
64550           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
64551           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
64552 ____________________________________________________________________________
64553 [  8178] By: gsar                                  on 2000/12/18  08:16:30
64554         Log: avoid redefinition warnings on windows due to sys/socket.h getting
64555              #included before win32.h
64556      Branch: maint-5.6/perl
64557            ! win32/include/sys/socket.h
64558 ____________________________________________________________________________
64559 [  8177] By: gsar                                  on 2000/12/18  05:24:04
64560         Log: make regen_headers; fix POSIX.xs problems; remove outdated
64561              code from sys/socket.h that makes build fail now
64562      Branch: maint-5.6/perl
64563            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
64564            ! pod/perlapi.pod
64565           !> win32/include/sys/socket.h
64566 ____________________________________________________________________________
64567 [  8176] By: gsar                                  on 2000/12/18  05:20:17
64568         Log: update Changes
64569      Branch: maint-5.6/perl
64570            ! Changes patchlevel.h
64571 ____________________________________________________________________________
64572 [  8175] By: gsar                                  on 2000/12/18  04:57:48
64573         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
64574              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
64575              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
64576              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
64577              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
64578              7823,7825,7838
64579              
64580              Subject: Re: [PATCH] README.solaris
64581              
64582              Add getpagesize() probing, on non-UNIX guess 'undef'.
64583              
64584              Simplify the getpagesize() unit by dropping the
64585              pagesize probe since it's nowadays slightly more
64586              complicated because of sysconf(). (Note: if some
64587              platform really needs the -lPW for getpagesize,
64588              I just broke it.)
64589              TODO: a new pagesize unit.
64590              
64591              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
64592              
64593              MachTen doesn't really do mmap() and munmap().
64594              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
64595              
64596              More README.solaris updates from Andy Dougherty.
64597              
64598              Copy the s// information of README.hpux also to the perlrun.
64599              
64600              Add HAS_FSYNC, lack noticed by Nicholas Clark.
64601              
64602              Add a metaconfig unit for fsync.
64603              
64604              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
64605              
64606              Many subdocumented return values of the IO extension now documented.
64607              ungetc and write still left subdocumented.
64608              Subject: [PATCH] (was Re: IO::Handle::ungetc)
64609              
64610              Document tell() on special streams.
64611              
64612              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
64613              
64614              Subject: [ID 20001112.007] sfio's sftell isn't ftell
64615              
64616              Couple of tests from #7660 salvaged.
64617              
64618              Tweak the definition of the bit complement on UTF-8 data:
64619              if none of the characters in the string are > 0xff,
64620              the result is a complemented byte string, not a (UTF-8)
64621              char string.  Based on the summary in
64622              Subject: Re: [ID 20000918.005] ~ on wide chars
64623              This should give us the maximum backward (pre-char string)
64624              compatibility and utf8 compatibility.  The other alternative
64625              would be to limit the bit complement to be always byte only,
64626              taking the least significant byte of the chars.
64627              
64628              Cleanup messy #ifdef.
64629              
64630              Typos in #7667.
64631              
64632              Declare reg_data like reg_substr_data.
64633              
64634              Placate nervous compilers that see longer than ints switch()ing.
64635              
64636              Remove the new two tests of lib/io_xs for now, they seem to
64637              fail under perlio on some platforms.
64638              
64639              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
64640              
64641              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
64642              
64643              Subject: tiny typo in perl5db.pl
64644              
64645              Subject: some additions for makefiles for win32 (for perl@7674)
64646              
64647              Hoist the duplicated socket/netdb include logic to perl.h;
64648              undef SETERRNO in case SOCKS has defined it.  Based on:
64649              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
64650              
64651              Regen Configure.
64652              
64653              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
64654              (a macro to define signed and unsigned integer constants).
64655              
64656              Use UINT64_C().
64657              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
64658              
64659              Use u_int32_t for the size of hash_cb(), not size_t.
64660              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
64661              
64662              Quit utf8_to_uv() instantly if curlen == 0.
64663              
64664              Subject: [PATCH: perl@7674] updates to README.os390
64665              
64666              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
64667              
64668              EBCDIC tweaks.
64669              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
64670              
64671              Linenumber fix.
64672              
64673              SOCKS has its own USE_THREADS, based on
64674              Subject: [ID 20001114.002] et. al. bugfix followup
64675              
64676              UINT64_C() work continues.
64677              
64678              Detypo.
64679              
64680              The type of the hash_cb() size argument is tricky.
64681              
64682              Add fwalk() probe to the configuration files and regen perltoc.
64683              
64684              Subject: perllocale.pod changes
64685              
64686              Avoid an infinite loop in VMS when utils scripts are run
64687              with no arguments, from Charles Lane.
64688              
64689              Subject: Re: Bug in Carp::Heavy/5.6.0?
64690              
64691              For Solaris use64bitall the stdchar needs a little bit of help.
64692              
64693              The long double hints can be here or there.
64694              
64695              Test tweak for the open pragma.
64696              
64697              Also the 64bitall hints can be either here or there.
64698              
64699              As surmised the #7719 wasn't a good move.
64700              
64701              Subject: Fix for 20000409.001
64702              
64703              Subject: Fix for 20000815.006
64704              It's really 20000518.006.
64705              
64706              Subject: [PATCH 5.6.0 README.win32] very minor typos
64707              
64708              Subject: Fix for README.amiga (20000323.033)
64709              
64710              Explain in more detail the {} syntax ambiguousity.
64711              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
64712              
64713              Sparc 64-bit pack() fix from Jens Hamisch.
64714              
64715              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
64716              
64717              Subject: podlators 1.05 available        
64718              
64719              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
64720              
64721              Subject: [perl 7711: EPOC] updates
64722              
64723              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
64724              
64725              Miraculous typo.
64726              
64727              sysseek() instead of seek().
64728              
64729              Solaris hints tweaks.
64730              
64731              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
64732              This may be overly harsh but until proven otherwise, we think this
64733              way, or until we have a simple test for Configure (having to start
64734              up servers is does not count as simple) to check for the problems.
64735              
64736              Remove the shared object before attempting to create
64737              (by linking) a new one.  E.g. in AIX not removing
64738              becomes quite painful if one tries to do more than one
64739              build in the same tree (an interrupted build, for example),
64740              since the AIX' shared dynaloader seemingly keeps the shared
64741              objects open and therefore 'busy' for quite a while, even when
64742              nobody is using the objects, leading into link failures.
64743              
64744              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
64745              
64746              Subject: DOC PATCH 5.6.0 perlreftut
64747              
64748              Subject: [PATCH: perl@7777] add system locale testing for VMS
64749              
64750              Subject: [PATCH] Test.pm POD peculiarity
64751              
64752              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
64753              
64754              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
64755              
64756              Subject: Re: perl@7777 
64757              Detypoing.
64758              
64759              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
64760              
64761              Go ahead and #include <unistd.h> in perl.h.
64762              
64763              Subject: [PATCH perl@7795] small cleanup task for test suite
64764              
64765              Subject: Re: av.c patch (having slight problems)
64766              unshift() speedup.
64767              
64768              Reach back one higher up when searching for PERL_SRC.
64769      Branch: maint-5.6/perl
64770           +> lib/File/Spec/Epoc.pm
64771           !> (integrate 88 files)
64772 ____________________________________________________________________________
64773 [  8174] By: gsar                                  on 2000/12/18  03:53:09
64774         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
64775              7625..7629,7631..7634,7637,7639,7642 from mainline
64776              
64777              Fix for the tie-refhash string table leaks.
64778              
64779              Subject: [patch perl@7595] VMS configure.com tweak
64780              
64781              More careful detection of how well NVs and UVs mix.
64782              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))
64783              Added some SIGFPE paranoia.
64784              
64785              Forgot to bump the line numbers in #7601.
64786              
64787              Subject: PATCH std stdio for (Free)BSD
64788              
64789              Deleting $ENV{PATH} in VMS is not recommendable.
64790              
64791              Locale buglets.
64792              Subject: RE: Locales support (setlocale) fixes
64793              
64794              Do not test UTF-8 locales since that the tests would require
64795              polymorphic regexen.
64796              
64797              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
64798              
64799              A missing aTHX_.
64800              
64801              Subject: [ID 20001108.013] spelling
64802              
64803              Subject: [PATCH] Class::Struct at compile time
64804              
64805              Make deleting for %ENV work for (newer versions of) VMS,
64806              from Craig A. Berry.
64807              
64808              Forgot from #7618.
64809              
64810              More VMS moves on environment handling, from Charles Lane.
64811              
64812              Remove unused extra arguments.
64813              
64814              Typo in an ifndef.
64815              Subject: Re: [PATCH 5.7.0] better messages from malloc()
64816              
64817              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
64818              All except the "cow orker" change.
64819              
64820              The generated boot_* headers are wrong.  Pickier compiler,
64821              such as KAI C++ will refuse to compile the resulting perlmain.
64822              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64823              
64824              There's no =head3.
64825              
64826              Disable only the tests 99 and 166 for UTF-8 locales.
64827              
64828              Missing dTHXs.
64829              Subject: RE: perl@7595 builds not on cygwin
64830              
64831              Subject: Re: bash -c exit and linux hints 
64832              
64833              Various doc oddball characters.
64834              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64835              
64836              Subject: [PATCH] IO::Seekable pod
64837              
64838              Amdahl UTS hints updates.
64839              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
64840              
64841              Explain better why certain regex tests are skipped.
64842              Subject: Re: tests skipped: unknown reason
64843              
64844              Subject: [PATCH] README.solaris
64845              
64846              Subject: [PATCH perl@7638] cygwin port
64847      Branch: maint-5.6/perl
64848           +> README.solaris
64849           !> (integrate 26 files)
64850 ____________________________________________________________________________
64851 [  8173] By: gsar                                  on 2000/12/18  03:37:02
64852         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
64853              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
64854              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
64855              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
64856              
64857              Better create a true mailing list for the repository keepers.
64858              
64859              Subject: [ID 20001027.007] uniq array in perlfaq
64860              
64861              De-quoted-unreadable to ISO Latin 1.
64862              (There's one ISO-2022-JP name in Changes5.004.)
64863              
64864              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
64865              
64866              The #7476 needs a MANIFEST change, too.
64867              
64868              Add also emailless people.
64869              
64870              UTF-8 decoder tweak.
64871              
64872              Make \x{...} consistently produce UTF-8.
64873              Subject: Re: \x{...} is confused 
64874              
64875              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
64876              
64877              Add a perlbug flag, -A, to avoid acknowledgement messages.
64878              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
64879              
64880              Use Errno magic.
64881              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
64882              
64883              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
64884              
64885              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
64886              
64887              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
64888              
64889              Be more lenient on bad UTF-8 when doing bit arithmetics.
64890              Subject: Re: [ID 20000918.005] ~ on wide chars
64891              (The ord() part of the patch skipped.)
64892              
64893              Subject: perlfaq style changes
64894              
64895              AUTHORS tweaks.
64896              
64897              Whitespace style tweak.  Was originally going to see to
64898              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64899              but that had already been taken care of.
64900              
64901              The compiler is either gcc or cc, from Tom Bates.
64902              
64903              The osname has been lowercased by now, from Tom Bates.
64904              
64905              The NonStop-UX libraries have a novel way to say NaN.
64906              
64907              printf UVs the correct way, noticed by Robin Barker.
64908              
64909              Subject: [PATCH] startperl to respect versiononly
64910              
64911              AUTHORS updates.
64912              
64913              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64914              
64915              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
64916              
64917              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
64918              
64919              Generalize the Camel wording.
64920              Subject: Re: perlfaq style changes
64921              
64922              Subject: [ID 20001005.006] Documentation -- description of qr//
64923              
64924              C.pm part of
64925              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
64926              
64927              Locale warning explanation tweak.
64928              
64929              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
64930              
64931              Make the POSIX::setuid and POSIX::setgid to really call setuid()
64932              and setgid() because they were just changing $< and $( which means
64933              only changing the real uid/gid, as opposed to changing both
64934              real and effective ids.  (The alternative way could have been
64935              in POSIX.pm to change $> and $), too, but making a direct call
64936              to the C API feels cleaner.)  Fixes the bug
64937              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
64938              
64939              Expand %Config variables and %ENV variables only if
64940              so requested during build time using the
64941              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64942              Not expanding makes relocating distributions easier.
64943              
64944              More tweaking on the #7522 theme.
64945              
64946              Test::Harness revealed buglets in the new DynaLoader.
64947              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64948              
64949              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64950              fix a autovivification bug in Tie::RefHash, add tests for both.
64951              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64952              
64953              Detpyo.
64954              
64955              recv() can fail and return undef.
64956              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64957              
64958              Fix the problem discussed in
64959              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64960              originally from Linc Madison.  Also Andreas König's comments
64961              taken into account.  Some other problems with Tie::SubstrHash
64962              fixed: didn't croak when the table exceeded the requested number
64963              of entries (as documented) but instead when the number of entries
64964              exceeded the size of the table, a croak() had an unnecessary \n,
64965              didn't have a CLEAR method, documented that there is no exists().
64966              Didn't fix to be strict-proof because the module uses &foo; and
64967              dynamic scope.  Added a test script exercizing both first tamely 
64968              the basic functionality, and then the failure cases reported by
64969              Linc Madison.
64970              
64971              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64972              
64973              The #7521 touched things it shouldn't have.
64974              
64975              Subject: [PATCH 5.7.0] better messages from malloc()
64976              
64977              Subject: Re: README.aix
64978              
64979              Add FCNTL_CAN_LOCK.
64980              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64981              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64982              
64983              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64984              create a "fast path" for locale name probing using "locale -a"
64985              if available, squash finally hopefully the s?printf resetting
64986              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64987              
64988              More Changes tweakery.
64989              
64990              Dying is too strict here, better just skip.
64991              
64992              Subject: Locales support (setlocale) fixes
64993              Modified quite a bit to be more portable.
64994              
64995              Configure would use a bad $myuname from an old config.sh.
64996              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64997              
64998              Fix for
64999              Subject: [ID 20001004.006] undef is never tainted
65000              An undef read from a slurped file was not tainted.
65001              
65002              Fix for
65003              Subject: [ID 20001004.007] taint propogation is inconsistent
65004              The culprit was sv_setsv() which was rather blindly
65005              propagating taint, which lead to behaviour where if
65006              a tainted anon hash value was seen all the hash values
65007              from then on at that level became tainted, or at any
65008              upper levels in the case of nested anon hashes.
65009              
65010              Test tweak: show also the failed locales.
65011              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
65012              
65013              A fix of sorts for 20000329.026, a better error message
65014              for a missing "use charnames" when using the \N{...}. 
65015              
65016              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
65017              
65018              Add =pod to be tidy.
65019              
65020              Fix for bug id 19990615.008, pos() unset during s///ge.
65021              
65022              Add a note for future generations about bug id 20000229.006.
65023              
65024              Use -dM for gcc (the suggested patch did it only for Linux,
65025              but I think it can be generalized).
65026              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
65027              
65028              opmini.o can linger from Configures past.
65029              
65030              Document that the evaled syntax errors cause scalar leaks.
65031              
65032              Fix for
65033              Subject: [ID 20000728.005] perl -P broken
65034              (hopefully).  The fix is also not complete, it seems to break
65035              BOM swallowing for libc5 systems, but until someone figures
65036              out a way to do this without ftell(), this will do.
65037              
65038              AUTHORS updates.
65039              
65040              Subject: Re: rsync'ed patches vs. rsync'ed source
65041              
65042              Admit that the test leaks scalars.
65043              
65044              Sanitize the environment further.
65045              
65046              VOS updates from Paul Green.
65047              
65048              Document %ENV = () portability issues.
65049              
65050              Make the stdio test program of 7427 less noisy while being 
65051              compiled so that Digital UNIX wouldn't get both
65052              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
65053              undefined.  This makes perlio happy.
65054              
65055              glibc5 detection by __GNU_LIBRARY__.
65056              
65057              %ENV note tweaks from Dan Sugalski.
65058              
65059              Varargs don't always work too well if one puts an unsigned
65060              char on the stack and pop an unsigned quad off the stack.
65061              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
65062              
65063              Subject: Pod updates
65064              
65065              Fake support of holey files in win/dosish platforms.
65066              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
65067              
65068              A doc addition for bug id 20001105.019, beware \p.
65069              
65070              Tweak #7587.
65071              
65072              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
65073              
65074              perlhack updates from H.Merijn Brand.
65075              
65076              Subject: [PATCH perl@7573] cygwin port
65077              Synchronize with Cygwin 1.1.5.
65078              
65079              Bad thinko in #7581 (I used the test program with the expanded
65080              values as-is).
65081              
65082              Make perlbug not insist on dumping to a file when stdout isn't a tty.
65083              Subject: [PATCH] perlbug.PL
65084              
65085              Overrideable keys, each, pop, push, shift, splice, unshift.
65086              Subject: [PATCH] prototyped functions that should be overrideable
65087              
65088              Try to avoid flockless and emulationless places.
65089      Branch: maint-5.6/perl
65090           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
65091            - MAINTAIN
65092           !> (integrate 111 files)
65093 ____________________________________________________________________________
65094 [  8172] By: jhi                                   on 2000/12/18  02:49:27
65095         Log: Regen pods.
65096      Branch: perl
65097            ! pod/perlmodlib.pod pod/perltoc.pod
65098 ____________________________________________________________________________
65099 [  8171] By: gsar                                  on 2000/12/18  02:49:24
65100         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
65101              7465..7471 from mainline
65102              
65103              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
65104              in platforms that strictly require all the symbols being present
65105              at link time.
65106              
65107              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
65108              
65109              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
65110              
65111              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
65112              
65113              Subject: [PATCH] todo
65114              
65115              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
65116              
65117              Use $sort, $uniq (and $tr) consistently as wondered
65118              by Nicholas Clark.
65119              
65120              Too enthusiastic editing in #7460.
65121              
65122              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
65123              
65124              Upgrade to CPAN 1.58_55.
65125              Subject: CPAN.pm status
65126              
65127              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
65128              
65129              Make target reordering to avoid pointless re-makes.
65130              Subject: Re: Total re-make of 'make okfile' after 7451 ?
65131              
65132              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
65133              
65134              Subject: DOC PATCH 5.6.0
65135              
65136              Add the repository doc by Malcolm, Sarathy, and by Simon,
65137              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
65138      Branch: maint-5.6/perl
65139           +> Porting/repository.pod
65140           !> Configure MANIFEST Makefile.SH README.dos README.os2
65141           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
65142           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
65143           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
65144 ____________________________________________________________________________
65145 [  8169] By: gsar                                  on 2000/12/18  02:33:34
65146         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
65147              7435..7441,7445 from mainline
65148              
65149              Make the UTF-8 decoding stricter and more verbose when
65150              malformation happens.  This involved adding an argument
65151              to utf8_to_uv_chk(), which involved changing its prototype,
65152              and prefer STRLEN over I32 for the UTF-8 length, which as
65153              a domino effect necessitated changing the prototypes of
65154              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
65155              The stricter UTF-8 decoding checking uses Markus Kuhn's
65156              UTF-8 Decode Stress Tester from
65157              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
65158              
65159              Run vms/vms_yfix.pl, should have done that after changing
65160              perly.c in #7382.
65161              
65162              Subject: [PATCH 5.7.0] static linking with uninstalled perl
65163              
65164              (Replaced by #7440.)
65165              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65166              
65167              Fix the bug ID 20001024.005, the bug introduced by #7416.
65168              
65169              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
65170              
65171              Fix the bug reported in
65172              From: andreas.koenig@anima.de (Andreas J. Koenig)
65173              Also make is_utf8_char() stricter.
65174              
65175              Missed the header file changes from #7425.
65176              
65177              Check if stdio supports tweaking lval and cnt simultaneously.
65178              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
65179              
65180              Stratus VOS updates from Paul Green.
65181              
65182              Podify README.epoc and README.vos.
65183              
65184              Add targets to Makefile.SH, most importantly
65185              'regen_all' which also remembers to update vms/perly*.
65186              
65187              Subject: Minor update to find2perl, for portability
65188              
65189              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
65190              
65191              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
65192              
65193              Rename UTF8LEN() to be UNISKIP(), too confusing to have
65194              UTF8LEN() and UTF8SKIP(). 
65195              
65196              Allow poking holes at the UTF-8 decoding strictness.
65197              
65198              Continue the internal UTF-8 API tweaking.
65199              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
65200              used much more than the simpler API, now called utf8_to_uv_simple().
65201              Still not quite happy with API, too much partial duplication
65202              of functionality.
65203              
65204              A new version of making the syslog test more robust.
65205              (Replaces #7421.)
65206              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65207              
65208              buildtoc target tweaks.
65209              
65210              Integrate with vmsperl #7430 by Charles Bailey:
65211              
65212              Cleanup from prior patch (Charles Lane?):
65213              - improve handling of MFDs in Basename and Path
65214              - default to no xsubpp line # munging when building debug images
65215      Branch: maint-5.6/perl
65216           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65217           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
65218           !> (integrate 67 files)
65219 ____________________________________________________________________________
65220 [  8168] By: gsar                                  on 2000/12/18  02:05:49
65221         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
65222              
65223              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
65224              From: Martin Husemann <martin@duskware.de>
65225              
65226              Subject: [PATCH 5.7.0] restore match data on backtracing
65227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65228      Branch: maint-5.6/perl
65229           !> regcomp.c regexec.c t/op/re_tests
65230 ____________________________________________________________________________
65231 [  8167] By: gsar                                  on 2000/12/18  01:55:22
65232         Log: integrate changes#7858,7986 from mainline
65233              
65234              C<foreach my $x ...> in pseudo-fork()ed process may diddle
65235              parent's memory; fix it by keeping track of the actual pad
65236              offset rather than a raw pointer (this change is probably also
65237              relevant to non-ithreads case to avoid fallout from reallocs of
65238              the pad array, but is currently only enabled for the ithreads
65239              case in the interests of minimal disruption to existing "well
65240              tested" code)
65241              
65242              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
65243              due to the notorious GetFileType() bug in Windows 9x, which fstat()
65244              tickles)
65245      Branch: maint-5.6/perl
65246           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
65247           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
65248           !> win32/win32.c win32/win32.h win32/win32sck.c
65249 ____________________________________________________________________________
65250 [  8166] By: gsar                                  on 2000/12/18  01:52:59
65251         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
65252              from mainline (xsubpp and ExtUtils::LibList fixups, various
65253              other small items)
65254              
65255              The generated boot_* headers are wrong.  Pickier compiler,
65256              such as KAI C++ will refuse to compile the resulting perlmain.
65257              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
65258              
65259              Various doc oddball characters.
65260              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
65261              
65262              Subject: [PATCH] Re: 20001101.003 PDL
65263              
65264              Subject: [PATCH 5.7.0] etags broken again
65265              
65266              Subject: [PATCH 5.7.0] Liblist finally works
65267              
65268              Subject: [PATCH 5.7.0] Liblist returns found libraries
65269              
65270              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
65271              
65272              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
65273              
65274              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
65275              OUT keyword nits.
65276              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
65277              OUT and IN_OUT documentation.
65278      Branch: maint-5.6/perl
65279           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
65280           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
65281           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
65282           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
65283           !> win32/bin/search.pl
65284 ____________________________________________________________________________
65285 [  8165] By: gsar                                  on 2000/12/18  01:28:45
65286         Log: integrate changes#7533,7563,7611,7623 from mainline (various
65287              malloc.c embellishments)
65288      Branch: maint-5.6/perl
65289           !> malloc.c pod/perldiag.pod
65290 ____________________________________________________________________________
65291 [  8164] By: gsar                                  on 2000/12/18  01:23:33
65292         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
65293              fixups)
65294      Branch: maint-5.6/perl
65295           !> utils/h2xs.PL
65296 ____________________________________________________________________________
65297 [  8163] By: gsar                                  on 2000/12/18  01:17:50
65298         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
65299              fixups)
65300      Branch: maint-5.6/perl
65301           !> Makefile.SH utils/perlbug.PL
65302 ____________________________________________________________________________
65303 [  8162] By: gsar                                  on 2000/12/18  00:25:43
65304         Log: always export Perl_deb() (it is required by re.xs whether
65305              Perl is built with or without -DDEBUGGING)
65306      Branch: maint-5.6/perl
65307            ! makedef.pl
65308 ____________________________________________________________________________
65309 [  8161] By: gsar                                  on 2000/12/18  00:23:38
65310         Log: integrate change#7414 from mainline
65311              
65312              Undo the basename() part of #7412 since the lib/basename
65313              tests would need upgrading too.
65314              
65315              squelch two tests in tr.t that rely on tr/// paranoia change
65316              that's not in 5.6.x
65317      Branch: maint-5.6/perl
65318            ! t/op/tr.t
65319           !> lib/File/Basename.pm
65320 ____________________________________________________________________________
65321 [  8160] By: gsar                                  on 2000/12/18  00:05:30
65322         Log: missing change in previous integrate
65323      Branch: maint-5.6/perl
65324           !> README.aix
65325 ____________________________________________________________________________
65326 [  8159] By: gsar                                  on 2000/12/18  00:03:38
65327         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
65328              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
65329              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
65330              7410..7413 from mainline
65331              
65332              Introduce the man[24-8] variables, from Andy Dougherty.
65333              
65334              Upgrade to CPAN 1.58, from Andreas König.
65335              
65336              An updated EBCDIC tr patch.
65337              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
65338              
65339              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
65340              
65341              Two thirds of
65342              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
65343              The Install.pm changes will be submitted separately because
65344              they need some work and discussion still.
65345              
65346              The Install.pm third of
65347              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
65348              
65349              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
65350              
65351              Subject: [PATCH 5.7.0] IVs in mtats
65352              
65353              Subject: [PATCH 5.7.0] Perl API for mstats
65354              
65355              Ilya implemented the memory profiling API.
65356              
65357              In Amdahl UTS "struct sv" is defined by a system header,
65358              <ksync.h>.
65359              
65360              Slight tweak of the code to appease Amdahl UTS cc.
65361              
65362              Amdahl UTS doesn't seem to do dynaloading.
65363              
65364              Use UTF8SKIP(), from Simon Cozens.
65365              
65366              Thinko in #7222.
65367              
65368              op/sprintf.t patch for OS/390 (and any other host with limited
65369              floating-point exponent length)
65370              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
65371              
65372              Tweak #7225.
65373              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
65374              
65375              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
65376              
65377              Needs to be conditional on SunOS 4.
65378              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
65379              
65380              Test cases for bug id 20000323.056 (the bug seems to be fixed).
65381              
65382              Add test for bug id 20000427.003 (which seems to have
65383              been fixed) (also duplicate as 20000427.004, though
65384              with a higher severity).  Move one utf8 from op/append
65385              to pragma/utf8, tag the tests with bug ids.
65386              
65387              Document FNCASE=y as discussed in the bug 20000902.009.
65388              
65389              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
65390              The problem was that rx->minlen was in chars while pp_split()
65391              thought it would be in bytes. 
65392              
65393              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
65394              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
65395              
65396              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
65397              
65398              Fix a couple of compiler-noted nits in #7235.
65399              
65400              Tweak the test of #7235.
65401              
65402              One more ~utf8 tweak.
65403              
65404              -w cleanup.
65405              Subject: Re: Problems with bleadperl 
65406              
65407              Subject: small pod patch
65408              
65409              Subject: [PATCH perlguts.pod] Document offset hack
65410              
65411              Add Charles Lane.
65412              
65413              Add the capability to include/exclude branches.
65414              
65415              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
65416              
65417              Detect early whether the std streams have gone bad.
65418              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
65419              
65420              More IoTYPE sprinkling.
65421              
65422              Workaround for a sfio bug where the stream error indicator
65423              is not cleared as documented.
65424              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
65425              
65426              Clarify documentation on 'use bytes'.
65427              Subject: Re: What does 'use bytes' "mean" ?
65428              
65429              Show the failed remote port, instead of the failing line number.
65430              Subject: [PATCH 5.6.1 Debugger] More diagnostics
65431              
65432              Make Cwd more bulletproof in chrooted environments.
65433              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
65434              
65435              Subject: Pod patch for Devel::Peek
65436              
65437              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
65438              
65439              Borland C fstat() never saw the fd as writable.
65440              Subject: fix for Borland's weak "stat" (perl@7211)
65441              
65442              Missing change from #7362.
65443              
65444              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
65445              
65446              Add the test case for the bug id 20000730.004 which seems
65447              to have been fixed by now.
65448              
65449              Fix of sorts for bug id 20000901.092.  There seems to be no trace
65450              of a 'pmshort' anywhere in the B, so the offending line was simply
65451              removed.
65452              
65453              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
65454              
65455              Subject: PATCH do_print has 2 PerlIO_error()s
65456              
65457              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
65458              
65459              Typo noted by Mark Lutz.
65460              
65461              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
65462              
65463              In the latest compiler builds cccdlflags must not become -fpic,
65464              from Wilfredo Sánchez.
65465              
65466              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
65467              
65468              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
65469              
65470              SOCKS function redefinitions need prototypes, too, otherwise
65471              for example 32 bit versus 64 bit differences cause a lot of
65472              problems.  Part of
65473              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
65474              
65475              Portability tweak on #7377.
65476              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
65477              
65478              Don't write double values through long double pointers,
65479              based on a part of
65480              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
65481              
65482              Reëntrancy fix.
65483              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65484              
65485              Make scan_num() reëntrant, as suggested in
65486              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65487              
65488              Fix for ID 20001020.006, concatenating an unset submatch
65489              with utf8 resulted in "Modification of a read-only value".
65490              
65491              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
65492              
65493              The #7383 was right only in the context of the original bug report,
65494              not in more general case.
65495              
65496              Update Changes.
65497              
65498              Testcases for a #7383,#7385 related bug.
65499              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
65500              
65501              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
65502              
65503              Tweak the Is* definitions of Unicode character classes
65504              to better match the official categorizations; embrace
65505              the official categorizations; add the combining marks
65506              as alpha (and -numeric); fix DCinital (a typo and edito)
65507              to be DCmedial.
65508              
65509              Hints tweak from Anton Berezin.
65510              
65511              Subject: installman go-faster stripes
65512              Subject: Re: installman go-faster stripes
65513              
65514              Subject: [ID 20001021.003] updated hints/openbsd.sh
65515              
65516              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
65517              
65518              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
65519              
65520              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
65521              
65522              Doc patch.
65523              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
65524              
65525              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
65526              
65527              Subject: Re: [ID 20001021.005] SEGV with regex match 
65528              
65529              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
65530              
65531              The change #7187 was not so good on VMS.
65532              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
65533              
65534              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
65535              
65536              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
65537              
65538              Document PERL_INSTALL_ROOT of #7210.
65539      Branch: maint-5.6/perl
65540           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
65541           +> t/lib/tie-splice.t
65542            - lib/unicode/Is/DCinital.pl
65543           !> (integrate 112 files)
65544 ____________________________________________________________________________
65545 [  8158] By: jhi                                   on 2000/12/17  23:04:24
65546         Log: Subject: [PATCHES] RE: perl@8150 
65547              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
65548              Date: Sun, 17 Dec 2000 21:46:39 +0100
65549              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
65550              
65551              Neither cygwin has a getpwuid() one can trust on.
65552      Branch: perl
65553            ! t/lib/glob-basic.t
65554 ____________________________________________________________________________
65555 [  8157] By: jhi                                   on 2000/12/17  23:01:54
65556         Log: More MAN.PODS => {} fixes.
65557      Branch: perl
65558            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
65559            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
65560            ! os2/OS2/REXX/Makefile.PL
65561 ____________________________________________________________________________
65562 [  8156] By: gsar                                  on 2000/12/17  22:49:13
65563         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
65564              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
65565              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
65566              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
65567              7201,7204 from mainline
65568              
65569              Remove vestiges of tr//CU.
65570              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65571              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65572              
65573              The return value of setlocale must be copied away.
65574              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65575              
65576              Allow chop() and chomp() to be overridden.
65577              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65578              
65579              Hints optimization.
65580              Subject: Minor nit
65581              
65582              Subject: [PATCH] de-wall t/README
65583              
65584              Subject: Re: Two advertising clauses need to be removed
65585              
65586              Batch of UTF-8 patches from Simon Cozens.
65587              
65588              Fix for a parsing bug, not for the original bug.
65589              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
65590              
65591              Compilation warnings and an error.
65592              
65593              Subject: File::Find 5.7.0 POD nits
65594              
65595              Subject: [PATCH perl-5.7.0] continued -Wformat support
65596              
65597              The one that got away.
65598              
65599              Subject: Re: perl@7078
65600              
65601              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
65602              convertable to bytes by checking it doesn't go above 0xc3
65603              Subject: Re: perl@7078
65604              
65605              Replace #7084 with
65606              Subject: Re: perl@7078 
65607              
65608              We don't need to count the high bit bytes, a boolean is enough. 
65609              
65610              Subject: [PATCH] utf8.c apidoc
65611              
65612              Subject: Re: perl@7078 
65613              
65614              Botched the #7090 check-in.
65615              
65616              Fix for the charnames.t failures from Spider Boardman.
65617              
65618              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
65619              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
65620              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
65621              0 to checking to get the warning.
65622              
65623              Subject: [PATCH] Nits in perlmod.pod
65624              
65625              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
65626              
65627              Subject: Re: unicode support and perl [ID 20000901.097]
65628              
65629              Subject: Re: unicode support and perl [ID 20000901.097]
65630              
65631              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
65632              
65633              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
65634              
65635              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
65636              
65637              Subject: [PATCH@blead] Fix some recursion in overload.pm
65638              
65639              s/Robin Parker/Robin Barker/
65640              
65641              Subject: [PATCH] Fix aliasing of tied filehandles
65642              
65643              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
65644              
65645              Subject: Re: [PATCH 5.005_64 missed]
65646              
65647              SOCK_DGRAM and listen() do not mix as reported in
65648              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
65649              The patch for 5.7.0+ had to be reengineered, though.
65650              
65651              Subject: DOC PATCH 5.6.0
65652              
65653              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
65654              
65655              Document the issue (is not a syntax error, kind of)
65656              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
65657              
65658              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
65659              Did not apply cleanly, manual intervention was needed.
65660              
65661              Subject: [PATCH] DLL not restartabke with threaded perl
65662              
65663              Inside require() $^S was always left undefined.
65664              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
65665              
65666              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
65667              
65668              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
65669              
65670              Regen headers.
65671              
65672              Subject: [PATCH 5.7.0] Epoc update
65673              
65674              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
65675              as suggested by Olaf Flebbe and Nick Clark.
65676              
65677              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
65678              
65679              Misplaced else.
65680              
65681              Scale down the VMS message boxes, by Charles Lane.
65682              Fix for ID 20000903.009, workaround at
65683              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
65684              
65685              Subject: [ID 20001003.006] B::Debug not -w clean
65686              
65687              Test harness update to sync with the new perlcc,
65688              from Simon Cozens.
65689              
65690              One remaining nit less at the VMS mailbox sizing.
65691              
65692              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65693              
65694              It is possible to have no hosts database at all.  Pointed out in
65695              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65696              
65697              Subject: [PATCH 5.7.0] h2xs not working
65698              Subject: [PATCH 5.7.0] h2xs not documenting the created module
65699              
65700              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
65701              
65702              Subject: perlhack.pod Patch for Externals Tools
65703              
65704              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
65705              
65706              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65707              
65708              Enable disabling scripts installation by Configure -Uinstallscripts,
65709              suggested by H. Merijn Brand.
65710              
65711              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
65712              reported several times by Dominic Dunlop, for example in
65713              ID 20000315.008.  Patch from Dominic.  Patch affects at
65714              least MachTen, and possibly other oldish BSDs. Should not
65715              break non-broken platforms (tested on LinuxPPC). 
65716              
65717              Regen toc.
65718              
65719              Subject: Re: Questions about Tie::Array and perl modules
65720              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
65721              
65722              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
65723              
65724              Tweak #7153.
65725              
65726              IO::Handle->syswrite() did not handle length omission
65727              like CORE::syswrite() does.
65728              Subject: [Fwd] IO::Handle, syswrite and arguments
65729              The original patch from andrew@ugh.net.au.
65730              
65731              Also the $ccflags is needed for the C compiler check.
65732              Subject: Configure (check for C-compiler)
65733              
65734              Eliminate $Is_VMS code from the test.
65735              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
65736              
65737              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
65738              as the first option of cc/ld because of ultrapicky compilers
65739              (e.g. OS/390 R2.5)
65740              
65741              Change the version number of Tie::Handle in the core to 4.0,
65742              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
65743              Subject: Note on Tie::Handle
65744              
65745              UTF8ize split() so that the cloned substrings get the UTF8
65746              flag of the original scalar.  Problem reported by Simon Cozens.
65747              
65748              save_re_context() could reset PL_curcop to freed memory, causing core
65749              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
65750              
65751              Subject: PATCH 5.6 perldebguts grammar cleanup
65752              
65753              Add a todo note about overloadable assertions.
65754              
65755              on Windows, LoadLibrary() could load an extension DLL multiple
65756              times if forward slashes are used in the path
65757              
65758              on Windows, cwd strings in the environment should be of the
65759              form =X:=X:\foo instead of =X=X:\foo\
65760              
65761              on Windows, avoid potential exception (could happen if MSVCRT isn't
65762              being used) when closing a socket handle
65763              
65764              avoid nonportable example code
65765              
65766              Windows9x doesn't support link(), despite what Config.pm
65767              might think
65768              
65769              pod nit
65770              
65771              Change #7160 had a nasty typo.
65772              
65773              Warn about unknown scripts.
65774              Subject: Re: ideas? patches? [PATCH bleadperl]
65775              
65776              on Windows, clean targets might not work under some flavors of the shell
65777              
65778              tweak for change#7173
65779              
65780              Make eq work again with utf8 (disabling the upgrading
65781              should no more be necessary since the copies of the
65782              scalars are upgraded, not the scalars themselves).
65783              Takes care of ID 20001009.001.  (The claimed length()
65784              bug in 20001009.001 seems bogus to me.)
65785              
65786              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
65787              
65788              Upgrade to CGI.pm 2.74, from Lincoln Stein.
65789              
65790              Upgrade to podlators 1.04, from Russ Allbery.
65791              
65792              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
65793              
65794              Quote the temp file name, needed in Win32 because the
65795              default name unfortunately contains spaces, shouldn't
65796              hurt elsewhere.
65797              Subject: FW: perldoc fails if $TEMP contains spaces
65798              
65799              Subject: RE: [ID 19990803.001] README.win32 suggestions 
65800              
65801              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
65802              
65803              Subject: Re: utf8 concat, mg_get
65804              
65805              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
65806              
65807              Subject: [PATCH: perl@7181] op/tr tests on OS/390
65808              
65809              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
65810              
65811              Use the versiononly instead of the installscripts,
65812              retract the changes 7146 and 7147.
65813              
65814              Reapply Andy's patch and regen Configure.
65815              
65816              Add the test case for #7190, from the original bug report
65817              by Andreas König.
65818              
65819              Remove duplicated code.
65820              
65821              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
65822              
65823              restore change#7202
65824      Branch: maint-5.6/perl
65825           !> (integrate 121 files)
65826 ____________________________________________________________________________
65827 [  8155] By: jhi                                   on 2000/12/17  22:30:58
65828         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
65829              From: "Craig A. Berry" <craigberry@mac.com>
65830              Date: Sun, 17 Dec 2000 13:09:28 -0600
65831              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
65832              
65833              MAN.PODS => ' ' is naughty.
65834      Branch: perl
65835            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
65836 ____________________________________________________________________________
65837 [  8154] By: nick                                  on 2000/12/17  22:07:13
65838         Log: MULTIPLICITY nit.
65839      Branch: perl
65840            ! mg.c
65841 ____________________________________________________________________________
65842 [  8153] By: gsar                                  on 2000/12/17  21:23:05
65843         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
65844              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
65845              from mainline
65846              
65847              Document the SvIOK_.*UV().
65848              
65849              Update Unicode todo list.
65850              
65851              Guard against bad string->int conversion for quads.
65852              
65853              Subject: small apidoc fix
65854              
65855              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
65856              
65857              Subject: [PATCH] Tied filehandle documentation
65858              
65859              Subject: [PATCH] Modernize Opcode.pm documentation
65860              
65861              Make Data::Dumper (non-XS) to work with changed semantics of ref().
65862              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
65863              [applied even though said semantics didn't change in 5.6.x]
65864              
65865              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
65866              
65867              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
65868              
65869              Fix the URL, but the server is still missing in action.
65870              Subject: [ID 20000905.002] perlfaq1.pod URL error
65871              
65872              Subject: [ID 20000903.001] \w in utf8-strings
65873              
65874              Fix the ccversion detection for 5.1 and beyond.
65875              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65876              
65877              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
65878              
65879              Subject: [ID 20000904.008] Tiny fix for perldiag
65880              
65881              Subject: Re: [ID 20000906.004] segfault with bad perl statement
65882              
65883              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65884              
65885              Subject: [ID 20000908.002] perlipc documentation bug.
65886              
65887              Subject: [PATCH lib/Benchmark.pm]
65888              
65889              Re-allow vec() for characters > 255.
65890              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
65891              
65892              Do away with memory models cruft.  Sorry, PDP users.
65893              
65894              Continue #7041.
65895              
65896              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
65897              
65898              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
65899              
65900              Upgrade to CPAN 1.57_65, from Andreas König.
65901              
65902              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
65903              by Russ Allbery.
65904              
65905              Silence t/pod/*.t about alternate quote-mappings now implemented
65906              by Pod::Text, from Brad Appleton.
65907              
65908              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
65909              Subject: borland C++ win32.c tweak
65910              
65911              C<@a = @b = split(...)> optimization coredumps under ithreads
65912              (missed a spot when fixing up op_pmreplroot hack for ithreads)
65913              
65914              Document the SvUTF8*().
65915              
65916              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
65917              
65918              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
65919              
65920              Do in VMS as the #7054 does.
65921              
65922              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
65923              
65924              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
65925              
65926              Subject: [patch: perl@7045] vms updates
65927              
65928              Test for the #7049.
65929              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
65930              
65931              Break up the myconfig lines a bit.
65932              Subject: perlbug/perl -V output format
65933              
65934              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
65935              
65936              The #7054 truncated Configure badly.
65937              
65938              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65939              initialization in all the threads on Windows
65940              
65941              Allow for whitespace between "#" and "line" in cpp output.
65942              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65943              
65944              Remove vestiges of tr//CU.
65945              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65946              
65947              The return value of setlocale must be copied away.
65948              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65949              
65950              Allow chop() and chomp() to be overridden.
65951              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65952              
65953              Hints optimization.
65954              Subject: Minor nit
65955              
65956              Subject: [PATCH] de-wall t/README
65957              
65958              Subject: Re: Two advertising clauses need to be removed
65959      Branch: maint-5.6/perl
65960           !> (integrate 75 files)
65961 ____________________________________________________________________________
65962 [  8152] By: gsar                                  on 2000/12/17  20:30:11
65963         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
65964              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
65965              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
65966              
65967              Don't attach -ld to the archname if pointless.
65968              
65969              Document UNTIE in a very minimalistic way.
65970              
65971              POSIX doesn't report long double values under -Duselongdouble
65972              when the long doubles are "real" (bigger than doubles).
65973              
65974              More author updates.
65975              
65976              Try to deduce NV_MAX.  Really should be Configure fodder.
65977              
65978              :: not allowed in pathnames, change to .
65979              Subject: [PATCH perl@6938] cygwin port
65980              
65981              Forget about NV_MAX (#6951).  Various floating point tweaks,
65982              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65983              
65984              Move the Solaris 7 scan to use64bitall, make the
65985              failure to find 64-bot sparc libc to mention the
65986              possibility of being in an intel, from Lupe and Alan.
65987              
65988              Regen perltoc.
65989              
65990              AUTHORS tweaks, from Peter Prymmer.
65991              
65992              More address tweaking.
65993              
65994              Small tweaks all over.
65995              
65996              File::Temp patches from Andreas König,
65997              
65998              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65999              
66000              Subject: CPAN.pm beta 1.57_57 for the core
66001              
66002              Part of the solution.
66003              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
66004              
66005              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
66006              
66007              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66008              
66009              Add the overload warnings to perldiag.
66010              
66011              Drop unused argument.
66012              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
66013              
66014              Subject: Nit in Configure (bleadperl@6961)
66015              
66016              Update to PodParser 1.18, from Brad Appleton.
66017              
66018              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
66019              
66020              Subject: [PATCH: 6948] add SCNfldbl to configure.com
66021              
66022              Document UNTIE. Also tweak implementation to suppress the 'inner references'
66023              warning when UNTIE exists and instead pass the cound of extra references to
66024              the UNTIE method.
66025              
66026              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
66027              so that case-ignoring systems like DCL can tell them from
66028              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
66029              
66030              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66031              
66032              Feature ordering tweak.
66033              
66034              Regen perltoc.
66035              
66036              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
66037              
66038              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
66039              
66040              Subject: http:// in L<>
66041              
66042              Detypo.
66043              
66044              change#6791 accidentally clobbered change#6710, put it back
66045              
66046              Only the first line, thank you very much.
66047              
66048              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
66049              plus rework the http: spots as suggested by Tom Christiansen,
66050              plus regen perltoc.
66051              
66052              Undo part of change 6489 which looks like a bulk edit which
66053              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
66054              The supressing of main:: on return from select() is undesirable.
66055              
66056              Apparently avoiding the swapping is too costly.
66057              
66058              Various Configure nits by Philip Newton,
66059              plus the ebcdic one by me.
66060              
66061              Make certain cc is set before trying to run it.
66062              
66063              If overloaded %{} etc. return the object do not loop.
66064              Thus  sub deref { $_[0] } functions if object is wanted type.
66065              
66066              Update perlhist.
66067              
66068              More %{} and other deref special casing - do not pass to 'nomethod'.
66069      Branch: maint-5.6/perl
66070           !> (integrate 59 files)
66071 ____________________________________________________________________________
66072 [  8151] By: gsar                                  on 2000/12/17  19:14:38
66073         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
66074              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
66075              
66076              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
66077              
66078              Make the epsilon to be relative, not absolute.
66079              
66080              Put back the flags dump as reasoned in
66081              Subject: Re: [PATCH] Glob dumping
66082              
66083              Introduce ccname to keep track of what compiler kind of we have.
66084              
66085              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
66086              
66087              Put back the slice accidentally removed by #6907.
66088              
66089              Reset archname and archname64 always, forcing them be
66090              recomputed at each Configure run, make Configure and
66091              the hints files agree on the naming of largefiles variables.
66092              
66093              Don't say "Perl 5.0 source kit".
66094              
66095              Subject: [PATCH] fix misc cast warnings
66096              
66097              Subject: typos in pods
66098              
66099              NVs not necessarily doubles, as pointed out by Yitzchak.
66100              
66101              Subject: [PATCH 6889] add a few ldbl formats to configure.com
66102              
66103              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
66104              
66105              Better options for rsync.
66106              
66107              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
66108              
66109              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
66110              
66111              Subject: [PATCH] Re: UNTIE method 
66112              
66113              A better fix for the Socket building problem from Craig Berry.
66114              
66115              Retract the dummy test, skip the security tests (instead of failing),
66116              explain what the warnings mean.
66117              
66118              Heap decorruption.
66119              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
66120              
66121              Update to Unicode 3.0.1.
66122              
66123              Missed one Unicode file.
66124              
66125              Subject: Re: typos in pods
66126              
66127              The #6929 was too skimpy.
66128              
66129              sscanf() may be the only way to read long doubles from strings.
66130              
66131              Reveal Borland's isnan.
66132              Subject: build with BC++ tweak
66133              
66134              Issue useful diagnostic on unknown pod commands.
66135              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
66136              
66137              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
66138              
66139              Clarify the third case of ftmp-security warnings.
66140              
66141              Make -Dusemorebits find long doubles in Solaris.
66142              
66143              Wrap the test in eval.
66144      Branch: maint-5.6/perl
66145           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
66146           +> lib/unicode/PropList.txt lib/unicode/README.perl
66147           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
66148           +> lib/unicode/Unicode.301 vms/vmspipe.com
66149            - lib/unicode/Props.txt lib/unicode/UCD300.html
66150            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66151           !> (integrate 305 files)
66152 ____________________________________________________________________________
66153 [  8150] By: jhi                                   on 2000/12/17  18:47:57
66154         Log: Uncheckedin generated files.
66155      Branch: perl
66156            ! global.sym perlapi.c pod/perlapi.pod
66157 ____________________________________________________________________________
66158 [  8149] By: jhi                                   on 2000/12/17  18:41:22
66159         Log: Update Changes.
66160      Branch: perl
66161            ! Changes patchlevel.h
66162 ____________________________________________________________________________
66163 [  8148] By: jhi                                   on 2000/12/17  18:39:16
66164         Log: Subject: [PATCH] Fcntl constants speedup
66165              From: Nicholas Clark <nick@ccl4.org>
66166              Date: Sun, 17 Dec 2000 16:29:24 +0000
66167              Message-ID: <20001217162924.E97668@plum.flirble.org>
66168              
66169              Use IVs for the Fcntl constants instead of NVs.
66170      Branch: perl
66171            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
66172 ____________________________________________________________________________
66173 [  8147] By: jhi                                   on 2000/12/17  18:33:41
66174         Log: Add test for #8145 (binmode() warning), add warning for
66175              ioctl() and sockpair(), document them. (fileno() cannot
66176              be tripwired with the same kind of warning because
66177              'defined fileno($foo)' seems to be an idiom.)
66178      Branch: perl
66179            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
66180 ____________________________________________________________________________
66181 [  8146] By: gsar                                  on 2000/12/17  18:09:08
66182         Log: update Changes
66183      Branch: maint-5.6/perl
66184            ! Changes
66185 ____________________________________________________________________________
66186 [  8145] By: jhi                                   on 2000/12/17  17:39:35
66187         Log: Subject: [PATCH] Re: The long awaited feature ...
66188              From: Simon Cozens <simon@cozens.net>
66189              Date: Sun, 17 Dec 2000 12:31:56 +0000
66190              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
66191              
66192              Add a warning to binmode() about using bad filehandles
66193              (can happen e.g. if someone forgets the filehandle argument)
66194      Branch: perl
66195            ! pp_sys.c
66196 ____________________________________________________________________________
66197 [  8144] By: jhi                                   on 2000/12/17  17:33:48
66198         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66199              From: Jonathan Stowe <gellyfish@gellyfish.com>
66200              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
66201              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
66202      Branch: perl
66203            ! lib/Net/Ping.pm
66204 ____________________________________________________________________________
66205 [  8143] By: jhi                                   on 2000/12/17  05:31:37
66206         Log: Polymorphic regexps.
66207              
66208              Fixes at least the bugs 20001028.003 (both of them...) and
66209              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
66210              also to be fixed by now, probably already before this patch.
66211      Branch: perl
66212            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
66213            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
66214            ! t/op/utf8decode.t t/pragma/utf8.t
66215 ____________________________________________________________________________
66216 [  8142] By: jhi                                   on 2000/12/16  17:16:05
66217         Log: Subject: [patch perl@8102] dos/djgpp update
66218              From: Laszlo Molnar <ml1050@freemail.hu>
66219              Date: Sat, 16 Dec 2000 01:40:52 +0100
66220              Message-ID: <20001216014052.A335@freemail.hu>
66221      Branch: perl
66222            ! djgpp/config.over t/base/commonsense.t
66223 ____________________________________________________________________________
66224 [  8141] By: jhi                                   on 2000/12/16  17:09:27
66225         Log: Few uncheckedin files.
66226      Branch: perl
66227            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
66228 ____________________________________________________________________________
66229 [  8140] By: nick                                  on 2000/12/15  22:14:31
66230         Log: Integrate mainline
66231      Branch: perlio
66232           !> (integrate 53 files)
66233 ____________________________________________________________________________
66234 [  8139] By: jhi                                   on 2000/12/15  19:49:49
66235         Log: One more IVUV tweak from Nicholas Clark.
66236      Branch: perl
66237            ! sv.c
66238 ____________________________________________________________________________
66239 [  8138] By: jhi                                   on 2000/12/15  19:17:06
66240         Log: Return of the IVUV-preservation, now seems to be happy even
66241              in Digital UNIX (the broken strtoul brokenness detection
66242              seems to have been the fly in the ointment).
66243      Branch: perl
66244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66245            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
66246            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
66247            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
66248            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66249            ! vos/config.ga.h win32/config.bc win32/config.gc
66250            ! win32/config.vc
66251 ____________________________________________________________________________
66252 [  8137] By: jhi                                   on 2000/12/15  18:12:14
66253         Log: Metaconfig unit change for #8136.
66254      Branch: metaconfig
66255            ! U/modified/d_strtoul.U
66256      Branch: metaconfig/U/perl
66257            ! d_strtoull.U d_strtouq.U
66258 ____________________________________________________________________________
66259 [  8136] By: jhi                                   on 2000/12/15  18:11:35
66260         Log: I don't think it's sensible or portable to test the strtou*
66261              on /^-/ strings.
66262      Branch: perl
66263            ! Configure
66264 ____________________________________________________________________________
66265 [  8135] By: jhi                                   on 2000/12/15  17:18:49
66266         Log: Metaconfig unit change for #8134.
66267      Branch: metaconfig
66268            ! U/modified/d_strtoul.U
66269 ____________________________________________________________________________
66270 [  8134] By: jhi                                   on 2000/12/15  17:14:13
66271         Log: If longsize is 8 we don't need a LL suffix for integer constants.
66272      Branch: perl
66273            ! Configure config_h.SH
66274 ____________________________________________________________________________
66275 [  8133] By: jhi                                   on 2000/12/15  16:00:23
66276         Log: Update Changes.
66277      Branch: perl
66278            ! Changes patchlevel.h
66279 ____________________________________________________________________________
66280 [  8132] By: jhi                                   on 2000/12/15  15:44:16
66281         Log: Some compilers get huffy if you do not cast a const pointer
66282              to a non-const when assigning.
66283      Branch: perl
66284            ! gv.c
66285 ____________________________________________________________________________
66286 [  8131] By: jhi                                   on 2000/12/15  15:38:30
66287         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
66288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66289              Date: Fri, 15 Dec 2000 05:26:57 -0500
66290              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
66291      Branch: perl
66292            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
66293            ! t/pragma/overload.t
66294 ____________________________________________________________________________
66295 [  8130] By: jhi                                   on 2000/12/15  15:36:08
66296         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
66297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66298              Date: Thu, 14 Dec 2000 22:02:43 -0500
66299              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
66300      Branch: perl
66301            ! gv.c perl.h
66302 ____________________________________________________________________________
66303 [  8129] By: jhi                                   on 2000/12/15  15:34:16
66304         Log: Subject: PATCH: h2xs nit
66305              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66306              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
66307              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
66308              
66309              Add a template README.
66310      Branch: perl
66311            ! utils/h2xs.PL
66312 ____________________________________________________________________________
66313 [  8128] By: jhi                                   on 2000/12/15  15:32:22
66314         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
66315      Branch: perl
66316            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
66317 ____________________________________________________________________________
66318 [  8127] By: jhi                                   on 2000/12/15  15:19:34
66319         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
66320              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66321              Date:     Thu, 14 Dec 2000 20:04:42 EST
66322              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
66323      Branch: perl
66324            ! ext/Opcode/Opcode.xs
66325 ____________________________________________________________________________
66326 [  8126] By: jhi                                   on 2000/12/15  15:17:49
66327         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
66328              From: Peter Prymmer <pvhp@forte.com>
66329              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
66330              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
66331      Branch: perl
66332            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
66333            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
66334            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
66335 ____________________________________________________________________________
66336 [  8125] By: jhi                                   on 2000/12/15  15:11:05
66337         Log: This seems to be a stage sane and stable enough to checkin.
66338              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
66339      Branch: perl
66340            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
66341            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
66342            ! t/op/cmp.t t/op/numconvert.t
66343 ____________________________________________________________________________
66344 [  8124] By: jhi                                   on 2000/12/15  04:20:26
66345         Log: Something is really wonky.
66346      Branch: perl
66347            ! sv.c
66348 ____________________________________________________________________________
66349 [  8123] By: jhi                                   on 2000/12/15  04:00:50
66350         Log: Fixes for the IV UV patches to compile in Digital UNIX.
66351      Branch: perl
66352            ! sv.c
66353 ____________________________________________________________________________
66354 [  8122] By: jhi                                   on 2000/12/15  02:53:40
66355         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
66356              From: "Craig A. Berry" <craigberry@mac.com>
66357              Date: Thu, 14 Dec 2000 19:10:49 -0600
66358              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
66359      Branch: perl
66360            ! vms/vms.c
66361 ____________________________________________________________________________
66362 [  8121] By: jhi                                   on 2000/12/15  02:50:00
66363         Log: Metaconfig changes for #8120.
66364      Branch: metaconfig
66365            + U/modified/d_strtoul.U
66366      Branch: metaconfig/U/perl
66367            ! d_strtoull.U d_strtouq.U
66368 ____________________________________________________________________________
66369 [  8120] By: jhi                                   on 2000/12/15  02:49:42
66370         Log: From: Nicholas Clark <nick@ccl4.org> 
66371              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
66372              Date: Thu, 14 Dec 2000 18:38:57 +0000
66373              Message-ID: <20001214183857.B97909@plum.flirble.org>
66374      Branch: perl
66375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66376            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
66377            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
66378            ! vos/config.ga.def vos/config.ga.h win32/config.bc
66379            ! win32/config.gc win32/config.vc
66380 ____________________________________________________________________________
66381 [  8119] By: jhi                                   on 2000/12/14  23:40:58
66382         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
66383              From: Nicholas Clark <nick@ccl4.org>
66384              Date: Wed, 13 Dec 2000 20:08:50 +0000
66385              Message-ID: <20001213200849.B71166@plum.flirble.org>
66386      Branch: perl
66387            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
66388            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
66389 ____________________________________________________________________________
66390 [  8118] By: jhi                                   on 2000/12/14  22:46:26
66391         Log: Integrate perlio.
66392      Branch: perl
66393           !> MANIFEST ext/Encode/compile makedef.pl
66394 ____________________________________________________________________________
66395 [  8117] By: nick                                  on 2000/12/14  22:38:53
66396         Log: Win32 tweaks to get Encode to build
66397              - temp hack to makedef.pl till PerlIO is properly "exported".
66398              - MSVC dislikes  
66399              static encpage_t foo[];
66400              so make 'em extern for now.
66401      Branch: perlio
66402            ! ext/Encode/compile makedef.pl
66403 ____________________________________________________________________________
66404 [  8116] By: nick                                  on 2000/12/14  22:00:53
66405         Log: Document the new files
66406      Branch: perlio
66407            ! MANIFEST
66408 ____________________________________________________________________________
66409 [  8115] By: jhi                                   on 2000/12/14  21:58:01
66410         Log: MANIFEST new files of #8114.
66411      Branch: perl
66412            ! MANIFEST
66413 ____________________________________________________________________________
66414 [  8114] By: jhi                                   on 2000/12/14  21:50:49
66415         Log: Integrate perlio.
66416      Branch: perl
66417           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
66418           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
66419           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
66420           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
66421           !> ext/Encode/Makefile.PL
66422 ____________________________________________________________________________
66423 [  8113] By: jhi                                   on 2000/12/14  21:48:49
66424         Log: The documentation part of the
66425              
66426              Subject: [ID 20001214.002] Net::Ping patch
66427              From: Jonathan Stowe <gellyfish@gellyfish.com>
66428              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
66429              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
66430              since the #7529 had already addressed the same problem.
66431      Branch: perl
66432            ! lib/Net/Ping.pm
66433 ____________________________________________________________________________
66434 [  8112] By: jhi                                   on 2000/12/14  21:42:57
66435         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
66436              From: Dominic Dunlop <domo@computer.org>
66437              Date: Tue, 12 Dec 2000 10:47:10 +0100
66438              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
66439              
66440              Document how elusive subroutines can be.
66441      Branch: perl
66442            ! pod/perlfunc.pod
66443 ____________________________________________________________________________
66444 [  8111] By: jhi                                   on 2000/12/14  21:38:05
66445         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
66446              From: Dominic Dunlop <domo@computer.org>
66447              Date: Thu, 14 Dec 2000 10:13:51 +0100
66448              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
66449      Branch: perl
66450            ! ext/POSIX/POSIX.pod
66451 ____________________________________________________________________________
66452 [  8110] By: jhi                                   on 2000/12/14  21:36:32
66453         Log: Subject: [patch] perlfaq7
66454              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
66455              Date: Thu, 14 Dec 2000 15:31:07 +0100
66456              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
66457      Branch: perl
66458            ! pod/perlfaq7.pod
66459 ____________________________________________________________________________
66460 [  8109] By: jhi                                   on 2000/12/14  21:29:20
66461         Log: Subject: [8104] Encode
66462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66463              Date: Thu, 14 Dec 2000 14:49:34 +0100
66464              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
66465              
66466              Type casting for nervous compilers.
66467      Branch: perl
66468            ! ext/Encode/Encode.xs
66469 ____________________________________________________________________________
66470 [  8108] By: jhi                                   on 2000/12/14  21:26:17
66471         Log: Subject: [8104] DB_File
66472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66473              Date: Thu, 14 Dec 2000 14:49:35 +0100
66474              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
66475              
66476              Type definition incorrect for DB 2.7.7.  Not known when it
66477              changed, so only changed it for a known revision.
66478      Branch: perl
66479            ! ext/DB_File/DB_File.xs
66480 ____________________________________________________________________________
66481 [  8107] By: jhi                                   on 2000/12/14  21:23:41
66482         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
66483              From: Peter Prymmer <pvhp@forte.com>
66484              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
66485              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
66486              
66487              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
66488      Branch: perl
66489            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
66490            ! ext/Encode/Encode/posix-bc.enc
66491 ____________________________________________________________________________
66492 [  8106] By: nick                                  on 2000/12/14  20:36:13
66493         Log: "Cold" build correction to Encode's Makefile.PL
66494      Branch: perlio
66495            ! ext/Encode/Makefile.PL
66496 ____________________________________________________________________________
66497 [  8105] By: nick                                  on 2000/12/14  20:09:37
66498         Log: "Compiled" encodings.
66499              Correct replacement character in EBCDIC .enc files
66500              Add 0x7F to ASCII repertoire.
66501      Branch: perlio
66502            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
66503            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
66504            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
66505            ! ext/Encode/Makefile.PL ext/Encode/compile
66506            ! ext/Encode/encengine.c ext/Encode/encode.h
66507 ____________________________________________________________________________
66508 [  8104] By: nick                                  on 2000/12/14  00:38:20
66509         Log: Integrate mainline
66510      Branch: perlio
66511           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
66512           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
66513           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
66514           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
66515           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
66516           !> t/lib/db-hash.t t/lib/db-recno.t
66517 ____________________________________________________________________________
66518 [  8103] By: nick                                  on 2000/12/13  23:16:13
66519         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
66520              so far and so it does not get lost.
66521      Branch: perlio
66522            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
66523 ____________________________________________________________________________
66524 [  8102] By: jhi                                   on 2000/12/13  17:14:22
66525         Log: Update Changes.
66526      Branch: perl
66527            ! Changes patchlevel.h
66528 ____________________________________________________________________________
66529 [  8101] By: jhi                                   on 2000/12/13  16:53:41
66530         Log: Move the proto of start_glob() to a better place; regen api files.
66531      Branch: perl
66532            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
66533 ____________________________________________________________________________
66534 [  8100] By: jhi                                   on 2000/12/13  16:47:11
66535         Log: Metaconfig change for #8099.
66536      Branch: metaconfig
66537            ! U/modified/Head.U
66538 ____________________________________________________________________________
66539 [  8099] By: jhi                                   on 2000/12/13  16:46:48
66540         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
66541              From: Andy Dougherty <doughera@lafayette.edu>
66542              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
66543              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
66544      Branch: perl
66545            ! Configure
66546 ____________________________________________________________________________
66547 [  8098] By: jhi                                   on 2000/12/13  16:39:02
66548         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
66549              From: rspier@pobox.com (Robert Spier)
66550              Date: Tue, 12 Dec 2000 21:12:39 -0500
66551              Message-ID: <14902.56087.678086.725773@rls.cx>
66552              
66553              fastgetcwd is defined using a glob alias on a $^O dependent basis -
66554              and there was no default assignment or perl subroutine.
66555      Branch: perl
66556            ! lib/Cwd.pm
66557 ____________________________________________________________________________
66558 [  8097] By: jhi                                   on 2000/12/13  16:16:01
66559         Log: Subject: [PATCH] move startglob out of pp_hot.c
66560              From: Nicholas Clark <nick@ccl4.org>
66561              Date: Mon, 11 Dec 2000 23:16:39 +0000
66562              Message-ID: <20001211231638.A55550@plum.flirble.org>
66563      Branch: perl
66564            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
66565 ____________________________________________________________________________
66566 [  8096] By: jhi                                   on 2000/12/13  15:26:23
66567         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
66568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
66569              Date: Wed, 13 Dec 2000 14:01:37 +0100
66570              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
66571              
66572              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
66573              in turn requires libpthread in libswanted.
66574      Branch: perl
66575            ! hints/hpux.sh
66576 ____________________________________________________________________________
66577 [  8095] By: jhi                                   on 2000/12/12  19:51:05
66578         Log: The integration wars continue.
66579      Branch: perl
66580           !> sv.c
66581 ____________________________________________________________________________
66582 [  8094] By: jhi                                   on 2000/12/12  19:48:26
66583         Log: Subject: [PATCH perl@8070] DB_File-1.74  
66584              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
66585              Date: Mon, 11 Dec 2000 23:07:17 -0000
66586              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
66587      Branch: perl
66588            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
66589            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66590            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
66591            ! t/lib/db-recno.t
66592 ____________________________________________________________________________
66593 [  8093] By: nick                                  on 2000/12/12  19:42:13
66594         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
66595      Branch: perlio
66596            ! sv.c
66597           !> lib/File/DosGlob.pm
66598 ____________________________________________________________________________
66599 [  8092] By: jhi                                   on 2000/12/12  19:28:11
66600         Log: Integrate perlio.
66601      Branch: perl
66602           !> sv.c
66603 ____________________________________________________________________________
66604 [  8091] By: nick                                  on 2000/12/12  18:49:45
66605         Log: Fix for Tk, and upgrading shared SVs.
66606      Branch: perlio
66607            ! sv.c
66608 ____________________________________________________________________________
66609 [  8090] By: jhi                                   on 2000/12/12  16:48:59
66610         Log: Subject: [PATCH] Re: Breadperl & Tk
66611              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66612              Date: Tue, 12 Dec 2000 14:48:27 GMT
66613              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
66614      Branch: perl
66615            ! sv.c
66616 ____________________________________________________________________________
66617 [  8089] By: jhi                                   on 2000/12/12  03:37:19
66618         Log: Subject: DosGlob.pm diff for bash style brace expansion.
66619              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
66620              Date: Fri, 8 Dec 2000 10:45:30 -0600
66621              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
66622      Branch: perl
66623            ! lib/File/DosGlob.pm
66624 ____________________________________________________________________________
66625 [  8088] By: nick                                  on 2000/12/11  23:59:59
66626         Log: Integrate mainline
66627      Branch: perlio
66628           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
66629           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
66630           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
66631           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
66632           !> t/op/local.t t/pragma/warn/toke toke.c
66633 ____________________________________________________________________________
66634 [  8087] By: jhi                                   on 2000/12/11  23:20:23
66635         Log: Integrate perlio.
66636      Branch: perl
66637           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
66638 ____________________________________________________________________________
66639 [  8086] By: jhi                                   on 2000/12/11  22:50:59
66640         Log: Tune further the OS detection of CGI.
66641      Branch: perl
66642            ! lib/CGI.pm
66643 ____________________________________________________________________________
66644 [  8085] By: nick                                  on 2000/12/11  22:50:46
66645         Log: Finish 1st pass of "encoding" layer e.g. :
66646              open($fh,"<encoding(iso8859-7)",$greek) || die;
66647      Branch: perlio
66648            ! ext/Encode/Encode.xs perlio.c perliol.h
66649 ____________________________________________________________________________
66650 [  8084] By: jhi                                   on 2000/12/11  22:32:06
66651         Log: Revert the -f ambiguousity patch, seems to cause
66652              too much hassle (the interpret -Q as a function
66653              where Q is not a known filetest part is left in).
66654      Branch: perl
66655            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
66656            ! toke.c
66657 ____________________________________________________________________________
66658 [  8083] By: jhi                                   on 2000/12/11  22:27:23
66659         Log: (accidentally empty check-in)
66660      Branch: perl
66661            ! lib/File/DosGlob.pm
66662 ____________________________________________________________________________
66663 [  8082] By: nick                                  on 2000/12/11  19:09:51
66664         Log: Restore mmap function (broken by tweaks to shared buffer
66665              layer for encode(xxxx)).
66666      Branch: perlio
66667            ! perlio.c
66668 ____________________________________________________________________________
66669 [  8081] By: jhi                                   on 2000/12/11  18:29:13
66670         Log: Subject: Re: The long awaited feature ...
66671              From: Simon Cozens <simon@cozens.net>
66672              Date: Mon, 11 Dec 2000 15:54:24 +0000
66673              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
66674              
66675              More io/utf8 tests.
66676      Branch: perl
66677            ! t/io/utf8.t
66678 ____________________________________________________________________________
66679 [  8080] By: jhi                                   on 2000/12/11  18:19:36
66680         Log: Subject: PATCH MakeMaker manpage clarification
66681              From: andreas.koenig@anima.de (Andreas J. Koenig)
66682              Date: 10 Dec 2000 20:46:13 +0100
66683              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
66684      Branch: perl
66685            ! lib/ExtUtils/MakeMaker.pm
66686 ____________________________________________________________________________
66687 [  8079] By: jhi                                   on 2000/12/11  15:35:07
66688         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
66689              From: Simon Cozens <simon@cozens.net>
66690              Date: Sun, 10 Dec 2000 19:06:19 +0000
66691              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
66692      Branch: perl
66693            ! ext/B/B/Deparse.pm t/lib/b.t
66694 ____________________________________________________________________________
66695 [  8078] By: jhi                                   on 2000/12/11  15:09:11
66696         Log: Subject: [PATCH] docs on NaN
66697              From: Nicholas Clark <nick@ccl4.org>
66698              Date: Mon, 11 Dec 2000 01:48:38 +0000
66699              Message-ID: <20001211014838.B99205@plum.flirble.org>
66700      Branch: perl
66701            ! pod/perlop.pod
66702 ____________________________________________________________________________
66703 [  8077] By: jhi                                   on 2000/12/11  15:02:21
66704         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
66705              From: Simon Cozens <simon@cozens.net>
66706              Date: Mon, 11 Dec 2000 01:21:45 +0000
66707              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
66708      Branch: perl
66709            ! pp.c pp_hot.c scope.c t/op/local.t
66710 ____________________________________________________________________________
66711 [  8076] By: nick                                  on 2000/12/10  20:43:32
66712         Log: Not merge worthy...
66713              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
66714              syntax is modelled on attributes.
66715              Untested fix for io/utf8 on Win32 etc.
66716              Very clumsy start to the encode layer.
66717      Branch: perlio
66718            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
66719 ____________________________________________________________________________
66720 [  8075] By: jhi                                   on 2000/12/10  18:39:33
66721         Log: Darwin is not Windows.
66722      Branch: perl
66723            ! lib/CGI.pm
66724 ____________________________________________________________________________
66725 [  8074] By: jhi                                   on 2000/12/10  18:31:27
66726         Log: Subject: Ambiguous -%c() resolved as a file test
66727              From: "Paul Marquess" <Paul.Marquess@openwave.com>
66728              Date: Sun, 10 Dec 2000 15:35:07 -0000
66729              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
66730      Branch: perl
66731            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
66732 ____________________________________________________________________________
66733 [  8073] By: jhi                                   on 2000/12/10  18:16:29
66734         Log: Subject: PATCH installperl misinformed 
66735              From: andreas.koenig@anima.de (Andreas J. Koenig)
66736              Date: 10 Dec 2000 13:01:32 +0100 
66737              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
66738      Branch: perl
66739            ! installperl
66740 ____________________________________________________________________________
66741 [  8072] By: jhi                                   on 2000/12/10  18:07:55
66742         Log: The walkoptree confusion rages; walkoptree() seems to be coming
66743              from B.xs, while walkoptree_slow() comes from B.pm.
66744      Branch: perl
66745            ! ext/B/B.pm
66746 ____________________________________________________________________________
66747 [  8071] By: nick                                  on 2000/12/10  11:45:47
66748         Log: Integrate mainline
66749      Branch: perlio
66750           +> t/base/commonsense.t
66751           !> (integrate 37 files)
66752 ____________________________________________________________________________
66753 [  8070] By: jhi                                   on 2000/12/10  04:46:21
66754         Log: Update Changes.
66755      Branch: perl
66756            ! Changes patchlevel.h
66757 ____________________________________________________________________________
66758 [  8069] By: jhi                                   on 2000/12/10  04:39:19
66759         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
66760              From: andreas.koenig@anima.de (Andreas J. Koenig)
66761              Date: 09 Dec 2000 17:14:25 +0100
66762              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
66763      Branch: perl
66764            + t/base/commonsense.t
66765            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
66766 ____________________________________________________________________________
66767 [  8068] By: jhi                                   on 2000/12/10  04:17:36
66768         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
66769              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66770              Date: Sat, 9 Dec 2000 16:47:22 -0000
66771              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
66772      Branch: perl
66773            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
66774            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
66775            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
66776            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
66777            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
66778            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
66779            ! t/lib/sdbm.t
66780 ____________________________________________________________________________
66781 [  8067] By: jhi                                   on 2000/12/10  03:52:02
66782         Log: Test case for #8066.
66783      Branch: perl
66784            ! t/op/misc.t
66785 ____________________________________________________________________________
66786 [  8066] By: jhi                                   on 2000/12/10  03:50:30
66787         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
66788              From: Simon Cozens <simon@cozens.net>
66789              Date: Sun, 10 Dec 2000 00:55:37 +0000
66790              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
66791      Branch: perl
66792            ! pp_sys.c
66793 ____________________________________________________________________________
66794 [  8065] By: jhi                                   on 2000/12/10  03:44:52
66795         Log: Test case for #8064.
66796      Branch: perl
66797            ! t/comp/proto.t
66798 ____________________________________________________________________________
66799 [  8064] By: jhi                                   on 2000/12/10  03:42:32
66800         Log: Subject: Re: prototype of substr
66801              From: Simon Cozens <simon@cozens.net>
66802              Date: Sun, 10 Dec 2000 00:13:33 +0000
66803              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
66804              
66805              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
66806              In other words, make the returned prototypes for any function
66807              stop prepending the ';' optionality marker after the first one.
66808              If they start getting optional, all the rest are optional.
66809      Branch: perl
66810            ! pp.c
66811 ____________________________________________________________________________
66812 [  8063] By: jhi                                   on 2000/12/10  03:39:42
66813         Log: Subject: [PATCH] perlguts.pod
66814              From: Simon Cozens <simon@cozens.net>
66815              Date: Sun, 10 Dec 2000 00:06:47 +0000
66816              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
66817              
66818              Documentation of the different types of ops,
66819              plus the functions in dump.c
66820      Branch: perl
66821            ! pod/perlguts.pod
66822 ____________________________________________________________________________
66823 [  8062] By: jhi                                   on 2000/12/10  03:30:04
66824         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
66825              From: Nicholas Clark <nick@talking.bollo.cx>
66826              Date: Sat, 09 Dec 2000 18:57:25 +0000
66827              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
66828              
66829              Be more robust in weird hostname setups.
66830      Branch: perl
66831            ! t/lib/net-hostent.t
66832 ____________________________________________________________________________
66833 [  8061] By: jhi                                   on 2000/12/10  03:28:21
66834         Log: Pacify fussy compiler. 
66835      Branch: perl
66836            ! pp_sys.c
66837 ____________________________________________________________________________
66838 [  8060] By: jhi                                   on 2000/12/10  02:52:46
66839         Log: Integrate perlio.
66840      Branch: perl
66841           !> pp_sys.c t/io/utf8.t
66842 ____________________________________________________________________________
66843 [  8059] By: nick                                  on 2000/12/09  23:40:14
66844         Log: read/sysread/recv should now be utf8 aware.
66845              Basic test for utf8 read.
66846      Branch: perlio
66847            ! pp_sys.c t/io/utf8.t
66848 ____________________________________________________________________________
66849 [  8058] By: jhi                                   on 2000/12/09  21:56:02
66850         Log: Integrate perlio.
66851      Branch: perl
66852           +> t/io/utf8.t
66853           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
66854 ____________________________________________________________________________
66855 [  8057] By: jhi                                   on 2000/12/09  21:53:35
66856         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
66857              From: Inaba Hiroto <inaba@st.rim.or.jp>
66858              Date: Sun, 10 Dec 2000 05:53:21 +0900
66859              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
66860              
66861              Tests for #8056.
66862      Branch: perl
66863            ! t/op/each.t
66864 ____________________________________________________________________________
66865 [  8056] By: jhi                                   on 2000/12/09  21:51:16
66866         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
66867              From: Inaba Hiroto <inaba@st.rim.or.jp>
66868              Date: Sat, 09 Dec 2000 18:02:00 +0900
66869              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
66870              
66871              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
66872      Branch: perl
66873            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
66874 ____________________________________________________________________________
66875 [  8055] By: nick                                  on 2000/12/09  20:11:48
66876         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
66877              than raw PerlIO_write() - does not seem to break any tests.
66878      Branch: perlio
66879            ! pp_sys.c
66880 ____________________________________________________________________________
66881 [  8054] By: nick                                  on 2000/12/09  19:47:30
66882         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
66883              (sysread, recv and write i.e. formats still to do...)
66884              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
66885              open($fh,">:utf8","name")
66886              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
66887              so no extra overhead is involved.
66888              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
66889              to a non-utf8 stream.
66890              Add initial io/utf8.t
66891              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
66892              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
66893              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
66894      Branch: perlio
66895            + t/io/utf8.t
66896            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
66897 ____________________________________________________________________________
66898 [  8053] By: nick                                  on 2000/12/09  19:26:37
66899         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
66900              was only testing this_utf8.
66901      Branch: perlio
66902            ! toke.c
66903 ____________________________________________________________________________
66904 [  8052] By: nick                                  on 2000/12/09  19:09:41
66905         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
66906              i.e. the output string has one, but don't mess with source assumption.
66907      Branch: perlio
66908            ! toke.c
66909 ____________________________________________________________________________
66910 [  8051] By: jhi                                   on 2000/12/09  16:55:17
66911         Log: Integrate perlio.
66912      Branch: perl
66913           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
66914           !> sv.c thrdvar.h util.c
66915 ____________________________________________________________________________
66916 [  8050] By: jhi                                   on 2000/12/09  16:48:07
66917         Log: Nits noticed by Peter Prymmer.
66918      Branch: perl
66919            ! lib/ExtUtils/MM_VMS.pm
66920 ____________________________________________________________________________
66921 [  8049] By: nick                                  on 2000/12/09  13:49:40
66922         Log: UTF8 output prework.
66923              - Store $\ and $, as SVs so they can have SvUTF8 flag
66924              - use do_print() rather than raw PerlIO_write() to print them.
66925      Branch: perlio
66926            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
66927            ! thrdvar.h util.c
66928 ____________________________________________________________________________
66929 [  8048] By: nick                                  on 2000/12/09  12:30:43
66930         Log: Integrate mainline.
66931      Branch: perlio
66932           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
66933           +> t/op/reverse.t
66934           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
66935           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
66936           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
66937           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
66938           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
66939           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66940 ____________________________________________________________________________
66941 [  8047] By: jhi                                   on 2000/12/09  00:23:27
66942         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
66943              From: Michael G Schwern <schwern@pobox.com>
66944              Date: Fri, 8 Dec 2000 14:43:04 -0600
66945      Branch: perl
66946            ! lib/ExtUtils/MM_VMS.pm
66947 ____________________________________________________________________________
66948 [  8046] By: jhi                                   on 2000/12/08  23:10:27
66949         Log: A missed check-in.
66950      Branch: perl
66951            ! lib/ExtUtils/Manifest.pm
66952 ____________________________________________________________________________
66953 [  8045] By: jhi                                   on 2000/12/08  21:57:12
66954         Log: (null check-in)
66955      Branch: perl
66956            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
66957 ____________________________________________________________________________
66958 [  8044] By: jhi                                   on 2000/12/08  21:11:06
66959         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
66960              at the final draft stage.
66961      Branch: perl
66962            + ext/Encode/Encode/iso8859-16.enc
66963            ! MANIFEST
66964 ____________________________________________________________________________
66965 [  8043] By: jhi                                   on 2000/12/08  16:39:04
66966         Log: Update Changes.
66967      Branch: perl
66968            ! Changes patchlevel.h
66969 ____________________________________________________________________________
66970 [  8042] By: jhi                                   on 2000/12/08  16:33:39
66971         Log: Do not return the Unicode replacement character if UTF-8
66972              decoding goes awry, it should be up to the caller to decide.
66973      Branch: perl
66974            ! pod/perlapi.pod utf8.c
66975 ____________________________________________________________________________
66976 [  8041] By: jhi                                   on 2000/12/08  16:22:28
66977         Log: metaconfig maintenance.
66978      Branch: metaconfig
66979            ! U/modified/stdchar.U
66980      Branch: metaconfig/U/perl
66981            + testsyml.U
66982 ____________________________________________________________________________
66983 [  8040] By: jhi                                   on 2000/12/08  16:03:08
66984         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
66985              From: sthoenna@efn.org
66986              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
66987              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
66988      Branch: perl
66989            ! Changes lib/ExtUtils/MM_OS2.pm
66990 ____________________________________________________________________________
66991 [  8039] By: jhi                                   on 2000/12/08  15:57:11
66992         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
66993              From: Simon Cozens <simon@cozens.net>
66994              Date: Fri, 8 Dec 2000 13:33:31 +0000
66995              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
66996              
66997              (The pp_hot part needed a rewrite.)
66998      Branch: perl
66999            ! doop.c pp_hot.c utf8.c
67000 ____________________________________________________________________________
67001 [  8038] By: jhi                                   on 2000/12/08  15:25:08
67002         Log: Subject: djSP
67003              From: Michael Stevens <michael@etla.org>
67004              Date: Wed, 6 Dec 2000 23:24:01 +0000
67005              Message-ID: <20001206232400.A21381@firedrake.org>
67006              
67007              Plus a note from Nick Ing-Simmons.
67008      Branch: perl
67009            ! pp.h
67010 ____________________________________________________________________________
67011 [  8037] By: jhi                                   on 2000/12/08  15:18:35
67012         Log: Filetype is text.
67013      Branch: perl
67014            ! t/op/utf8decode.t
67015 ____________________________________________________________________________
67016 [  8036] By: jhi                                   on 2000/12/08  03:31:27
67017         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67018              From: Andy Dougherty <doughera@lafayette.edu>
67019              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
67020              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
67021              
67022              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67023              From: Andy Dougherty <doughera@lafayette.edu>
67024              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
67025              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
67026      Branch: perl
67027            + ext/POSIX/hints/svr4.pl
67028            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
67029 ____________________________________________________________________________
67030 [  8035] By: jhi                                   on 2000/12/08  03:26:01
67031         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
67032              From: Andy Dougherty <doughera@lafayette.edu>
67033              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
67034              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
67035      Branch: perl
67036            ! t/README t/base/term.t
67037 ____________________________________________________________________________
67038 [  8034] By: jhi                                   on 2000/12/08  03:21:59
67039         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67040              From: mjd@plover.com  
67041              Date: 7 Dec 2000 21:04:20 -0000
67042              Message-ID: <20001207210420.22282.qmail@plover.com>
67043              
67044              Plus -z doc.
67045      Branch: perl
67046            ! pod/perlfunc.pod
67047 ____________________________________________________________________________
67048 [  8033] By: jhi                                   on 2000/12/08  03:19:03
67049         Log: Use the UTF8 macros a bit.  They can't be used with abandon
67050              everywhere because we do generate illegal UTF-8 in some situations.
67051              This is of course naughty.
67052      Branch: perl
67053            ! pod/perlapi.pod utf8.c utf8.h
67054 ____________________________________________________________________________
67055 [  8032] By: jhi                                   on 2000/12/08  03:00:09
67056         Log: Out of sync?
67057      Branch: perl
67058            ! t/pragma/warn/utf8
67059 ____________________________________________________________________________
67060 [  8031] By: jhi                                   on 2000/12/08  02:22:39
67061         Log: Cnt spl.
67062      Branch: perl
67063            ! MANIFEST
67064 ____________________________________________________________________________
67065 [  8030] By: jhi                                   on 2000/12/08  01:23:54
67066         Log: Add test for reverse().
67067      Branch: perl
67068            + t/op/reverse.t
67069            ! MANIFEST
67070 ____________________________________________________________________________
67071 [  8029] By: jhi                                   on 2000/12/08  01:21:47
67072         Log: Integrate perlio.
67073      Branch: perl
67074           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
67075           !> perlio.c perlio.h perlsdio.h warnings.pl
67076 ____________________________________________________________________________
67077 [  8028] By: jhi                                   on 2000/12/08  01:19:08
67078         Log: Introduce macros for UTF8 decoding.
67079      Branch: perl
67080            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
67081 ____________________________________________________________________________
67082 [  8027] By: nick                                  on 2000/12/07  22:18:19
67083         Log: Integrate mainline
67084      Branch: perlio
67085           !> embed.pl pod/perlapi.pod utf8.c
67086 ____________________________________________________________________________
67087 [  8026] By: nick                                  on 2000/12/07  21:45:08
67088         Log: Various oddities p4 diff -se showed up
67089              Remove 'our' from warnings.pl
67090      Branch: perlio
67091            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
67092 ____________________________________________________________________________
67093 [  8025] By: nick                                  on 2000/12/07  21:43:32
67094         Log: Change PerlIO_(get|set)pos to take SV *
67095              Should fix, OS/2, VMS, (sfio??)
67096      Branch: perlio
67097            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
67098 ____________________________________________________________________________
67099 [  8024] By: jhi                                   on 2000/12/07  19:05:32
67100         Log: Document utf8_to_uv() better.
67101      Branch: perl
67102            ! pod/perlapi.pod utf8.c
67103 ____________________________________________________________________________
67104 [  8023] By: jhi                                   on 2000/12/07  18:23:47
67105         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
67106      Branch: perl
67107            ! embed.pl pod/perlapi.pod utf8.c
67108 ____________________________________________________________________________
67109 [  8022] By: jhi                                   on 2000/12/07  04:13:51
67110         Log: Integrate perlio.
67111      Branch: perl
67112           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
67113           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
67114           !> win32/makefile.mk
67115 ____________________________________________________________________________
67116 [  8021] By: nick                                  on 2000/12/07  00:28:14
67117         Log: Various attempts at MSVC debug - not sure what has
67118              changed but works now. 
67119              Seems atexit() _may_ work for DLLs built with MSVC so don't
67120              call cleanup that way.
67121      Branch: perlio
67122            ! perlio.c win32/makefile.mk
67123 ____________________________________________________________________________
67124 [  8020] By: nick                                  on 2000/12/06  19:57:20
67125         Log: Integrate mainline
67126      Branch: perlio
67127           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
67128           !> (integrate 75 files)
67129 ____________________________________________________________________________
67130 [  8019] By: nick                                  on 2000/12/06  19:28:21
67131         Log: Add useperlio to config.vc
67132              Turn off binmode in config_H.PL
67133              Regen all the config_H.xx
67134              Attempt to get debugging build with MSVC.
67135      Branch: perlio
67136            ! win32/config.vc win32/config_H.bc win32/config_H.gc
67137            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
67138 ____________________________________________________________________________
67139 [  8018] By: nick                                  on 2000/12/06  19:21:57
67140         Log: Test various dup/external program options on all platforms.
67141      Branch: perlio
67142            ! t/io/dup.t
67143 ____________________________________________________________________________
67144 [  8017] By: nick                                  on 2000/12/06  19:20:47
67145         Log: Fix harness to be less picky
67146      Branch: perlio
67147            ! lib/Test/Harness.pm
67148 ____________________________________________________________________________
67149 [  8016] By: jhi                                   on 2000/12/06  16:45:12
67150         Log: Update Changes.
67151      Branch: perl
67152            ! Changes patchlevel.h
67153 ____________________________________________________________________________
67154 [  8015] By: jhi                                   on 2000/12/06  16:41:03
67155         Log: Test \x{...} with ord().
67156      Branch: perl
67157            ! t/op/ord.t
67158 ____________________________________________________________________________
67159 [  8014] By: jhi                                   on 2000/12/06  16:20:33
67160         Log: Test tweak because of #8013.
67161      Branch: perl
67162            ! t/lib/b.t
67163 ____________________________________________________________________________
67164 [  8013] By: jhi                                   on 2000/12/06  16:09:09
67165         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
67166              From: Michael G Schwern <schwern@pobox.com>
67167              Date: Tue, 5 Dec 2000 21:23:28 -0500
67168              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
67169              
67170              Carp::Heavy parts not very applicable because of recent changes.
67171      Branch: perl
67172            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
67173            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
67174            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
67175            ! lib/Exporter.pm lib/Exporter/Heavy.pm
67176            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
67177            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
67178            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
67179            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
67180            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
67181            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
67182            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
67183            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
67184            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
67185            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
67186            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
67187            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
67188            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
67189            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
67190            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
67191            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
67192            ! warnings.pl
67193 ____________________________________________________________________________
67194 [  8012] By: jhi                                   on 2000/12/06  15:22:38
67195         Log: Subject: [PATCH] Re: New harness is failing things
67196              From: Nick Ing-Simmons <nik@tiuk.ti.com>
67197              Date: Wed, 6 Dec 2000 13:00:30 GMT
67198              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
67199      Branch: perl
67200            ! lib/Test/Harness.pm
67201 ____________________________________________________________________________
67202 [  8011] By: jhi                                   on 2000/12/06  15:12:08
67203         Log: Subject: installhtml changes
67204              From: Michael Stevens <michael@etla.org>
67205              Date: Wed, 6 Dec 2000 13:15:53 +0000
67206              Message-ID: <20001206131553.A27317@firedrake.org>
67207      Branch: perl
67208            ! installhtml
67209 ____________________________________________________________________________
67210 [  8010] By: jhi                                   on 2000/12/06  15:06:05
67211         Log: Subject: the dTHR hits
67212              From: Michael Stevens <michael@etla.org>
67213              Date: Wed, 6 Dec 2000 12:06:03 +0000
67214              Message-ID: <20001206120603.A24581@firedrake.org>
67215              
67216              More, errrm, less dTHRs.
67217      Branch: perl
67218            ! bytecode.pl ext/B/B/C.pm
67219 ____________________________________________________________________________
67220 [  8009] By: jhi                                   on 2000/12/06  15:04:25
67221         Log: Subject: MakeMaker mailing list gone?
67222              From: Michael G Schwern <schwern@pobox.com>
67223              Date: Tue, 5 Dec 2000 19:29:59 -0500
67224              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
67225              
67226              The MakeMaker mailing list is dead, perlbug is the right
67227              address to report bugs.
67228      Branch: perl
67229            ! lib/ExtUtils/MakeMaker.pm
67230 ____________________________________________________________________________
67231 [  8008] By: jhi                                   on 2000/12/06  15:00:32
67232         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
67233              From: Michael G Schwern <schwern@pobox.com>
67234              Date: Tue, 5 Dec 2000 19:21:21 -0500
67235              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
67236              
67237              Add a default MANIFEST skip that ignores things like
67238              version control files, editor temporary files, and the Makefile.
67239      Branch: perl
67240            + lib/ExtUtils/MANIFEST.SKIP
67241            ! MANIFEST lib/ExtUtils/Manifest.pm
67242 ____________________________________________________________________________
67243 [  8007] By: jhi                                   on 2000/12/06  14:57:20
67244         Log: In Amiga more manual hackery of the scripts seems to be needed,
67245              from Jan-Erik Karlsson.  Why Configure does not get this right
67246              is unknown, may be shell-induced.
67247      Branch: perl
67248            ! README.amiga
67249 ____________________________________________________________________________
67250 [  8006] By: jhi                                   on 2000/12/05  23:53:12
67251         Log: Add TOPm1s to peek at the second topmost stack item.
67252      Branch: perl
67253            ! pp.h
67254 ____________________________________________________________________________
67255 [  8005] By: jhi                                   on 2000/12/05  23:13:55
67256         Log: Avaunt, you foul UTF-8 tests.
67257      Branch: perl
67258            ! t/op/ver.t t/pragma/utf8.t
67259 ____________________________________________________________________________
67260 [  8004] By: jhi                                   on 2000/12/05  23:09:54
67261         Log: Continue utf8 dispersal. 
67262      Branch: perl
67263            + t/op/concat.t
67264            ! MANIFEST t/pragma/utf8.t
67265 ____________________________________________________________________________
67266 [  8003] By: nick                                  on 2000/12/05  23:02:39
67267         Log: Integrate mainline.
67268      Branch: perlio
67269           +> t/op/length.t t/op/utf8decode.t
67270           !> (integrate 69 files)
67271 ____________________________________________________________________________
67272 [  8002] By: jhi                                   on 2000/12/05  22:59:28
67273         Log: Integrate perlio.
67274      Branch: perl
67275           !> iperlsys.h perl.c perlio.c win32/perllib.c
67276 ____________________________________________________________________________
67277 [  8001] By: nick                                  on 2000/12/05  22:07:52
67278         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
67279              - calloc/free suffer from damage on TerminateThread()
67280              - use PerlMemShared (as originally planned) now fixed
67281              - avoid doing anything important on DLL "detach".
67282      Branch: perlio
67283            ! perl.c perlio.c win32/perllib.c
67284 ____________________________________________________________________________
67285 [  8000] By: nick                                  on 2000/12/05  21:05:09
67286         Log: Fix gross PerlMemShared issue.
67287      Branch: perlio
67288            ! iperlsys.h
67289 ____________________________________________________________________________
67290 [  7999] By: jhi                                   on 2000/12/05  20:46:58
67291         Log: Test for Unicode (UTF-8) hash keys.
67292      Branch: perl
67293            ! t/op/each.t
67294 ____________________________________________________________________________
67295 [  7998] By: jhi                                   on 2000/12/05  20:30:35
67296         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
67297              is now always UTF-8), empty line cosmetics.
67298      Branch: perl
67299            ! t/pragma/utf8.t
67300 ____________________________________________________________________________
67301 [  7997] By: jhi                                   on 2000/12/05  20:15:40
67302         Log: Subject: Re: STRLEN - what?
67303              From: Andy Dougherty <doughera@lafayette.edu>
67304              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
67305              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
67306              
67307              Explain STRLEN.
67308      Branch: perl
67309            ! pod/perlguts.pod
67310 ____________________________________________________________________________
67311 [  7996] By: jhi                                   on 2000/12/05  20:13:34
67312         Log: Split off the UTF-8 decoder tests, make them to check also
67313              the error message.
67314      Branch: perl
67315            + t/op/utf8decode.t
67316            ! MANIFEST t/pragma/utf8.t utf8.c
67317 ____________________________________________________________________________
67318 [  7995] By: jhi                                   on 2000/12/05  16:39:47
67319         Log: Start migrating bits of pragma/utf8 to elsewhere
67320              (since the long term plan is to obsolete 'use utf8').
67321      Branch: perl
67322            + t/op/length.t
67323            ! MANIFEST t/pragma/utf8.t
67324 ____________________________________________________________________________
67325 [  7994] By: jhi                                   on 2000/12/05  16:30:21
67326         Log: Fix a manual edit typo from #7993, fix the message formatting
67327              for Unicode, add few our declarations.
67328      Branch: perl
67329            ! lib/Carp/Heavy.pm
67330 ____________________________________________________________________________
67331 [  7993] By: jhi                                   on 2000/12/05  16:09:15
67332         Log: Subject: Need help with warnings :-(
67333              From: "Ben Tilly" <ben_tilly@hotmail.com>
67334              Date: Tue, 05 Dec 2000 01:35:54 -0500
67335              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
67336              
67337              Subject: UPDATE: Carp/Heavy now passes all tests
67338              From: "Ben Tilly" <ben_tilly@hotmail.com>
67339              Date: Tue, 05 Dec 2000 07:59:41 -0500
67340              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
67341              
67342              The Brave New Carp.
67343      Branch: perl
67344            ! lib/Carp.pm lib/Carp/Heavy.pm
67345 ____________________________________________________________________________
67346 [  7992] By: jhi                                   on 2000/12/05  15:55:08
67347         Log: Subject: [PATCH perl@7979] cygwin port
67348              From: "Eric Fifer" <efifer@dircon.co.uk>
67349              Date: Tue, 5 Dec 2000 14:04:09 -0000
67350              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
67351      Branch: perl
67352            ! t/lib/net-hostent.t
67353 ____________________________________________________________________________
67354 [  7991] By: jhi                                   on 2000/12/05  15:52:34
67355         Log: Subject: Re: [PATCH] The largest hoax of all times?
67356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67357              Date: Tue, 5 Dec 2000 00:40:25 -0500
67358              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
67359              
67360              Subject: Re: [PATCH] The largest hoax of all times?
67361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67362              Date: Mon, 4 Dec 2000 23:55:53 -0500
67363              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
67364              
67365              Subject: Re: [PATCH] The largest hoax of all times?
67366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67367              Date: Tue, 5 Dec 2000 01:28:45 -0500
67368              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
67369              
67370              Fix the unpredictable order of DESTROYs.
67371      Branch: perl
67372            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
67373            ! sv.c sv.h t/op/ref.t
67374 ____________________________________________________________________________
67375 [  7990] By: jhi                                   on 2000/12/05  14:38:53
67376         Log: Subject: [PATCH] shrink pp_hot fractionally
67377              From: Nicholas Clark <nick@ccl4.org>
67378              Date: Tue, 5 Dec 2000 12:44:31 +0000
67379              Message-ID: <20001205124431.E74518@plum.flirble.org>
67380              
67381              Use report_evil_fh().
67382      Branch: perl
67383            ! opcode.pl opnames.h pp_hot.c util.c
67384 ____________________________________________________________________________
67385 [  7989] By: jhi                                   on 2000/12/05  14:21:27
67386         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
67387              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67388              Date: Mon, 04 Dec 2000 22:21:59 -0800
67389              Message-ID: <HmIL6gzkgepS092yn@efn.org>
67390              
67391              Harness shouldn't ignore responses like "ok 3\r\r\n".
67392      Branch: perl
67393            ! lib/Test/Harness.pm
67394 ____________________________________________________________________________
67395 [  7988] By: jhi                                   on 2000/12/05  13:51:28
67396         Log: Integrate the "skip" messages to explain().
67397      Branch: perl
67398            ! t/lib/syslfs.t t/op/lfs.t
67399 ____________________________________________________________________________
67400 [  7987] By: jhi                                   on 2000/12/05  12:34:54
67401         Log: The one that got away in #7984.
67402              
67403              Subject: Re: dTHR - what and why?
67404              From: Michael Stevens <michael@etla.org> 
67405              Date: Tue, 5 Dec 2000 11:15:52 +0000
67406              Message-ID: <20001205111552.A4647@firedrake.org>
67407      Branch: perl
67408            ! sv.h
67409 ____________________________________________________________________________
67410 [  7986] By: gsar                                  on 2000/12/05  09:14:44
67411         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
67412              due to the notorious GetFileType() bug in Windows 9x, which fstat()
67413              tickles)
67414      Branch: perl
67415            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
67416 ____________________________________________________________________________
67417 [  7985] By: jhi                                   on 2000/12/05  05:49:03
67418         Log: Integrate perlio.
67419      Branch: perl
67420           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
67421           !> win32/perlhost.h win32/perllib.c
67422 ____________________________________________________________________________
67423 [  7984] By: jhi                                   on 2000/12/05  05:48:16
67424         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
67425      Branch: perl
67426            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
67427            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
67428            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
67429            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
67430            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
67431            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67432            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
67433            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
67434            ! win32/win32.c
67435 ____________________________________________________________________________
67436 [  7983] By: nick                                  on 2000/12/04  23:27:43
67437         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
67438      Branch: perlio
67439            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
67440            ! win32/perlhost.h win32/perllib.c
67441 ____________________________________________________________________________
67442 [  7982] By: jhi                                   on 2000/12/04  19:44:09
67443         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
67444              uncovered by #7980.
67445      Branch: perl
67446            ! op.c
67447 ____________________________________________________________________________
67448 [  7981] By: jhi                                   on 2000/12/04  19:42:07
67449         Log: Subject: [PATCH] Trivial dump.c feature
67450              From: Simon Cozens <simon@cozens.net>
67451              Date: Mon, 4 Dec 2000 18:08:38 +0000
67452              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
67453              
67454              Show whether a constant is UTF-8.
67455      Branch: perl
67456            ! dump.c
67457 ____________________________________________________________________________
67458 [  7980] By: jhi                                   on 2000/12/04  19:36:51
67459         Log: UTF-8 hash keys, patch from Inaba Hiroto.
67460      Branch: perl
67461            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
67462 ____________________________________________________________________________
67463 [  7979] By: jhi                                   on 2000/12/04  17:36:28
67464         Log: Update Changes.
67465      Branch: perl
67466            ! Changes patchlevel.h
67467 ____________________________________________________________________________
67468 [  7978] By: jhi                                   on 2000/12/04  16:42:17
67469         Log: Retract #7977, still too volatile (the euphemism of the day
67470              for unfinished and buggy :-)
67471      Branch: perl
67472            ! doop.c hv.c pp.c sv.h
67473 ____________________________________________________________________________
67474 [  7977] By: jhi                                   on 2000/12/04  16:25:15
67475         Log: (Retracted by #7978, too shaky yet.)
67476              
67477              Subject: Re: utf8 in hash keys, implementor missing
67478              From: Simon Cozens <simon@cozens.net>
67479              Date: Sat, 2 Dec 2000 19:49:35 +0000
67480              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
67481              
67482              The first step at UTF-8 hash keys.
67483      Branch: perl
67484            ! doop.c hv.c pp.c sv.h
67485 ____________________________________________________________________________
67486 [  7976] By: jhi                                   on 2000/12/04  16:13:53
67487         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
67488              From: sthoenna@efn.org
67489              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
67490              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
67491      Branch: perl
67492            ! os2/os2.c perlio.c
67493 ____________________________________________________________________________
67494 [  7975] By: jhi                                   on 2000/12/04  16:05:25
67495         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
67496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67497              Date: Thu, 30 Nov 2000 20:50:37 -0800
67498              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
67499      Branch: perl
67500            ! os2/os2.c
67501 ____________________________________________________________________________
67502 [  7974] By: jhi                                   on 2000/12/04  16:03:57
67503         Log: Subject: [PATCH] ++ 20% faster
67504              From: Nicholas Clark <nick@ccl4.org>
67505              Date: Mon, 4 Dec 2000 12:17:27 +0000
67506              Message-ID: <20001204121726.B52976@plum.flirble.org>
67507              
67508              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
67509      Branch: perl
67510            ! sv.c
67511 ____________________________________________________________________________
67512 [  7973] By: jhi                                   on 2000/12/04  16:00:48
67513         Log: 
67514              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
67515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67516              Date: Mon, 04 Dec 2000 12:30:45 +0100
67517              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
67518              
67519              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
67520              library (getprotobyname and getprotobynumber are outversioned by
67521              the same calls in libc, at least for xlc version 3.
67522      Branch: perl
67523            ! hints/aix.sh
67524 ____________________________________________________________________________
67525 [  7972] By: jhi                                   on 2000/12/04  02:58:31
67526         Log: Integrate perlio.
67527      Branch: perl
67528           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
67529           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
67530           !> win32/win32.h win32/win32iop.h win32/win32thread.h
67531 ____________________________________________________________________________
67532 [  7971] By: nick                                  on 2000/12/04  00:24:33
67533         Log: Quieten some noise in Win32 builds:
67534              - win32.h is included after <sys/socket.h>, so need to 
67535              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
67536              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
67537      Branch: perlio
67538            ! doio.c perl.h toke.c win32/win32.h
67539 ____________________________________________________________________________
67540 [  7970] By: nick                                  on 2000/12/03  22:57:46
67541         Log: PERL_IMPLICIT_SYS compiles but does not work.
67542      Branch: perlio
67543            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
67544            ! win32/perlhost.h win32/perllib.c win32/win32.h
67545            ! win32/win32iop.h win32/win32thread.h
67546 ____________________________________________________________________________
67547 [  7969] By: jhi                                   on 2000/12/03  22:12:58
67548         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
67549              used to swash_init(), makes regprop() dumps more informative
67550              (+utf8::IsAlpha, -utf8::IsDigit, for example).
67551      Branch: perl
67552            ! regcomp.c regexec.c
67553 ____________________________________________________________________________
67554 [  7968] By: jhi                                   on 2000/12/03  21:39:56
67555         Log: Implement ANYOFUTF8 regprop() dumping.
67556      Branch: perl
67557            ! regcomp.c
67558 ____________________________________________________________________________
67559 [  7967] By: jhi                                   on 2000/12/03  20:57:19
67560         Log: Make uv_to_utf8() to zero-terminate its output buffer,
67561              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
67562      Branch: perl
67563            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
67564 ____________________________________________________________________________
67565 [  7966] By: nick                                  on 2000/12/03  18:41:21
67566         Log: Integrate mainline (STDCHAR)
67567      Branch: perlio
67568           !> Configure t/pragma/utf8.t
67569 ____________________________________________________________________________
67570 [  7965] By: jhi                                   on 2000/12/03  17:58:20
67571         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
67572      Branch: perl
67573            ! t/pragma/utf8.t
67574 ____________________________________________________________________________
67575 [  7964] By: jhi                                   on 2000/12/03  17:35:56
67576         Log: Integrate perlio.
67577      Branch: perl
67578           !> iperlsys.h perlio.c
67579 ____________________________________________________________________________
67580 [  7963] By: jhi                                   on 2000/12/03  17:33:55
67581         Log: Metaconfig unit change for #7962.
67582      Branch: metaconfig
67583            ! U/modified/stdchar.U
67584 ____________________________________________________________________________
67585 [  7962] By: jhi                                   on 2000/12/03  17:33:27
67586         Log: Untangle the <stdio.h> #include nest for the stdchar test,
67587              from Andy Dougherty.
67588      Branch: perl
67589            ! Configure
67590 ____________________________________________________________________________
67591 [  7961] By: nick                                  on 2000/12/03  16:53:00
67592         Log: Make iperlsys.h vector stdio not PerlIO.
67593      Branch: perlio
67594            ! iperlsys.h perlio.c
67595 ____________________________________________________________________________
67596 [  7960] By: nick                                  on 2000/12/03  14:43:01
67597         Log: Integrate mainline
67598      Branch: perlio
67599           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
67600           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
67601 ____________________________________________________________________________
67602 [  7959] By: jhi                                   on 2000/12/03  08:16:36
67603         Log: Use DO_UTF8().
67604      Branch: perl
67605            ! op.c
67606 ____________________________________________________________________________
67607 [  7958] By: jhi                                   on 2000/12/02  18:33:05
67608         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
67609              From: Mike Guy <mjtg@cam.ac.uk>         
67610              Date: Sat, 02 Dec 2000 17:27:13 +0000
67611              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
67612              
67613              An extraneous argument.
67614      Branch: perl
67615            ! toke.c
67616 ____________________________________________________________________________
67617 [  7957] By: jhi                                   on 2000/12/02  18:22:32
67618         Log: A missing hunk.
67619      Branch: perl
67620            ! t/lib/net-hostent.t
67621 ____________________________________________________________________________
67622 [  7956] By: jhi                                   on 2000/12/02  18:06:20
67623         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
67624              From: Nicholas Clark <nick@ccl4.org>
67625              Date: Sat, 2 Dec 2000 14:28:27 +0000
67626              Message-ID: <20001202142827.A12308@plum.flirble.org>
67627              
67628              Test robustness.
67629      Branch: perl
67630            ! t/lib/net-hostent.t
67631 ____________________________________________________________________________
67632 [  7955] By: jhi                                   on 2000/12/02  17:58:06
67633         Log: Metaconfig unit change for #7954.
67634      Branch: metaconfig
67635            ! U/modified/stdchar.U
67636 ____________________________________________________________________________
67637 [  7954] By: jhi                                   on 2000/12/02  17:54:32
67638         Log: An inconvenient hang would happen if the stdio _ptr wasn't
67639              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
67640              would be grepping stdin for all eternity for the _ptr.)
67641      Branch: perl
67642            ! Configure
67643 ____________________________________________________________________________
67644 [  7953] By: jhi                                   on 2000/12/02  00:07:15
67645         Log: Update Changes.
67646      Branch: perl
67647            ! Changes patchlevel.h
67648 ____________________________________________________________________________
67649 [  7952] By: jhi                                   on 2000/12/01  23:54:47
67650         Log: Subject: Re: long shell lines
67651              From: Andy Dougherty <doughera@lafayette.edu>
67652              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
67653              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
67654              
67655              Split overly long shell command lines.
67656      Branch: perl
67657            ! lib/ExtUtils/MM_Unix.pm
67658 ____________________________________________________________________________
67659 [  7951] By: jhi                                   on 2000/12/01  23:48:02
67660         Log: The metaconfig unit change for #7950.
67661      Branch: metaconfig
67662            + U/modified/stdchar.U
67663 ____________________________________________________________________________
67664 [  7950] By: jhi                                   on 2000/12/01  23:47:39
67665         Log: Try to find stdchar also from <stdio_impl.h>.
67666      Branch: perl
67667            ! Configure config_h.SH
67668 ____________________________________________________________________________
67669 [  7949] By: jhi                                   on 2000/12/01  23:46:45
67670         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
67671              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67672              Date: Fri, 1 Dec 2000 16:26:08 -0500
67673              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
67674              
67675              Reword the diagnostic message.
67676      Branch: perl
67677            ! pod/perldiag.pod
67678 ____________________________________________________________________________
67679 [  7948] By: nick                                  on 2000/12/01  22:49:43
67680         Log: Integrate mainline (for s/y/m as sub names stuff).
67681      Branch: perlio
67682           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
67683           !> t/pragma/warn/toke toke.c
67684 ____________________________________________________________________________
67685 [  7947] By: jhi                                   on 2000/12/01  20:55:41
67686         Log: Integrate perlio.
67687      Branch: perl
67688           !> perlio.c perliol.h t/io/pipe.t
67689 ____________________________________________________________________________
67690 [  7946] By: jhi                                   on 2000/12/01  20:36:51
67691         Log: Upgrade to CPAN 1.59_51, from Andreas König.
67692      Branch: perl
67693            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67694 ____________________________________________________________________________
67695 [  7945] By: nick                                  on 2000/12/01  20:31:32
67696         Log: Integrate mainline
67697      Branch: perlio
67698           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
67699           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
67700           +> t/lib/net-hostent.t
67701           !> (integrate 35 files)
67702 ____________________________________________________________________________
67703 [  7944] By: jhi                                   on 2000/12/01  20:23:29
67704         Log: Some help for 20001130.011.  Now one gets warnings like
67705              "Ambiguous -f() resolved as a file test ..."
67706      Branch: perl
67707            ! pod/perldiag.pod t/pragma/warn/toke toke.c
67708 ____________________________________________________________________________
67709 [  7943] By: jhi                                   on 2000/12/01  19:44:44
67710         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
67711              that also breaks using them as methods. 
67712      Branch: perl
67713            ! pod/perldiag.pod t/op/misc.t toke.c
67714 ____________________________________________________________________________
67715 [  7942] By: nick                                  on 2000/12/01  17:56:46
67716         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
67717              Make 'unix' pass most tests
67718              - do unread by temporary push of layer ("pending") holding unread chars
67719              - fast_gets is now based on per-handle flag
67720              - relax one of io/pipe.t tests to allow print to fail and close to
67721              succeed so that it passes on unbuffered "unix" layer.
67722              Remaining fail is sporadic and a genuine race condition between
67723              parent/child in fork test.
67724      Branch: perlio
67725            ! perlio.c perliol.h t/io/pipe.t
67726 ____________________________________________________________________________
67727 [  7941] By: jhi                                   on 2000/12/01  15:28:58
67728         Log: (Retracted by #7943.)
67729              
67730              Reserve the short named string operator names.
67731      Branch: perl
67732            ! pod/perldiag.pod t/op/misc.t toke.c
67733 ____________________________________________________________________________
67734 [  7940] By: jhi                                   on 2000/12/01  06:45:53
67735         Log: Get the three different space character classes right under utf8.
67736      Branch: perl
67737            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67738            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67739            ! regexec.c t/op/pat.t utf8.c
67740 ____________________________________________________________________________
67741 [  7939] By: jhi                                   on 2000/12/01  03:26:26
67742         Log: Two more tests that make no sense in UTF-8 since the test
67743              data is not in UTF-8.
67744      Branch: perl
67745            ! t/op/regexp.t
67746 ____________________________________________________________________________
67747 [  7938] By: jhi                                   on 2000/12/01  03:20:39
67748         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
67749              should it be required inside regexen?
67750      Branch: perl
67751            ! regcomp.c t/op/regmesg.t
67752 ____________________________________________________________________________
67753 [  7937] By: jhi                                   on 2000/12/01  02:58:53
67754         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67755              stored and restored, and thusly was trounced by the utf8 swash
67756              routines.
67757      Branch: perl
67758            ! regcomp.c
67759 ____________________________________________________________________________
67760 [  7936] By: jhi                                   on 2000/11/30  20:41:39
67761         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
67762              Why the different platforms behave so differently (core dump vs
67763              no core dump) on this bug is a but of a mystery, but if I had to
67764              guess I would mumble something like 'alignment'.
67765      Branch: perl
67766            ! sv.c
67767 ____________________________________________________________________________
67768 [  7935] By: jhi                                   on 2000/11/30  16:17:02
67769         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
67770              From: Robin Barker <rmb1@cise.npl.co.uk>
67771              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
67772              Date: Thu, 30 Nov 2000 14:27:12 GMT
67773      Branch: perl
67774            ! perlio.c toke.c
67775 ____________________________________________________________________________
67776 [  7934] By: jhi                                   on 2000/11/30  16:04:49
67777         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
67778      Branch: perl
67779            ! t/lib/net-hostent.t
67780 ____________________________________________________________________________
67781 [  7933] By: jhi                                   on 2000/11/30  06:07:26
67782         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
67783              From: Peter Prymmer <pvhp@forte.com>
67784              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
67785              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
67786              
67787              In VMS the localhost may be LOCALHOST.
67788      Branch: perl
67789            ! t/lib/net-hostent.t
67790 ____________________________________________________________________________
67791 [  7932] By: jhi                                   on 2000/11/30  01:11:11
67792         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67793              From: Peter Prymmer <pvhp@forte.com>
67794              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
67795              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
67796              
67797              plus regen perlapi.pod.
67798      Branch: perl
67799            ! pod/perlapi.pod utf8.c
67800 ____________________________________________________________________________
67801 [  7931] By: jhi                                   on 2000/11/30  01:06:19
67802         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
67803              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67804              Date:     Wed, 29 Nov 2000 17:15:11 EST
67805              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
67806      Branch: perl
67807            ! t/lib/filter-util.pl t/lib/filter-util.t
67808 ____________________________________________________________________________
67809 [  7930] By: jhi                                   on 2000/11/29  18:51:55
67810         Log: Update Changes.
67811      Branch: perl
67812            ! Changes patchlevel.h
67813 ____________________________________________________________________________
67814 [  7929] By: jhi                                   on 2000/11/29  18:50:55
67815         Log: Update the va_copy() metaconfig unit.
67816      Branch: metaconfig/U/perl
67817            ! need_va_copy.U
67818 ____________________________________________________________________________
67819 [  7928] By: jhi                                   on 2000/11/29  17:50:43
67820         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
67821              From: Dominic Dunlop <domo@computer.org>
67822              Date: Tue, 28 Nov 2000 16:41:57 +0100
67823              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
67824              
67825              Patch to catch a core dump in the Configure va_copy test.
67826      Branch: perl
67827            ! Configure config_h.SH
67828 ____________________________________________________________________________
67829 [  7927] By: jhi                                   on 2000/11/29  17:31:59
67830         Log: Retract #7921, the patch shouldn't be needed.
67831      Branch: perl
67832            ! sv.c
67833 ____________________________________________________________________________
67834 [  7926] By: jhi                                   on 2000/11/29  17:01:41
67835         Log: Make the Class::Struct import() wiser.
67836      Branch: perl
67837            ! lib/Class/Struct.pm t/lib/class-struct.t
67838 ____________________________________________________________________________
67839 [  7925] By: jhi                                   on 2000/11/29  16:36:33
67840         Log: All the core library users of Class::Struct seem to be
67841              using "use Class::Struct 'struct';" instead of the bare
67842              "use Class::Struct;", which isn't documented in Class::Struct.
67843              This can't be right.
67844      Branch: perl
67845            ! lib/File/stat.pm
67846 ____________________________________________________________________________
67847 [  7924] By: jhi                                   on 2000/11/29  16:32:15
67848         Log: A test works better if it has the right 1..$n output.
67849      Branch: perl
67850            ! t/lib/class-struct.t
67851 ____________________________________________________________________________
67852 [  7923] By: jhi                                   on 2000/11/29  16:29:11
67853         Log: Forgot to MANIFEST the new Net::hostent test.
67854      Branch: perl
67855            ! MANIFEST
67856 ____________________________________________________________________________
67857 [  7922] By: jhi                                   on 2000/11/29  16:27:49
67858         Log: Integrate perlio.
67859      Branch: perl
67860           !> iperlsys.h perlio.c
67861 ____________________________________________________________________________
67862 [  7921] By: jhi                                   on 2000/11/29  16:27:10
67863         Log: (Retracted by #7927.)
67864              
67865              Subject: [PATCH] Is infinity a number?
67866              From: Simon Cozens <simon@cozens.net>
67867              Date: Wed, 29 Nov 2000 14:48:20 +0000
67868              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
67869      Branch: perl
67870            ! sv.c
67871 ____________________________________________________________________________
67872 [  7920] By: jhi                                   on 2000/11/29  16:23:02
67873         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
67874              From: rspier@pobox.com (Robert Spier)
67875              Date: Wed, 29 Nov 2000 02:17:49 -0500
67876              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
67877              
67878              Add a test for Net::hostent.
67879      Branch: perl
67880            + t/lib/net-hostent.t
67881 ____________________________________________________________________________
67882 [  7919] By: jhi                                   on 2000/11/29  16:21:31
67883         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
67884              add a test for Class::Struct.
67885      Branch: perl
67886            + t/lib/class-struct.t
67887            ! MANIFEST lib/Class/Struct.pm
67888 ____________________________________________________________________________
67889 [  7918] By: jhi                                   on 2000/11/29  15:48:40
67890         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
67891              From: rspier@pobox.com (Robert Spier)
67892              Date: Wed, 29 Nov 2000 02:25:39 -0500
67893              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
67894              
67895              More checking in case someone has broken their services or
67896              protocol databases.
67897      Branch: perl
67898            ! ext/Sys/Syslog/Syslog.pm
67899 ____________________________________________________________________________
67900 [  7917] By: jhi                                   on 2000/11/29  15:46:25
67901         Log: Subject: [PATCH] $^O  win32 -> MSWin32
67902              From: rspier@pobox.com (Robert Spier)
67903              Date: Wed, 29 Nov 2000 02:17:38 -0500
67904              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
67905              
67906              plus similar nits for vms, err, VMS, and UNICOS.
67907      Branch: perl
67908            ! t/lib/syslfs.t t/op/lfs.t
67909 ____________________________________________________________________________
67910 [  7916] By: jhi                                   on 2000/11/29  15:42:51
67911         Log: Subject: [PATCH] Tokeniser debugging
67912              From: Simon Cozens <simon@cozens.net>
67913              Date: Wed, 29 Nov 2000 14:15:45 +0000
67914              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
67915      Branch: perl
67916            ! perl.c perl.h pod/perlrun.pod toke.c
67917 ____________________________________________________________________________
67918 [  7915] By: jhi                                   on 2000/11/29  15:41:36
67919         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67921              Date: Wed, 29 Nov 2000 02:13:14 -0500
67922              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
67923              
67924              OUT keyword nits.
67925              
67926              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67928              Date: Wed, 29 Nov 2000 03:09:04 -0500
67929              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
67930              
67931              OUT and IN_OUT documentation.
67932      Branch: perl
67933            ! lib/ExtUtils/xsubpp pod/perlxs.pod
67934 ____________________________________________________________________________
67935 [  7914] By: jhi                                   on 2000/11/29  03:35:01
67936         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
67937              From: John Tobey <jtobey@john-edwin-tobey.org>
67938              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
67939              Message-Id: <m140e1N-000FOoC@feynman.localnet>
67940              
67941              plus a performance speedup noticed by Sarathy.
67942      Branch: perl
67943            ! op.c
67944 ____________________________________________________________________________
67945 [  7913] By: jhi                                   on 2000/11/29  03:16:59
67946         Log: Use "1 while unlink" so that VMS gets clean, too.
67947      Branch: perl
67948            ! t/lib/filter-util.t
67949 ____________________________________________________________________________
67950 [  7912] By: jhi                                   on 2000/11/29  03:09:08
67951         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
67952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67953              Date: Tue, 28 Nov 2000 03:27:09 -0500
67954              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
67955      Branch: perl
67956            ! lib/ExtUtils/xsubpp
67957 ____________________________________________________________________________
67958 [  7911] By: jhi                                   on 2000/11/29  03:06:30
67959         Log: This should have been part of #7872: no need to scan UTF-8
67960              until eternity.
67961      Branch: perl
67962            ! utf8.c
67963 ____________________________________________________________________________
67964 [  7910] By: jhi                                   on 2000/11/29  02:50:04
67965         Log: One more perltie.pod nit from Casey R. Tweten.
67966      Branch: perl
67967            ! pod/perltie.pod
67968 ____________________________________________________________________________
67969 [  7909] By: jhi                                   on 2000/11/29  02:44:23
67970         Log: Document the known sprintf test failures, exact standard
67971              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
67972      Branch: perl
67973            ! pod/perldelta.pod t/op/sprintf.t
67974 ____________________________________________________________________________
67975 [  7908] By: jhi                                   on 2000/11/29  02:36:23
67976         Log: Add the Encoding table format documentation.
67977      Branch: perl
67978            + ext/Encode/Encode/EncodeFormat.pod
67979            ! MANIFEST
67980 ____________________________________________________________________________
67981 [  7907] By: jhi                                   on 2000/11/29  02:07:24
67982         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
67983              From: "Casey R. Tweten" <crt@kiski.net>
67984              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
67985              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
67986              
67987              Subject: Re: [PATCH] Updating perltie.pod for arrays
67988              From: "Casey R. Tweten" <crt@kiski.net>
67989              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
67990              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
67991      Branch: perl
67992            ! pod/perltie.pod
67993 ____________________________________________________________________________
67994 [  7906] By: nick                                  on 2000/11/28  22:40:59
67995         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
67996      Branch: perlio
67997            ! iperlsys.h perlio.c
67998 ____________________________________________________________________________
67999 [  7905] By: nick                                  on 2000/11/28  22:04:34
68000         Log: Integrate mainline
68001      Branch: perlio
68002           !> (integrate 39 files)
68003 ____________________________________________________________________________
68004 [  7904] By: jhi                                   on 2000/11/28  16:44:43
68005         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
68006              From: Nicholas Clark <nick@babyhippo.co.uk>
68007              Date: Tue, 28 Nov 2000 11:16:57 +0000
68008              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
68009      Branch: perl
68010            ! pod/perlipc.pod
68011 ____________________________________________________________________________
68012 [  7903] By: jhi                                   on 2000/11/28  16:40:31
68013         Log: Subject: [PATCH] Updating perltie.pod for arrays
68014              From: "Casey R. Tweten" <crt@kiski.net>
68015              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
68016              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
68017      Branch: perl
68018            ! pod/perltie.pod
68019 ____________________________________________________________________________
68020 [  7902] By: jhi                                   on 2000/11/28  16:39:37
68021         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
68022              From: Robin Barker <rmb1@cise.npl.co.uk>
68023              Date: Mon, 27 Nov 2000 17:56:44 GMT
68024              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
68025      Branch: perl
68026            ! pod/perlfunc.pod t/op/split.t
68027 ____________________________________________________________________________
68028 [  7901] By: jhi                                   on 2000/11/28  16:28:04
68029         Log: setmode() is a DOSish-only thing.
68030      Branch: perl
68031            ! perlio.c
68032 ____________________________________________________________________________
68033 [  7900] By: jhi                                   on 2000/11/28  16:21:46
68034         Log: Subject: [PATCH] perlcc.PL cleanups
68035              From: Simon Cozens <simon@cozens.net>
68036              Date: Tue, 28 Nov 2000 12:44:35 +0000
68037              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
68038      Branch: perl
68039            ! utils/perlcc.PL
68040 ____________________________________________________________________________
68041 [  7899] By: gsar                                  on 2000/11/28  06:32:55
68042         Log: reintegrate files missed by change#7895
68043      Branch: maint-5.6/perl
68044           +> ext/ByteLoader/bytecode.h utils/Makefile
68045            - utils/perlbc.PL
68046 ____________________________________________________________________________
68047 [  7897] By: gsar                                  on 2000/11/27  18:22:47
68048         Log: can't integrate these two files, for some reason
68049      Branch: maint-5.6/perl
68050            - ext/ByteLoader/bytecode.h utils/Makefile
68051 ____________________________________________________________________________
68052 [  7895] By: gsar                                  on 2000/11/27  18:11:21
68053         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
68054              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
68055              6757..6890,6892..6901 from mainline
68056              
68057              Bytecompiler patches from Benjamin Stuhl.
68058              
68059              More bytecompiler.
68060              
68061              Subject: [PATCH blead] B:: missing dependency
68062              
68063              Subject: [PATCH: 6757] configure.com updates and syslog build
68064              
68065              Long double Gconvert fixes from Yitzchak Scott-Thoennes
68066              and Spider Boardman.
68067              
68068              Subject: [PATCH blead] nextchar() abuse misses an optimisation
68069              
68070              Long double fixes from Spider Boardman.
68071              
68072              Make the selection of NVff et al stricter.
68073              
68074              cSVOPo_*v things index into the current PL_curpad
68075              under ithreads, which is different from the curpad
68076              used by the XSUB.  (In other words, the code as-is
68077              before this patch wouldn't work under ithreads.)
68078              
68079              Be portable.
68080              
68081              VMS MMS (make) wants null action.
68082              
68083              Mac and other portability updates from Chris Nandor.
68084              
68085              Storable support, v-version fixes.
68086              Subject: CPAN.pm beta for testing available
68087              
68088              Portability fix from Hugo van der Sanden.
68089              
68090              Bad makefile.
68091              
68092              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
68093              
68094              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
68095              
68096              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
68097              
68098              Replace #6705 with a minimal doc patch.
68099              Subject: [PATCH 5.6.0] replace change #6705
68100              
68101              Drop the separate perlbc, perlcc -b should be enough.
68102              
68103              installperl couldn't tell whether it had run tests or not.
68104              Subject: [PATCH] Re: installperl and t/TEST
68105              
68106              Add silencer flags to installperl.
68107              Subject: [PATCH] Making installperl silent.
68108              
68109              Make "make install" by default silent.  A new "install-verbose"
68110              target is verbose.
68111              
68112              More liberal parsing of version numbers.
68113              Subject: Re: CPAN.pm beta for testing available
68114              
68115              Create directories in silence.
68116              Subject: [PATCH] Another silencer for MakeMaker
68117              
68118              DOS patches and portability/porting notes, from Tim Jenness.
68119              
68120              Make installman to recognize the silence flag -S.
68121              
68122              Actually do something with the silencer option.
68123              
68124              Continue silencing.
68125              
68126              Show the doc file, not the temp file.
68127              
68128              Regen perltoc.
68129              
68130              Subject: [PATCH] More silencing of installman.
68131              
68132              Better wording for the vec lvalue diagnostic.
68133              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
68134              
68135              Subject: [PATCH: 6805] several more tweaks to configure.com
68136              
68137              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
68138              
68139              Missing parts of 
68140              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
68141              
68142              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
68143              (applied slightly modified)
68144              
68145              installperl --verbose and --silent.
68146              Subject: Re: [PATCH] More silencing of installman.
68147              
68148              Add install-silent target.
68149              
68150              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
68151              the problem reported in
68152              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
68153              
68154              Tweak the sfio/useperlio logic, hopefully as wished in
68155              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
68156              
68157              One forgotten file from #6816.
68158              
68159              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
68160              
68161              Remove duplicately applied patch shards.
68162              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
68163              
68164              Support preserving extremely big/small angles.
68165              
68166              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
68167              
68168              Subject: [PATCH] installation not quite silent yet.
68169              
68170              Update the test count.
68171              
68172              Use UVxf, PTR2UV, NVff.
68173              
68174              Document PTR2XX and INT2PTR.
68175              
68176              no-install target a la make -n.
68177              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
68178              
68179              grep -e isn't portable.
68180              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
68181              
68182              Can't get the test to reliably work thanks to the
68183              inaccurateness of floating point.  "Resolves" bug ids
68184              20000826.003, 20000826.009, 20000826.010,
68185              
68186              Subject: installman buglet
68187              
68188              DJGPP update from Laszlo Molnar.
68189              
68190              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
68191              
68192              Passing -R in ldflags makes now it to appear in the default
68193              for lddlflags, just like with -L.
68194              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
68195              
68196              Test nit.
68197              
68198              Use the actual thread type, not the pointer-to-struct.
68199              
68200              Provice virtual $Config{ccflags_nolargefiles} etc. 
68201              
68202              display_format used as a class method without arguments was broken,
68203              reported in
68204              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
68205              
68206              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
68207              
68208              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
68209              
68210              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
68211              
68212              opmini.o may be left around if a build is interrupted.
68213              
68214              Typo in #6858.
68215              
68216              Fix for ID 20000828.001, long doubles were not formatted
68217              correctly (showed up in $], which stopped installing perl).
68218              
68219              An attempt to fix the problem reported in
68220              Subject: Building perl@6856 using gcc/AIX 4.3.3 
68221              I can't test this properly since the gcc installation I have
68222              access to seems to be botched (gcc is calling the AIX cpp,
68223              a losing proposition...)
68224              
68225              Add -ld to archname on long tr...double platforms.
68226              
68227              Subject: hv.h Doc Patch
68228              
68229              Potential cruft.
68230              
68231              Subject: [PATCH bleedperl@6856] warnings fixes
68232              
68233              -S is the silent flag, -s is the strip flag.
68234              Subject: [PATCH] Re: [PATCH] make no-install          
68235              
68236              Take out the SUIDMAIL thing, that will not be
68237              a problem in 5.7.*.
68238              
68239              Subject: [PATCH bleedperl@6866] spellings
68240              
68241              Subject: [PATCH] Re: files not cleaned even by veryclean
68242              
68243              Use minimal @INC in tests, most of the time just '../lib',
68244              so that we simply can't pick up stuff from other Perls than
68245              the one we are testing.  Pointed out by
68246              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
68247              
68248              Update to Getopt::Long 2.24, from Johan Vromans.
68249              
68250              Fix for thinko in #6848.
68251              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
68252              
68253              Patches all over for people and the files they (hopefully) care about.
68254              
68255              Subject: Net::protoent does not export 'getproto'
68256              
68257              Missed a change in #6869.
68258              
68259              Subject: [PATCH] Warnings in B::Deparse
68260              
68261              Subject: [PATCH] Glob dumping
68262              
68263              Disable one of the tests for now.
68264              
68265              Disabling the one test is a bit tricky.
68266              
68267              Don't forget to tidy up.
68268              
68269              The #6881 removed one dump line.
68270              
68271              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
68272              
68273              Under usethreads the dumped variable is IN_PAD.
68274              Subject: Re: [PATCH] Glob dumping
68275              
68276              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
68277              
68278              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
68279              
68280              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
68281              
68282              Regen Configure for #6894.
68283              
68284              Subject: [PATCH: 6889] updates to perlebcdic.pod
68285              
68286              Undo namespace pollution of #6878.
68287              Subject: Re: Net::protoent does not export 'getproto'
68288              
68289              Admit that we are leaking scalars.
68290              
68291              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
68292      Branch: maint-5.6/perl
68293           !> (integrate 271 files)
68294 ____________________________________________________________________________
68295 [  7894] By: gsar                                  on 2000/11/27  16:00:34
68296         Log: a couple of nits
68297      Branch: maint-5.6/perl
68298            ! MANIFEST pp_sys.c
68299 ____________________________________________________________________________
68300 [  7893] By: gsar                                  on 2000/11/27  15:10:56
68301         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
68302              6740..6745,6747..6757,6760
68303              
68304              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
68305              
68306              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
68307              
68308              Doc nits spotted by Richard Soderberg.
68309              
68310              move WNOHANG definition to where other such things are
68311              
68312              Make $Config{byteorder} more magical so that it is
68313              dynamically computed: nice for 'fat binaries'.
68314              Subject: [PATCH]: default byteorder
68315              
68316              Subject: [PATCH] Cwd.pm now uses strict
68317              
68318              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
68319              
68320              Get -DLEAKTEST to compile (not necessarily to work, mind)
68321              Subject: [ID 20000724.006] -DLEAKTEST problem
68322              
68323              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
68324              
68325              Add perlebcdic from Peter Prymmer, regen toc.
68326              
68327              Don't propose using modules built for 5.005 if no binary
68328              compatibility with 5.005 is attempted.
68329              
68330              Do not use prototyping here.
68331              Subject: [ID 20000817.016] [PATCH] Peek.xs
68332              
68333              Document what the backtick returns if the command fails.
68334              
68335              Add byteorder to the myconfig output.
68336              
68337              Introduce NVef, NVff, and NVgf, use the middle one.
68338              (helps for lib/peek + Linux + long doubles)  Reported in
68339              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68340              Use NVs in POSIX math, not doubles.
68341              Subject: [ID 20000817.014] POSIX & modfl
68342              
68343              Subject: [PATCH 5.6.0+] newSVrv() memory leak
68344              
68345              The byteorder code in #6671 was wrong.
68346              
68347              Fix the lib/complex failure of
68348              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68349              Linux long double accuracy issue: something that
68350              when printed with %g looks like "2" but int() of it is 1.
68351              
68352              Propagate new Configure vars.
68353              
68354              Unbuffer the output.
68355              
68356              Subject: [PATCH] perltrap.pod spring cleaning
68357              
68358              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
68359              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
68360              
68361              Tiny Getopt::Long patch from Johan Vromans.
68362              
68363              Document code point which makes if (defined %stash::) to work
68364              (noted by Spider Boardman).
68365              
68366              Subject: [PATCH perl@6698] cygwin port
68367              
68368              Document the NDBM_File and ODBM_File as SDBM_File
68369              was documented in #6417.
68370              
68371              The new tests were missing from #6415.
68372              
68373              Add [[:blank:]] as suggested in
68374              Subject: [ID 20000716.024] [=cc=] / [:blank:]
68375              (the [=cc=] has already been taken care of by #6439
68376              so the whole bug report can be closed)
68377              and make [[:space:]] to be equivalent to isspace(3)
68378              (as opposed to \s, which is isSPACE()).  The difference
68379              is that now [[:space:]] matches the mythical vertical tab,
68380              while \s doesn't.
68381              
68382              Don't eat leading os from index entries.
68383              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
68384              
68385              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
68386              
68387              Typo in pp_complement().
68388              Subject: [PATCH perl-current] Deparse
68389              
68390              Add warnif(), check warnings further up the stack,
68391              all the warnings functions now can take an optional object reference.
68392              Subject: [PATCH bleedperl@6691] warnings pragma update
68393              
68394              Fix a core dump in lib/selfloader under -DDEBUGGING.
68395              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
68396              
68397              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
68398              
68399              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
68400              
68401              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
68402              Put back the long double avoidance code to POSIX.xs
68403              because VMS seems to need it still.
68404              
68405              Introduce a 'veryclean' target that is like 'distclean'
68406              but also removes *~ and *.orig.
68407              
68408              Subject: [ID 20000817.023] endianness description in perlfunc.pod
68409              
68410              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
68411              
68412              Let's try #6717 again.
68413              
68414              UTF8 concat fixes.
68415              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
68416              
68417              pp_open() could pass an uninitialized filename down to do_open9().
68418              
68419              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
68420              
68421              Update to CGI 2.72, from Lincoln Stein.
68422              
68423              Subject: [PATCH] Silence MakeMaker (Was: installman)
68424              
68425              Use temporary directory instead of current directory.
68426              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
68427              
68428              Document odd vs even subreleases and -Dusedevel.
68429              
68430              The veryclean target needs to clobber.
68431              
68432              Use File::Spec->tmpdir().
68433              
68434              Document the number of exponent digits.
68435              
68436              Mention perlebcdic and perlposix-bc.
68437              
68438              s/this one/the 5.6.0 release/
68439              
68440              The #6724 is here.
68441              
68442              The correct cleaning order is an art.
68443              
68444              small tweaks for change#6705: avoid C++ style comments in C code;
68445              use Perl's malloc API rather than the low level system one
68446              
68447              Array context keeps slithering in.
68448              
68449              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
68450              
68451              Subject: [PATCH] os2.c fix for use64bitint
68452              
68453              Update to Pod::LaTeX 0.53.
68454              Subject: [PATCH] lib/Pod/LaTeX.pm updates
68455              
68456              Document the endianness of Alpha more precisely.
68457              
68458              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
68459              
68460              Rename the macro argument because some preprocessors
68461              can't tell the difference and expand arguments also inside
68462              double quoted strings.
68463              
68464              free TLS slot properly on Windows
68465              
68466              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
68467              
68468              Unicos/mk requires elaborate paranoia.
68469              
68470              Tweak the floating point output routine preferences.
68471              
68472              Also under djgpp the timestamps are funky.
68473              
68474              Apply some PodParser 1.18 patches; the Pod/Find.pm
68475              patches cannot be applied since #6712 conflicts.
68476              
68477              Use PodParser 1.18 new test.
68478              
68479              A pod nit.
68480              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
68481              
68482              Be verydeepclean.
68483      Branch: maint-5.6/perl
68484           +> pod/perlebcdic.pod
68485           !> (integrate 106 files)
68486 ____________________________________________________________________________
68487 [  7892] By: jhi                                   on 2000/11/27  15:02:32
68488         Log: Update Changes.
68489      Branch: perl
68490            ! Changes patchlevel.h
68491 ____________________________________________________________________________
68492 [  7891] By: jhi                                   on 2000/11/27  14:57:23
68493         Log: Subject: Re: perlfaq style changes
68494              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68495              Date: Sat, 25 Nov 2000 23:32:26 -0800
68496              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
68497              
68498              plus a note from Ronald Kimball.
68499      Branch: perl
68500            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
68501 ____________________________________________________________________________
68502 [  7890] By: jhi                                   on 2000/11/27  14:53:14
68503         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
68504              From: Benjamin Holzman <bah@ecnvantage.com>
68505              Date: Sun, 26 Nov 2000 16:27:33 -0500
68506              Message-ID: <20001126162733.J25040@ecnvantage.com>
68507      Branch: perl
68508            ! gv.c
68509 ____________________________________________________________________________
68510 [  7889] By: jhi                                   on 2000/11/27  14:43:11
68511         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
68512              From: lvirden@cas.org
68513              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
68514              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
68515      Branch: perl
68516            ! README.amiga
68517 ____________________________________________________________________________
68518 [  7888] By: jhi                                   on 2000/11/27  14:32:34
68519         Log: Restore also the locale test to no-sprintf-taint state.
68520              Fixes the bug 20001127.003.
68521      Branch: perl
68522            ! sv.c t/pragma/locale.t
68523 ____________________________________________________________________________
68524 [  7887] By: gsar                                  on 2000/11/27  14:13:05
68525         Log: integrate changes#6613..6616,6620..6665 from mainline
68526              
68527              VMS configure.com update continues.
68528              
68529              Subject: Test fails / warnings with perl-current #6612
68530              
68531              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
68532              
68533              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
68534              
68535              For now remove the mail code.
68536              
68537              Subject: Re: [PATCH] @+, @- readonly
68538              
68539              Subject: warning: storage class after type is obsolescent
68540              
68541              Subject: sfio2000
68542              
68543              Subject: Re: File::Temp problems on VMS in bleedperl
68544              
68545              README.os2 update.
68546              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
68547              
68548              Make the user to give up his firstborn, err, to knowingly
68549              verify installing an unstable developer release.  Also bump
68550              the release to 5.7.0, but leave a patch tag in the local
68551              patches saying that this is not yet the real thing.
68552              
68553              Update (kinda) to Test 1.14, from Joshua Pritikin.
68554              
68555              make ok etc also for win32.
68556              
68557              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
68558              
68559              Don't blow limited stacks, a lower number is enough to
68560              tickle the lookbehind limit.
68561              
68562              Use -Dusedevel; regen Configure and the respective Porting stuff.
68563              
68564              Subject: [PATCH] debugger exit code should reflect user exit code
68565              
68566              Subject: [PATCH perl@6620] cygwin port
68567              
68568              Missed a file from #6638.
68569              
68570              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)
68571              
68572              magic callbacks all need to have same type signature
68573              
68574              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
68575              
68576              Fix a dependency problem.
68577              Subject: [PATCH: 6640] VMS Makefile.SH update
68578              
68579              The numeric locale was reset to "C" by s?printf and never restored.
68580              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
68581              No test since adding the failing example to locale.t
68582              does not fail -- probably because the locale settings are so
68583              thoroughly tweaked by that time.  Running the example standalone
68584              does fail, though.  UPDATE: test case added at change #7540.
68585              
68586              Subject: [ID 20000324.040] minor fix to perlhpux.pod
68587              
68588              Update to CPAN 1.57.
68589              
68590              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
68591              
68592              Change the perlbug address to perl.org since it's more forgiving.
68593              
68594              Change the regx compilation error markers to use = instead of <
68595              since pod makes using the latter quite messy.  Reported in
68596              ID 20000814.006 by Abigail and in
68597              Subject: Unknown escape E<> ?
68598              
68599              Update to perldebtut 1.9, from Richard Foley.
68600              
68601              check that the number pseudo children doesn't exceed
68602              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
68603              the WaitForMultipleObjects() limit that would cause wait()
68604              to crash)
68605              wait() and waitpid() could potentially be rewritten to use
68606              more than one thread to do the waiting to eliminate this
68607              limitation
68608              
68609              change#6328 could make close(SOCKET) return false on windows
68610              when it shouldn't
68611              
68612              pod nit seen in passing
68613              
68614              on windows, the return values from wait() and waitpid() don't
68615              match those of pseudo-pids
68616              
68617              waitpid() now handles externally spawned pids correctly;
68618              fixes for backtick/wait/waitpid failures on Windows 9x
68619              these changes make the pid returned by process functions on
68620              Windows 9x always positive by clearing the high bit (which
68621              is always set on Win9x); pseudo-process PIDs are likewise
68622              always negative now on Win9x (just as on NT/2000)
68623              
68624              trailing new %ENV entries weren't being pushed into the real
68625              environment of subprocesses on Windows
68626              
68627              Tweak the regex compilation errors once more.
68628              
68629              avoid warnings from dense compiler
68630              
68631              add "ok" targets from change#6632 in makefile.mk
68632      Branch: maint-5.6/perl
68633            - lib/Pod/PlainText.pm vms/configure.com
68634           !> (integrate 66 files)
68635 ____________________________________________________________________________
68636 [  7886] By: jhi                                   on 2000/11/27  13:54:18
68637         Log: __FUNCTION__ isn't portable and trying to emulate it leads
68638              into practically spelling out the name of the function.
68639              Takes care of the bug 20001127.001.
68640      Branch: perl
68641            ! perlio.c
68642 ____________________________________________________________________________
68643 [  7885] By: gsar                                  on 2000/11/27  13:53:18
68644         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
68645              6610..6611 from mainline
68646              
68647              Make regular expression parse error messages easier to understand.
68648              Subject: Re: enhanced(?) regex error messages
68649              
68650              Tiny tidying on report_evil_fh().
68651              
68652              Subject: Re: enhanced(?) regex error messages 
68653              plus Capitalize the error messages, plus perldiag them.
68654              
68655              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
68656              
68657              Document here-doc better.
68658              
68659              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
68660              
68661              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
68662              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
68663              (either perlbug or p5p ate the original), plus regen
68664              perlapi and perltoc. 
68665              
68666              Regen global.sym.
68667              
68668              Double check that we have a dirhandle.
68669              
68670              Subject: Re: enhanced(?) regex error messages
68671              (plus two small patches sent privately)
68672              (this still seems to leave few test failures)
68673              
68674              warn is a macro, avoid using at a variable to avoid warnings
68675              in some configurations; readdir.t is too conservative in
68676              estimating number of *.t's
68677              
68678              Get back into sync with Jeffrey on the enhanced regex warnings.
68679              
68680              Subject: [PATCH 5.6.0] cygwin port
68681              
68682              Zero entries were skipped, fix from Adrian Goalby
68683              <argoalby@yahoo.co.uk>
68684              
68685              Subject: Remove dead entry in perldiag
68686              
68687              Amend the description of Perl6.
68688              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
68689              
68690              detypo
68691              
68692              It's the 2ndO'ROSSC.
68693              
68694              Revert the sv.c part of #6559, a better fix is needed.
68695              
68696              Iterating perl6 description.
68697              
68698              Update to Term::ANSIColor 1.03, from Russ Allbery.
68699              
68700              Update to Getopt::Long 2.23_05, from Johan Vromans.
68701              
68702              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
68703              
68704              Update to Pod::Parser 1.17, from Brad Appleton.
68705              
68706              Update to CPAN 1.56, from Andreas König.
68707              
68708              Update to CGI 2.70, from Lincoln Stein.
68709              
68710              Put back the std @INC thing.
68711              
68712              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
68713              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
68714              
68715              Document the IO::Select timeout.
68716              
68717              sleep(1) does not necessarily return 1.
68718              Subject: [PATCH bleadperl] op/lex_assign.t  
68719              
68720              Subject: debugger "d" command doesnt check line number
68721              
68722              B::Deparse didn't do sub attributes.
68723              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68724              
68725              Preprocessing and postprocessing for File::Find.
68726              Subject: Patch to Find::File.pm to allow alphabetical results
68727              
68728              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
68729              
68730              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
68731              
68732              Subject: Re: [ID 20000730.003] utf8::length() bad
68733              
68734              Subject: Getting perlio and threads to compile
68735              (the Solaris version changes in Configure skipped)
68736              
68737              Tests for #6589.
68738              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68739              
68740              Add Perl debugging tutorial, regen toc. 
68741              Subject: perldebtut.pod
68742              
68743              Add a few missing files, update MANIFEST.
68744              
68745              Rewrite of vms/subconfigure.com as configure.com,
68746              from Peter Prymmer and the vmsperl crew.
68747              
68748              Should have deleted this in #6603.
68749              
68750              Fix the test for 5005threads.
68751              
68752              Fix-n-skip the tests under 5005threads.
68753              
68754              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
68755              
68756              Upgrade to CGI 2.71, from Lincoln Stein.
68757      Branch: maint-5.6/perl
68758           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
68759           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
68760           +> t/op/regmesg.t t/pod/find.t vms/configure.com
68761            - vms/subconfigure.com
68762            ! lib/lib.pm
68763           !> (integrate 115 files)
68764 ____________________________________________________________________________
68765 [  7884] By: jhi                                   on 2000/11/27  13:44:33
68766         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
68767              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68768              Date:     Mon, 27 Nov 2000 08:23:54 EST
68769              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
68770      Branch: perl
68771            ! vms/descrip_mms.template vms/test.com
68772 ____________________________________________________________________________
68773 [  7883] By: gsar                                  on 2000/11/27  11:50:46
68774         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
68775              6511..6513,6515..6523,6525..6536
68776              
68777              The swallow_bom() saga continues.  The #23 of require.t
68778              (UTF16-LE) still fails (silently, no output) but the #22
68779              (UTF16-BE) seems to be working now.  The root of the
68780              failure may be in sv_gets(): is it UTF-16LE-aware,
68781              especially when it comes to line endings? 
68782              
68783              Document the problem with -P in HP-UX and its workaround.
68784              
68785              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
68786              (aka ID 20000730.002)
68787              
68788              Subject: fix and question re: waitpid() under win32
68789              
68790              Make the safety catch for buggy gccs work with triple version
68791              numbers like 2.95.2.  Reported in
68792              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
68793              
68794              In Digital UNIX warn if gcc explicitly chosen because even
68795              2.95.2 is known to cause problems.
68796              
68797              Make chr() for values >127 to create utf8 when under utf8.
68798              
68799              various syntax errors and such (not fixed: comp/require.t#22 coredump
68800              on Windows)
68801              
68802              Stash away the largefiles flags and libswanted.
68803              
68804              BOM patching from Simon Cozens.
68805              
68806              If gccosandvers is equal to osname, clear gccosandvers.
68807              
68808              Make p4desc to skip non-mainperl branches by default.
68809              
68810              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
68811              
68812              The test from this
68813              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
68814              
68815              In new BSDs changes to argv[] do not show up in ps(1) output,
68816              instead one must use setproctitle().  This was already addressed
68817              by change #6457, but the below has a new variant for FreeBSD 4.0
68818              or later, and the matter is also documented more.
68819              
68820              FreeBSD 3.* updates from
68821              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68822              
68823              regen_headers, regen perltoc.
68824              
68825              Document in one place the memory abstractions used in Perl core.
68826              
68827              memcpy has n o in it, as pinted ut by Sarathy.
68828              
68829              Remove the extraneous "main::" prefix from all the
68830              "opened only for", "on closed", and "never opened" warnings.
68831              
68832              The name of a filehandle does not have <these>.
68833              
68834              The tr utf8 patching continues.
68835              
68836              The new setproctitle() feature is available only in 
68837              bleeding edge FreeBSD.  From Paul Saab.
68838              
68839              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
68840              
68841              Dump UVs as UVs in Data::Dumper.
68842              
68843              detypo #6494
68844              
68845              Document the IVdf UVuf UVof UVxf.
68846              
68847              require.t needs binmode() to work on windows
68848              
68849              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
68850              that are hopefully soon put into use.
68851              
68852              Allow "no Module;" even if there is no 'unimport'.
68853              
68854              Better skip message for the test; one of the two problems in
68855              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
68856              
68857              The subtest 4 may fail also on VOBS, as pointed out
68858              by Nick Ing-Simmons in November 1999, bug id 19991124.003
68859              (but the failure in that bug report isn't the subtest 4).
68860              
68861              Be more informative on what is skipped and why,
68862              also repeat the list at the end.
68863              
68864              Add a URL for FSF.
68865              
68866              Subject: [PATCH] sv.h documentation - SvLEN
68867              
68868              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
68869              
68870              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
68871              
68872              Subject: [PATCH] bad cppsymbols on os2 + Configure question
68873              
68874              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
68875              
68876              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
68877              mention the idea of @( and @)
68878              
68879              This is 6512.  Really.
68880              
68881              Subject: [ID 19990721.004] Documentation bug in perlfunc
68882              
68883              Subject: Minor tweak to perlvar.pod
68884              
68885              In the warnings call filehandles consistently so;
68886              add "unopened" warning for stat().
68887              
68888              After the #6519 a warning about stat() is just that,
68889              not about a filetest, which now have their own warning.
68890              
68891              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
68892              
68893              Subject: Re: Array vs. List context
68894              
68895              Subject: New perlcc, take 2
68896              
68897              Weed buglets pointed out by
68898              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
68899              
68900              gcc versions might have (parentheses) in them.
68901              
68902              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
68903              
68904              Essential prototype changes were missing from #6527.
68905              Also make report_evil_fh() more bomb-proof.
68906              
68907              Zap lib/Sys directory when cleaning up.
68908              
68909              Change the Policy policy: now -Dprefix= with an existing
68910              Policy.sh and prefix == siteprefix == vendorprefix, then all
68911              of them follow along the new prefix.
68912              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
68913              
68914              Continue fixing the io warnings.  This also
68915              sort of fixes bug ID 20000802.003: the core dump
68916              is no more.  Whether the current behaviour is correct
68917              (giving a warning: "Not a format reference"), is another matter.
68918              
68919              Have symbols for the IoTYPEs.
68920              
68921              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
68922              
68923              Document a bit that UDP is not what you might think.
68924              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
68925              tr memory corruption fix from Simon Cozens.
68926              
68927              Plug the security hole described in the Aug 05 2000 bugtraq message
68928              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
68929              The security hole exists only in suidperls, which isn't
68930              installed or even built by default.
68931      Branch: maint-5.6/perl
68932           !> (integrate 71 files)
68933 ____________________________________________________________________________
68934 [  7882] By: gsar                                  on 2000/11/27  10:25:36
68935         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
68936              from mainline
68937              
68938              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
68939              to be fatal errors (instead of by default ignoring them, and
68940              ignoring with a bug: even though -w gave an error, the opening [
68941              was left in)  Reported in:
68942              
68943              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
68944              
68945              Subject: [PATCH] split /^/
68946              
68947              MacOS nits from Matthias Neeracher.
68948              
68949              More split() doc and test patches from Mike Guy.
68950              
68951              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
68952              from Graham Barr in the module list.
68953              
68954              docfix from Peter Scott <Peter@PSDT.com>.
68955              
68956              File::Temp patches for VMS and OS/2 from Tim Jenness.
68957              
68958              open() wariness in perlbug.
68959              
68960              Subject: [PATCH] minor doc change - perlguts
68961              
68962              Subject: Minor doc patch: handy.h
68963              
68964              Be wary of close()s, too.
68965              
68966              Further File::Temp patches from Yitzchak Scott-Thoennes
68967              and Craig A. Berry.
68968              
68969              Subject: [PATCH] fixes bug 20000508.004
68970              
68971              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68972              
68973              Allow "no AutoLoader;", based on change #6444,
68974              suggested by Graham Barr.
68975              
68976              Use setproctitle() if available to modify $0.
68977              
68978              Warn if the version of the operating system used to compile gcc
68979              differs from the current version of the operating system.
68980              Also display the gcc compilation os and version in myconfig.
68981              Inspiration from
68982              
68983              Tiny fixes for #6460.
68984              
68985              The problem described in this
68986              Subject: [ID 20000322.018] named chars aren't magical enough
68987              has been fixed in perl 5.6.0 but just in case added a test
68988              to keep it away.  (The report from Joseph Hall.)
68989              
68990              Tune the comments and hopefully stop a memory leak.
68991              
68992              Subject: UTF8 concat
68993              (with a memory leak fixed, plus a few casts added)
68994              This also seems to help for
68995              Subject: [ID 20000716.015] join UTF8 weirdness
68996              
68997              Do not upgrade SVs into utf8 just because they participate
68998              in eq or cmp.  Reported and fix suggested in
68999              Subject: [ID 20000720.009] sv_eq UTF8 bug
69000              
69001              Fix the HALF_UPGRADE() macro introduced in #6263.
69002              
69003              Find green threads before native threads.
69004              Subject: Re: Patch to jpl/JNI/Makefile.PL
69005      Branch: maint-5.6/perl
69006           !> (integrate 30 files)
69007 ____________________________________________________________________________
69008 [  7881] By: jhi                                   on 2000/11/27  05:48:41
69009         Log: It seems that *both* the unused submatch loop cleanup
69010              codes are needed.
69011      Branch: perl
69012            ! regexec.c
69013 ____________________________________________________________________________
69014 [  7880] By: jhi                                   on 2000/11/27  04:50:07
69015         Log: Clean .exists deeper.
69016      Branch: perl
69017            ! Makefile.SH
69018 ____________________________________________________________________________
69019 [  7879] By: jhi                                   on 2000/11/27  02:31:35
69020         Log: The code in regcppop() (see #7878) contains the correct lower
69021              limit for the unused submatch 'cleanup' loop so that under
69022              "use utf8" the following code wouldn't dump core:
69023              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
69024              the cleanup loop in regtry() stomped beyond allocated area
69025              in the startp[] array.  Therefore, copied the correct lower
69026              loop limit (*PL_reglastparen) to regtry().  Note: something
69027              may still not be quite right: why was the _higher_ loop limit
69028              (prog->nparens) different in the utf8 case?
69029              
69030              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
69031              without core dumps, there were about 17 of them before
69032              the patch (with us since Perl 5.7.0).  Two failures, still:
69033              496 and 505 (though these may not be severe).
69034              
69035              Patch #7881 is also needed since both the cleanup loops
69036              seem to be needed.
69037              
69038              Also, the t/op/pat#44 seems to core dump under utf8.
69039              Plus a couple of failures.  UGH-8.
69040      Branch: perl
69041            ! regexec.c
69042 ____________________________________________________________________________
69043 [  7878] By: jhi                                   on 2000/11/27  02:21:17
69044         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
69045              the code in regcppop() seems to be redundant for the test suite --
69046              but it contains a germ of truth, and it needed for the build
69047              process itself: see #7879 and #7881.
69048      Branch: perl
69049            ! regexec.c
69050 ____________________________________________________________________________
69051 [  7877] By: jhi                                   on 2000/11/27  01:53:09
69052         Log: Comment on comment.
69053      Branch: perl
69054            ! regexec.c
69055 ____________________________________________________________________________
69056 [  7876] By: jhi                                   on 2000/11/27  00:49:59
69057         Log: Adjust the docs to agree with #7875.
69058      Branch: perl
69059            ! pod/perllocale.pod
69060 ____________________________________________________________________________
69061 [  7875] By: jhi                                   on 2000/11/27  00:49:27
69062         Log: Retract #7863.  It makes more sense not to taint formatted output,
69063              not even by sprintf().
69064      Branch: perl
69065            ! sv.c
69066 ____________________________________________________________________________
69067 [  7874] By: jhi                                   on 2000/11/26  23:36:02
69068         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
69069              Not really fixed (should really dump the UTF-8 charclass),
69070              but stopped displaying the garbage.
69071              
69072              Also add a note on the (missing) Unicode PSXSPC and BLANK.
69073      Branch: perl
69074            ! regcomp.c
69075 ____________________________________________________________________________
69076 [  7873] By: jhi                                   on 2000/11/26  21:31:13
69077         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
69078      Branch: perl
69079            ! regexec.c
69080 ____________________________________________________________________________
69081 [  7872] By: jhi                                   on 2000/11/26  21:06:04
69082         Log: No need to scan till infinity, 13 is enough.
69083      Branch: perl
69084            ! handy.h utf8.c
69085 ____________________________________________________________________________
69086 [  7871] By: jhi                                   on 2000/11/26  20:20:32
69087         Log: Test line numbers are different with utf8.
69088      Branch: perl
69089            ! t/op/re_tests
69090 ____________________________________________________________________________
69091 [  7870] By: jhi                                   on 2000/11/26  20:10:12
69092         Log: Message nit.
69093      Branch: perl
69094            ! regcomp.c
69095 ____________________________________________________________________________
69096 [  7869] By: jhi                                   on 2000/11/26  19:01:05
69097         Log: Make utf8_length() and utf8_distance() (the latter of which
69098              is unused at the moment) to be less forgiving about bad UTF-8.
69099      Branch: perl
69100            ! embed.h embed.pl objXSUB.h proto.h utf8.c
69101 ____________________________________________________________________________
69102 [  7868] By: jhi                                   on 2000/11/26  18:45:56
69103         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
69104              From: Benjamin Holzman <bah@ecnvantage.com>
69105              Date: Sat, 25 Nov 2000 20:40:20 -0500       
69106              Message-ID: <20001125204020.A25040@ecnvantage.com>              
69107              
69108              Debian allows installing /usr/bin/locale without installing
69109              any locales, an error message will ensue.
69110      Branch: perl
69111            ! t/pragma/locale.t
69112 ____________________________________________________________________________
69113 [  7867] By: jhi                                   on 2000/11/26  18:31:12
69114         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
69115              From: Benjamin Holzman <bah@ecnvantage.com>
69116              Date: Sun, 26 Nov 2000 02:42:34 -0500
69117              Message-ID: <20001126024234.G25040@ecnvantage.com>
69118              
69119              Patch for the bug 20000212.002.
69120      Branch: perl
69121            ! sv.c t/op/array.t
69122 ____________________________________________________________________________
69123 [  7866] By: jhi                                   on 2000/11/26  18:28:09
69124         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
69125              From: Tim Jenness <t.jenness@jach.hawaii.edu>
69126              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
69127              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
69128              
69129              File::Temp 0.11.
69130      Branch: perl
69131            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
69132 ____________________________________________________________________________
69133 [  7865] By: jhi                                   on 2000/11/26  18:24:22
69134         Log: The metaconfig unit change for #7864.
69135      Branch: metaconfig/U/perl
69136            ! need_va_copy.U
69137 ____________________________________________________________________________
69138 [  7864] By: jhi                                   on 2000/11/26  18:23:41
69139         Log: Make the va_copy() test not to be so talkative.
69140      Branch: perl
69141            ! Configure config_h.SH
69142 ____________________________________________________________________________
69143 [  7863] By: jhi                                   on 2000/11/26  18:11:02
69144         Log: Fix locale inconsistencies unearthed by Hugo's work.
69145              Now the floating point sprintf really does taint the result
69146              string as perllocale promises (has promised for a long time)
69147              if "use locale" is in the lexical scope.
69148      Branch: perl
69149            ! sv.c t/pragma/locale.t
69150 ____________________________________________________________________________
69151 [  7862] By: jhi                                   on 2000/11/26  00:35:15
69152         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
69153              From: Nicholas Clark <nick@ccl4.org>
69154              Date: Sun, 26 Nov 2000 00:07:50 +0000
69155              Message-ID: <20001126000750.A22446@plum.flirble.org>
69156              
69157              Infinit.
69158      Branch: perl
69159            ! sv.c
69160 ____________________________________________________________________________
69161 [  7861] By: jhi                                   on 2000/11/26  00:01:26
69162         Log: Integrate perlio.
69163      Branch: perl
69164           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
69165 ____________________________________________________________________________
69166 [  7860] By: nick                                  on 2000/11/25  22:04:17
69167         Log: Correct relative path from new ext\Filter\Util\Call location
69168              back to miniperl.
69169      Branch: perlio
69170            ! win32/makefile.mk
69171 ____________________________________________________________________________
69172 [  7859] By: nick                                  on 2000/11/25  21:26:54
69173         Log: Integrate mainline.
69174      Branch: perlio
69175           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
69176           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
69177           +> t/lib/filter-util.t
69178            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
69179            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
69180            - t/lib/filt-util.t
69181           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
69182           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
69183           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
69184           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
69185           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
69186           !> win32/makefile.mk
69187 ____________________________________________________________________________
69188 [  7858] By: gsar                                  on 2000/11/25  20:52:17
69189         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
69190              parent's memory; fix it by keeping track of the actual pad
69191              offset rather than a raw pointer (this change is probably also
69192              relevant to non-ithreads case to avoid fallout from reallocs of
69193              the pad array, but is currently only enabled for the ithreads
69194              case in the interests of minimal disruption to existing "well
69195              tested" code)
69196      Branch: perl
69197            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
69198            ! proto.h scope.c scope.h sv.c t/op/fork.t
69199 ____________________________________________________________________________
69200 [  7857] By: nick                                  on 2000/11/25  20:01:28
69201         Log: All tests pass on Win32/gcc/USE_PERLIO.
69202              - when crlf layer is pushed make unix-level binary.
69203              - remove :crlf injection in pp_backtick in pp_sys.c
69204              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
69205      Branch: perlio
69206            ! doio.c perlio.c pp_sys.c win32/makefile.mk
69207 ____________________________________________________________________________
69208 [  7856] By: jhi                                   on 2000/11/25  18:38:30
69209         Log: Update the metaconfig units for #7855.
69210      Branch: metaconfig/U/perl
69211            ! useperlio.U usesocks.U
69212 ____________________________________________________________________________
69213 [  7855] By: jhi                                   on 2000/11/25  18:37:54
69214         Log: Undo the SOCKS workarounds, instead start using PerlIO
69215              if SOCKS is selected.
69216              
69217              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
69218              From: Jens Hamisch <jens@Strawberry.COM>
69219              Date: Fri, 24 Nov 2000 18:31:30 +0100
69220              Message-ID: <20001124183130.E28337@Strawberry.COM>
69221              
69222              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
69223              From: Jens Hamisch <jens@Strawberry.COM>
69224              Date: Fri, 24 Nov 2000 19:11:51 +0100
69225              Message-ID: <20001124191151.A28753@Strawberry.COM>
69226      Branch: perl
69227            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
69228            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
69229 ____________________________________________________________________________
69230 [  7854] By: jhi                                   on 2000/11/25  17:39:08
69231         Log: Undo #7848.  Some of the code seems to use walkoptree(),
69232              some walkoptree_slow().  An unfinished renaming?
69233              Now the sub is walkoptree() (which is @EXPORT_OK),
69234              the walkoptree_slow() is a typeglob alias to walkoptree.
69235              This makes the tests to pass, at least.
69236      Branch: perl
69237            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
69238 ____________________________________________________________________________
69239 [  7853] By: nick                                  on 2000/11/24  22:24:33
69240         Log: Re-arrange crlf vs binary for platforms that care.
69241              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
69242              Lip-service to making stdio layer work on such platforms (untested).
69243              Now fails 3 tests rather than one, checkin to see if I can debug 
69244              the issue under linux. (Do not merge.)
69245      Branch: perlio
69246            ! doio.c perlio.c perliol.h
69247 ____________________________________________________________________________
69248 [  7852] By: jhi                                   on 2000/11/24  18:57:39
69249         Log: AUTHORS edits.
69250      Branch: perl
69251            ! AUTHORS
69252 ____________________________________________________________________________
69253 [  7851] By: jhi                                   on 2000/11/24  17:34:56
69254         Log: Add Jan-Erik Karlsson.
69255      Branch: perl
69256            ! AUTHORS
69257 ____________________________________________________________________________
69258 [  7850] By: jhi                                   on 2000/11/24  17:27:56
69259         Log: Configure should find stdchar on its own.
69260      Branch: perl
69261            ! hints/solaris_2.sh
69262 ____________________________________________________________________________
69263 [  7849] By: jhi                                   on 2000/11/24  17:24:55
69264         Log: Subject: PATCH over 7848: Filter test flawed
69265              From: andreas.koenig@anima.de (Andreas J. Koenig)
69266              Date: 24 Nov 2000 10:28:29 +0100
69267              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
69268      Branch: perl
69269            ! t/lib/filter-util.t
69270 ____________________________________________________________________________
69271 [  7848] By: jhi                                   on 2000/11/24  17:22:15
69272         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
69273              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
69274              Date: Fri, 24 Nov 2000 16:12:58 +0000
69275              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
69276      Branch: perl
69277            ! ext/B/B.pm
69278 ____________________________________________________________________________
69279 [  7847] By: jhi                                   on 2000/11/24  03:07:01
69280         Log: Integrate perlio.
69281      Branch: perl
69282           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
69283           !> win32/makefile.mk
69284 ____________________________________________________________________________
69285 [  7846] By: gsar                                  on 2000/11/24  00:55:57
69286         Log: integrate changes#6415..6418,6420..6438 from mainline
69287              
69288              Fix the bitvector ops for utf8 (tricky since past 7 bits
69289              the utf8 'characters' can be more than one octet).
69290              
69291              MPE/ix updates for perl 5.6.0 from Mark Bixby.
69292              
69293              Subject: SDBM_File documentation
69294              
69295              Detypo.
69296              
69297              Decutandpasto.
69298              
69299              Send all installperl messages to STDERR and be -w clean.
69300              
69301              Out-of-date note removed.
69302              
69303              Protect against "wild next"s, that is, callbacks doing "next"
69304              instead of "return".
69305              
69306              Use STDOUT consistently.
69307              
69308              The output might have been produced in the wrong order.
69309              
69310              A missing 'break' after the [[:space:]] switch case.
69311              
69312              Add tests for
69313              [ID 19991110.003] another matching finding by pcre author
69314              which has already been fixed by some patch, as verified in
69315              
69316              Documentation to explain the behaviour of map().
69317              
69318              Add an optimization for map-maps-a-list-element-to-more-list-elements
69319              case, but add also notes explaining the relationship of this
69320              patch and the earlier notes by Sarathy.
69321              
69322              Subject: [ID 20000716.023] syslog test fails without sockets
69323              
69324              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
69325              Test cases for #6431.
69326              
69327              File::Spec::VMS fixup for tmpdir from Craig Berry.
69328              
69329              Make the "uninit variable" warning to say "concat or string"
69330              or "join or string" when in concat or join .
69331              
69332              Get UTF16 BOMs working.  Patch from
69333              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
69334              
69335              Subject: [PATCH] Make large file tests deal with SIGXFSZ
69336              
69337              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
69338              
69339              Subject: [PATCH] av.c apidoc
69340      Branch: maint-5.6/perl
69341           !> (integrate 43 files)
69342 ____________________________________________________________________________
69343 [  7845] By: gsar                                  on 2000/11/24  00:20:45
69344         Log: integrate changes#6406..6414 from mainline
69345              
69346              Merge perlhacktut into perlhack, update perlguts.
69347              
69348              Fix AutoSplit to use File::Spec the right way in VMS,
69349              from Peter Prymmer.
69350              
69351              The bug report
69352              [ID 19991110.002] minimal matching discrepancy found by pcre author
69353              seems to have been fixed (though differently from what was suggested
69354              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
69355              
69356              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
69357              not in pod, from Peter Prymmer
69358              
69359              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
69360              From: Hugo <hv@crypt.compulink.co.uk>
69361              Date: Fri, 14 Jul 2000 23:05:20 +0100
69362              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
69363              
69364              Didn't anymore apply, but that point still could use another fix.
69365              
69366              lib/b test fixes from Peter Prymmer.
69367              
69368              More docs for sv functions.
69369              
69370              perlvms.pod whitespace cleanup to keep pod utils happy.
69371              
69372              another VMS build tweak from Peter Prymmer
69373      Branch: maint-5.6/perl
69374           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
69375           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
69376           !> vms/descrip_mms.template vms/perlvms.pod
69377 ____________________________________________________________________________
69378 [  7844] By: nick                                  on 2000/11/23  23:42:45
69379         Log: Win32/perlio Now just fails one io/argv.t test - lack 
69380              of default :crlf on standard streams.
69381      Branch: perlio
69382            ! doio.c perlio.c
69383 ____________________________________________________________________________
69384 [  7843] By: nick                                  on 2000/11/23  23:04:05
69385         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
69386              peek fail is showing a real problem (multiple crlf layers
69387              are getting pushed.)
69388      Branch: perlio
69389            ! doio.c perlio.c win32/makefile.mk
69390 ____________________________________________________________________________
69391 [  7842] By: nick                                  on 2000/11/23  19:46:23
69392         Log: Implement PerlIO_binmode()
69393              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
69394              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
69395              make binmode in t/lib/io_tell.t unconditional so that works.
69396              Checkin just so Win32 machine can see these changes.
69397      Branch: perlio
69398            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
69399 ____________________________________________________________________________
69400 [  7841] By: jhi                                   on 2000/11/23  19:30:00
69401         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
69402      Branch: perl
69403            ! README.amiga
69404 ____________________________________________________________________________
69405 [  7840] By: jhi                                   on 2000/11/23  17:18:02
69406         Log: SOCKS wrestling continues, patches from Jens Hamisch.
69407      Branch: perl
69408            ! doio.c embed.h embed.pl perlsdio.h proto.h
69409 ____________________________________________________________________________
69410 [  7839] By: jhi                                   on 2000/11/23  16:54:14
69411         Log: Push Filter::Util::Call one level deeper.
69412      Branch: perl
69413            + t/lib/filter-util.t
69414           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
69415           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
69416            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
69417            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
69418            - t/lib/filt-util.t
69419            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
69420            ! win32/Makefile win32/makefile.mk
69421 ____________________________________________________________________________
69422 [  7838] By: jhi                                   on 2000/11/23  16:52:40
69423         Log: Reach back one higher up when searching for PERL_SRC.
69424      Branch: perl
69425            ! lib/ExtUtils/MM_Unix.pm
69426 ____________________________________________________________________________
69427 [  7837] By: jhi                                   on 2000/11/23  16:05:41
69428         Log: Subject: Re: perl@7826
69429              Date: Thu, 23 Nov 2000 02:20:25 -0600
69430              From: "Craig A. Berry" <craigberry@mac.com>
69431              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
69432              
69433              Make VMS to like Filter::Util::Call. 
69434      Branch: perl
69435            ! configure.com ext/Filter/Util/Makefile.PL
69436 ____________________________________________________________________________
69437 [  7836] By: nick                                  on 2000/11/23  16:04:08
69438         Log: Implement crlf layer - not ready for merge.
69439      Branch: perlio
69440            ! perlio.c win32/makefile.mk
69441 ____________________________________________________________________________
69442 [  7835] By: jhi                                   on 2000/11/23  15:56:52
69443         Log: STDCHAR is different in Sparc v9 vs x86.
69444      Branch: perl
69445            ! hints/solaris_2.sh
69446 ____________________________________________________________________________
69447 [  7834] By: jhi                                   on 2000/11/23  15:50:47
69448         Log: The type needs to be visible to protos.
69449      Branch: perl
69450            ! perl.h
69451 ____________________________________________________________________________
69452 [  7833] By: jhi                                   on 2000/11/23  15:40:46
69453         Log: Finish unfinished SOCKS workaround changes.
69454      Branch: perl
69455            ! doio.c
69456 ____________________________________________________________________________
69457 [  7832] By: jhi                                   on 2000/11/23  15:33:30
69458         Log: Integrate perlio.
69459      Branch: perl
69460           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
69461           !> win32/makefile.mk
69462 ____________________________________________________________________________
69463 [  7831] By: nick                                  on 2000/11/23  10:31:07
69464         Log: Correct makefile.mk dependancies for ext/Filter/Util
69465              Build ext/Encode
69466              Run dmake regen_config_h
69467      Branch: perlio
69468            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69469            ! win32/makefile.mk
69470 ____________________________________________________________________________
69471 [  7830] By: nick                                  on 2000/11/23  08:05:07
69472         Log: Integrate mainline
69473      Branch: perlio
69474           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
69475           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
69476           +> t/lib/filt-util.pl t/lib/filt-util.t
69477           !> (integrate 41 files)
69478 ____________________________________________________________________________
69479 [  7829] By: gsar                                  on 2000/11/23  03:07:11
69480         Log: build the Filter extension on windows
69481      Branch: perl
69482            ! win32/Makefile win32/makefile.mk
69483 ____________________________________________________________________________
69484 [  7828] By: gsar                                  on 2000/11/23  02:46:35
69485         Log: regenerate win32/config* and fix some inconsistencies in the
69486              makefiles; always export Perl_deb() because it is needed
69487              by ext/re/* (whether perl itself is built with -DDEBUGGING
69488              or not)
69489      Branch: perl
69490            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
69491            ! win32/config_H.vc win32/makefile.mk
69492 ____________________________________________________________________________
69493 [  7827] By: gsar                                  on 2000/11/23  02:18:38
69494         Log: get sources building on windows+MSVC again (untested with other
69495              compilers)
69496      Branch: perl
69497            ! win32/include/sys/socket.h win32/perllib.c
69498 ____________________________________________________________________________
69499 [  7826] By: jhi                                   on 2000/11/23  01:18:26
69500         Log: Update Changes.
69501      Branch: perl
69502            ! Changes patchlevel.h
69503 ____________________________________________________________________________
69504 [  7825] By: jhi                                   on 2000/11/23  00:20:41
69505         Log: Subject: Re: av.c patch (having slight problems)
69506              From: "Ben Tilly" <ben_tilly@hotmail.com>
69507              Date: Tue, 21 Nov 2000 23:29:31 -0500
69508              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
69509              
69510              unshift() speedup.
69511      Branch: perl
69512            ! av.c
69513 ____________________________________________________________________________
69514 [  7824] By: jhi                                   on 2000/11/22  23:59:15
69515         Log: Fixes for signedness warnings noticed by VMSperlers.
69516      Branch: perl
69517            ! ext/Storable/Storable.xs regcomp.c sv.c
69518 ____________________________________________________________________________
69519 [  7823] By: jhi                                   on 2000/11/22  23:19:31
69520         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
69521              From: Peter Prymmer <pvhp@forte.com>
69522              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
69523              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
69524      Branch: perl
69525            ! t/pragma/warn/pp_hot
69526 ____________________________________________________________________________
69527 [  7822] By: jhi                                   on 2000/11/22  22:52:20
69528         Log: Be clean.
69529      Branch: perl
69530            ! Makefile.SH
69531 ____________________________________________________________________________
69532 [  7821] By: jhi                                   on 2000/11/22  22:46:39
69533         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
69534              by Damian Conway, as suggested by Paul Marquess.
69535      Branch: perl
69536            + lib/Filter/Simple.pm
69537 ____________________________________________________________________________
69538 [  7820] By: jhi                                   on 2000/11/22  22:45:51
69539         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
69540      Branch: perl
69541            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
69542            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
69543            + t/lib/filt-util.t
69544            ! MANIFEST
69545 ____________________________________________________________________________
69546 [  7819] By: jhi                                   on 2000/11/22  22:03:27
69547         Log: Integrate perlio.
69548      Branch: perl
69549           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
69550           !> win32/makefile.mk
69551 ____________________________________________________________________________
69552 [  7818] By: jhi                                   on 2000/11/22  21:56:02
69553         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
69554      Branch: perl
69555            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
69556            ! t/lib/io_sock.t
69557 ____________________________________________________________________________
69558 [  7817] By: jhi                                   on 2000/11/22  21:39:49
69559         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
69560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69561              Date: Wed, 22 Nov 2000 16:08:12 -0500
69562              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
69563      Branch: perl
69564            ! lib/ExtUtils/Liblist.pm
69565 ____________________________________________________________________________
69566 [  7816] By: jhi                                   on 2000/11/22  21:38:25
69567         Log: Go ahead and #include <unistd.h> in perl.h.
69568      Branch: perl
69569            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
69570            ! util.c
69571 ____________________________________________________________________________
69572 [  7815] By: jhi                                   on 2000/11/22  21:22:52
69573         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
69574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69575              Date: Mon, 20 Nov 2000 18:30:52 -0500
69576              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
69577      Branch: perl
69578            ! pod/perlre.pod regcomp.c t/op/re_tests
69579 ____________________________________________________________________________
69580 [  7814] By: jhi                                   on 2000/11/22  21:21:46
69581         Log: Subject: [PATCH 5.7.0] Liblist finally works
69582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69583              Date: Tue, 21 Nov 2000 22:02:17 -0500
69584              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
69585      Branch: perl
69586            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
69587            ! lib/ExtUtils/MakeMaker.pm
69588 ____________________________________________________________________________
69589 [  7813] By: jhi                                   on 2000/11/22  21:20:23
69590         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
69591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69592              Date: Wed, 22 Nov 2000 17:53:15 +0100
69593              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
69594              
69595              AIX dynaloader and perlio patch.
69596      Branch: perl
69597            ! ext/DynaLoader/dl_aix.xs
69598 ____________________________________________________________________________
69599 [  7812] By: jhi                                   on 2000/11/22  21:17:52
69600         Log: (Accidentally empty patch.)
69601      Branch: perl
69602            ! av.c
69603 ____________________________________________________________________________
69604 [  7811] By: jhi                                   on 2000/11/22  21:16:31
69605         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
69606              From: Peter Prymmer <pvhp@forte.com>
69607              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
69608              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
69609      Branch: perl
69610            ! vms/test.com
69611 ____________________________________________________________________________
69612 [  7810] By: jhi                                   on 2000/11/22  21:15:36
69613         Log: Subject: Re: perl@7777 
69614              From: "John P. Linderman" <jpl@research.att.com>
69615              Date: Wed, 22 Nov 2000 13:11:11 -0500
69616              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
69617              
69618              Detypoing.
69619      Branch: perl
69620            ! lib/CPAN.pm
69621 ____________________________________________________________________________
69622 [  7809] By: jhi                                   on 2000/11/22  21:14:19
69623         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
69624              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69625              Date:     Wed, 22 Nov 2000 13:51:37 EST
69626              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
69627      Branch: perl
69628            ! perlsdio.h
69629 ____________________________________________________________________________
69630 [  7808] By: jhi                                   on 2000/11/22  21:13:27
69631         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
69632              From: Casey Tweten <crt@kiski.net>
69633              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
69634              Message-Id: <200011201653.LAA10194@home.kiski.net>
69635      Branch: perl
69636            ! t/lib/io_udp.t
69637 ____________________________________________________________________________
69638 [  7807] By: jhi                                   on 2000/11/22  21:12:35
69639         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
69640              From: Casey Tweten <crt@kiski.net>
69641              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
69642              Message-Id: <200011201636.LAA07227@home.kiski.net>
69643      Branch: perl
69644            ! t/lib/io_sock.t
69645 ____________________________________________________________________________
69646 [  7806] By: jhi                                   on 2000/11/22  21:10:59
69647         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
69648              From: "Casey R. Tweten" <crt@kiski.net>
69649              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
69650              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
69651      Branch: perl
69652            ! utils/h2xs.PL
69653 ____________________________________________________________________________
69654 [  7805] By: nick                                  on 2000/11/22  21:05:06
69655         Log: Integrate mainline
69656      Branch: perlio
69657           !> Changes Porting/genlog ext/DB_File/DB_File.xs
69658           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
69659           !> utils/perlbug.PL
69660 ____________________________________________________________________________
69661 [  7804] By: jhi                                   on 2000/11/22  21:01:12
69662         Log: Subject: [PATCH] Test.pm POD peculiarity
69663              From: "Casey R. Tweten" <crt@kiski.net>
69664              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
69665              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
69666      Branch: perl
69667            ! lib/Test.pm
69668 ____________________________________________________________________________
69669 [  7803] By: jhi                                   on 2000/11/22  20:59:59
69670         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
69671              From: "Philip Newton" <pnewton@gmx.de>
69672              Date: Wed, 22 Nov 2000 14:25:53 +0100
69673              Message-Id: <3A1BD771.25462.1939FAD@localhost>
69674              
69675              Be case-understanding also on 's', and use the -oi of sendmail
69676              not to terminate the transmission on a lone '.'.
69677      Branch: perl
69678            ! utils/perlbug.PL
69679 ____________________________________________________________________________
69680 [  7802] By: nick                                  on 2000/11/22  20:51:42
69681         Log: Win32 PerlIO intermediate state now working as expected.
69682              - In current state we are still using C runtime in text/binary
69683              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
69684              - PERLIO=stdio and PERLIO=unix pass all expected tests.
69685              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
69686              and PerlIO_seek() and the dummy crlf layer is not making adjustments
69687              for CRLF translation happening in C runtime. All other tests pass.
69688              
69689              Added note to README.win32 to point out the snags of doing a perl build
69690              with Norton AntiVirus turned on.
69691              
69692              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
69693              which file a fail comes from.
69694              
69695              Updated "canned" config.h to match the one generated.
69696      Branch: perlio
69697            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
69698            ! win32/makefile.mk
69699 ____________________________________________________________________________
69700 [  7801] By: jhi                                   on 2000/11/22  06:50:20
69701         Log: Nickety nits.
69702      Branch: perl
69703            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
69704 ____________________________________________________________________________
69705 [  7800] By: jhi                                   on 2000/11/22  01:29:55
69706         Log: Changes had accidentally gone too silent on non-main branches.
69707      Branch: perl
69708            ! Changes Porting/genlog patchlevel.h
69709 ____________________________________________________________________________
69710 [  7799] By: gsar                                  on 2000/11/22  01:02:56
69711         Log: some lib_pm.PL changes snuck in via change#7772
69712      Branch: maint-5.6/perl
69713            ! Makefile.SH
69714 ____________________________________________________________________________
69715 [  7798] By: nick                                  on 2000/11/21  21:59:40
69716         Log: Integrate mainline
69717      Branch: perlio
69718           !> (integrate 28 files)
69719 ____________________________________________________________________________
69720 [  7797] By: jhi                                   on 2000/11/21  21:01:45
69721         Log: Integrate perlio.
69722      Branch: perl
69723           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
69724 ____________________________________________________________________________
69725 [  7796] By: nick                                  on 2000/11/21  20:36:22
69726         Log: Win32 builds and runs (mostly) with USE_PERLIO.
69727              PERLIO=perlio passes all tests. 
69728              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
69729      Branch: perlio
69730            ! perlio.c win32/perllib.c win32/win32.c
69731 ____________________________________________________________________________
69732 [  7795] By: jhi                                   on 2000/11/21  19:03:44
69733         Log: Update Changes.
69734      Branch: perl
69735            ! Changes patchlevel.h
69736 ____________________________________________________________________________
69737 [  7794] By: jhi                                   on 2000/11/21  18:56:34
69738         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
69739              From: "Craig A. Berry" <craigberry@mac.com>
69740              Date: Mon, 20 Nov 2000 20:27:06 -0600
69741              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
69742              
69743              A cut-and-pasto.
69744      Branch: perl
69745            ! perlio.h
69746 ____________________________________________________________________________
69747 [  7793] By: jhi                                   on 2000/11/21  18:54:41
69748         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
69749              From: Dominic Dunlop <domo@computer.org> 
69750              Date: Mon, 20 Nov 2000 18:55:29 +0100
69751              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
69752              
69753              va_copy() and the need of it.
69754              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
69755      Branch: metaconfig/U/perl
69756            + need_va_copy.U
69757      Branch: perl
69758            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69759            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
69760            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69761            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69762            ! win32/config.bc win32/config.gc win32/config.vc
69763 ____________________________________________________________________________
69764 [  7792] By: jhi                                   on 2000/11/21  17:04:10
69765         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
69766      Branch: perl
69767           !> scope.h
69768 ____________________________________________________________________________
69769 [  7791] By: jhi                                   on 2000/11/21  17:01:16
69770         Log: Export the SOCKS workaround symbols only if necessary.
69771      Branch: perl
69772            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
69773 ____________________________________________________________________________
69774 [  7790] By: nick                                  on 2000/11/20  23:57:11
69775         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
69776      Branch: perlio
69777            ! scope.h
69778 ____________________________________________________________________________
69779 [  7789] By: nick                                  on 2000/11/20  23:38:33
69780         Log: Integrate mainline
69781      Branch: perlio
69782           +> lib/File/Spec/Epoc.pm
69783           !> (integrate 34 files)
69784 ____________________________________________________________________________
69785 [  7788] By: nick                                  on 2000/11/20  23:20:18
69786         Log: Make extra buffer layer work (dummy crlf layer)
69787      Branch: perlio
69788            ! doio.c perlio.c perlio.h
69789 ____________________________________________________________________________
69790 [  7787] By: jhi                                   on 2000/11/20  22:44:04
69791         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
69792              From: Peter Prymmer <pvhp@forte.com>
69793              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
69794              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
69795      Branch: perl
69796            ! t/pragma/locale.t
69797 ____________________________________________________________________________
69798 [  7786] By: jhi                                   on 2000/11/20  22:29:10
69799         Log: Subject: DOC PATCH 5.6.0 perlreftut
69800              From: mjd@plover.com
69801              Date: 20 Nov 2000 19:45:06 -0000
69802              Message-ID: <20001120194506.9505.qmail@plover.com>
69803      Branch: perl
69804            ! pod/perlreftut.pod
69805 ____________________________________________________________________________
69806 [  7785] By: jhi                                   on 2000/11/20  22:27:44
69807         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
69808              From: David Dyck <dcd@tc.fluke.com>
69809              Date: Mon, 20 Nov 2000 11:43:40 -0800
69810              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
69811      Branch: perl
69812            ! lib/Cwd.pm
69813 ____________________________________________________________________________
69814 [  7784] By: jhi                                   on 2000/11/20  22:23:21
69815         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
69816              Date: Mon, 20 Nov 2000 17:06:10 -0500
69817              To: Mailing list Perl5 <perl5-porters@perl.org>
69818              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
69819      Branch: perl
69820            ! pp_ctl.c t/op/pat.t
69821 ____________________________________________________________________________
69822 [  7783] By: jhi                                   on 2000/11/20  22:11:18
69823         Log: Subject: [PATCH] doop.c - UTF8 tr///               
69824              From: Simon Cozens <simon@cozens.net>
69825              Date: Sat, 18 Nov 2000 18:49:30 +0000
69826              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
69827              
69828              Subject: Re: [PATCH] doop.c - UTF8 tr///           
69829              From: Simon Cozens <simon@cozens.net>
69830              Date: Mon, 20 Nov 2000 20:45:22 +0000
69831              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
69832              
69833              Make tr on UTF-8 better but still not correct.
69834      Branch: perl
69835            ! doop.c
69836 ____________________________________________________________________________
69837 [  7782] By: jhi                                   on 2000/11/20  22:02:16
69838         Log: Remove the shared object before attempting to create
69839              (by linking) a new one.  E.g. in AIX not removing
69840              becomes quite painful if one tries to do more than one
69841              build in the same tree (an interrupted build, for example),
69842              since the AIX' shared dynaloader seemingly keeps the shared
69843              objects open and therefore 'busy' for quite a while, even when
69844              nobody is using the objects, leading into link failures.
69845      Branch: perl
69846            ! lib/ExtUtils/MM_Unix.pm
69847 ____________________________________________________________________________
69848 [  7781] By: gsar                                  on 2000/11/20  19:02:55
69849         Log: type mismatch due to faulty integration
69850      Branch: maint-5.6/perl
69851            ! toke.c win32/Makefile
69852 ____________________________________________________________________________
69853 [  7780] By: gsar                                  on 2000/11/20  17:31:55
69854         Log: integrate changes#6392,6394..6399,6401..6404
69855              
69856              The {multiplier} of a fixed substring was overlooked which
69857              caused a wrong initial search offset for that substring.
69858              
69859              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
69860              From: Hugo <hv@crypt.compulink.co.uk>
69861              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
69862              Date: Thu, 13 Jul 2000 19:27:13 +0100
69863              
69864              Fix the BOM bug: not a byteorder bug, a signedness bug.
69865              
69866              Replace change #6337 with a better one.
69867              
69868              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69869              From: Hugo <hv@crypt.compulink.co.uk>
69870              Date: Fri, 14 Jul 2000 04:16:20 +0100
69871              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
69872              
69873              MakeMaker should not remove editor backups (*~) on `make clean`
69874              by default (completes change#6383)
69875              
69876              move new variables to the end of the interpreter structure (for
69877              bincompat in code that doesn't #include XSUB.h)
69878              
69879              rename totally bletcherous SvLOCK() thingy (doesn't do what the
69880              name suggests anyway)
69881              
69882              various cleanups (typos, misformatted code, and small bugs)
69883              
69884              typecasts needed for change#6394
69885              
69886              typos in change#6399, regen headers
69887              
69888              inconsistent types needs casts
69889              
69890              PERL_OBJECT build tweaks
69891      Branch: maint-5.6/perl
69892           !> MANIFEST doop.c embed.h embed.pl embedvar.h
69893           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
69894           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
69895           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
69896           !> toke.c util.c
69897 ____________________________________________________________________________
69898 [  7779] By: gsar                                  on 2000/11/20  17:06:29
69899         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
69900              
69901              Cosmetics and perldelta.
69902              
69903              Fix nits noticed by Boston.pm.
69904              
69905              Do the cc sanity check both before the hints and
69906              after the cc selction.
69907              
69908              get sprintf.t to adjust properly for 3-digit exponents
69909              
69910              don't clobber *.orig files on *clean targets
69911              
69912              fix bugs in processing %v-*d and similar format specs (from
69913              Avi Finkel <avi@finkel.org>)
69914              
69915              sprintf test tweaks (from Dominic Dunlop)
69916              
69917              new selfloader.t in change#6183 doesn't close DATA handles,
69918              and thus fails to clean up tmp files on dosish platforms
69919              
69920              typos (spotted by Peter Prymmer)
69921              
69922              typo fix from Craig Berry
69923      Branch: maint-5.6/perl
69924           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
69925           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
69926           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
69927           !> x2p/Makefile.SH
69928 ____________________________________________________________________________
69929 [  7778] By: gsar                                  on 2000/11/20  16:46:51
69930         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
69931              
69932              Subject: Re: format bug report  [Patch]
69933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69934              Date: Wed, 05 Jul 2000 13:12:52 +0200
69935              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
69936              
69937              Subject: Re: format bug report  [Patch]
69938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69939              Date: Wed, 05 Jul 2000 14:10:01 +0200
69940              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
69941              
69942              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69943              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69944              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69945              Date: Fri, 07 Jul 2000 17:57:16 +0100
69946              
69947              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69948              To: perl5-porters@perl.org
69949              From: Karsten Sperling <spiff@phreax.net>
69950              Date: Mon, 10 Jul 2000 15:12:52 +0200
69951              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69952              
69953              README.posix-bc podified from Thomas Dorner.
69954              
69955              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
69956              From: Dominic Dunlop <domo@computer.org>
69957              Date: Tue, 11 Jul 2000 12:27:33 +0200
69958              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
69959              
69960              Typo in #6341.
69961              
69962              Fix for
69963              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69964              From: Roderick Schertler <roderick@argon.org>
69965              Date: Tue, 11 Jul 2000 13:55:05 -0400
69966              Message-Id: <200007111755.NAA05077@jones.argon.org>
69967              
69968              Minor cleanups on the booklist.
69969              
69970              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
69971              regen perltoc.
69972              
69973              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
69974      Branch: maint-5.6/perl
69975           +> pod/perlbook.pod
69976           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
69977           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
69978           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
69979 ____________________________________________________________________________
69980 [  7777] By: jhi                                   on 2000/11/20  16:08:49
69981         Log: Update Changes.
69982      Branch: perl
69983            ! Changes patchlevel.h
69984 ____________________________________________________________________________
69985 [  7776] By: jhi                                   on 2000/11/20  15:27:56
69986         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69987              This may be overly harsh but until proven otherwise, we think this
69988              way, or until we have a simple test for Configure (having to start
69989              up servers is does not count as simple) to check for the problems.
69990      Branch: perl
69991            ! perl.h
69992 ____________________________________________________________________________
69993 [  7775] By: jhi                                   on 2000/11/20  15:22:17
69994         Log: Solaris hints tweaks.
69995      Branch: perl
69996            ! hints/solaris_2.sh
69997 ____________________________________________________________________________
69998 [  7774] By: jhi                                   on 2000/11/20  15:01:20
69999         Log: Add a workaround to SOCKS 64-bit problems.
70000      Branch: perl
70001            ! doio.c embed.h embed.pl perlsdio.h proto.h
70002 ____________________________________________________________________________
70003 [  7773] By: jhi                                   on 2000/11/20  14:51:47
70004         Log: sysseek() instead of seek().
70005      Branch: perl
70006            ! t/lib/syslfs.t
70007 ____________________________________________________________________________
70008 [  7772] By: gsar                                  on 2000/11/20  13:06:23
70009         Log: integrate changes#6315..6319,6321..6331,6333..6338
70010              
70011              Integrate with Sarathy, preliminary fix for unicos
70012              alignment problems in [ID 20000612.002] Perl problem on Cray system.
70013              
70014              some debugger output does not go to the socket when RemotePort is set
70015              
70016              winsock cleanup never done on Windows (leads to handle leaks)
70017              
70018              fix UNC path handling on Windows under ithreads, and chdir()
70019              return value when given a non-existent directory
70020              
70021              Autogenerate pod/Makefile and pod/buildtoc.
70022              buildtoc also checks whether the existin pods are
70023              mentioned in MANIFEST and perl.pod, and vice versa.
70024              (None of the thusly found discrepancies fixed yet.)
70025              roffitall also needs to be autogenerated similarly but it
70026              seems so badly out of date that I didn't touch it yet.
70027              
70028              Config is being used.
70029              
70030              Add =head1 NAMEs so that buildtoc is happy.
70031              (The CGI::Util nit reported to Lincoln.)
70032              
70033              Fix complaints of buildtoc.
70034              
70035              Fix the alignment problem in Crays ([ID 20000612.002]).
70036              
70037              Remove perlbook, update perlfaq book listing,
70038              rearrange perl.pod, regenerate perltoc.
70039              
70040              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
70041              was cast to an unsigned (32-bit) integer with wild abandon.
70042              
70043              winsock options weren't being set in all threads under ithreads
70044              (caused send()s from second and subsequent threads to fail)
70045              
70046              accept() leaks memory on windows due to incorrect ordering of
70047              closesocket() and fclose() calls
70048              
70049              Reorder perl.pod once more.
70050              
70051              More POSIX.pod tweaks.
70052              
70053              Sprinkle ldlibpath.
70054              
70055              Precedence goof, fix based on
70056              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
70057              From: Hugo <hv@crypt.compulink.co.uk>
70058              Date: Tue, 11 Jul 2000 12:52:38 +0100
70059              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
70060              
70061              Subject: PATCH perlguts.pod: Document D and d magic types
70062              From: mjd@plover.com
70063              Date: 5 Jul 2000 18:01:51 -0000
70064              Message-ID: <20000705180151.29413.qmail@plover.com>
70065              
70066              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
70067              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
70068              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
70069              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
70070              
70071              Subject: [PATCH cfgperl] $& segfaults if you trick it
70072              From: simon@brecon.co.uk (Simon Cozens)
70073              Date: 7 Jul 2000 11:26:09 GMT
70074              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
70075              
70076              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
70077              From: Hugo <hv@crypt.compulink.co.uk>
70078              Date: Tue, 11 Jul 2000 12:44:50 +0100
70079              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
70080              
70081              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
70082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70083              Date: Tue, 11 Jul 2000 13:50:51 +0100
70084              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
70085      Branch: maint-5.6/perl
70086           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
70087           +> pod/buildtoc.PL
70088            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
70089           !> (integrate 26 files)
70090 ____________________________________________________________________________
70091 [  7771] By: gsar                                  on 2000/11/20  12:31:42
70092         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
70093              6310,6311,6314
70094              
70095              Subject: [PATCH bleedperl] File::Spec 0.82 beta
70096              From: Barrie Slaymaker <barries@jester.slaysys.com>
70097              Date: Wed, 28 Jun 2000 11:35:29 -0400
70098              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
70099              
70100              tweak perlembed for multiplicity/usethreads sanity; correct notes
70101              about Windows
70102              
70103              localize %INC in a Safe compartment so that use/require work
70104              (many other magic globals probably need similar treatment)
70105              
70106              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
70107              when @_ is modified, causing coredumps
70108              
70109              slurp mode fix in change#4736 still not quite right
70110              
70111              Point to perlipc for more SysV IPC examples.
70112              
70113              Elaborate POSIX.pod.  Still needs work.
70114              
70115              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
70116              
70117              fix large memory leak that has been around for ever, masked by
70118              -DPURIFY (most of the arenas were never freed!)
70119              
70120              fix memory leak on Windows (PL_sys_intern contents were never
70121              freed)
70122              
70123              PERL_OBJECT build tweak
70124              
70125              adjust change#6299
70126              
70127              remove rel2abs prototypes (from Barrie Slaymaker)
70128              
70129              missing perldiag entry for unpack("w",...) diagnostic (from
70130              Andreas Koenig)
70131              
70132              better diagnostic on Frob->stuff() when Frob:: doesn't exist
70133              (from Richard Soderberg <rs@oregonnet.com>)
70134              
70135              Win32 patches for cfgperl from Sarathy.
70136              
70137              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
70138              
70139              More POSIX.pod embellishment.
70140              
70141              tyop in change#6306
70142      Branch: maint-5.6/perl
70143           !> (integrate 44 files)
70144 ____________________________________________________________________________
70145 [  7770] By: gsar                                  on 2000/11/20  11:51:00
70146         Log: integrate changes#6268..6282 from cfgperl branch
70147              
70148              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
70149              From: Dominic Dunlop <domo@computer.org>
70150              Date: Thu, 29 Jun 2000 12:32:39 +0200
70151              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
70152              
70153              Regen headers for #6261 (and update embed.pl for this) and #6267,
70154              silence few compiler warnings.
70155              
70156              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
70157              From: Nicholas Clark <nick@talking.bollo.cx>
70158              Date: Fri, 23 Jun 2000 16:21:15 +0100
70159              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
70160              
70161              Subject: PATCH pod/perltie.pod
70162              From: Ian Phillipps <Ian.Phillipps@iname.com>
70163              Date: Fri, 16 Jun 2000 00:17:19 +0100
70164              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
70165              (only the first hunk, the second hunk had already been done
70166              by some other patch)
70167              
70168              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
70169              From: Tom Phoenix <rootbeer@redcat.com>
70170              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
70171              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
70172              
70173              Subject: [PATCH] xsub attributes
70174              From: Doug MacEachern <dougm@covalent.net>
70175              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
70176              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
70177              
70178              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
70179              From: Andy Dougherty <doughera@lafayette.edu>
70180              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
70181              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
70182              
70183              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
70184              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70185              Date: Tue, 13 Jun 2000 02:43:48 -0500
70186              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
70187              
70188              Subject: [PATCH] Re: eval documentation: context
70189              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70190              Date: Mon, 12 Jun 2000 15:07:29 +0100
70191              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
70192              
70193              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
70194              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70195              Date: Mon, 12 Jun 2000 14:55:59 +0100
70196              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
70197              
70198              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
70199              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
70200              Date: Fri, 09 Jun 2000 12:39:27 -0400
70201              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
70202              (plus update the version "number" of Text::Wrap)
70203              
70204              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
70205              From: Tim Ayers <tayers@bridge.com>
70206              Date: Thu, 08 Jun 2000 08:11:06 +0200
70207              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
70208              [resent by Richard Foley, Message-Id probably wrong]
70209              
70210              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
70211              From: rspier@pobox.com (Robert Spier)
70212              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
70213              Message-ID: <14654.31913.845602.610277@rls.cx>
70214              
70215              Subject: [PATCH 5.6.0] utils/h2xs.PL
70216              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70217              Date: Wed, 7 Jun 2000 04:02:04 -0500
70218              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
70219              
70220              Subject: [PATCH 5.6.0]ITHREADs for VMS
70221              From: Dan Sugalski <dan@sidhe.org>
70222              Date: Tue, 06 Jun 2000 11:59:50 -0400
70223              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
70224      Branch: maint-5.6/perl
70225           !> (integrate 31 files)
70226 ____________________________________________________________________________
70227 [  7769] By: gsar                                  on 2000/11/20  11:29:06
70228         Log: integrate changes#6261..6266 from cfgperl
70229              
70230              Subject: Re: [PATCH cfgperl] BOMs away!
70231              From: simon@brecon.co.uk (Simon Cozens)
70232              Date: 17 Jun 2000 11:49:57 GMT
70233              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
70234              
70235              Subject: 5.6.0 Patch for EPOC
70236              From: Olaf Flebbe <o.flebbe@gmx.de>
70237              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
70238              Message-ID: <23449.960929969@www11.gmx.net>
70239              
70240              tr fixes from Simon Cozens
70241              
70242              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
70243              From: Marty Lucich <marty@netcom.com>
70244              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
70245              Message-Id: <200006282116.OAA11148@netcom.com>
70246              ccdlflags update (the BSD/OS 4.1 part had already been taken
70247              care of by #6141).
70248              
70249              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
70250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70251              Date: Wed, 28 Jun 2000 17:50:12 -0700
70252              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
70253              
70254              Subject: [PATCH 5.6.0] cygwin port
70255              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
70256              From: "Fifer, Eric" <EFifer@sanwaint.com>
70257              Date: Thu, 29 Jun 2000 12:58:29 +0100
70258      Branch: maint-5.6/perl
70259           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
70260           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
70261           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
70262           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
70263 ____________________________________________________________________________
70264 [  7768] By: gsar                                  on 2000/11/20  11:13:44
70265         Log: integrate changes#6252..6256,6259..6260
70266              
70267              Paranoia tweak on #6249.
70268              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
70269              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
70270              Date: Sun, 25 Jun 2000 23:43:12 -0400
70271              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
70272              
70273              Subject: tr///, help wanted.
70274              From: simon@brecon.co.uk (Simon Cozens)
70275              Date: 28 Jun 2000 11:29:04 GMT
70276              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
70277              
70278              small thinko tweaks
70279              
70280              tweaks from Simon Conzes to further fix tr/// under utf8
70281              
70282              perlnewmod was missing from MANIFEST.
70283              
70284              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
70285              From: simon@brecon.co.uk (Simon Cozens)
70286              Date: 17 Jun 2000 11:56:44 GMT
70287              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
70288              pack U0, pack C0
70289      Branch: maint-5.6/perl
70290           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
70291           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
70292           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
70293           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
70294 ____________________________________________________________________________
70295 [  7767] By: gsar                                  on 2000/11/20  10:51:38
70296         Log: integrate change#6250 from cfgperl
70297              
70298              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
70299              From: Doug MacEachern <dougm@covalent.net>
70300              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
70301              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
70302      Branch: maint-5.6/perl
70303           +> t/op/my_stash.t
70304           !> MANIFEST embed.pl global.sym proto.h toke.c
70305 ____________________________________________________________________________
70306 [  7766] By: gsar                                  on 2000/11/20  10:48:34
70307         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
70308              
70309              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
70310              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
70311              Date: Mon, 26 Jun 2000 18:40:14 +0100
70312              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
70313              
70314              Subject: [PATCH] bytes<->utf8 fixes
70315              From: simon@brecon.co.uk (Simon Cozens)
70316              Date: 26 Jun 2000 04:55:45 GMT
70317              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
70318              
70319              Subject: [PATCH] is_utf8_string
70320              From: simon@brecon.co.uk (Simon Cozens)
70321              Date: 26 Jun 2000 02:25:59 GMT
70322              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
70323              
70324              Subject: [PATCH] avoid mg_ptr in '*' magic
70325              From: Doug MacEachern <dougm@covalent.net>
70326              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
70327              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
70328              
70329              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
70330              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
70331              Date: Sat, 24 Jun 2000 13:06:20 +0100
70332              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
70333              
70334              Allow for standalone testing.
70335              
70336              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
70337              From: Mark-Jason Dominus <mjd@plover.com>
70338              Date: Tue, 27 Jun 2000 22:36:42 -0400
70339              Message-ID: <20000628023642.12166.qmail@plover.com>
70340              
70341              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
70342              From: Frank Tobin <ftobin@uiuc.edu>
70343              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
70344              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
70345      Branch: maint-5.6/perl
70346           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
70347           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
70348           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
70349           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
70350           !> utf8.c utils/h2xs.PL
70351 ____________________________________________________________________________
70352 [  7765] By: gsar                                  on 2000/11/20  10:29:13
70353         Log: integrate change#6239 from cfgperl
70354              
70355              Configure maintenance.  Sever some dependency cycles,
70356              separate gccversion from the cc unit,
70357              address [ID 20000623.006] Configure script patch for using gcc on AIX
70358              (but solve it a little bit differently),
70359              unduplex some accidentally duplicated units,
70360              suggest using gcc if no cc available
70361              (p5p thread: "Solaris configure: counterproposal", 1999-09)
70362      Branch: maint-5.6/perl
70363           !> Configure Todo-5.6 config_h.SH
70364 ____________________________________________________________________________
70365 [  7764] By: gsar                                  on 2000/11/20  10:25:55
70366         Log: integrate changes#6233..6238 from cfgperl
70367              
70368              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
70369              From: Mark-Jason Dominus <mjd@plover.com>
70370              Date: Fri, 16 Jun 2000 20:53:04 -0400
70371              Message-ID: <20000617005304.8008.qmail@plover.com>
70372              
70373              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
70374              because when run as services (Win32ese for daemons)
70375              no environment variables are set and tmpdir ends up as /tmp,
70376              which is ambiguous.
70377              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
70378              From: matt@sergeant.org
70379              Date: 16 Jun 2000 16:30:43 -0000
70380              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
70381              
70382              The thread begun by
70383              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
70384              From: Kevin.Ruscoe@ubsw.com
70385              Date: Fri, 16 Jun 2000 16:38:51 +0100
70386              Message-Id: <H000019b03c300d6@MHS>
70387              
70388              Tweak embed.pl, regen headers.
70389              
70390              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
70391              From: Dan Sugalski <dan@sidhe.org>
70392              Date: Fri, 23 Jun 2000 17:00:00 -0400
70393              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
70394      Branch: maint-5.6/perl
70395           !> (integrate 27 files)
70396 ____________________________________________________________________________
70397 [  7763] By: gsar                                  on 2000/11/20  10:08:08
70398         Log: s/perl56delta/perldelta/g
70399      Branch: maint-5.6/perl
70400            ! pod/Makefile
70401 ____________________________________________________________________________
70402 [  7762] By: gsar                                  on 2000/11/20  10:04:00
70403         Log: integrate changes#6225,6229,6231,6232 from cfgperl
70404              
70405              Add source code filenames to apidoc.
70406              From: simon@brecon.co.uk (Simon Cozens)
70407              Subject: [PATCH embed.pl] Source X-ref
70408              Date: 22 Jun 2000 02:18:49 GMT
70409              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
70410              
70411              Subject: README.hpux version 0.6.1
70412              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
70413              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70414              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
70415              
70416              Subject: [PATCH 5.6.0] cygwin port
70417              From: "Fifer, Eric" <EFifer@sanwaint.com>
70418              Date: Tue, 20 Jun 2000 14:30:58 +0100
70419              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
70420              
70421              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
70422              From: simon@brecon.co.uk (Simon Cozens)
70423              Date: 19 Jun 2000 15:18:27 GMT
70424              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
70425              
70426              plus update pod/Makefile and regenerate perltoc
70427      Branch: maint-5.6/perl
70428           +> pod/perlutil.pod
70429           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
70430           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
70431 ____________________________________________________________________________
70432 [  7761] By: jhi                                   on 2000/11/20  04:09:55
70433         Log: Miraculous typo.
70434      Branch: perl
70435            ! t/op/pat.t
70436 ____________________________________________________________________________
70437 [  7760] By: jhi                                   on 2000/11/20  04:06:08
70438         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
70439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70440              Date: Sun, 19 Nov 2000 22:30:26 -0500
70441              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
70442      Branch: perl
70443            ! regexec.c scope.h t/op/pat.t
70444 ____________________________________________________________________________
70445 [  7759] By: jhi                                   on 2000/11/20  02:05:22
70446         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
70447      Branch: perl
70448            ! perl.h
70449 ____________________________________________________________________________
70450 [  7758] By: jhi                                   on 2000/11/20  01:58:11
70451         Log: Subject: [perl 7711: EPOC] updates
70452              From: Olaf Flebbe <o.flebbe@gmx.de>
70453              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
70454              Message-ID: <25575.974658810@www23.gmx.net>               
70455      Branch: perl
70456            + lib/File/Spec/Epoc.pm
70457            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
70458            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
70459            ! lib/File/Spec.pm perl.c sv.c
70460 ____________________________________________________________________________
70461 [  7757] By: jhi                                   on 2000/11/20  01:53:11
70462         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
70463      Branch: perl
70464            ! MANIFEST
70465 ____________________________________________________________________________
70466 [  7756] By: jhi                                   on 2000/11/20  01:47:22
70467         Log: Integrate perlio.
70468      Branch: perl
70469            - ext/re/hints/MSWin32.pl
70470           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
70471           !> win32/config.gc win32/config_H.gc win32/win32sck.c
70472 ____________________________________________________________________________
70473 [  7755] By: nick                                  on 2000/11/19  20:57:17
70474         Log: Add dummy crlf layer (just as buffer)
70475              Correct 1st bug - one layer of indirection.
70476      Branch: perlio
70477            ! perlio.c perlio.h perliol.h
70478 ____________________________________________________________________________
70479 [  7754] By: nick                                  on 2000/11/19  20:56:12
70480         Log: Work-round to Perl_deb_nocontext is no longer required
70481      Branch: perlio
70482            - ext/re/hints/MSWin32.pl
70483 ____________________________________________________________________________
70484 [  7753] By: nick                                  on 2000/11/19  20:01:16
70485         Log: diff -se shows these as different
70486      Branch: perlio
70487            ! global.sym pod/perlapi.pod
70488 ____________________________________________________________________________
70489 [  7752] By: nick                                  on 2000/11/19  18:57:30
70490         Log: Configure GCC/Win32 build -Duseperlio
70491              Fix a couple of gross issues
70492              - double-include of ../deb.o in re.dll
70493              - win32sck.c needs PerlIO and FILE 
70494      Branch: perlio
70495            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
70496            ! win32/win32sck.c
70497 ____________________________________________________________________________
70498 [  7751] By: nick                                  on 2000/11/19  17:05:36
70499         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
70500      Branch: perlio
70501            ! perlio.c
70502 ____________________________________________________________________________
70503 [  7750] By: nick                                  on 2000/11/19  16:57:14
70504         Log: Missing aTHX_
70505      Branch: perlio
70506            ! sv.c
70507 ____________________________________________________________________________
70508 [  7749] By: jhi                                   on 2000/11/19  16:28:40
70509         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
70510              From: "Peter J. Farley III" <pjfarley@banet.net>
70511              Date: Sun, 19 Nov 2000 01:42:58 -0500
70512              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
70513      Branch: perl
70514            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
70515 ____________________________________________________________________________
70516 [  7748] By: jhi                                   on 2000/11/19  16:08:10
70517         Log: Subject: podlators 1.05 available        
70518              From: Russ Allbery <rra@stanford.edu>   
70519              Date: 18 Nov 2000 22:04:28 -0800
70520              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
70521      Branch: perl
70522            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
70523 ____________________________________________________________________________
70524 [  7747] By: nick                                  on 2000/11/19  11:19:39
70525         Log: Integrate mainline
70526      Branch: perlio
70527           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
70528           !> util.c
70529 ____________________________________________________________________________
70530 [  7746] By: jhi                                   on 2000/11/19  06:42:22
70531         Log: Make hex scanning warn on "\x{x}" and "\xx".
70532              "\x" and and hex("x") are still valid.
70533      Branch: perl
70534            ! util.c
70535 ____________________________________________________________________________
70536 [  7745] By: nick                                  on 2000/11/18  22:52:28
70537         Log: Integrate mainline
70538      Branch: perlio
70539           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
70540           !> perl.h perlio.c proto.h regcomp.c regcomp.h
70541 ____________________________________________________________________________
70542 [  7744] By: jhi                                   on 2000/11/18  22:50:28
70543         Log: Introduce Perl_utf8_length().  Use it.
70544      Branch: perl
70545            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
70546 ____________________________________________________________________________
70547 [  7743] By: jhi                                   on 2000/11/18  22:38:51
70548         Log: Compiler denit.
70549      Branch: perl
70550            ! perlio.c
70551 ____________________________________________________________________________
70552 [  7742] By: jhi                                   on 2000/11/18  20:33:05
70553         Log: Integrate perlio.
70554      Branch: perl
70555           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
70556           !> perlio.h pp_ctl.c pp_sys.c sv.c
70557 ____________________________________________________________________________
70558 [  7741] By: jhi                                   on 2000/11/18  20:31:27
70559         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
70560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70561              Date: Fri, 17 Nov 2000 20:35:11 -0500
70562              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
70563              
70564              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
70565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70566              Date: Fri, 17 Nov 2000 21:03:47 -0500
70567              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
70568              
70569              Plus a little bit of tweaking in pregcomp().
70570      Branch: perl
70571            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
70572 ____________________________________________________________________________
70573 [  7740] By: nick                                  on 2000/11/18  20:17:22
70574         Log: Lexical use open ... support:
70575              add ->cop_io to COP structure in cop.h.
70576              Make mg.c and gv.c associate it with ${^OPEN}.
70577              Make lib/open.pm set it.
70578              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
70579              manner similar to ->cop_warnings.
70580              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
70581              call new PerlIO_apply_layers().
70582              Declare latter in perlio.h and define in perlio.c
70583      Branch: perlio
70584            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
70585            ! perlio.h pp_ctl.c pp_sys.c sv.c
70586 ____________________________________________________________________________
70587 [  7739] By: jhi                                   on 2000/11/18  19:54:00
70588         Log: Integrate perlio.
70589      Branch: perl
70590           !> doio.c perlio.c pp.c
70591 ____________________________________________________________________________
70592 [  7738] By: jhi                                   on 2000/11/18  17:16:13
70593         Log: Subject: [PATCH 5.7.0] etags broken again
70594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70595              Date: Sat, 18 Nov 2000 02:41:36 -0500
70596              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
70597      Branch: perl
70598            ! emacs/ptags
70599 ____________________________________________________________________________
70600 [  7737] By: jhi                                   on 2000/11/18  17:12:18
70601         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
70602      Branch: perl
70603            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70604 ____________________________________________________________________________
70605 [  7736] By: nick                                  on 2000/11/18  14:06:20
70606         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
70607              part to be isolated.
70608      Branch: perlio
70609            ! doio.c perlio.c
70610 ____________________________________________________________________________
70611 [  7735] By: nick                                  on 2000/11/18  11:03:32
70612         Log: Integrate mainline
70613      Branch: perlio
70614           !> Changes README.amiga README.win32 patchlevel.h
70615           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
70616 ____________________________________________________________________________
70617 [  7734] By: jhi                                   on 2000/11/18  01:18:56
70618         Log: Update Changes.
70619      Branch: perl
70620            ! Changes patchlevel.h
70621 ____________________________________________________________________________
70622 [  7733] By: jhi                                   on 2000/11/18  00:32:54
70623         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
70624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70625              Date: Fri, 17 Nov 2000 17:28:02 -0500
70626              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
70627      Branch: perl
70628            ! regcomp.c regexec.c t/op/re_tests
70629 ____________________________________________________________________________
70630 [  7732] By: jhi                                   on 2000/11/18  00:28:56
70631         Log: Sparc 64-bit pack() fix from Jens Hamisch.
70632      Branch: perl
70633            ! pp.c
70634 ____________________________________________________________________________
70635 [  7731] By: jhi                                   on 2000/11/18  00:18:39
70636         Log: Explain in more detail the {} syntax ambiguousity.
70637              
70638              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
70639              From: Nicholas Clark <nick@ccl4.org>
70640              Date: Fri, 17 Nov 2000 22:10:28 +0000
70641              Message-ID: <20001117221028.A88930@plum.flirble.org>
70642      Branch: perl
70643            ! pod/perlfunc.pod
70644 ____________________________________________________________________________
70645 [  7730] By: jhi                                   on 2000/11/18  00:12:18
70646         Log: Subject: Fix for README.amiga (20000323.033)
70647              From: "Stephen P. Potter" <spp@spotter.yi.org>
70648              Date: Fri, 17 Nov 2000 12:25:51 -0500
70649              Message-Id: <200011171725.MAA05768@spotter.yi.org>
70650      Branch: perl
70651            ! README.amiga
70652 ____________________________________________________________________________
70653 [  7729] By: jhi                                   on 2000/11/18  00:08:34
70654         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
70655              From: "A. C. Yardley" <yardley@tanet.net>
70656              Date: Mon, 3 Apr 2000 11:35:33 -0700
70657              Message-ID: <3483.000403@tanet.net>
70658      Branch: perl
70659            ! README.win32
70660 ____________________________________________________________________________
70661 [  7728] By: nick                                  on 2000/11/17  21:59:47
70662         Log: Integrate mainline
70663      Branch: perlio
70664           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
70665           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
70666           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
70667           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
70668 ____________________________________________________________________________
70669 [  7727] By: nick                                  on 2000/11/17  21:56:31
70670         Log: Experiment on use of attributes.pm interface.
70671              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
70672              SVt_PVRV if not already something better (else vivify of say magic gets
70673              core dump).
70674      Branch: perlio
70675            ! perlio.c pp.c
70676 ____________________________________________________________________________
70677 [  7726] By: jhi                                   on 2000/11/17  14:15:49
70678         Log: Subject: Fix for 20000815.006
70679              From: "Stephen P. Potter" <spp@spotter.yi.org>
70680              Date: Fri, 17 Nov 2000 08:57:45 -0500
70681              Message-Id: <200011171357.IAA05122@spotter.yi.org>
70682              
70683              It's really 20000518.006.
70684      Branch: perl
70685            ! pod/perlmodlib.PL
70686 ____________________________________________________________________________
70687 [  7725] By: jhi                                   on 2000/11/17  14:12:31
70688         Log: Subject: Fix for 20000409.001
70689              From: "Stephen P. Potter" <spp@spotter.yi.org>
70690              Date: Fri, 17 Nov 2000 08:55:45 -0500
70691              Message-Id: <200011171355.IAA05104@spotter.yi.org>
70692      Branch: perl
70693            ! pod/perlfaq9.pod
70694 ____________________________________________________________________________
70695 [  7724] By: jhi                                   on 2000/11/17  14:08:58
70696         Log: Undo #7627 now that we have =head3.
70697      Branch: perl
70698            ! pod/perlhack.pod
70699 ____________________________________________________________________________
70700 [  7723] By: jhi                                   on 2000/11/17  14:04:09
70701         Log: As surmised the #7719 wasn't a good move.
70702      Branch: perl
70703            ! hints/solaris_2.sh
70704 ____________________________________________________________________________
70705 [  7722] By: jhi                                   on 2000/11/17  13:59:04
70706         Log: Also the 64bitall hints can be either here or there.
70707      Branch: perl
70708            ! hints/solaris_2.sh
70709 ____________________________________________________________________________
70710 [  7721] By: jhi                                   on 2000/11/17  02:26:23
70711         Log: Test tweak for the open pragma.
70712      Branch: perl
70713            ! t/lib/b.t
70714 ____________________________________________________________________________
70715 [  7720] By: jhi                                   on 2000/11/17  00:23:22
70716         Log: The long double hints can be here or there.
70717      Branch: perl
70718            ! hints/solaris_2.sh
70719 ____________________________________________________________________________
70720 [  7719] By: jhi                                   on 2000/11/17  00:14:06
70721         Log: For Solaris use64bitall the stdchar needs a little bit of help.
70722      Branch: perl
70723            ! hints/solaris_2.sh
70724 ____________________________________________________________________________
70725 [  7718] By: jhi                                   on 2000/11/16  23:27:34
70726         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
70727              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
70728              Date: Wed, 15 Nov 2000 08:56:32 +0100
70729              Message-ID: <3A1241B0.64477E00@alcatel.at>
70730      Branch: perl
70731            ! lib/Carp/Heavy.pm
70732 ____________________________________________________________________________
70733 [  7717] By: jhi                                   on 2000/11/16  23:23:29
70734         Log: Subject: [PATCH] Re: 20001101.003 PDL
70735              From: Nicholas Clark <nick@ccl4.org>
70736              Date: Thu, 16 Nov 2000 16:48:25 +0000
70737              Message-ID: <20001116164825.B93487@plum.flirble.org>
70738      Branch: perl
70739            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
70740 ____________________________________________________________________________
70741 [  7716] By: jhi                                   on 2000/11/16  23:21:31
70742         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
70743              From: "Casey R. Tweten" <crt@kiski.net>
70744              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
70745              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
70746      Branch: perl
70747            ! lib/Pod/Checker.pm pod/perlpod.pod
70748 ____________________________________________________________________________
70749 [  7715] By: jhi                                   on 2000/11/16  23:19:40
70750         Log: Avoid an infinite loop in VMS when utils scripts are run
70751              with no arguments, from Charles Lane.
70752      Branch: perl
70753            ! configure.com
70754 ____________________________________________________________________________
70755 [  7714] By: jhi                                   on 2000/11/16  23:17:08
70756         Log: Subject: perllocale.pod changes
70757              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70758              Date: Mon, 13 Nov 2000 10:09:22 +0300
70759              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
70760      Branch: perl
70761            ! pod/perllocale.pod
70762 ____________________________________________________________________________
70763 [  7713] By: jhi                                   on 2000/11/16  23:14:06
70764         Log: Integrate perlio.
70765      Branch: perl
70766           !> doio.c perlio.c perlio.h util.c
70767 ____________________________________________________________________________
70768 [  7712] By: nick                                  on 2000/11/16  21:10:58
70769         Log: Integrate mainline
70770      Branch: perlio
70771           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
70772           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
70773           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
70774           !> vos/config.ga.def vos/config.ga.h win32/config.bc
70775           !> win32/config.gc win32/config.vc
70776 ____________________________________________________________________________
70777 [  7711] By: nick                                  on 2000/11/16  19:56:41
70778         Log: Minor tweaks:
70779              consistent way of getting 'rb', 'wb' etc. for binary opens
70780              move *perlio::layers to *open::layers
70781              a #define to show layers available
70782              DOSISH popen/PerlIO had export/import sense inverted.
70783      Branch: perlio
70784            ! doio.c perlio.c perlio.h util.c
70785 ____________________________________________________________________________
70786 [  7710] By: jhi                                   on 2000/11/16  15:46:05
70787         Log: Add HAS_SBRK_PROTO.
70788      Branch: metaconfig/U/perl
70789            + d_sbrkproto.U
70790      Branch: perl
70791            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70792            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
70793            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
70794            ! vos/config.ga.def vos/config.ga.h win32/config.bc
70795            ! win32/config.gc win32/config.vc
70796 ____________________________________________________________________________
70797 [  7709] By: nick                                  on 2000/11/16  07:31:49
70798         Log: Integrate mainline
70799      Branch: perlio
70800           !> (integrate 35 files)
70801 ____________________________________________________________________________
70802 [  7708] By: jhi                                   on 2000/11/16  05:33:03
70803         Log: These files are text, not binary.
70804      Branch: perl
70805            ! ext/Encode/Encode/iso8859-10.enc
70806            ! ext/Encode/Encode/iso8859-13.enc
70807            ! ext/Encode/Encode/iso8859-14.enc
70808            ! ext/Encode/Encode/iso8859-15.enc
70809 ____________________________________________________________________________
70810 [  7707] By: jhi                                   on 2000/11/16  01:53:37
70811         Log: Update Changes.
70812      Branch: perl
70813            ! Changes patchlevel.h
70814 ____________________________________________________________________________
70815 [  7706] By: jhi                                   on 2000/11/16  01:35:59
70816         Log: More #undefing of stdio.
70817      Branch: perl
70818            ! fakesdio.h nostdio.h
70819 ____________________________________________________________________________
70820 [  7705] By: jhi                                   on 2000/11/16  01:34:18
70821         Log: Add fwalk() probe to the configuration files and regen perltoc.
70822      Branch: perl
70823            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70824            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
70825            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
70826            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70827            ! win32/config.bc win32/config.gc win32/config.vc
70828 ____________________________________________________________________________
70829 [  7704] By: jhi                                   on 2000/11/16  01:33:07
70830         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
70831              an optional third argument to Inlibc?)
70832      Branch: metaconfig/U/perl
70833            + d__fwalk.U
70834 ____________________________________________________________________________
70835 [  7703] By: jhi                                   on 2000/11/16  01:09:22
70836         Log: The type of the hash_cb() size argument is tricky.
70837      Branch: perl
70838            ! ext/DB_File/DB_File.xs
70839 ____________________________________________________________________________
70840 [  7702] By: jhi                                   on 2000/11/15  23:01:16
70841         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
70842      Branch: perl
70843            ! nostdio.h
70844 ____________________________________________________________________________
70845 [  7701] By: jhi                                   on 2000/11/15  22:52:32
70846         Log: Detypo.
70847      Branch: perl
70848            ! t/lib/bigfltpm.t
70849 ____________________________________________________________________________
70850 [  7700] By: jhi                                   on 2000/11/15  22:51:56
70851         Log: UINT64_C() work continues.
70852      Branch: perl
70853            ! handy.h perl.h utf8.h
70854 ____________________________________________________________________________
70855 [  7699] By: jhi                                   on 2000/11/15  14:13:04
70856         Log: SOCKS has its own USE_THREADS, based on
70857              
70858              Subject: [ID 20001114.002] et. al. bugfix followup
70859              From: Jens Hamisch <jens@Strawberry.COM> 
70860              Date: Wed, 15 Nov 2000 14:23:11 +0100
70861              Message-ID: <20001115142311.A21164@Strawberry.COM>
70862      Branch: perl
70863            ! perl.h
70864 ____________________________________________________________________________
70865 [  7698] By: jhi                                   on 2000/11/15  03:50:56
70866         Log: Add few missing #undefs and sort them.
70867      Branch: perl
70868            ! fakesdio.h
70869 ____________________________________________________________________________
70870 [  7697] By: jhi                                   on 2000/11/15  03:39:14
70871         Log: Linenumber fix.
70872      Branch: perl
70873            ! t/pragma/warn/utf8
70874 ____________________________________________________________________________
70875 [  7696] By: jhi                                   on 2000/11/15  02:55:26
70876         Log: EBCDIC tweaks.
70877              
70878              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70879              From: Peter Prymmer <pvhp@forte.com>
70880              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
70881              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
70882      Branch: perl
70883            ! t/op/regmesg.t t/pragma/warn/utf8
70884 ____________________________________________________________________________
70885 [  7695] By: jhi                                   on 2000/11/15  02:53:58
70886         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70887              From: Peter Prymmer <pvhp@forte.com>
70888              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
70889              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
70890      Branch: perl
70891            ! utf8.c
70892 ____________________________________________________________________________
70893 [  7694] By: jhi                                   on 2000/11/15  02:50:55
70894         Log: Subject: [PATCH: perl@7674] updates to README.os390
70895              From: Prymmer/Kahn <pvhp@best.com>
70896              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
70897              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
70898      Branch: perl
70899            ! README.os390
70900 ____________________________________________________________________________
70901 [  7693] By: jhi                                   on 2000/11/15  02:48:37
70902         Log: Quit utf8_to_uv() instantly if curlen == 0.
70903      Branch: perl
70904            ! utf8.c
70905 ____________________________________________________________________________
70906 [  7692] By: jhi                                   on 2000/11/15  02:24:29
70907         Log: Use u_int32_t for the size of hash_cb(), not size_t.
70908              
70909              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70910              From: Jens Hamisch <jens@Strawberry.COM>     
70911              Date: Tue, 14 Nov 2000 19:03:55 +0100
70912              Message-Id: <20001114190355.A20559@Strawberry.COM>
70913      Branch: perl
70914            ! ext/DB_File/DB_File.xs
70915 ____________________________________________________________________________
70916 [  7691] By: jhi                                   on 2000/11/15  02:20:12
70917         Log: Use UINT64_C().
70918              
70919              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70920              From: Jens Hamisch <jens@Strawberry.COM>
70921              Date: Tue, 14 Nov 2000 19:16:23 +0100
70922              Message-Id: <20001114191623.G20559@Strawberry.COM>
70923      Branch: perl
70924            ! utf8.c utf8.h
70925 ____________________________________________________________________________
70926 [  7690] By: jhi                                   on 2000/11/15  02:17:06
70927         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70928              (a macro to define signed and unsigned integer constants).
70929      Branch: perl
70930            ! handy.h
70931 ____________________________________________________________________________
70932 [  7689] By: jhi                                   on 2000/11/15  01:56:51
70933         Log: Regen Configure.
70934      Branch: perl
70935            ! Configure
70936 ____________________________________________________________________________
70937 [  7688] By: jhi                                   on 2000/11/15  01:56:32
70938         Log: Make the unit know about SOCKS.
70939      Branch: metaconfig
70940            ! U/protos/socksizetype.U
70941 ____________________________________________________________________________
70942 [  7687] By: jhi                                   on 2000/11/15  01:54:47
70943         Log: Remove unused dependencies.
70944      Branch: metaconfig
70945            ! U/compline/d_getpagsz.U
70946 ____________________________________________________________________________
70947 [  7686] By: nick                                  on 2000/11/14  21:25:13
70948         Log: Integrate mainline.
70949      Branch: perlio
70950           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
70951           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
70952           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
70953           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
70954           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
70955           !> win32/config.bc win32/config.gc win32/config.vc
70956           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
70957 ____________________________________________________________________________
70958 [  7685] By: jhi                                   on 2000/11/14  17:54:56
70959         Log: Integrate perlio.
70960      Branch: perl
70961           +> fakesdio.h perliol.h
70962           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70963           !> perlsdio.h perlsfio.h pod/perlfunc.pod
70964 ____________________________________________________________________________
70965 [  7684] By: nick                                  on 2000/11/14  17:43:04
70966         Log: PerlIO #include and #ifdef re-work.
70967      Branch: perlio
70968            + fakesdio.h perliol.h
70969            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70970            ! perlsdio.h perlsfio.h
70971 ____________________________________________________________________________
70972 [  7683] By: jhi                                   on 2000/11/14  15:42:40
70973         Log: Hoist the duplicated socket/netdb include logic to perl.h;
70974              undef SETERRNO in case SOCKS has defined it.  Based on:
70975              
70976              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70977              From: Jens Hamisch <jens@Strawberry.COM> 
70978              Date: Tue, 14 Nov 2000 11:34:40 +0100
70979              Message-Id: <20001114113440.A20005@Strawberry.COM>
70980      Branch: perl
70981            ! doio.c perl.h pp_sys.c
70982 ____________________________________________________________________________
70983 [  7682] By: jhi                                   on 2000/11/14  14:07:28
70984         Log: Subject: some additions for makefiles for win32 (for perl@7674)
70985              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70986              Date: Tue, 14 Nov 2000 09:31:13 +0300
70987              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
70988      Branch: perl
70989            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
70990            ! win32/makefile.mk
70991 ____________________________________________________________________________
70992 [  7681] By: jhi                                   on 2000/11/14  14:01:41
70993         Log: Subject: tiny typo in perl5db.pl
70994              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70995              Date: Tue, 14 Nov 2000 09:29:28 +0300
70996              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
70997      Branch: perl
70998            ! lib/perl5db.pl
70999 ____________________________________________________________________________
71000 [  7680] By: jhi                                   on 2000/11/14  04:13:50
71001         Log: Redo #7679 with LFs instead of CRLFs.
71002      Branch: perl
71003            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
71004            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
71005            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
71006 ____________________________________________________________________________
71007 [  7679] By: jhi                                   on 2000/11/14  01:21:09
71008         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
71009              From: Benjamin Stuhl <tiriath@yahoo.com> 
71010              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
71011              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
71012      Branch: perl
71013            + win32/bin/mdelete.bat
71014            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
71015            ! makedef.pl perlio.c win32/Makefile win32/config.gc
71016            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
71017 ____________________________________________________________________________
71018 [  7678] By: jhi                                   on 2000/11/14  01:19:20
71019         Log: Fix the re extension building for Win32.
71020              
71021              Subject: [PATCH perl@7638] Get PerlIO building on Win32
71022              From: Benjamin Stuhl <tiriath@yahoo.com> 
71023              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
71024              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
71025      Branch: perl
71026            + ext/re/hints/MSWin32.pl
71027            ! MANIFEST
71028 ____________________________________________________________________________
71029 [  7677] By: jhi                                   on 2000/11/14  01:13:54
71030         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
71031              From: sthoenna@efn.org
71032              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
71033              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
71034      Branch: perl
71035            ! doop.c pp.c toke.c utf8.c utf8.h
71036 ____________________________________________________________________________
71037 [  7676] By: jhi                                   on 2000/11/13  20:23:15
71038         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
71039              From: Nicholas Clark <nick@ccl4.org>
71040              Date: Mon, 13 Nov 2000 18:55:04 +0000
71041              Message-ID: <20001113185504.J29183@plum.flirble.org>
71042      Branch: perl
71043            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
71044 ____________________________________________________________________________
71045 [  7675] By: nick                                  on 2000/11/13  20:21:57
71046         Log: Integrate mainline ...
71047      Branch: perlio
71048           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
71049           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
71050           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
71051           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
71052 ____________________________________________________________________________
71053 [  7674] By: jhi                                   on 2000/11/13  15:07:56
71054         Log: Update Changes.
71055      Branch: perl
71056            ! Changes patchlevel.h
71057 ____________________________________________________________________________
71058 [  7673] By: jhi                                   on 2000/11/13  14:42:42
71059         Log: Remove the new two tests of lib/io_xs for now, they seem to
71060              fail under perlio on some platforms.
71061      Branch: perl
71062            ! t/lib/io_xs.t
71063 ____________________________________________________________________________
71064 [  7672] By: jhi                                   on 2000/11/13  13:57:53
71065         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
71066      Branch: perl
71067            ! perlio.c
71068 ____________________________________________________________________________
71069 [  7671] By: jhi                                   on 2000/11/13  05:30:48
71070         Log: Placate nervous compilers that see longer than ints switch()ing.
71071      Branch: perl
71072            ! utf8.c
71073 ____________________________________________________________________________
71074 [  7670] By: jhi                                   on 2000/11/13  05:14:21
71075         Log: fputs() does return EOF on error but here we don't care.
71076      Branch: perl
71077            ! perlio.c
71078 ____________________________________________________________________________
71079 [  7669] By: jhi                                   on 2000/11/13  05:02:45
71080         Log: Declare reg_data like reg_substr_data.
71081      Branch: perl
71082            ! regexp.h
71083 ____________________________________________________________________________
71084 [  7668] By: jhi                                   on 2000/11/13  04:54:34
71085         Log: Typos in #7667.
71086      Branch: perl
71087            ! perl.h
71088 ____________________________________________________________________________
71089 [  7667] By: jhi                                   on 2000/11/13  04:49:49
71090         Log: Cleanup messy #ifdef.
71091      Branch: perl
71092            ! perl.h
71093 ____________________________________________________________________________
71094 [  7666] By: jhi                                   on 2000/11/13  04:17:34
71095         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
71096              From: Nicholas Clark <nick@talking.bollo.cx>
71097              Date: Sun, 12 Nov 2000 21:14:11 +0000
71098              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
71099              
71100              Note: only one breakage of the two reported is fixed by this patch.
71101      Branch: perl
71102            ! perlio.c
71103 ____________________________________________________________________________
71104 [  7665] By: jhi                                   on 2000/11/13  04:05:07
71105         Log: Tweak the definition of the bit complement on UTF-8 data:
71106              if none of the characters in the string are > 0xff,
71107              the result is a complemented byte string, not a (UTF-8)
71108              char string.  Based on the summary in
71109              
71110              Subject: Re: [ID 20000918.005] ~ on wide chars
71111              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
71112              Date: Fri, 10 Nov 2000 09:47:15 -0800
71113              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
71114              
71115              This should give us the maximum backward (pre-char string)
71116              compatibility and utf8 compatibility.  The other alternative
71117              would be to limit the bit complement to be always byte only,
71118              taking the least significant byte of the chars.
71119      Branch: perl
71120            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
71121 ____________________________________________________________________________
71122 [  7664] By: jhi                                   on 2000/11/13  00:23:44
71123         Log: Couple of tests from #7660 salvaged.
71124      Branch: perl
71125            - t/op/tell.t
71126            ! MANIFEST t/io/tell.t
71127 ____________________________________________________________________________
71128 [  7663] By: jhi                                   on 2000/11/13  00:02:48
71129         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
71130              From: Nicholas Clark <nick@talking.bollo.cx>
71131              Date: Sun, 12 Nov 2000 21:23:43 +0000
71132              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
71133      Branch: perl
71134            ! perlsfio.h
71135 ____________________________________________________________________________
71136 [  7662] By: jhi                                   on 2000/11/13  00:01:39
71137         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
71138              From: Nicholas Clark <nick@talking.bollo.cx>
71139              Date: Sun, 12 Nov 2000 21:30:04 +0000
71140              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
71141      Branch: perl
71142            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
71143 ____________________________________________________________________________
71144 [  7661] By: jhi                                   on 2000/11/12  23:57:29
71145         Log: Document tell() on special streams.
71146      Branch: perl
71147            ! pod/perlfunc.pod
71148 ____________________________________________________________________________
71149 [  7660] By: jhi                                   on 2000/11/12  23:54:22
71150         Log: (Subsumed by #7664)
71151      Branch: perl
71152            + t/op/tell.t
71153            ! MANIFEST
71154 ____________________________________________________________________________
71155 [  7659] By: jhi                                   on 2000/11/12  22:55:25
71156         Log: Many subdocumented return values of the IO extension now documented.
71157              ungetc and write still left subdocumented.
71158              
71159              Subject: [PATCH] (was Re: IO::Handle::ungetc)
71160              From: Nicholas Clark <nick@talking.bollo.cx>
71161              Date: Sun, 12 Nov 2000 21:35:53 +0000
71162              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
71163      Branch: perl
71164            ! ext/IO/lib/IO/Handle.pm
71165 ____________________________________________________________________________
71166 [  7658] By: jhi                                   on 2000/11/12  21:37:06
71167         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
71168              From: Nicholas Clark <nick@talking.bollo.cx>
71169              Date: Sun, 12 Nov 2000 20:03:22 +0000
71170              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
71171      Branch: perl
71172            ! pod/perlfunc.pod
71173 ____________________________________________________________________________
71174 [  7657] By: jhi                                   on 2000/11/12  20:34:55
71175         Log: Integrate perlio.
71176      Branch: perl
71177           !> perlio.c
71178 ____________________________________________________________________________
71179 [  7656] By: nick                                  on 2000/11/12  19:25:06
71180         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
71181      Branch: perlio
71182            ! perlio.c
71183 ____________________________________________________________________________
71184 [  7655] By: nick                                  on 2000/11/12  19:09:41
71185         Log: Integrate mainline
71186      Branch: perlio
71187           +> README.solaris ext/Encode/Encode/cp1006.enc
71188           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
71189           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
71190           +> ext/Encode/Encode/iso8859-13.enc
71191           +> ext/Encode/Encode/iso8859-14.enc
71192           +> ext/Encode/Encode/iso8859-15.enc
71193           !> (integrate 34 files)
71194 ____________________________________________________________________________
71195 [  7654] By: jhi                                   on 2000/11/12  19:00:22
71196         Log: Add a metaconfig unit for fsync.
71197      Branch: metaconfig/U/perl
71198            + d_fsync.U
71199 ____________________________________________________________________________
71200 [  7653] By: jhi                                   on 2000/11/12  19:00:01
71201         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
71202      Branch: perl
71203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71204            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
71205            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71206            ! vos/config.ga.h win32/config.bc win32/config.gc
71207            ! win32/config.vc
71208 ____________________________________________________________________________
71209 [  7652] By: jhi                                   on 2000/11/11  21:12:01
71210         Log: Copy the s// information of README.hpux also to the perlrun.
71211      Branch: perl
71212            ! README.hpux pod/perlrun.pod
71213 ____________________________________________________________________________
71214 [  7651] By: jhi                                   on 2000/11/11  21:03:13
71215         Log: More README.solaris updates from Andy Dougherty.
71216      Branch: perl
71217            ! README.solaris
71218 ____________________________________________________________________________
71219 [  7650] By: jhi                                   on 2000/11/11  18:38:57
71220         Log: More descriptive error for unknown perlio layers.
71221              
71222              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
71223              From: Dominic Dunlop <domo@computer.org> 
71224              Date: Sat, 11 Nov 2000 18:20:32 +0100             
71225              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
71226      Branch: perl
71227            ! perlio.c pod/perldiag.pod
71228 ____________________________________________________________________________
71229 [  7649] By: jhi                                   on 2000/11/11  18:37:52
71230         Log: MachTen doesn't really do mmap() and munmap().
71231              
71232              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
71233              From: Dominic Dunlop <domo@computer.org> 
71234              Date: Sat, 11 Nov 2000 18:20:32 +0100             
71235              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
71236      Branch: perl
71237            ! hints/machten.sh
71238 ____________________________________________________________________________
71239 [  7648] By: jhi                                   on 2000/11/11  18:36:46
71240         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
71241              From: rspier@pobox.com (Robert Spier)
71242              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
71243              Message-ID: <14861.32839.491271.985797@rls.cx>
71244      Branch: perl
71245            ! Porting/Contract pod/perltoot.pod
71246 ____________________________________________________________________________
71247 [  7647] By: jhi                                   on 2000/11/11  18:35:30
71248         Log: Simplify the getpagesize() unit by dropping the
71249              pagesize probe since it's nowadays slightly more
71250              complicated because of sysconf(). (Note: if some
71251              platform really needs the -lPW for getpagesize,
71252              I just broke it.)
71253              
71254              TODO: a new pagesize unit.
71255      Branch: metaconfig
71256            ! U/compline/d_getpagsz.U
71257 ____________________________________________________________________________
71258 [  7646] By: jhi                                   on 2000/11/11  18:33:23
71259         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
71260      Branch: perl
71261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71262            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
71263            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71264            ! vos/config.ga.h win32/config.bc win32/config.gc
71265            ! win32/config.vc
71266 ____________________________________________________________________________
71267 [  7645] By: jhi                                   on 2000/11/11  16:45:15
71268         Log: Use sysconf() or getpagesize() to find out the pagesize.
71269      Branch: perl
71270            ! perlio.c
71271 ____________________________________________________________________________
71272 [  7644] By: jhi                                   on 2000/11/11  15:46:08
71273         Log: Integrate perlio.
71274      Branch: perl
71275           !> perlio.c
71276 ____________________________________________________________________________
71277 [  7643] By: jhi                                   on 2000/11/11  15:33:36
71278         Log: Subject: Re: [PATCH] README.solaris
71279              From: Lupe Christoph <lupe@lupe-christoph.de>
71280              Date: Sat, 11 Nov 2000 14:08:10 +0100
71281              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
71282      Branch: perl
71283            ! README.solaris
71284 ____________________________________________________________________________
71285 [  7642] By: jhi                                   on 2000/11/11  15:22:12
71286         Log: Subject: [PATCH perl@7638] cygwin port
71287              From: "Eric Fifer" <egf7@columbia.edu>            
71288              Date: Fri, 10 Nov 2000 19:30:30 -0000
71289              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
71290      Branch: perl
71291            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
71292 ____________________________________________________________________________
71293 [  7641] By: nick                                  on 2000/11/11  14:50:36
71294         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
71295              Also call "Buf" layer directly when unread'ing non-read chars.
71296      Branch: perlio
71297            ! perlio.c
71298 ____________________________________________________________________________
71299 [  7640] By: jhi                                   on 2000/11/11  02:05:02
71300         Log: Add more encoding tables.
71301      Branch: perl
71302            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
71303            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
71304            + ext/Encode/Encode/iso8859-10.enc
71305            + ext/Encode/Encode/iso8859-13.enc
71306            + ext/Encode/Encode/iso8859-14.enc
71307            + ext/Encode/Encode/iso8859-15.enc
71308            ! MANIFEST
71309 ____________________________________________________________________________
71310 [  7639] By: jhi                                   on 2000/11/10  18:49:25
71311         Log: Subject: [PATCH] README.solaris
71312              From: Andy Dougherty <doughera@lafayette.edu>
71313              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
71314              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
71315      Branch: perl
71316            + README.solaris
71317            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
71318            ! pod/perl.pod pod/perltoc.pod
71319 ____________________________________________________________________________
71320 [  7638] By: jhi                                   on 2000/11/10  15:04:15
71321         Log: Update Changes.
71322      Branch: perl
71323            ! Changes patchlevel.h
71324 ____________________________________________________________________________
71325 [  7637] By: jhi                                   on 2000/11/10  14:14:28
71326         Log: Explain better why certain regex tests are skipped.
71327              
71328              Subject: Re: tests skipped: unknown reason
71329              From: Lupe Christoph <lupe@lupe-christoph.de>
71330              Date: Fri, 10 Nov 2000 09:08:56 +0100
71331              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
71332      Branch: perl
71333            ! t/op/regexp.t
71334 ____________________________________________________________________________
71335 [  7636] By: nick                                  on 2000/11/10  13:40:00
71336         Log: Integrate mainline.
71337      Branch: perlio
71338           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
71339           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
71340           !> win32/bin/search.pl
71341 ____________________________________________________________________________
71342 [  7635] By: nick                                  on 2000/11/10  13:25:52
71343         Log: Re-instate stdio large file support via perlio.
71344      Branch: perl
71345            ! perlio.c
71346 ____________________________________________________________________________
71347 [  7634] By: jhi                                   on 2000/11/10  04:49:55
71348         Log: Amdahl UTS hints updates.
71349              
71350              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71351              From: hom00@utsglobal.com (Harold O Morris)
71352              Date: Thu, 9 Nov 2000 20:02 PST
71353              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
71354      Branch: perl
71355            ! hints/uts.sh
71356 ____________________________________________________________________________
71357 [  7633] By: jhi                                   on 2000/11/09  23:33:28
71358         Log: Subject: [PATCH] IO::Seekable pod
71359              From: Nicholas Clark <nick@talking.bollo.cx>
71360              Date: Thu, 9 Nov 2000 20:29:45 +0000
71361              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
71362      Branch: perl
71363            ! ext/IO/lib/IO/Handle.pm
71364 ____________________________________________________________________________
71365 [  7632] By: jhi                                   on 2000/11/09  21:55:41
71366         Log: Various doc oddball characters.
71367              
71368              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71369              From: Michael Somos <somos@grail.cba.csuohio.edu>
71370              Date: Mon, 6 Nov 2000 17:44:20 -0500
71371              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
71372      Branch: perl
71373            ! emacs/cperl-mode.el lib/unicode/syllables.txt
71374            ! win32/bin/search.pl
71375 ____________________________________________________________________________
71376 [  7631] By: jhi                                   on 2000/11/09  21:12:29
71377         Log: Subject: Re: bash -c exit and linux hints 
71378              From: "John P. Linderman" <jpl@research.att.com>
71379              Date: Thu, 02 Nov 2000 09:37:25 -0500
71380              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
71381      Branch: perl
71382            ! hints/linux.sh
71383 ____________________________________________________________________________
71384 [  7630] By: nick                                  on 2000/11/09  20:34:11
71385         Log: Integrate mainline.
71386      Branch: perlio
71387           !> (integrate 91 files)
71388 ____________________________________________________________________________
71389 [  7629] By: jhi                                   on 2000/11/09  19:46:31
71390         Log: Missing dTHXs.
71391              
71392              Subject: RE: perl@7595 builds not on cygwin
71393              From: "Eric Fifer" <egf7@columbia.edu>
71394              Date: Thu, 9 Nov 2000 19:26:50 -0000
71395              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
71396      Branch: perl
71397            ! ext/Devel/Peek/Peek.xs
71398 ____________________________________________________________________________
71399 [  7628] By: jhi                                   on 2000/11/09  14:48:27
71400         Log: Disable only the tests 99 and 166 for UTF-8 locales.
71401      Branch: perl
71402            ! t/pragma/locale.t
71403 ____________________________________________________________________________
71404 [  7627] By: jhi                                   on 2000/11/09  14:40:27
71405         Log: There's no =head3.
71406      Branch: perl
71407            ! pod/perlhack.pod
71408 ____________________________________________________________________________
71409 [  7626] By: jhi                                   on 2000/11/09  13:54:26
71410         Log: The generated boot_* headers are wrong.  Pickier compiler,
71411              such as KAI C++ will refuse to compile the resulting perlmain.
71412              
71413              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71414              From: Harri Pasanen <harri.pasanen@trema.com>
71415              Date: Thu, 09 Nov 2000 14:23:28 +0100
71416              Message-Id: <3A0AA550.26D548A3@trema.com>
71417      Branch: perl
71418            ! minimod.pl
71419 ____________________________________________________________________________
71420 [  7625] By: jhi                                   on 2000/11/09  13:50:44
71421         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71422              From: Prymmer/Kahn <pvhp@best.com>
71423              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
71424              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
71425              
71426              All except the "cow orker" change.
71427      Branch: perl
71428            ! Porting/pumpkin.pod
71429 ____________________________________________________________________________
71430 [  7624] By: jhi                                   on 2000/11/09  13:45:33
71431         Log: Fix for
71432              
71433              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
71434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
71435              Date: Thu, 09 Nov 2000 11:05:52 +0100
71436              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
71437      Branch: perl
71438            ! pod/perldiag.pod t/pragma/warn/pp_sys
71439 ____________________________________________________________________________
71440 [  7623] By: jhi                                   on 2000/11/09  13:37:16
71441         Log: Typo in an ifndef.
71442              
71443              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71444              From: Joe Smith <jms@inwap.com>         
71445              Date: Thu, 09 Nov 2000 01:33:14 -0800
71446              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
71447      Branch: perl
71448            ! malloc.c
71449 ____________________________________________________________________________
71450 [  7622] By: jhi                                   on 2000/11/09  13:31:18
71451         Log: Remove unused extra arguments.
71452      Branch: metaconfig/U/perl
71453            ! perlxv.U
71454      Branch: perl
71455            ! Configure config_h.SH
71456 ____________________________________________________________________________
71457 [  7621] By: jhi                                   on 2000/11/09  13:16:36
71458         Log: More VMS moves on environment handling, from Charles Lane.
71459      Branch: perl
71460            ! t/pragma/locale.t
71461 ____________________________________________________________________________
71462 [  7620] By: jhi                                   on 2000/11/09  04:42:38
71463         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
71464              From: David Dyck <dcd@tc.fluke.com>
71465              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
71466              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
71467      Branch: perl
71468            ! pp_sys.c
71469 ____________________________________________________________________________
71470 [  7619] By: jhi                                   on 2000/11/09  04:36:21
71471         Log: Forgot from #7618.
71472      Branch: perl
71473            ! lib/File/stat.pm
71474 ____________________________________________________________________________
71475 [  7618] By: jhi                                   on 2000/11/09  04:28:44
71476         Log: Make deleting for %ENV work for (newer versions of) VMS,
71477              from Craig A. Berry.
71478      Branch: perl
71479            ! vms/vms.c
71480 ____________________________________________________________________________
71481 [  7617] By: jhi                                   on 2000/11/09  04:25:05
71482         Log: Subject: [PATCH] Class::Struct at compile time
71483              From: "Casey R. Tweten" <crt@kiski.net>
71484              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
71485              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
71486      Branch: perl
71487            ! lib/Class/Struct.pm
71488 ____________________________________________________________________________
71489 [  7616] By: jhi                                   on 2000/11/09  04:15:17
71490         Log: Subject: [ID 20001108.013] spelling
71491              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
71492              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
71493              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
71494      Branch: perl
71495            ! lib/ftp.pl
71496 ____________________________________________________________________________
71497 [  7615] By: jhi                                   on 2000/11/09  04:12:42
71498         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
71499              From: Peter Prymmer <pvhp@forte.com>
71500              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
71501              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
71502      Branch: perl
71503            ! configure.com
71504 ____________________________________________________________________________
71505 [  7614] By: jhi                                   on 2000/11/08  22:42:55
71506         Log: A missing aTHX_.
71507      Branch: perl
71508            ! ext/IPC/SysV/SysV.xs
71509 ____________________________________________________________________________
71510 [  7613] By: jhi                                   on 2000/11/08  19:30:21
71511         Log: Update Changes.
71512      Branch: perl
71513            ! Changes patchlevel.h
71514 ____________________________________________________________________________
71515 [  7612] By: jhi                                   on 2000/11/08  18:35:25
71516         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
71517              From: David Dyck <dcd@tc.fluke.com>
71518              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
71519              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
71520      Branch: perl
71521            ! pp_sys.c
71522 ____________________________________________________________________________
71523 [  7611] By: jhi                                   on 2000/11/08  18:30:26
71524         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71525              From: Dominic Dunlop <domo@computer.org>
71526              Date: Tue, 7 Nov 2000 12:05:25 +0100
71527              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
71528      Branch: perl
71529            ! malloc.c
71530 ____________________________________________________________________________
71531 [  7610] By: jhi                                   on 2000/11/08  18:25:14
71532         Log: Do not test UTF-8 locales since that the tests would require
71533              polymorphic regexen.
71534      Branch: perl
71535            ! t/pragma/locale.t
71536 ____________________________________________________________________________
71537 [  7609] By: jhi                                   on 2000/11/08  17:12:51
71538         Log: Locale buglets.
71539              
71540              Subject: RE: Locales support (setlocale) fixes
71541              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71542              Date: Wed, 8 Nov 2000 20:01:39 +0300
71543              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
71544      Branch: perl
71545            ! t/pragma/locale.t util.c
71546 ____________________________________________________________________________
71547 [  7608] By: jhi                                   on 2000/11/08  17:00:16
71548         Log: Deleting $ENV{PATH} in VMS is not recommendable.
71549      Branch: perl
71550            ! t/pragma/locale.t
71551 ____________________________________________________________________________
71552 [  7607] By: jhi                                   on 2000/11/08  16:58:26
71553         Log: Subject: PATCH std stdio for (Free)BSD
71554              From: Nicholas Clark <nick@ccl4.org>
71555              Date: Wed, 8 Nov 2000 15:36:29 +0000
71556              Message-ID: <20001108153629.D98736@plum.flirble.org>
71557      Branch: metaconfig
71558            ! U/compline/d_stdstdio.U
71559      Branch: perl
71560            ! Configure config_h.SH
71561 ____________________________________________________________________________
71562 [  7606] By: jhi                                   on 2000/11/08  16:43:31
71563         Log: Forgot to bump the line numbers in #7601.
71564      Branch: perl
71565            ! t/pragma/warn/pp_sys
71566 ____________________________________________________________________________
71567 [  7605] By: jhi                                   on 2000/11/08  16:39:12
71568         Log: More careful detection of how well NVs and UVs mix.
71569              
71570              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))
71571              From: Nicholas Clark <nick@ccl4.org>
71572              Date: Wed, 8 Nov 2000 15:14:12 +0000
71573              Message-ID: <20001108151412.B98736@plum.flirble.org>
71574              
71575              Added some SIGFPE paranoia.
71576      Branch: metaconfig/U/perl
71577            ! perlxv.U
71578      Branch: perl
71579            ! Configure config_h.SH
71580 ____________________________________________________________________________
71581 [  7604] By: jhi                                   on 2000/11/08  14:39:10
71582         Log: Subject: [patch perl@7595] VMS configure.com tweak
71583              From: "Craig A. Berry" <craigberry@mac.com>
71584              Date: Wed, 8 Nov 2000 00:24:12 -0600
71585              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
71586      Branch: perl
71587            ! configure.com
71588 ____________________________________________________________________________
71589 [  7603] By: jhi                                   on 2000/11/08  14:27:11
71590         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
71591              From: Robin Barker <rmb1@cise.npl.co.uk>
71592              Date: Wed, 8 Nov 2000 11:11:39 GMT
71593              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
71594      Branch: perl
71595            ! perlio.c
71596 ____________________________________________________________________________
71597 [  7602] By: jhi                                   on 2000/11/08  14:25:03
71598         Log: Fix for the tie-refhash string table leaks.
71599              
71600              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
71601              Date: Wed, 8 Nov 2000 13:03:04 GMT
71602              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
71603      Branch: perl
71604            ! t/lib/tie-refhash.t
71605 ____________________________________________________________________________
71606 [  7601] By: jhi                                   on 2000/11/08  14:21:08
71607         Log: Try to avoid flockless and emulationless places.
71608      Branch: perl
71609            ! t/pragma/warn/pp_sys
71610 ____________________________________________________________________________
71611 [  7600] By: jhi                                   on 2000/11/08  02:28:54
71612         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
71613              
71614              Subject: [PATCH] prototyped functions that should be overrideable
71615              From: "Casey R. Tweten" <crt@kiski.net>
71616              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
71617              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
71618      Branch: perl
71619            ! toke.c
71620 ____________________________________________________________________________
71621 [  7599] By: jhi                                   on 2000/11/08  01:12:05
71622         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
71623              
71624              Subject: [PATCH] perlbug.PL
71625              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71626              Date: Mon, 6 Nov 2000 21:39:01 -0500
71627              Message-ID: <20001106213901.B20955@O2.chapin.edu>
71628      Branch: perl
71629            ! utils/perlbug.PL
71630 ____________________________________________________________________________
71631 [  7598] By: jhi                                   on 2000/11/07  23:42:00
71632         Log: Bad thinko in #7581 (I used the test program with the expanded
71633              values as-is).
71634      Branch: metaconfig
71635            ! U/compline/d_stdstdio.U
71636      Branch: perl
71637            ! Configure
71638 ____________________________________________________________________________
71639 [  7597] By: jhi                                   on 2000/11/07  21:43:29
71640         Log: Subject: [PATCH perl@7573] cygwin port
71641              From: "Fifer, Eric" <EFifer@sanwaint.com>
71642              Date: Tue, 7 Nov 2000 18:08:51 -0000 
71643              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
71644              
71645              Synchronize with Cygwin 1.1.5.
71646      Branch: perl
71647            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
71648            ! pod/perlport.pod unixish.h util.c
71649 ____________________________________________________________________________
71650 [  7596] By: jhi                                   on 2000/11/07  21:39:25
71651         Log: perlhack updates from H.Merijn Brand.
71652      Branch: perl
71653            ! pod/perlhack.pod
71654 ____________________________________________________________________________
71655 [  7595] By: jhi                                   on 2000/11/07  20:21:41
71656         Log: Update Changes.
71657      Branch: perl
71658            ! Changes patchlevel.h
71659 ____________________________________________________________________________
71660 [  7594] By: jhi                                   on 2000/11/07  19:18:58
71661         Log: Be more robust in Dynaloader.pm.
71662      Branch: perl
71663            ! ext/DynaLoader/DynaLoader_pm.PL
71664 ____________________________________________________________________________
71665 [  7593] By: jhi                                   on 2000/11/07  16:49:31
71666         Log: AUTHORS update.
71667      Branch: perl
71668            ! AUTHORS
71669 ____________________________________________________________________________
71670 [  7592] By: gsar                                  on 2000/11/07  16:39:51
71671         Log: normalize relative paths in virtualized current directory on windows,
71672              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
71673              returns)
71674      Branch: perl
71675            ! win32/vdir.h
71676 ____________________________________________________________________________
71677 [  7591] By: jhi                                   on 2000/11/07  16:04:26
71678         Log: Too profiler-happy: with optimization the #7590 actually makes
71679              the test to run 0.5% _slower_.  Requires much more instrumentation.
71680              Retract #7590.
71681      Branch: perl
71682            ! regcomp.c regcomp.h
71683 ____________________________________________________________________________
71684 [  7590] By: jhi                                   on 2000/11/07  15:51:13
71685         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
71686              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
71687              by using memset() and testing bytewise (as opposed to bitwise).
71688      Branch: perl
71689            ! regcomp.c regcomp.h
71690 ____________________________________________________________________________
71691 [  7589] By: jhi                                   on 2000/11/07  12:56:39
71692         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71693              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71694              Date: Mon, 06 Nov 2000 23:45:30 -0500
71695              Message-Id: <0011079735.AA973576259@univpress.com>
71696      Branch: perl
71697            ! configure.com t/lib/st-lock.t
71698 ____________________________________________________________________________
71699 [  7588] By: jhi                                   on 2000/11/07  01:03:28
71700         Log: Tweak #7587.
71701      Branch: perl
71702            ! pod/perldiag.pod
71703 ____________________________________________________________________________
71704 [  7587] By: jhi                                   on 2000/11/07  01:00:27
71705         Log: A doc addition for bug id 20001105.019, beware \p.
71706      Branch: perl
71707            ! pod/perldiag.pod
71708 ____________________________________________________________________________
71709 [  7586] By: jhi                                   on 2000/11/07  00:32:22
71710         Log: Fake support of holey files in win/dosish platforms.
71711              
71712              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71713              From: kipp@shonanblue.ne.jp
71714              Date: Mon, 6 Nov 2000 13:30:55 -0800
71715              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
71716      Branch: perl
71717            ! ext/SDBM_File/sdbm/sdbm.c
71718 ____________________________________________________________________________
71719 [  7585] By: jhi                                   on 2000/11/07  00:12:54
71720         Log: Subject: Pod updates
71721              From: "Stephen P. Potter" <spp@spotter.yi.org>
71722              Date: Mon, 06 Nov 2000 18:56:43 -0500
71723              Message-Id: <200011062357.SAA18173@spotter.yi.org>
71724      Branch: perl
71725            ! README.dos README.os2 README.win32 pod/buildtoc.PL
71726            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
71727            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
71728            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
71729            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
71730            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
71731            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
71732            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
71733            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
71734            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
71735            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
71736            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
71737            ! pod/perltootc.pod pod/perlunicode.pod
71738 ____________________________________________________________________________
71739 [  7584] By: jhi                                   on 2000/11/07  00:04:17
71740         Log: Varargs don't always work too well if one puts an unsigned
71741              char on the stack and pop an unsigned quad off the stack.
71742              
71743              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
71745              Date: Mon, 06 Nov 2000 15:19:05 -0800
71746              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
71747      Branch: perl
71748            ! utf8.c
71749 ____________________________________________________________________________
71750 [  7583] By: jhi                                   on 2000/11/06  23:58:48
71751         Log: %ENV note tweaks from Dan Sugalski.
71752      Branch: perl
71753            ! pod/perlport.pod vms/perlvms.pod
71754 ____________________________________________________________________________
71755 [  7582] By: jhi                                   on 2000/11/06  23:05:49
71756         Log: glibc5 detection by __GNU_LIBRARY__.
71757      Branch: perl
71758            ! toke.c
71759 ____________________________________________________________________________
71760 [  7581] By: jhi                                   on 2000/11/06  22:51:29
71761         Log: Make the stdio test program of 7427 less noisy while being 
71762              compiled so that Digital UNIX wouldn't get both
71763              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71764              undefined.  This makes perlio happy.
71765      Branch: metaconfig
71766            ! U/compline/d_stdstdio.U
71767      Branch: perl
71768            ! Configure config_h.SH
71769 ____________________________________________________________________________
71770 [  7580] By: jhi                                   on 2000/11/06  22:41:41
71771         Log: Document %ENV = () portability issues.
71772      Branch: perl
71773            ! pod/perlport.pod vms/perlvms.pod
71774 ____________________________________________________________________________
71775 [  7579] By: jhi                                   on 2000/11/06  21:29:24
71776         Log: VOS updates from Paul Green.
71777      Branch: perl
71778            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
71779 ____________________________________________________________________________
71780 [  7578] By: jhi                                   on 2000/11/06  21:00:40
71781         Log: Sanitize the environment further.
71782      Branch: perl
71783            ! t/pragma/locale.t
71784 ____________________________________________________________________________
71785 [  7577] By: jhi                                   on 2000/11/06  20:53:51
71786         Log: Re-introduce 7552 lost in integration.
71787      Branch: perl
71788            ! perlio.c
71789 ____________________________________________________________________________
71790 [  7576] By: jhi                                   on 2000/11/06  20:33:46
71791         Log: Admit that the test leaks scalars.
71792      Branch: perl
71793            ! t/comp/proto.t
71794 ____________________________________________________________________________
71795 [  7575] By: jhi                                   on 2000/11/06  20:17:08
71796         Log: Integrate perlio.
71797      Branch: perl
71798           !> perlio.c
71799 ____________________________________________________________________________
71800 [  7574] By: nick                                  on 2000/11/06  20:07:28
71801         Log: Remove debug. Try (Mmap_t) on madvise() call.
71802      Branch: perlio
71803            ! perlio.c
71804 ____________________________________________________________________________
71805 [  7573] By: jhi                                   on 2000/11/06  13:56:05
71806         Log: Update Changes.
71807      Branch: perl
71808            ! Changes patchlevel.h
71809 ____________________________________________________________________________
71810 [  7572] By: jhi                                   on 2000/11/06  13:48:41
71811         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
71812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71813              Date: Mon, 06 Nov 2000 10:11:42 +0100
71814              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
71815      Branch: perl
71816            ! pod/perlhack.pod
71817 ____________________________________________________________________________
71818 [  7571] By: jhi                                   on 2000/11/06  01:45:51
71819         Log: AUTHORS updates.
71820      Branch: perl
71821            ! AUTHORS
71822 ____________________________________________________________________________
71823 [  7570] By: jhi                                   on 2000/11/06  00:18:00
71824         Log: Fix for
71825              
71826              Subject: [ID 20000728.005] perl -P broken
71827              From: David Dyck <dcd@tc.fluke.com>
71828              Date: Fri, 28 Jul 2000 17:19:16 -0700
71829              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
71830              
71831              (hopefully).  The fix is also not complete, it seems to break
71832              BOM swallowing for libc5 systems, but until someone figures
71833              out a way to do this without ftell(), this will do.
71834      Branch: perl
71835            ! toke.c
71836 ____________________________________________________________________________
71837 [  7569] By: jhi                                   on 2000/11/06  00:05:30
71838         Log: Document that the evaled syntax errors cause scalar leaks.
71839      Branch: perl
71840            ! t/comp/proto.t
71841 ____________________________________________________________________________
71842 [  7568] By: jhi                                   on 2000/11/05  23:14:47
71843         Log: opmini.o can linger from Configures past.
71844      Branch: perl
71845            ! Makefile.SH
71846 ____________________________________________________________________________
71847 [  7567] By: jhi                                   on 2000/11/05  21:28:39
71848         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
71849              first argument correctly.
71850      Branch: perl
71851            ! perlio.c
71852 ____________________________________________________________________________
71853 [  7566] By: jhi                                   on 2000/11/05  21:15:56
71854         Log: Integrate perlio.
71855      Branch: perl
71856           !> perlio.c
71857 ____________________________________________________________________________
71858 [  7565] By: jhi                                   on 2000/11/05  21:15:13
71859         Log: Use -dM for gcc (the suggested patch did it only for Linux,
71860              but I think it can be generalized).
71861              
71862              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71863              From: Pixel <pixel@mandrakesoft.com>
71864              Date: 05 Nov 2000 21:49:34 +0100 
71865              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
71866      Branch: perl
71867            ! ext/Errno/Errno_pm.PL
71868 ____________________________________________________________________________
71869 [  7564] By: nick                                  on 2000/11/05  21:09:18
71870         Log: Added a mmap layer as a "subclass" of perlio.
71871              PERLIO=mmap ./perl harness passes
71872      Branch: perlio
71873            ! perlio.c
71874 ____________________________________________________________________________
71875 [  7563] By: jhi                                   on 2000/11/05  19:48:55
71876         Log: Add a note for future generations about bug id 20000229.006.
71877      Branch: perl
71878            ! malloc.c
71879 ____________________________________________________________________________
71880 [  7562] By: jhi                                   on 2000/11/05  19:38:24
71881         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
71882      Branch: perl
71883            ! pp_ctl.c t/op/pos.t
71884 ____________________________________________________________________________
71885 [  7561] By: jhi                                   on 2000/11/05  18:21:46
71886         Log: Add =pod to be tidy.
71887      Branch: perl
71888            ! lib/Math/Complex.pm
71889 ____________________________________________________________________________
71890 [  7560] By: jhi                                   on 2000/11/05  17:38:46
71891         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
71892      Branch: perl
71893            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71894            ! ext/Storable/Storable.xs t/lib/st-recurse.t
71895 ____________________________________________________________________________
71896 [  7559] By: jhi                                   on 2000/11/05  17:32:59
71897         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71898              From: "Peter J. Farley III" <pjfarley@banet.net>
71899              Date: Sun, 05 Nov 2000 11:55:59 -0500
71900              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
71901      Branch: perl
71902            ! t/lib/syslog.t
71903 ____________________________________________________________________________
71904 [  7558] By: jhi                                   on 2000/11/05  17:29:19
71905         Log: Integrate perlio.
71906      Branch: perl
71907           !> perlio.c
71908 ____________________________________________________________________________
71909 [  7557] By: jhi                                   on 2000/11/05  17:22:01
71910         Log: A fix of sorts for 20000329.026, a better error message
71911              for a missing "use charnames" when using the \N{...}. 
71912      Branch: perl
71913            ! pod/perldiag.pod toke.c
71914 ____________________________________________________________________________
71915 [  7556] By: jhi                                   on 2000/11/05  16:33:50
71916         Log: Test tweak: show also the failed locales.
71917              
71918              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71919              From: Lupe Christoph <lupe@lupe-christoph.de>         
71920              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
71921              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
71922      Branch: perl
71923            ! t/pragma/locale.t
71924 ____________________________________________________________________________
71925 [  7555] By: nick                                  on 2000/11/05  11:09:34
71926         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
71927              open RDWR so does not fail. (pragma/warnings 303 again...)
71928      Branch: perlio
71929            ! perlio.c
71930 ____________________________________________________________________________
71931 [  7554] By: nick                                  on 2000/11/05  10:10:13
71932         Log: Fix case where ungetc(f,EOF) was allowed.
71933              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
71934              so we can see similarities.
71935              Use types more carefully and a STDCHAR array in hope that this will
71936              fix Jarrko's 64bit machine.
71937      Branch: perlio
71938            ! perlio.c
71939 ____________________________________________________________________________
71940 [  7553] By: jhi                                   on 2000/11/05  01:12:16
71941         Log: Fix for
71942              
71943              Subject: [ID 20001004.007] taint propogation is inconsistent
71944              From: pimlott@idiomtech.com (Andrew Pimlott) 
71945              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
71946              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
71947              
71948              The culprit was sv_setsv() which was rather blindly
71949              propagating taint, which lead to behaviour where if
71950              a tainted anon hash value was seen all the hash values
71951              from then on at that level became tainted, or at any
71952              upper levels in the case of nested anon hashes.
71953      Branch: perl
71954            ! sv.c t/op/taint.t
71955 ____________________________________________________________________________
71956 [  7552] By: jhi                                   on 2000/11/04  23:44:18
71957         Log: Some cpps don't like splitting conditionals across several lines.
71958      Branch: perl
71959            ! perlio.c
71960 ____________________________________________________________________________
71961 [  7551] By: nick                                  on 2000/11/04  23:40:44
71962         Log: Integrate mainline
71963      Branch: perlio
71964           !> pp_hot.c t/op/taint.t
71965 ____________________________________________________________________________
71966 [  7550] By: nick                                  on 2000/11/04  23:39:05
71967         Log: Integrate mainline again
71968      Branch: perlio
71969           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
71970           !> t/lib/b.t t/op/misc.t util.c
71971 ____________________________________________________________________________
71972 [  7549] By: jhi                                   on 2000/11/04  23:14:01
71973         Log: Fix for
71974              
71975              Subject: [ID 20001004.006] undef is never tainted
71976              From: pimlott@idiomtech.com (Andrew Pimlott)
71977              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
71978              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
71979              
71980              An undef read from a slurped file was not tainted.
71981      Branch: perl
71982            ! pp_hot.c t/op/taint.t
71983 ____________________________________________________________________________
71984 [  7548] By: jhi                                   on 2000/11/04  22:56:21
71985         Log: Test tweak ($Config{useperlio} is by default undef) .
71986      Branch: perl
71987            ! t/lib/b.t
71988 ____________________________________________________________________________
71989 [  7547] By: jhi                                   on 2000/11/04  22:43:56
71990         Log: Integrate perlio.
71991      Branch: perl
71992           +> lib/perlio.pm
71993           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
71994           !> pod/perlapi.pod t/lib/b.t
71995 ____________________________________________________________________________
71996 [  7546] By: jhi                                   on 2000/11/04  22:40:59
71997         Log: Configure would use a bad $myuname from an old config.sh.
71998              
71999              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
72000              From: Andy Dougherty <doughera@lafayette.edu>
72001              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
72002              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
72003      Branch: metaconfig
72004            ! U/modified/Oldconfig.U
72005      Branch: perl
72006            ! Configure config_h.SH
72007 ____________________________________________________________________________
72008 [  7545] By: jhi                                   on 2000/11/04  22:36:54
72009         Log: Subject: Locales support (setlocale) fixes
72010              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72011              Date: Sat, 4 Nov 2000 10:15:48 +0300 
72012              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
72013              
72014              Modified quite a bit to be more portable.
72015      Branch: perl
72016            ! embed.h embed.pl perl.h proto.h util.c
72017 ____________________________________________________________________________
72018 [  7544] By: jhi                                   on 2000/11/04  22:32:47
72019         Log: Dying is too strict here, better just skip.
72020      Branch: perl
72021            ! t/op/misc.t
72022 ____________________________________________________________________________
72023 [  7543] By: nick                                  on 2000/11/04  21:55:13
72024         Log: Merge mainline
72025      Branch: perlio
72026           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72027           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
72028           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
72029           !> (integrate 64 files)
72030 ____________________________________________________________________________
72031 [  7542] By: jhi                                   on 2000/11/04  21:09:28
72032         Log: More Changes tweakery.
72033      Branch: perl
72034            ! Changes Porting/genlog
72035 ____________________________________________________________________________
72036 [  7541] By: jhi                                   on 2000/11/04  20:58:18
72037         Log: Changes fixups.
72038      Branch: perl
72039            ! Changes
72040 ____________________________________________________________________________
72041 [  7540] By: jhi                                   on 2000/11/04  20:42:38
72042         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
72043              create a "fast path" for locale name probing using "locale -a"
72044              if available, squash finally hopefully the s?printf resetting
72045              the numeric locale (since, IIUC perllocale, it never shouldn't). 
72046      Branch: perl
72047            ! sv.c t/op/misc.t t/pragma/locale.t
72048 ____________________________________________________________________________
72049 [  7539] By: nick                                  on 2000/11/04  19:56:10
72050         Log: PerlIO infrastructure complete.
72051      Branch: perlio
72052            + lib/perlio.pm
72053            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
72054 ____________________________________________________________________________
72055 [  7538] By: nick                                  on 2000/11/04  14:31:32
72056         Log: Type tweaks + less contorted allocation scheme
72057      Branch: perlio
72058            ! perlio.c
72059 ____________________________________________________________________________
72060 [  7537] By: nick                                  on 2000/11/04  12:40:42
72061         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
72062              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
72063              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
72064              sensible) which lead to some interesting fails.
72065      Branch: perlio
72066            ! perlio.c
72067 ____________________________________________________________________________
72068 [  7536] By: jhi                                   on 2000/11/04  00:20:02
72069         Log: Add FCNTL_CAN_LOCK.
72070              
72071              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
72072              From: Andy Dougherty <doughera@lafayette.edu>
72073              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
72074              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
72075              
72076              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
72077              From: Andy Dougherty <doughera@lafayette.edu>
72078              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
72079              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
72080      Branch: metaconfig/U/perl
72081            + d_fcntl_can_lock.U
72082            ! startperl.U
72083      Branch: perl
72084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72085            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
72086            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72087            ! vos/config.ga.h win32/config.bc win32/config.gc
72088            ! win32/config.vc
72089 ____________________________________________________________________________
72090 [  7535] By: nick                                  on 2000/11/03  22:19:10
72091         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
72092              - Works on Linux with
72093              perlio + unix
72094              stdio
72095              - Works on Solaris with
72096              perlio + unix
72097              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
72098              - Fails (hangs in openpid) if you try and stack
72099              perlio + stdio - Linux stdio's read() logic is hanging.
72100      Branch: perlio
72101            ! iperlsys.h perlio.c
72102 ____________________________________________________________________________
72103 [  7534] By: jhi                                   on 2000/11/03  15:16:02
72104         Log: Subject: Re: README.aix
72105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72106              Date: Fri, 03 Nov 2000 16:03:15 +0100
72107              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
72108      Branch: perl
72109            ! README.aix
72110 ____________________________________________________________________________
72111 [  7533] By: jhi                                   on 2000/11/03  03:59:02
72112         Log: Subject: [PATCH 5.7.0] better messages from malloc()
72113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72114              Date: Wed, 1 Nov 2000 23:39:56 -0500
72115              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
72116      Branch: perl
72117            ! malloc.c pod/perldiag.pod
72118 ____________________________________________________________________________
72119 [  7532] By: jhi                                   on 2000/11/03  00:11:56
72120         Log: The #7521 touched things it shouldn't have.
72121      Branch: perl
72122            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
72123 ____________________________________________________________________________
72124 [  7531] By: jhi                                   on 2000/11/02  22:32:33
72125         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
72126              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72127              Date:     Thu, 2 Nov 2000 16:58:36 EST
72128              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
72129      Branch: perl
72130            ! vms/gen_shrfls.pl
72131 ____________________________________________________________________________
72132 [  7530] By: jhi                                   on 2000/11/02  22:08:49
72133         Log: Fix the problem discussed in
72134              
72135              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
72136              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
72137              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
72138              
72139              originally from Linc Madison.  Also Andreas König's comments
72140              taken into account.  Some other problems with Tie::SubstrHash
72141              fixed: didn't croak when the table exceeded the requested number
72142              of entries (as documented) but instead when the number of entries
72143              exceeded the size of the table, a croak() had an unnecessary \n,
72144              didn't have a CLEAR method, documented that there is no exists().
72145              Didn't fix to be strict-proof because the module uses &foo; and
72146              dynamic scope.  Added a test script exercizing both first tamely 
72147              the basic functionality, and then the failure cases reported by
72148              Linc Madison.
72149      Branch: perl
72150            + t/lib/tie-substrhash.t
72151            ! MANIFEST lib/Tie/SubstrHash.pm
72152 ____________________________________________________________________________
72153 [  7529] By: jhi                                   on 2000/11/02  17:58:08
72154         Log: recv() can fail and return undef.
72155              
72156              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
72157              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
72158              Date: Thu, 2 Nov 2000 20:12:20 +0300
72159              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
72160      Branch: perl
72161            ! lib/Net/Ping.pm
72162 ____________________________________________________________________________
72163 [  7528] By: jhi                                   on 2000/11/02  17:49:09
72164         Log: Detpyo.
72165      Branch: perl
72166            ! pod/perlop.pod
72167 ____________________________________________________________________________
72168 [  7527] By: jhi                                   on 2000/11/02  15:48:37
72169         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
72170              fix a autovivification bug in Tie::RefHash, add tests for both.
72171              
72172              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
72173              From: Edward Avis <epa98@doc.ic.ac.uk>
72174              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
72175              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
72176      Branch: perl
72177            + t/lib/tie-refhash.t
72178            ! MANIFEST lib/Tie/RefHash.pm
72179 ____________________________________________________________________________
72180 [  7526] By: jhi                                   on 2000/11/02  13:56:26
72181         Log: Test::Harness revealed buglets in the new DynaLoader.
72182              
72183              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
72184              From: andreas.koenig@anima.de (Andreas J. Koenig)
72185              Date: 02 Nov 2000 11:26:48 +0100 
72186              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
72187      Branch: perl
72188            ! ext/DynaLoader/DynaLoader_pm.PL
72189 ____________________________________________________________________________
72190 [  7525] By: jhi                                   on 2000/11/01  23:52:08
72191         Log: The entry for #7503 was missing.
72192      Branch: perl
72193            ! Changes
72194 ____________________________________________________________________________
72195 [  7524] By: jhi                                   on 2000/11/01  23:40:52
72196         Log: Update Changes.
72197      Branch: perl
72198            ! Changes patchlevel.h
72199 ____________________________________________________________________________
72200 [  7523] By: jhi                                   on 2000/11/01  22:57:09
72201         Log: More tweaking on the #7522 theme.
72202      Branch: perl
72203            ! ext/DynaLoader/DynaLoader_pm.PL
72204 ____________________________________________________________________________
72205 [  7522] By: jhi                                   on 2000/11/01  22:06:15
72206         Log: Expand %Config variables and %ENV variables only if
72207              so requested during build time using the
72208              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
72209              Not expanding makes relocating distributions easier.
72210      Branch: perl
72211            ! ext/DynaLoader/DynaLoader_pm.PL
72212 ____________________________________________________________________________
72213 [  7521] By: jhi                                   on 2000/11/01  20:56:34
72214         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
72215              and setgid() because they were just changing $< and $( which means
72216              only changing the real uid/gid, as opposed to changing both
72217              real and effective ids.  (The alternative way could have been
72218              in POSIX.pm to change $> and $), too, but making a direct call
72219              to the C API feels cleaner.)  Fixes the bug
72220              
72221              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
72222              From: "Garry T. Williams" <garry@zvolve.com>
72223              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
72224              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
72225      Branch: perl
72226            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
72227            ! ext/POSIX/typemap pod/perlvar.pod
72228 ____________________________________________________________________________
72229 [  7520] By: jhi                                   on 2000/11/01  20:08:33
72230         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
72231              From: "Garry T. Williams" <garry@zvolve.com>
72232              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
72233              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
72234      Branch: perl
72235            ! pod/perlsec.pod
72236 ____________________________________________________________________________
72237 [  7519] By: jhi                                   on 2000/11/01  20:01:22
72238         Log: Locale warning explanation tweak.
72239      Branch: perl
72240            ! pod/perldiag.pod
72241 ____________________________________________________________________________
72242 [  7518] By: jhi                                   on 2000/11/01  18:57:13
72243         Log: C.pm part of
72244              
72245              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
72246              From: Jarkko Hietaniemi <jhi@iki.fi>
72247              Date: Tue, 10 Oct 2000 08:22:28 -0500
72248              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
72249      Branch: perl
72250            ! ext/B/B/C.pm
72251 ____________________________________________________________________________
72252 [  7517] By: jhi                                   on 2000/11/01  18:41:59
72253         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
72254              From: Martien Verbruggen <mgjv@comdyn.com.au>
72255              Date: Fri, 6 Oct 2000 14:09:10 +1100
72256              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
72257      Branch: perl
72258            ! pod/perlop.pod
72259 ____________________________________________________________________________
72260 [  7516] By: jhi                                   on 2000/11/01  18:34:55
72261         Log: Generalize the Camel wording.
72262              
72263              Subject: Re: perlfaq style changes
72264              From: John Borwick <jhborwic@unity.ncsu.edu>
72265              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
72266              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
72267      Branch: perl
72268            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
72269 ____________________________________________________________________________
72270 [  7515] By: jhi                                   on 2000/11/01  16:52:31
72271         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
72272              From: pimlott@idiomtech.com (Andrew Pimlott)
72273              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
72274              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
72275      Branch: perl
72276            ! pod/perlsec.pod
72277 ____________________________________________________________________________
72278 [  7514] By: jhi                                   on 2000/11/01  15:03:40
72279         Log: More AIX lore.
72280      Branch: perl
72281            ! ext/re/hints/aix.pl
72282 ____________________________________________________________________________
72283 [  7513] By: jhi                                   on 2000/11/01  14:48:30
72284         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
72285              From: root <root@chronos.fi.muni.cz>
72286              Date: Wed, 1 Nov 2000 12:31:32 +0100
72287              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
72288      Branch: perl
72289            ! lib/Net/Ping.pm
72290 ____________________________________________________________________________
72291 [  7512] By: jhi                                   on 2000/11/01  14:46:47
72292         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
72293              From: Martin Husemann <martin@duskware.de>
72294              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
72295              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
72296      Branch: perl
72297            ! regcomp.c
72298 ____________________________________________________________________________
72299 [  7511] By: jhi                                   on 2000/11/01  14:39:50
72300         Log: AUTHORS updates.
72301      Branch: perl
72302            ! AUTHORS
72303 ____________________________________________________________________________
72304 [  7510] By: jhi                                   on 2000/11/01  14:29:50
72305         Log: Subject: [PATCH] startperl to respect versiononly
72306              From: Robin Barker <rmb1@cise.npl.co.uk> 
72307              Date: Tue, 31 Oct 2000 16:29:36 GMT
72308              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
72309      Branch: metaconfig/U/perl
72310            ! startperl.U
72311      Branch: perl
72312            ! Configure config_h.SH
72313 ____________________________________________________________________________
72314 [  7509] By: jhi                                   on 2000/11/01  14:19:53
72315         Log: printf UVs the correct way, noticed by Robin Barker.
72316      Branch: perl
72317            ! utf8.c
72318 ____________________________________________________________________________
72319 [  7508] By: jhi                                   on 2000/11/01  14:10:03
72320         Log: Do not cleanup *% because the % has special meanings in some
72321              shell environments.
72322      Branch: perl
72323            ! ext/Storable/Makefile.PL
72324 ____________________________________________________________________________
72325 [  7507] By: jhi                                   on 2000/11/01  14:06:00
72326         Log: The NonStop-UX libraries have a novel way to say NaN.
72327      Branch: perl
72328            ! t/lib/bigfltpm.t
72329 ____________________________________________________________________________
72330 [  7506] By: jhi                                   on 2000/11/01  14:03:35
72331         Log: The osname has been lowercased by now, from Tom Bates.
72332      Branch: metaconfig
72333            ! U/modified/Oldconfig.U
72334      Branch: perl
72335            ! Configure config_h.SH
72336 ____________________________________________________________________________
72337 [  7505] By: jhi                                   on 2000/10/31  19:18:39
72338         Log: The compiler is either gcc or cc, from Tom Bates.
72339      Branch: perl
72340            ! hints/nonstopux.sh
72341 ____________________________________________________________________________
72342 [  7504] By: jhi                                   on 2000/10/31  14:53:42
72343         Log: Update Changes.
72344      Branch: perl
72345            ! Changes patchlevel.h
72346 ____________________________________________________________________________
72347 [  7503] By: jhi                                   on 2000/10/31  14:30:50
72348         Log: Whitespace style tweak.  Was originally going to see to
72349              
72350              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72351              From: Joe Smith <jms@inwap.com>
72352              Date: Mon, 30 Oct 2000 18:47:57 -0800
72353              Message-Id: <39FE32DD.24AAC4D@inwap.com>
72354              
72355              but that had already been taken care of.
72356      Branch: metaconfig
72357            ! U/compline/d_stdstdio.U
72358      Branch: perl
72359            ! Configure config_h.SH
72360 ____________________________________________________________________________
72361 [  7502] By: jhi                                   on 2000/10/31  14:25:02
72362         Log: AUTHORS tweaks.
72363      Branch: perl
72364            ! AUTHORS
72365 ____________________________________________________________________________
72366 [  7501] By: jhi                                   on 2000/10/31  14:23:59
72367         Log: Subject: perlfaq style changes
72368              From: John Borwick <jhborwic@unity.ncsu.edu>
72369              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
72370              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
72371      Branch: perl
72372            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
72373            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
72374            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
72375            ! pod/perlfaq9.pod
72376 ____________________________________________________________________________
72377 [  7500] By: jhi                                   on 2000/10/31  14:22:15
72378         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
72379              
72380              Subject: Re: [ID 20000918.005] ~ on wide chars
72381              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72382              Date: Mon, 30 Oct 2000 21:09:55 -0800
72383              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
72384              
72385              (The ord() part of the patch skipped.)
72386      Branch: perl
72387            ! doop.c
72388 ____________________________________________________________________________
72389 [  7499] By: jhi                                   on 2000/10/31  14:20:08
72390         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
72391              From: Jens Hamisch <jens@Strawberry.COM>
72392              Date: Mon, 30 Oct 2000 15:17:07 +0100
72393              Message-Id: <20001030151707.A9597@Strawberry.COM>
72394      Branch: perl
72395            ! av.c
72396 ____________________________________________________________________________
72397 [  7498] By: jhi                                   on 2000/10/31  14:16:29
72398         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
72399              From: Peter Prymmer <pvhp@forte.com>
72400              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
72401              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
72402      Branch: perl
72403            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72404            + ext/Encode/Encode/posix-bc.enc
72405            ! MANIFEST t/lib/encode.t
72406 ____________________________________________________________________________
72407 [  7497] By: jhi                                   on 2000/10/31  14:13:22
72408         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
72409              From: Peter Prymmer <pvhp@forte.com>
72410              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
72411              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
72412      Branch: perl
72413            ! t/lib/cgi-html.t
72414 ____________________________________________________________________________
72415 [  7496] By: jhi                                   on 2000/10/31  14:12:05
72416         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
72417              From: Peter Prymmer <pvhp@forte.com>
72418              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
72419              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
72420      Branch: perl
72421            ! t/lib/cgi-function.t
72422 ____________________________________________________________________________
72423 [  7495] By: jhi                                   on 2000/10/31  14:11:08
72424         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
72425              From: Peter Prymmer <pvhp@forte.com>
72426              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
72427              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
72428      Branch: perl
72429            + ext/re/hints/aix.pl
72430            ! MANIFEST ext/re/Makefile.PL
72431 ____________________________________________________________________________
72432 [  7494] By: jhi                                   on 2000/10/31  14:08:32
72433         Log: Use Errno magic.
72434              
72435              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
72436              From: Casey Tweten <perl@ctweten.amsite.com>
72437              Date: Mon, 30 Oct 2000 15:51:17 -0500
72438              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
72439      Branch: perl
72440            ! lib/File/Temp.pm
72441 ____________________________________________________________________________
72442 [  7493] By: jhi                                   on 2000/10/31  14:05:07
72443         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
72444              
72445              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
72446              From: Nicholas Clark <nick@ccl4.org>
72447              Date: Mon, 30 Oct 2000 17:38:45 +0000
72448              Message-ID: <20001030173845.O60355@plum.flirble.org>
72449      Branch: perl
72450            ! Makefile.SH utils/perlbug.PL
72451 ____________________________________________________________________________
72452 [  7492] By: nick                                  on 2000/10/30  19:37:23
72453         Log: Change files which are mysteriously different to mainline to be
72454              copies of mainline.
72455      Branch: perlio
72456            ! objXSUB.h perlapi.c pod/perlapi.pod
72457 ____________________________________________________________________________
72458 [  7491] By: nick                                  on 2000/10/30  18:05:54
72459         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
72460              - typo in endian code in putc.
72461              - Don't allow read of write-only files and vice-versa
72462              - and off-by-one in flush-all loop.
72463              Remove debug calls as they were using GCC specific features.
72464      Branch: perlio
72465            ! perlio.c
72466 ____________________________________________________________________________
72467 [  7490] By: nick                                  on 2000/10/29  21:45:45
72468         Log: Integrate mainline to perlio
72469      Branch: perlio
72470           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
72471           !> toke.c
72472 ____________________________________________________________________________
72473 [  7489] By: jhi                                   on 2000/10/29  21:11:08
72474         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
72475              From: andreas.koenig@anima.de (Andreas J. Koenig)
72476              Date: 29 Oct 2000 22:05:59 +0100
72477              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
72478      Branch: perl
72479            ! lib/ExtUtils/Manifest.pm
72480 ____________________________________________________________________________
72481 [  7488] By: jhi                                   on 2000/10/29  21:07:47
72482         Log: Tests for #7487.
72483              
72484              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
72485              From: andreas.koenig@anima.de (Andreas J. Koenig)
72486              Date: 29 Oct 2000 19:37:09 +0100
72487              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
72488      Branch: perl
72489            ! t/comp/proto.t
72490 ____________________________________________________________________________
72491 [  7487] By: jhi                                   on 2000/10/29  21:06:27
72492         Log: constsub spillage.
72493              
72494              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
72495              From: John Tobey <jtobey@john-edwin-tobey.org>
72496              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
72497              Message-Id: <m13pvSr-000FObC@feynman.localnet>
72498      Branch: perl
72499            ! op.c
72500 ____________________________________________________________________________
72501 [  7486] By: nick                                  on 2000/10/29  21:05:04
72502         Log: Integrate mainline to perlio branch
72503      Branch: perlio
72504           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
72505           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
72506           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
72507           +> vos/install_perl.cm
72508            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
72509            - vos/config.h vos/config_h.SH_orig
72510           !> (integrate 141 files)
72511 ____________________________________________________________________________
72512 [  7485] By: jhi                                   on 2000/10/29  21:00:47
72513         Log: Make \x{...} consistently produce UTF-8.
72514              
72515              Subject: Re: \x{...} is confused 
72516              From: Simon Cozens <simon@cozens.net>
72517              Date: Sun, 29 Oct 2000 19:36:48 +0000
72518              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
72519      Branch: perl
72520            ! t/pragma/utf8.t toke.c
72521 ____________________________________________________________________________
72522 [  7484] By: nick                                  on 2000/10/29  20:05:29
72523         Log: PerlIO passes all tests.
72524      Branch: perlio
72525            ! perlio.c
72526 ____________________________________________________________________________
72527 [  7483] By: jhi                                   on 2000/10/29  18:06:55
72528         Log: Update Changes.
72529      Branch: perl
72530            ! Changes patchlevel.h
72531 ____________________________________________________________________________
72532 [  7482] By: nick                                  on 2000/10/29  17:43:28
72533         Log: Include <unistd.h> to get correct lseek() prototype etc.
72534              (I thought perl.h did that) - down to two fails
72535              - comp/require.t (last test)
72536              - lib/io_xs.t - possibly import/export of FILE * ?
72537      Branch: perlio
72538            ! perlio.c
72539 ____________________________________________________________________________
72540 [  7481] By: jhi                                   on 2000/10/29  17:02:37
72541         Log: UTF-8 decoder tweak.
72542      Branch: perl
72543            ! utf8.c
72544 ____________________________________________________________________________
72545 [  7480] By: nick                                  on 2000/10/29  16:26:11
72546         Log: Fixed two bugs:
72547              - error code not being set on close (of broken pipe)
72548              - append mode was truncating.
72549              At least one seek/tell bug remains.
72550      Branch: perlio
72551            ! perlio.c
72552 ____________________________________________________________________________
72553 [  7479] By: nick                                  on 2000/10/29  11:18:16
72554         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
72555              in case of accidents. Still several worrying fails, no line disciplines yet.
72556      Branch: perlio
72557            ! iperlsys.h perlio.c
72558 ____________________________________________________________________________
72559 [  7478] By: jhi                                   on 2000/10/29  02:04:01
72560         Log: Add also emailless people.
72561      Branch: perl
72562            ! AUTHORS
72563 ____________________________________________________________________________
72564 [  7477] By: jhi                                   on 2000/10/29  01:36:00
72565         Log: The #7476 needs a MANIFEST change, too.
72566      Branch: perl
72567            ! MANIFEST
72568 ____________________________________________________________________________
72569 [  7476] By: jhi                                   on 2000/10/29  01:35:21
72570         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
72571      Branch: perl
72572            - MAINTAIN
72573            ! AUTHORS Changes
72574 ____________________________________________________________________________
72575 [  7475] By: jhi                                   on 2000/10/28  23:57:25
72576         Log: De-quoted-unreadable to ISO Latin 1.
72577              (There's one ISO-2022-JP name in Changes5.004.)
72578      Branch: perl
72579            ! Changes Changes5.6
72580 ____________________________________________________________________________
72581 [  7474] By: jhi                                   on 2000/10/28  19:13:06
72582         Log: Subject: [ID 20001027.007] uniq array in perlfaq
72583              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
72584              Date: Fri, 27 Oct 2000 19:28:30 +0200
72585              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
72586      Branch: perl
72587            ! pod/perlfaq4.pod
72588 ____________________________________________________________________________
72589 [  7473] By: jhi                                   on 2000/10/28  18:02:05
72590         Log: Locking null mutexes is not recommendable.
72591              
72592              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
72593              From: Hugo <hv@crypt.compulink.co.uk>
72594              Date: Sat, 28 Oct 2000 18:41:12 +0100
72595              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
72596      Branch: perl
72597            ! op.c
72598 ____________________________________________________________________________
72599 [  7472] By: jhi                                   on 2000/10/28  17:52:58
72600         Log: Better create a true mailing list for the repository keepers.
72601      Branch: perl
72602            ! Porting/repository.pod
72603 ____________________________________________________________________________
72604 [  7471] By: jhi                                   on 2000/10/28  17:28:24
72605         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
72606              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
72607      Branch: perl
72608            + Porting/repository.pod
72609            ! MANIFEST
72610 ____________________________________________________________________________
72611 [  7470] By: jhi                                   on 2000/10/28  17:20:54
72612         Log: Subject: DOC PATCH 5.6.0
72613              From: mjd@plover.com
72614              Date: 27 Oct 2000 17:32:44 -0000
72615              Message-ID: <20001027173244.23754.qmail@plover.com>
72616      Branch: perl
72617            ! pod/perlfunc.pod
72618 ____________________________________________________________________________
72619 [  7469] By: jhi                                   on 2000/10/28  17:16:45
72620         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
72621              From: "Peter J. Farley III" <pjfarley@banet.net>
72622              Date: Fri, 27 Oct 2000 20:32:56 -0400
72623              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
72624      Branch: perl
72625            ! README.dos
72626 ____________________________________________________________________________
72627 [  7468] By: jhi                                   on 2000/10/28  17:07:18
72628         Log: Make target reordering to avoid pointless re-makes.
72629              
72630              Subject: Re: Total re-make of 'make okfile' after 7451 ?
72631              From: Nicholas Clark <nick@ccl4.org>
72632              Date: Sat, 28 Oct 2000 00:31:02 +0100
72633              Message-ID: <20001028003101.A54517@plum.flirble.org>
72634      Branch: perl
72635            ! Makefile.SH
72636 ____________________________________________________________________________
72637 [  7467] By: jhi                                   on 2000/10/28  17:05:31
72638         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
72639              From: lvirden@cas.org
72640              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
72641              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
72642      Branch: perl
72643            ! README.os2
72644 ____________________________________________________________________________
72645 [  7466] By: jhi                                   on 2000/10/28  16:09:16
72646         Log: Upgrade to CPAN 1.58_55.
72647              
72648              Subject: CPAN.pm status
72649              From: andreas.koenig@anima.de (Andreas J. Koenig) 
72650              Date: 28 Oct 2000 08:18:00 +0200 
72651              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
72652      Branch: perl
72653            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72654 ____________________________________________________________________________
72655 [  7465] By: jhi                                   on 2000/10/28  16:02:47
72656         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
72657      Branch: perl
72658            ! embed.h embed.pl perl.h proto.h toke.c
72659 ____________________________________________________________________________
72660 [  7464] By: nick                                  on 2000/10/28  10:43:44
72661         Log: Fix for sv_2iv() on "shared" value from keys %hash.
72662      Branch: perl
72663            ! sv.c
72664 ____________________________________________________________________________
72665 [  7463] By: jhi                                   on 2000/10/27  16:18:29
72666         Log: Update Changes.
72667      Branch: perl
72668            ! Changes patchlevel.h
72669 ____________________________________________________________________________
72670 [  7462] By: jhi                                   on 2000/10/27  16:17:44
72671         Log: Too enthusiastic editing in #7460.
72672      Branch: metaconfig
72673            ! U/modified/Oldsym.U
72674      Branch: perl
72675            ! Configure config_h.SH
72676 ____________________________________________________________________________
72677 [  7461] By: jhi                                   on 2000/10/27  15:37:38
72678         Log: Retract #7459, the script needs more work.
72679      Branch: perl
72680            - mkreef
72681            ! MANIFEST
72682 ____________________________________________________________________________
72683 [  7460] By: jhi                                   on 2000/10/27  15:23:14
72684         Log: Use $sort, $uniq (and $tr) consistently as wondered
72685              by Nicholas Clark.
72686      Branch: metaconfig
72687            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
72688            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
72689            ! U/modified/libc.U
72690      Branch: perl
72691            ! Configure config_h.SH
72692 ____________________________________________________________________________
72693 [  7459] By: jhi                                   on 2000/10/27  15:02:07
72694         Log: (Retracted by #7461)
72695              
72696              Add a shell script for creating/removing symbolic link farms,
72697              useful for keeping the source code read-only and doing the
72698              builds somewhere else.
72699      Branch: perl
72700            + mkreef
72701            ! MANIFEST
72702 ____________________________________________________________________________
72703 [  7458] By: jhi                                   on 2000/10/27  14:42:20
72704         Log: Do away with the fix_pl.
72705      Branch: perl
72706            - fix_pl
72707            ! MANIFEST Makefile.SH
72708 ____________________________________________________________________________
72709 [  7457] By: jhi                                   on 2000/10/27  12:43:13
72710         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
72711              From: Jens Hamisch <jens@Strawberry.COM>
72712              Date: Fri, 27 Oct 2000 14:38:21 +0200
72713              Message-Id: <20001027143821.B3366@Strawberry.COM>
72714      Branch: perl
72715            ! perl.h
72716 ____________________________________________________________________________
72717 [  7456] By: jhi                                   on 2000/10/27  12:33:42
72718         Log: Subject: [PATCH] todo
72719              From: Nicholas Clark <nick@ccl4.org>
72720              Date: Thu, 26 Oct 2000 22:32:29 +0100
72721              Message-ID: <20001026223229.A44540@plum.flirble.org>
72722      Branch: perl
72723            ! pod/perltodo.pod
72724 ____________________________________________________________________________
72725 [  7455] By: jhi                                   on 2000/10/27  12:02:21
72726         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
72727              From: John Tobey <jtobey@john-edwin-tobey.org>
72728              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
72729              Message-Id: <m13ozHF-000FObC@feynman.localnet>
72730      Branch: perl
72731            ! op.c t/pragma/sub_lval.t
72732 ____________________________________________________________________________
72733 [  7454] By: jhi                                   on 2000/10/27  11:59:42
72734         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
72735              From: sthoenna@efn.org
72736              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
72737              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
72738      Branch: perl
72739            ! pp.c t/op/assignwarn.t
72740 ____________________________________________________________________________
72741 [  7453] By: jhi                                   on 2000/10/27  00:15:08
72742         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
72743      Branch: perl
72744            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
72745            ! ext/Storable/Storable.xs t/lib/st-lock.t
72746 ____________________________________________________________________________
72747 [  7452] By: jhi                                   on 2000/10/26  13:05:52
72748         Log: Undo #7451, this seems to be a deficiency in Perforce,
72749              there is no per-file line-terminator type, only per-client.
72750      Branch: perl
72751            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
72752            ! win32/makefile.mk
72753 ____________________________________________________________________________
72754 [  7451] By: jhi                                   on 2000/10/26  04:56:03
72755         Log: Experimenting in DOS arcana.
72756      Branch: perl
72757            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
72758            ! win32/makefile.mk
72759 ____________________________________________________________________________
72760 [  7450] By: jhi                                   on 2000/10/26  04:50:52
72761         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
72762              From: "Peter J. Farley III" <pjfarley@banet.net>            
72763              Date: Wed, 25 Oct 2000 23:10:18 -0400
72764              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
72765      Branch: perl
72766            ! t/io/open.t
72767 ____________________________________________________________________________
72768 [  7449] By: jhi                                   on 2000/10/26  04:49:16
72769         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
72770              From: Hugo <hv@crypt.compulink.co.uk>
72771              Date: Thu, 26 Oct 2000 01:55:17 +0100
72772              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
72773              
72774              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
72775      Branch: perl
72776            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
72777 ____________________________________________________________________________
72778 [  7448] By: jhi                                   on 2000/10/26  04:38:36
72779         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
72780              From: Peter Prymmer <pvhp@forte.com>
72781              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
72782              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
72783      Branch: perl
72784            ! configure.com
72785 ____________________________________________________________________________
72786 [  7447] By: jhi                                   on 2000/10/25  23:20:02
72787         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
72788              in platforms that strictly require all the symbols being present
72789              at link time.
72790      Branch: perl
72791            ! handy.h
72792 ____________________________________________________________________________
72793 [  7446] By: jhi                                   on 2000/10/25  21:55:57
72794         Log: Update Changes.
72795      Branch: perl
72796            ! Changes patchlevel.h
72797 ____________________________________________________________________________
72798 [  7445] By: jhi                                   on 2000/10/25  21:27:08
72799         Log: Integrate with vmsperl #7430 by Charles Bailey:
72800              
72801              Cleanup from prior patch (Charles Lane?):
72802              - improve handling of MFDs in Basename and Path
72803              - default to no xsubpp line # munging when building debug images
72804      Branch: perl
72805           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
72806 ____________________________________________________________________________
72807 [  7444] By: jhi                                   on 2000/10/25  21:03:50
72808         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
72809              From: John Peacock <JPeacock@UnivPress.com>
72810              Date: Thu, 18 May 2000 11:55:27 -0400
72811              Message-ID: <3924126F.A58BE57A@UnivPress.com>
72812      Branch: perl
72813            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
72814            ! t/op/write.t
72815 ____________________________________________________________________________
72816 [  7443] By: jhi                                   on 2000/10/25  20:43:10
72817         Log: Temporary stopgap for the self-tying issue: for now only
72818              array and hash self-ties are verboten.  The real fix, of
72819              course, would be to comprehensively test (and implement?)
72820              and debug (and document) self-ties.
72821      Branch: perl
72822            ! pod/perldiag.pod pp_sys.c t/op/tie.t
72823 ____________________________________________________________________________
72824 [  7442] By: jhi                                   on 2000/10/25  20:14:30
72825         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
72826              From: Dan Sugalski <dan@sidhe.org>
72827              Date: Wed, 25 Oct 2000 13:36:35 -0400
72828              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
72829              
72830              plus regen global.sym.
72831      Branch: perl
72832            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
72833            ! thrdvar.h util.c
72834 ____________________________________________________________________________
72835 [  7441] By: jhi                                   on 2000/10/25  20:12:20
72836         Log: buildtoc target tweaks.
72837      Branch: perl
72838            ! pod/Makefile.SH
72839 ____________________________________________________________________________
72840 [  7440] By: jhi                                   on 2000/10/25  20:03:53
72841         Log: A new version of making the syslog test more robust.
72842              (Replaces #7421.)
72843              
72844              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72845              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72846              Date: Wed, 25 Oct 2000 12:13:54 -0400
72847              Message-ID: <20001025121354.B2264@O2.chapin.edu>
72848      Branch: perl
72849            ! t/lib/syslog.t
72850 ____________________________________________________________________________
72851 [  7439] By: jhi                                   on 2000/10/25  20:00:48
72852         Log: Continue the internal UTF-8 API tweaking.
72853              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
72854              used much more than the simpler API, now called utf8_to_uv_simple().
72855              Still not quite happy with API, too much partial duplication
72856              of functionality.
72857      Branch: perl
72858            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
72859            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
72860            ! regcomp.c regexec.c sv.c toke.c utf8.c
72861 ____________________________________________________________________________
72862 [  7438] By: jhi                                   on 2000/10/25  18:52:30
72863         Log: Allow poking holes at the UTF-8 decoding strictness.
72864      Branch: perl
72865            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
72866            ! utf8.h
72867 ____________________________________________________________________________
72868 [  7437] By: jhi                                   on 2000/10/25  13:53:05
72869         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
72870              UTF8LEN() and UTF8SKIP(). 
72871      Branch: perl
72872            ! pp.c utf8.c utf8.h
72873 ____________________________________________________________________________
72874 [  7436] By: jhi                                   on 2000/10/25  13:51:37
72875         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
72876              From: Nicholas Clark <nick@ccl4.org>
72877              Date: Wed, 25 Oct 2000 14:44:05 +0100
72878              Message-ID: <20001025144404.D27253@plum.flirble.org>
72879      Branch: perl
72880            ! pod/perlrun.pod
72881 ____________________________________________________________________________
72882 [  7435] By: jhi                                   on 2000/10/25  13:49:32
72883         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
72884              From: Mike Guy <mjtg@cam.ac.uk>
72885              Date: Tue, 24 Oct 2000 14:59:40 +0100
72886              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
72887      Branch: perl
72888            ! scope.c
72889 ____________________________________________________________________________
72890 [  7434] By: jhi                                   on 2000/10/25  13:48:41
72891         Log: AIX is picky about its symbol exports.  Solution for now
72892              is to include the deb.o explicitly to the re extension build.
72893              
72894              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
72895              From: Peter Prymmer <pvhp@forte.com>
72896              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
72897              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
72898      Branch: perl
72899            ! ext/re/Makefile.PL hints/aix.sh
72900 ____________________________________________________________________________
72901 [  7433] By: jhi                                   on 2000/10/25  13:46:49
72902         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
72903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72904              Date: Wed, 25 Oct 2000 12:02:20 +0200
72905              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
72906      Branch: perl
72907            ! perlsdio.h
72908 ____________________________________________________________________________
72909 [  7432] By: jhi                                   on 2000/10/25  13:44:28
72910         Log: Subject: Minor update to find2perl, for portability
72911              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
72912              Date: Wed, 25 Oct 2000 12:05:47 +0100
72913              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
72914      Branch: perl
72915            ! x2p/find2perl.PL
72916 ____________________________________________________________________________
72917 [  7431] By: jhi                                   on 2000/10/25  13:40:39
72918         Log: Add targets to Makefile.SH, most importantly
72919              'regen_all' which also remembers to update vms/perly*.
72920      Branch: perl
72921            ! Makefile.SH
72922 ____________________________________________________________________________
72923 [  7430] By: bailey                                on 2000/10/25  03:13:53
72924         Log: Cleanup from prior patch (Charles Lane?):
72925              - improve handling of MFDs in Basename and Path
72926              - default to no xsubpp line # munging when building debug images
72927      Branch: vmsperl
72928            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
72929 ____________________________________________________________________________
72930 [  7429] By: jhi                                   on 2000/10/24  20:03:40
72931         Log: Podify README.epoc and README.vos.
72932      Branch: perl
72933            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
72934            ! pod/perlport.pod pod/perltoc.pod
72935 ____________________________________________________________________________
72936 [  7428] By: jhi                                   on 2000/10/24  19:10:33
72937         Log: Stratus VOS updates from Paul Green.
72938      Branch: perl
72939            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72940            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
72941            - vos/config.def vos/config.h vos/config_h.SH_orig
72942            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
72943            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
72944 ____________________________________________________________________________
72945 [  7427] By: jhi                                   on 2000/10/24  18:59:48
72946         Log: Check if stdio supports tweaking lval and cnt simultaneously.
72947              
72948              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72949              From: Nicholas Clark <nick@ccl4.org>
72950              Date: Mon, 23 Oct 2000 15:39:32 +0100
72951              Message-ID: <20001023153932.A10786@plum.flirble.org>
72952      Branch: metaconfig
72953            ! U/compline/d_stdstdio.U
72954      Branch: perl
72955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72956            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
72957            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
72958            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
72959            ! vos/config.h vos/config_h.SH_orig win32/config.bc
72960            ! win32/config.gc win32/config.vc
72961 ____________________________________________________________________________
72962 [  7426] By: jhi                                   on 2000/10/24  17:57:44
72963         Log: Missed the header file changes from #7425.
72964      Branch: perl
72965            ! embed.h embed.pl objXSUB.h proto.h
72966 ____________________________________________________________________________
72967 [  7425] By: jhi                                   on 2000/10/24  17:55:17
72968         Log: Fix the bug reported in
72969              
72970              From: andreas.koenig@anima.de (Andreas J. Koenig)
72971              Subject: Encode bug?
72972              Date: 24 Oct 2000 14:01:26 +0200 
72973              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
72974              
72975              Also make is_utf8_char() stricter.
72976      Branch: perl
72977            ! ext/Encode/Encode.xs utf8.c
72978 ____________________________________________________________________________
72979 [  7424] By: jhi                                   on 2000/10/24  15:15:39
72980         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
72981              From: Peter Scott <Peter@PSDT.com>
72982              Date: Mon, 23 Oct 2000 19:46:01 -0700
72983              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
72984      Branch: perl
72985            ! pod/perlfaq5.pod
72986 ____________________________________________________________________________
72987 [  7423] By: jhi                                   on 2000/10/24  14:25:30
72988         Log: Test tweak to avoid pulling in the whole Config.
72989      Branch: perl
72990            ! t/lib/st-lock.t
72991 ____________________________________________________________________________
72992 [  7422] By: jhi                                   on 2000/10/24  14:03:16
72993         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
72994      Branch: perl
72995            ! pp.c
72996 ____________________________________________________________________________
72997 [  7421] By: jhi                                   on 2000/10/24  13:32:09
72998         Log: (Replaced by #7440.)
72999              
73000              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
73001              From: "Kurt D. Starsinic" <kstar@chapin.edu>
73002              Date: Mon, 23 Oct 2000 16:40:54 -0400
73003              Message-ID: <20001023164054.B14491@O2.chapin.edu>
73004      Branch: perl
73005            ! t/lib/syslog.t
73006 ____________________________________________________________________________
73007 [  7420] By: jhi                                   on 2000/10/24  13:30:53
73008         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
73009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73010              Date: Mon, 23 Oct 2000 17:29:03 -0400
73011              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
73012      Branch: perl
73013            ! lib/ExtUtils/MM_Unix.pm
73014 ____________________________________________________________________________
73015 [  7419] By: jhi                                   on 2000/10/24  13:29:57
73016         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
73017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73018              Date: Mon, 23 Oct 2000 19:01:32 -0400
73019              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
73020      Branch: perl
73021            ! utils/h2xs.PL
73022 ____________________________________________________________________________
73023 [  7418] By: jhi                                   on 2000/10/24  13:26:04
73024         Log: Replace #7409 with
73025              
73026              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
73027              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
73028              Date: Mon, 23 Oct 2000 20:08:56 +0200
73029              Message-ID: <20001023200855.A14850@nice.ram.loc>
73030      Branch: perl
73031            ! ext/Storable/Storable.pm t/lib/st-lock.t
73032 ____________________________________________________________________________
73033 [  7417] By: jhi                                   on 2000/10/24  13:17:52
73034         Log: Run vms/vms_yfix.pl, should have done that after changing
73035              perly.c in #7382.
73036      Branch: perl
73037            ! vms/perly_c.vms vms/perly_h.vms
73038 ____________________________________________________________________________
73039 [  7416] By: jhi                                   on 2000/10/24  02:55:33
73040         Log: Make the UTF-8 decoding stricter and more verbose when
73041              malformation happens.  This involved adding an argument
73042              to utf8_to_uv_chk(), which involved changing its prototype,
73043              and prefer STRLEN over I32 for the UTF-8 length, which as
73044              a domino effect necessitated changing the prototypes of
73045              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
73046              The stricter UTF-8 decoding checking uses Markus Kuhn's
73047              UTF-8 Decode Stress Tester from
73048              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
73049      Branch: perl
73050            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
73051            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
73052            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
73053            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
73054 ____________________________________________________________________________
73055 [  7415] By: jhi                                   on 2000/10/23  14:06:06
73056         Log: Update Changes.
73057      Branch: perl
73058            ! Changes patchlevel.h
73059 ____________________________________________________________________________
73060 [  7414] By: jhi                                   on 2000/10/23  12:39:52
73061         Log: Undo the basename() part of #7412 since the lib/basename
73062              tests would need upgrading too.
73063      Branch: perl
73064            ! lib/File/Basename.pm
73065 ____________________________________________________________________________
73066 [  7413] By: jhi                                   on 2000/10/23  12:19:27
73067         Log: Document PERL_INSTALL_ROOT of #7210.
73068      Branch: perl
73069            ! lib/ExtUtils/Install.pm
73070 ____________________________________________________________________________
73071 [  7412] By: jhi                                   on 2000/10/23  12:16:47
73072         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
73073      Branch: perl
73074            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
73075            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
73076 ____________________________________________________________________________
73077 [  7411] By: jhi                                   on 2000/10/23  12:07:41
73078         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
73079              From: Prymmer/Kahn <pvhp@best.com>
73080              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
73081              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
73082      Branch: perl
73083            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
73084 ____________________________________________________________________________
73085 [  7410] By: jhi                                   on 2000/10/23  04:10:11
73086         Log: The change #7187 was not so good on VMS.
73087              
73088              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
73089              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73090              Date: Sun, 22 Oct 2000 23:03:08 -0500
73091              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
73092      Branch: perl
73093            ! utils/perldoc.PL
73094 ____________________________________________________________________________
73095 [  7409] By: jhi                                   on 2000/10/23  03:57:36
73096         Log: Avoid Storable locking on DJGPP for now.
73097              
73098              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
73099              From: "Peter J. Farley III" <pjfarley@banet.net>
73100              Date: Sun, 22 Oct 2000 20:00:00 -0400
73101              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
73102      Branch: perl
73103            ! ext/Storable/Storable.pm t/lib/st-lock.t
73104 ____________________________________________________________________________
73105 [  7408] By: jhi                                   on 2000/10/23  03:50:24
73106         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
73107              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73108              Date: Sun, 22 Oct 2000 21:12:22 -0400
73109              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
73110      Branch: perl
73111            ! lib/vars.pm
73112 ____________________________________________________________________________
73113 [  7407] By: jhi                                   on 2000/10/23  03:43:12
73114         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
73115              From: Hugo <hv@crypt.compulink.co.uk>
73116              Date: Mon, 23 Oct 2000 00:47:22 +0100
73117              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
73118      Branch: perl
73119            ! regexec.c t/op/pat.t
73120 ____________________________________________________________________________
73121 [  7406] By: jhi                                   on 2000/10/23  03:40:29
73122         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
73123      Branch: perl
73124            ! lib/ExtUtils/MakeMaker.pm
73125 ____________________________________________________________________________
73126 [  7405] By: jhi                                   on 2000/10/22  21:32:00
73127         Log: Doc patch.
73128              
73129              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
73130              From: rspier@pobox.com (Robert Spier)
73131              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
73132              Message-ID: <14835.16112.13457.447971@rls.cx>
73133      Branch: perl
73134            ! lib/strict.pm
73135 ____________________________________________________________________________
73136 [  7404] By: jhi                                   on 2000/10/22  21:30:51
73137         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
73138              From: rspier@pobox.com (Robert Spier)
73139              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
73140              Message-ID: <14835.17223.72448.705566@rls.cx>
73141      Branch: perl
73142            ! lib/ExtUtils/MakeMaker.pm
73143 ____________________________________________________________________________
73144 [  7403] By: jhi                                   on 2000/10/22  21:24:11
73145         Log: Subject: [PATCH bleadperl] ripples from constsub patch
73146              From: John Tobey <jtobey@john-edwin-tobey.org>
73147              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
73148              Message-Id: <m13nSOB-000FObC@feynman.localnet>
73149      Branch: perl
73150            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
73151 ____________________________________________________________________________
73152 [  7402] By: jhi                                   on 2000/10/22  20:59:35
73153         Log: Support s?printf parameter reordering.
73154      Branch: perl
73155            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
73156 ____________________________________________________________________________
73157 [  7401] By: jhi                                   on 2000/10/22  19:19:14
73158         Log: Expand %Config variables only if explicitly so requested
73159              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
73160              
73161              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
73162              From: Gurusamy Sarathy <gsar@ActiveState.com>
73163              Date: Sun, 22 Oct 2000 11:47:32 -0700
73164              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
73165      Branch: perl
73166            ! Makefile.SH lib/lib_pm.PL
73167 ____________________________________________________________________________
73168 [  7400] By: jhi                                   on 2000/10/22  18:24:10
73169         Log: Move the #7390 test from warn/op to comp/redef.
73170              
73171              Subject: Re: Creating const subs for constants.
73172              From: John Tobey <jtobey@john-edwin-tobey.org>
73173              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
73174              Message-Id: <m13nG72-000FObC@feynman.localnet>               
73175      Branch: perl
73176            ! t/comp/redef.t t/pragma/warn/op
73177 ____________________________________________________________________________
73178 [  7399] By: jhi                                   on 2000/10/22  17:49:59
73179         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
73180              From: Nicholas Clark <nick@ccl4.org>
73181              Date: Sat, 21 Oct 2000 22:23:19 +0100
73182              Message-ID: <20001021222319.B45586@plum.flirble.org>
73183      Branch: perl
73184            ! ext/DynaLoader/DynaLoader_pm.PL
73185 ____________________________________________________________________________
73186 [  7398] By: jhi                                   on 2000/10/22  17:47:35
73187         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
73188              From: Hugo <hv@crypt.compulink.co.uk>
73189              Date: Sat, 21 Oct 2000 18:19:59 +0100
73190              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
73191      Branch: perl
73192            ! ext/B/B.pm ext/B/B/C.pm
73193 ____________________________________________________________________________
73194 [  7397] By: jhi                                   on 2000/10/22  17:35:18
73195         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
73196              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
73197              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
73198              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
73199      Branch: perl
73200            ! hints/openbsd.sh
73201 ____________________________________________________________________________
73202 [  7396] By: jhi                                   on 2000/10/22  17:19:46
73203         Log: Subject: installman go-faster stripes
73204              From: Nicholas Clark <nick@talking.bollo.cx>
73205              Date: Sat, 21 Oct 2000 17:24:53 +0100
73206              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
73207              
73208              Subject: Re: installman go-faster stripes
73209              From: Russ Allbery <rra@stanford.edu>
73210              Date: 21 Oct 2000 11:04:13 -0700
73211              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
73212      Branch: perl
73213            ! installman pod/pod2man.PL
73214 ____________________________________________________________________________
73215 [  7395] By: jhi                                   on 2000/10/22  17:17:35
73216         Log: Hints tweak from Anton Berezin.
73217      Branch: perl
73218            ! hints/freebsd.sh
73219 ____________________________________________________________________________
73220 [  7394] By: jhi                                   on 2000/10/22  04:50:04
73221         Log: Tweak the Is* definitions of Unicode character classes
73222              to better match the official categorizations; embrace
73223              the official categorizations; add the combining marks
73224              as alpha (and -numeric); fix DCinital (a typo and edito)
73225              to be DCmedial.
73226      Branch: perl
73227            + lib/unicode/Is/DCmedial.pl
73228            - lib/unicode/Is/DCinital.pl
73229            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73230            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
73231            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
73232            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73233 ____________________________________________________________________________
73234 [  7393] By: jhi                                   on 2000/10/21  18:06:05
73235         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
73236              From: Daniel Chetlin <daniel@chetlin.com>
73237              Date: Sat, 21 Oct 2000 02:57:03 -0700
73238              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
73239      Branch: perl
73240            + t/lib/tie-splice.t
73241            ! MANIFEST lib/Tie/Array.pm
73242 ____________________________________________________________________________
73243 [  7392] By: gsar                                  on 2000/10/21  18:05:15
73244         Log: resync utfperl branch with mainline
73245      Branch: utfperl
73246           !> (integrate 1760 files)
73247 ____________________________________________________________________________
73248 [  7391] By: jhi                                   on 2000/10/21  14:37:49
73249         Log: Testcases for a #7383,#7385 related bug.
73250              
73251              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
73252              From: Nicholas Clark <nick@ccl4.org>
73253              Date: Sat, 21 Oct 2000 15:04:51 +0100
73254              Message-ID: <20001021150451.A51566@plum.flirble.org>
73255      Branch: perl
73256            ! t/pragma/utf8.t
73257 ____________________________________________________________________________
73258 [  7390] By: jhi                                   on 2000/10/21  14:35:57
73259         Log: Add a testcase for #7389.
73260      Branch: perl
73261            ! t/pragma/warn/op
73262 ____________________________________________________________________________
73263 [  7389] By: jhi                                   on 2000/10/21  14:26:45
73264         Log: Subject: Re: Creating const subs for constants.
73265              From: John Tobey <jtobey@john-edwin-tobey.org>
73266              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
73267              Message-Id: <m13mo0N-000FObC@feynman.localnet>
73268      Branch: perl
73269            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
73270            ! proto.h sv.c
73271 ____________________________________________________________________________
73272 [  7388] By: nick                                  on 2000/10/21  11:44:23
73273         Log: Populate perlio branch
73274      Branch: perlio
73275           +> (branch 1760 files)
73276 ____________________________________________________________________________
73277 [  7387] By: nick                                  on 2000/10/21  10:52:05
73278         Log: Get branch back as replica of mainline via :
73279              p4 integrate -b utfperl
73280              p4 resolve -at ./...
73281      Branch: utfperl
73282           +> (branch 269 files)
73283            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
73284            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
73285            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
73286            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
73287            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
73288            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
73289            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
73290            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
73291            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
73292            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
73293            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
73294            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
73295            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
73296            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
73297            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
73298            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
73299            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
73300            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
73301            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
73302            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
73303            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
73304            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
73305            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
73306            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
73307            - lib/unicode/UCD300.html lib/unicode/Unicode.300
73308            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
73309            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
73310            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
73311            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
73312           !> (integrate 965 files)
73313 ____________________________________________________________________________
73314 [  7386] By: jhi                                   on 2000/10/21  01:31:12
73315         Log: Update Changes.
73316      Branch: perl
73317            ! Changes patchlevel.h
73318 ____________________________________________________________________________
73319 [  7385] By: jhi                                   on 2000/10/21  01:28:42
73320         Log: The #7383 was right only in the context of the original bug report,
73321              not in more general case.
73322      Branch: perl
73323            ! pp_hot.c
73324 ____________________________________________________________________________
73325 [  7384] By: jhi                                   on 2000/10/21  01:08:23
73326         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
73327      Branch: perl
73328            ! ext/IO/lib/IO/Select.pm
73329 ____________________________________________________________________________
73330 [  7383] By: jhi                                   on 2000/10/21  00:44:18
73331         Log: Fix for ID 20001020.006, concatenating an unset submatch
73332              with utf8 resulted in "Modification of a read-only value".
73333      Branch: perl
73334            ! pp_hot.c t/pragma/utf8.t
73335 ____________________________________________________________________________
73336 [  7382] By: jhi                                   on 2000/10/20  20:44:31
73337         Log: Make scan_num() reëntrant, as suggested in
73338              
73339              Subject: [PATCH perl@7229] Rentrant parser and yylex()
73340              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
73341              Date: Fri, 20 Oct 2000 14:17:27 +0100
73342              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
73343      Branch: perl
73344            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
73345            ! toke.c
73346 ____________________________________________________________________________
73347 [  7381] By: jhi                                   on 2000/10/20  20:07:29
73348         Log: Reëntrancy fix.
73349              
73350              Subject: [PATCH perl@7229] Rentrant parser and yylex()
73351              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
73352              Date: Fri, 20 Oct 2000 14:17:27 +0100
73353              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
73354      Branch: perl
73355            ! embed.h embed.pl perl.h proto.h toke.c
73356 ____________________________________________________________________________
73357 [  7380] By: jhi                                   on 2000/10/20  19:15:54
73358         Log: Don't write double values through long double pointers,
73359              based on a part of
73360              
73361              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
73362              From: Jens Hamisch <jens@Strawberry.COM>
73363              Date: Tue, 17 Oct 2000 08:39:36 +0200
73364              Message-Id: <20001017083936.A11104@Strawberry.COM>
73365      Branch: perl
73366            ! perl.h pp.c
73367 ____________________________________________________________________________
73368 [  7379] By: jhi                                   on 2000/10/20  18:43:37
73369         Log: Portability tweak on #7377.
73370              
73371              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
73372              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73373              Date:     Fri, 20 Oct 2000 13:13:41 EDT
73374              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
73375      Branch: perl
73376            ! t/lib/dprof.t
73377 ____________________________________________________________________________
73378 [  7378] By: jhi                                   on 2000/10/20  12:57:19
73379         Log: SOCKS function redefinitions need prototypes, too, otherwise
73380              for example 32 bit versus 64 bit differences cause a lot of
73381              problems.  Part of
73382              
73383              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
73384              From: Jens Hamisch <jens@Strawberry.COM>
73385              Date: Tue, 17 Oct 2000 08:39:36 +0200
73386              Message-Id: <20001017083936.A11104@Strawberry.COM>
73387      Branch: perl
73388            ! doio.c pp_sys.c
73389 ____________________________________________________________________________
73390 [  7377] By: jhi                                   on 2000/10/20  12:37:12
73391         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
73392              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73393              Date:     Fri, 20 Oct 2000 08:26:04 EDT
73394              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
73395      Branch: perl
73396            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
73397 ____________________________________________________________________________
73398 [  7376] By: jhi                                   on 2000/10/20  12:35:31
73399         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
73400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73401              Date:     Fri, 20 Oct 2000 07:48:15 EDT
73402              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
73403      Branch: perl
73404            ! configure.com vms/gen_shrfls.pl
73405 ____________________________________________________________________________
73406 [  7375] By: bailey                                on 2000/10/20  04:44:37
73407         Log: SYN SYN
73408      Branch: vmsperl
73409           +> (branch 134 files)
73410            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
73411            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
73412            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
73413            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
73414            - eg/cgi/frameset.cgi eg/cgi/index.html
73415            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
73416            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
73417            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
73418            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
73419            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
73420            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
73421            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
73422            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
73423            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
73424            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
73425            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
73426            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
73427            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
73428            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
73429            - lib/unicode/Props.txt lib/unicode/UCD300.html
73430            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
73431            - utils/perlbc.PL vms/subconfigure.com
73432           !> (integrate 785 files)
73433 ____________________________________________________________________________
73434 [  7374] By: jhi                                   on 2000/10/20  00:59:48
73435         Log: In the latest compiler builds cccdlflags must not become -fpic,
73436              from Wilfredo Sánchez.
73437      Branch: perl
73438            ! hints/darwin.sh
73439 ____________________________________________________________________________
73440 [  7373] By: jhi                                   on 2000/10/20  00:56:35
73441         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
73442              From: Tony Cook <tony@develop-help.com>
73443              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
73444              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
73445      Branch: perl
73446            ! pod/perlop.pod
73447 ____________________________________________________________________________
73448 [  7372] By: jhi                                   on 2000/10/19  19:34:40
73449         Log: Typo noted by Mark Lutz.
73450      Branch: perl
73451            ! t/op/64bitint.t
73452 ____________________________________________________________________________
73453 [  7371] By: jhi                                   on 2000/10/19  19:33:13
73454         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
73455      Branch: metaconfig
73456            ! U/modified/Cppsym.U U/modified/Oldconfig.U
73457      Branch: metaconfig/U/perl
73458            ! End.U dlsrc.U libperl.U
73459      Branch: perl
73460            + hints/nonstopux.sh
73461            ! Configure MANIFEST config_h.SH
73462 ____________________________________________________________________________
73463 [  7370] By: jhi                                   on 2000/10/19  17:18:08
73464         Log: Subject: PATCH do_print has 2 PerlIO_error()s
73465              From: nick@ccl4.org
73466              Date: Thu, 19 Oct 2000 18:09:20 +0100
73467              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
73468      Branch: perl
73469            ! doio.c
73470 ____________________________________________________________________________
73471 [  7369] By: jhi                                   on 2000/10/19  14:01:49
73472         Log: Update Changes.
73473      Branch: perl
73474            ! Changes patchlevel.h
73475 ____________________________________________________________________________
73476 [  7368] By: jhi                                   on 2000/10/19  13:04:29
73477         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
73478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73479              Date: Wed, 18 Oct 2000 13:12:01 +0200
73480              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
73481      Branch: perl
73482            ! hints/aix.sh
73483 ____________________________________________________________________________
73484 [  7367] By: jhi                                   on 2000/10/19  02:22:40
73485         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
73486              of a 'pmshort' anywhere in the B, so the offending line was simply
73487              removed.
73488      Branch: perl
73489            ! ext/B/B/Debug.pm
73490 ____________________________________________________________________________
73491 [  7366] By: jhi                                   on 2000/10/19  02:12:37
73492         Log: Add the test case for the bug id 20000730.004 which seems
73493              to have been fixed by now.
73494      Branch: perl
73495            ! t/pragma/utf8.t
73496 ____________________________________________________________________________
73497 [  7365] By: jhi                                   on 2000/10/18  23:36:24
73498         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
73499              From: Hugo <hv@crypt.compulink.co.uk>
73500              Date: Wed, 18 Oct 2000 23:25:58 +0100
73501              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
73502      Branch: perl
73503            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
73504 ____________________________________________________________________________
73505 [  7364] By: jhi                                   on 2000/10/18  21:12:53
73506         Log: (retracted)
73507      Branch: perl
73508            ! pp.c
73509 ____________________________________________________________________________
73510 [  7363] By: jhi                                   on 2000/10/18  20:55:38
73511         Log: Missing change from #7362.
73512      Branch: perl
73513            ! win32/perlhost.h
73514 ____________________________________________________________________________
73515 [  7362] By: jhi                                   on 2000/10/18  20:52:01
73516         Log: Borland C fstat() never saw the fd as writable.
73517              
73518              Subject: fix for Borland's weak "stat" (perl@7211)
73519              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
73520              Date: Mon, 16 Oct 2000 09:55:03 +0400
73521              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
73522      Branch: perl
73523            ! win32/win32.c
73524 ____________________________________________________________________________
73525 [  7361] By: jhi                                   on 2000/10/18  17:43:50
73526         Log: Regen toc.
73527      Branch: perl
73528            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
73529 ____________________________________________________________________________
73530 [  7360] By: jhi                                   on 2000/10/18  17:07:44
73531         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73532              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
73533              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
73534              Date: Mon, 16 Oct 2000 15:19:49 +0200
73535      Branch: perl
73536            + README.aix
73537            ! MANIFEST
73538 ____________________________________________________________________________
73539 [  7359] By: jhi                                   on 2000/10/18  17:04:49
73540         Log: Subject: Pod patch for Devel::Peek
73541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73542              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
73543              Date: Mon, 16 Oct 2000 12:26:34 +0200
73544      Branch: perl
73545            ! ext/Devel/Peek/Peek.pm
73546 ____________________________________________________________________________
73547 [  7358] By: jhi                                   on 2000/10/18  17:03:15
73548         Log: Make Cwd more bulletproof in chrooted environments.
73549              
73550              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
73551              From: "Eric E. Coe" <Eric.Coe@oracle.com>
73552              Date: Wed, 18 Oct 2000 04:03:54 -0400
73553              Message-Id: <39ED596A.70E599FE@oracle.com>
73554      Branch: perl
73555            ! lib/Cwd.pm
73556 ____________________________________________________________________________
73557 [  7357] By: jhi                                   on 2000/10/18  16:37:26
73558         Log: Disable the UTF8 downgrade croakage for now to avoid
73559              too many not okay messages.
73560      Branch: perl
73561            ! doio.c
73562 ____________________________________________________________________________
73563 [  7356] By: jhi                                   on 2000/10/17  23:29:41
73564         Log: Show the failed remote port, instead of the failing line number.
73565              
73566              Subject: [PATCH 5.6.1 Debugger] More diagnostics
73567              From: David Sparks <daves@ActiveState.com>
73568              Date: Tue, 17 Oct 2000 15:00:24 -0700
73569              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
73570      Branch: perl
73571            ! lib/perl5db.pl
73572 ____________________________________________________________________________
73573 [  7355] By: jhi                                   on 2000/10/17  14:11:31
73574         Log: On output try to downgrade to bytes, croak if impossible,
73575              from Simon Cozens.  This means that outputting >255 UTF8
73576              is impossible.  Consider this as a strong incentive to get
73577              the I/O disciplines implemented.
73578      Branch: perl
73579            ! doio.c pod/perldiag.pod sv.c
73580 ____________________________________________________________________________
73581 [  7354] By: jhi                                   on 2000/10/17  13:42:23
73582         Log: Clarify documentation on 'use bytes'.
73583              
73584              Subject: Re: What does 'use bytes' "mean" ?
73585              From: Simon Cozens <simon@cozens.net>
73586              Date: Mon, 18 Sep 2000 18:24:25 +0100
73587              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
73588      Branch: perl
73589            ! lib/bytes.pm
73590 ____________________________________________________________________________
73591 [  7353] By: jhi                                   on 2000/10/17  13:28:12
73592         Log: Workaround for a sfio bug where the stream error indicator
73593              is not cleared as documented.
73594              
73595              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
73596              From: Nicholas Clark <nick@ccl4.org>
73597              Date: Mon, 16 Oct 2000 18:28:23 +0100
73598              Message-ID: <20001016182823.J19700@plum.flirble.org>
73599      Branch: perl
73600            ! doio.c
73601 ____________________________________________________________________________
73602 [  7352] By: jhi                                   on 2000/10/17  13:06:19
73603         Log: More IoTYPE sprinkling.
73604      Branch: perl
73605            ! doio.c pp_hot.c
73606 ____________________________________________________________________________
73607 [  7351] By: jhi                                   on 2000/10/16  22:47:07
73608         Log: Detect early whether the std streams have gone bad.
73609              
73610              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
73611              Date: Mon, 16 Oct 2000 23:28:42 +0100
73612              From: Nicholas Clark <nick@ccl4.org>
73613              Message-ID: <20001016232842.A37942@plum.flirble.org>
73614      Branch: perl
73615            ! t/op/misc.t
73616 ____________________________________________________________________________
73617 [  7350] By: jhi                                   on 2000/10/16  22:45:16
73618         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
73619              From: "Peter J. Farley III" <pjfarley@banet.net>
73620              Date: Mon, 16 Oct 2000 18:15:59 -0400
73621              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
73622      Branch: perl
73623            ! djgpp/djgpp.c dosish.h t/io/open.t
73624 ____________________________________________________________________________
73625 [  7349] By: jhi                                   on 2000/10/16  22:36:45
73626         Log: perldelta tweak.
73627      Branch: perl
73628            ! pod/perldelta.pod
73629 ____________________________________________________________________________
73630 [  7348] By: jhi                                   on 2000/10/16  15:17:53
73631         Log: Update Changes.
73632      Branch: perl
73633            ! Changes patchlevel.h
73634 ____________________________________________________________________________
73635 [  7347] By: jhi                                   on 2000/10/16  13:55:27
73636         Log: Add the capability to include/exclude branches.
73637      Branch: perl
73638            ! Porting/genlog
73639 ____________________________________________________________________________
73640 [  7346] By: jhi                                   on 2000/10/16  13:18:04
73641         Log: Add Charles Lane.
73642      Branch: perl
73643            ! AUTHORS Changes
73644 ____________________________________________________________________________
73645 [  7345] By: jhi                                   on 2000/10/16  13:13:21
73646         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
73647      Branch: perl
73648            ! pod/perldelta.pod
73649 ____________________________________________________________________________
73650 [  7344] By: gsar                                  on 2000/10/16  09:30:21
73651         Log: integrate change#6220 from cfgperl
73652              
73653              Win32 patches from Benjamin Stuhl.
73654      Branch: maint-5.6/perl
73655           !> makedef.pl win32/win32.h
73656 ____________________________________________________________________________
73657 [  7343] By: gsar                                  on 2000/10/16  08:32:19
73658         Log: integrate changes#6221,6222 from cfgperl
73659              
73660              Remove tr///CU (the feature is to be obsoleted by better interfaces).
73661              From: simon@brecon.co.uk (Simon Cozens)
73662              Subject: [PATCH] Eliminate tr///[CU][CU]
73663              Date: 23 Jun 2000 11:05:40 GMT
73664              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
73665              
73666              doc typo fix
73667              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
73668              From: Ian Phillipps <Ian.Phillipps@iname.com>
73669              Date: Fri, 23 Jun 2000 10:40:58 +0100
73670              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
73671      Branch: maint-5.6/perl
73672           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
73673 ____________________________________________________________________________
73674 [  7342] By: gsar                                  on 2000/10/16  08:28:08
73675         Log: integrate change#6217 from cfgperl (in part)
73676              
73677              Rename the fdpid locking and integrate with Sarathy.
73678      Branch: maint-5.6/perl
73679           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
73680           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
73681           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
73682           !> win32/win32.c
73683 ____________________________________________________________________________
73684 [  7341] By: gsar                                  on 2000/10/16  08:23:39
73685         Log: integrate changes#6214..6216 from mainline
73686              
73687              @_ can't have junk in it even in the non-USE_ITHREADS case because
73688              caller() wants to populate @DB::args with it (causes a coredump
73689              in Carp::confess())
73690              
73691              tweak comment about @DB::args
73692              
73693              be more optimal about clearing @_
73694      Branch: maint-5.6/perl
73695           !> av.h cop.h pp_ctl.c t/op/runlevel.t
73696 ____________________________________________________________________________
73697 [  7340] By: gsar                                  on 2000/10/16  08:20:37
73698         Log: integrate changes#6207..6210 from cfgperl
73699              
73700              Subject: [PATCH 5.6.0] Threadsafe patches
73701              From: Dan Sugalski <dan@sidhe.org>
73702              To: perl5-porters@perl.org
73703              Date: Mon, 08 May 2000 18:08:13 -0400
73704              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
73705              
73706              Regen headers for #6207.
73707              
73708              Lock PL_fdpid against race conditions, based on:
73709              Subject: [PATCH 5.6.0]subprocess fixup for threads
73710              From: Dan Sugalski <dan@sidhe.org>
73711              To: perl5-porters@perl.org
73712              Date: Tue, 11 Apr 2000 17:02:32 -0400
73713              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
73714              
73715              Mopup for #6207 and #6209.
73716      Branch: maint-5.6/perl
73717           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
73718           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
73719           !> win32/win32.c
73720 ____________________________________________________________________________
73721 [  7339] By: gsar                                  on 2000/10/16  08:14:34
73722         Log: integrate change#6203 from cfgperl
73723              
73724              perldiag should refer to perlos2.pod not README.os2
73725      Branch: maint-5.6/perl
73726           !> pod/perldiag.pod
73727 ____________________________________________________________________________
73728 [  7338] By: gsar                                  on 2000/10/16  08:11:42
73729         Log: integrate change#6201 from mainline
73730              
73731              Perl_eval_pv() leaks 4 bytes every time it is called because it
73732              does a PUSHMARK that's never ever POPMARKed; in general, only
73733              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
73734              Perl_eval_[sp]v() don't because they don't take any incoming
73735              arguments (this leak has been around since the original version
73736              of perl_eval_pv() in 5.003_97e)
73737      Branch: maint-5.6/perl
73738           !> perl.c
73739 ____________________________________________________________________________
73740 [  7337] By: gsar                                  on 2000/10/16  08:08:47
73741         Log: integrate changes#6197..6200 from cfgperl
73742              
73743              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
73744              From: John Borwick <jhborwic@unity.ncsu.edu>
73745              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
73746              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
73747              
73748              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
73749              From: Dan Sugalski <dan@sidhe.org>
73750              To: vmsperl@perl.org, perl5-porters@perl.org
73751              Date: Fri, 02 Jun 2000 16:00:41 -0400
73752              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
73753              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
73754              
73755              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
73756              From: Dan Sugalski <dan@sidhe.org>
73757              To: perl5-porters@perl.org, vmsperl@perl.org
73758              Date: Fri, 02 Jun 2000 17:30:51 -0400
73759              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
73760              
73761              Update to cperl-mode.el 4.31 from
73762              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
73763              Subject: A couple of notes
73764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73765              To: Mailing list Perl5 <perl5-porters@perl.org>
73766              Date: Sat, 3 Jun 2000 23:33:32 -0400
73767              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
73768      Branch: maint-5.6/perl
73769           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
73770           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
73771           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
73772           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
73773           !> vms/vmsish.h
73774 ____________________________________________________________________________
73775 [  7336] By: gsar                                  on 2000/10/16  08:03:46
73776         Log: integrate changes#6194,6195 from mainline
73777              
73778              fix small eval"" memory leaks under USE_ITHREADS
73779              
73780              fix yet another eval"" leak under USE_ITHREADS
73781      Branch: maint-5.6/perl
73782           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
73783           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
73784           !> vms/perly_c.vms
73785 ____________________________________________________________________________
73786 [  7335] By: gsar                                  on 2000/10/16  08:02:15
73787         Log: integrate changes#6190,6191 from mainline
73788              
73789              submit missing embed.pl change
73790              
73791              vec() loses numericalness (modified version of patch suggested
73792              by Robin Barker)
73793      Branch: maint-5.6/perl
73794           !> doop.c embed.pl t/op/vec.t
73795 ____________________________________________________________________________
73796 [  7334] By: gsar                                  on 2000/10/16  08:01:03
73797         Log: integrate change#6189 from mainline
73798              
73799              counting tr/// corrupts later operation (from M.J.T Guy)
73800      Branch: maint-5.6/perl
73801           !> doop.c t/op/tr.t
73802 ____________________________________________________________________________
73803 [  7333] By: gsar                                  on 2000/10/16  07:59:07
73804         Log: integrate changes#6183..6188 from mainline
73805              
73806              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
73807              <nick@ccl4.org>)
73808              
73809              tweak for change#6127
73810              
73811              remove incorrect documentation about implicit split to @_ in
73812              list context, which never really worked in perl 5 (from
73813              M.J.T. Guy)
73814              
73815              further qualify references to "alphanumeric" (from Wolfgang Laun
73816              <wolfgang.laun@alcatel.at>)
73817              
73818              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
73819              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73820              
73821              h2xs tweaks
73822      Branch: maint-5.6/perl
73823           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
73824           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
73825           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
73826           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
73827           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
73828           !> pod/pod2latex.PL utils/h2xs.PL
73829 ____________________________________________________________________________
73830 [  7332] By: gsar                                  on 2000/10/16  07:53:52
73831         Log: integrate change#6179 from mainline
73832              
73833              buggy modulus on UVs introduced by change#3378 (resulted in
73834              4063328477 % 65535 amounting to 27406, instead of 27407)
73835      Branch: maint-5.6/perl
73836           !> pp.c t/op/arith.t
73837 ____________________________________________________________________________
73838 [  7331] By: gsar                                  on 2000/10/16  07:52:49
73839         Log: integrate changes#6176,6177,6178,6182 from cfgperl
73840              
73841              Single-quoted utf8 patch from Simon Cozens.
73842              
73843              Substitution utf8 patch from Simon Cozens.
73844              
73845              Be cleaner.
73846              
73847              Be Cleaner Part Deux.
73848      Branch: maint-5.6/perl
73849           !> Makefile.SH pp_hot.c toke.c
73850 ____________________________________________________________________________
73851 [  7330] By: gsar                                  on 2000/10/16  07:41:36
73852         Log: integrate change#6172 from mainline
73853              
73854              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
73855              (from Ilya Zakharevich)
73856      Branch: maint-5.6/perl
73857           !> regexec.c t/op/re_tests
73858 ____________________________________________________________________________
73859 [  7329] By: gsar                                  on 2000/10/16  07:40:25
73860         Log: integrate change#6171 from mainline
73861              
73862              scalar() doesn't force scalar context when used in void context
73863              (from Simon Cozens)
73864      Branch: maint-5.6/perl
73865           !> op.c t/op/wantarray.t
73866 ____________________________________________________________________________
73867 [  7328] By: gsar                                  on 2000/10/16  07:39:33
73868         Log: integrate change#6170 from mainline
73869              
73870              change#6142 needs tweaks to tests to work where there's no
73871              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73872      Branch: maint-5.6/perl
73873           !> t/lib/filefind.t
73874 ____________________________________________________________________________
73875 [  7327] By: gsar                                  on 2000/10/16  07:35:34
73876         Log: integrate changes#6166..6168 from cfgperl
73877              
73878              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
73879              in case somebody wants to write an extension for more
73880              shadow database interfaces.
73881              
73882              tweak todo
73883              
73884              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
73885      Branch: maint-5.6/perl
73886           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73887           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
73888           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
73889           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73890           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73891           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73892 ____________________________________________________________________________
73893 [  7326] By: gsar                                  on 2000/10/16  07:29:05
73894         Log: integrate changes#6157,6159..6161,6164 from cfgperl
73895              
73896              Regen Configure to jive with #6149.
73897              
73898              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
73899              
73900              Changes for the File::Temp 0.08 (change #6159) test suite
73901              to fit better into the Perl distribution test framework.
73902              
73903              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
73904              both from Simon Cozens.
73905              
73906              detypo
73907      Branch: maint-5.6/perl
73908           +> pod/perlmodlib.PL pod/perlnewmod.pod
73909           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
73910           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
73911           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73912           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73913 ____________________________________________________________________________
73914 [  7325] By: gsar                                  on 2000/10/16  07:25:13
73915         Log: integrate change#6158 from vmsperl
73916              
73917              Add fallback to tmpfile for use in cases where user's relying on
73918              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
73919              Lane's patch)
73920      Branch: maint-5.6/perl
73921           !> vms/vms.c vms/vmsish.h
73922 ____________________________________________________________________________
73923 [  7324] By: gsar                                  on 2000/10/16  07:20:50
73924         Log: integrate changes#6153..6155 from mainline
73925              
73926              prettier Test::Harness output on failed tests (from Nicholas Clark
73927              <nick@Bagpuss.uk.boo.com>)
73928              
73929              avoid type mismatch warning
73930              
73931              small bug in change#6144; remove random \xA0 character that snuck
73932              in via change#6145
73933      Branch: maint-5.6/perl
73934           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
73935           !> perl.c
73936 ____________________________________________________________________________
73937 [  7323] By: gsar                                  on 2000/10/16  07:18:47
73938         Log: integrate changes#6151,6152 from mainline
73939              
73940              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
73941              
73942              cosmetic fixups of RE debug output (from Ilya Zakharevich)
73943      Branch: maint-5.6/perl
73944           !> regexec.c
73945 ____________________________________________________________________________
73946 [  7322] By: gsar                                  on 2000/10/16  07:17:25
73947         Log: integrate changes#6146..6150 from mainline
73948              
73949              doc typo
73950              
73951              add a make entry to Config.pm so "perl -V:make" works on VMS
73952              (from Peter Prymmer)
73953              
73954              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
73955              
73956              OS/2 tweaks for usethreads build (from Rocco Caputo
73957              <troc@netrus.net>)
73958              
73959              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
73960      Branch: maint-5.6/perl
73961           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
73962           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
73963           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
73964           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
73965           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
73966           !> warnings.pl x2p/a2p.h
73967 ____________________________________________________________________________
73968 [  7321] By: gsar                                  on 2000/10/16  07:14:02
73969         Log: integrate changes#6143..6145 from mainline
73970              
73971              MacOS support, part 1 (from Matthias Neeracher
73972              <neeri@iis.ee.ethz.ch>)
73973              
73974              MacOS support, part 2: make AutoSplit use File::Spec instead
73975              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
73976              <neeri@iis.ee.ethz.ch>)
73977              
73978              make xsubpp skip embedded pod (from Matthias Neeracher
73979              <neeri@iis.ee.ethz.ch>)
73980      Branch: maint-5.6/perl
73981           +> ext/DynaLoader/dl_mac.xs
73982           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
73983           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
73984           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
73985           !> pp_ctl.c proto.h toke.c util.c util.h
73986 ____________________________________________________________________________
73987 [  7320] By: gsar                                  on 2000/10/16  07:12:13
73988         Log: integrate changes#6141,6142 from mainline
73989              
73990              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
73991              forwarded by Peter Seebach from the bsdi-users mailing list.
73992              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
73993              
73994              File::Find fails to chdir when chasing symlinks (from
73995              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73996      Branch: maint-5.6/perl
73997           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
73998 ____________________________________________________________________________
73999 [  7319] By: gsar                                  on 2000/10/16  07:04:30
74000         Log: integrate change#6139 from mainline
74001              
74002              revise mktables.PL for bugs and newness in Unicode 3.0
74003              (from James Bence <jbence@amgen.com>)
74004      Branch: maint-5.6/perl
74005           +> (branch 30 files)
74006           !> (integrate 49 files)
74007 ____________________________________________________________________________
74008 [  7318] By: gsar                                  on 2000/10/16  07:01:01
74009         Log: integrate changes#6137,6138 from mainline
74010              
74011              fix bogus redeclaration warning for "our" variables in different
74012              scopes
74013              
74014              add note about the handling of negative indices to tied arrays
74015              (from Michael G Schwern <schwern@pobox.com>)
74016      Branch: maint-5.6/perl
74017           !> op.c pod/perltie.pod t/pragma/strict-vars
74018 ____________________________________________________________________________
74019 [  7317] By: gsar                                  on 2000/10/16  06:58:46
74020         Log: integrate changes#6127..6136 from mainline
74021              
74022              call_method(...,G_EVAL) can longjmp() out if the method probing
74023              failed (from Gisle Aas)
74024              
74025              new perlxstut example for passing/returning refs to arrays
74026              (from David Lowe <dlowe@pootpoot.com>)
74027              
74028              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
74029              
74030              fix places that mean C<"word" character> but say C<alphanumeric
74031              character>
74032              
74033              avoid warnings in POSIX.pm (from Barrie Slaymaker)
74034              
74035              warnings::enabled() doesn't fall back to looking at $^W if
74036              caller isn't using lexical warnings (from Paul Marquess)
74037              
74038              elide bogus test in change#6132
74039              
74040              make Test::Harness use wait.h/WCOREDUMP if available
74041              (from Ben Tilly <ben_tilly@hotmail.com>)
74042              
74043              enable Test::Harness to dynamically determine column width etc.
74044              (from Rob Napier <rnapier@employees.org>)
74045              
74046              random pod typos (from Peter Scott <Peter@PSDT.com>)
74047      Branch: maint-5.6/perl
74048           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
74049           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
74050           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
74051           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
74052 ____________________________________________________________________________
74053 [  7316] By: gsar                                  on 2000/10/16  06:53:23
74054         Log: integrate change#6126 from mainline
74055              
74056              change#2879 broke rvalue autovivification of magicals such as
74057              ${$num} (reworked variant of patch suggested by Simon Cozens)
74058      Branch: maint-5.6/perl
74059           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
74060           !> pp_hot.c proto.h t/op/gv.t
74061 ____________________________________________________________________________
74062 [  7315] By: gsar                                  on 2000/10/16  06:51:38
74063         Log: integrate changes#6123,6125 from mainline
74064              
74065              clarify gotcha with #line directives (from Rocco Caputo
74066              <troc@netrus.net>)
74067              
74068              enable propagating exception objects via Perl_croak() in XS code
74069              (from Gisle Aas)
74070      Branch: maint-5.6/perl
74071           !> pod/perldebug.pod pod/perlsyn.pod util.c
74072 ____________________________________________________________________________
74073 [  7314] By: gsar                                  on 2000/10/16  06:49:28
74074         Log: integrate change#6122 from mainline
74075              
74076              downgrade fatal error on C<"foo@nosucharray.com"> to optional
74077              warning (from Mark-Jason Dominus)
74078      Branch: maint-5.6/perl
74079           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
74080           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
74081           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
74082           !> toke.c
74083 ____________________________________________________________________________
74084 [  7313] By: gsar                                  on 2000/10/16  06:46:54
74085         Log: integrate changes#6112..6121 from vmsperl
74086              
74087              Check for existence of file before trying to delete
74088              
74089              Ugly workaround for version-specific RTL error
74090              
74091              Urk -- undo previous removal of vmsish 'exit' change
74092              
74093              Add bounds checking for several strings (Charles Lane)
74094              
74095              Miscellaneous cosmetic fixes (Charles Lane)
74096              
74097              Treat sockets as special in sys(read|write) (Charles Lane et al.)
74098              
74099              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
74100              Flatten case labels in switch statements uniformly (Charles Bailey)
74101              
74102              Quiet error messages in vmsish.t (Charles Lane)
74103              
74104              Add missing escape (Charles Lane)
74105              
74106              Allow eliminate_macros() and fixpath() to handle space-delimited
74107              lists (based on fixes by Craig Berry)
74108      Branch: maint-5.6/perl
74109           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
74110           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
74111           !> vms/vmsish.h
74112 ____________________________________________________________________________
74113 [  7312] By: gsar                                  on 2000/10/16  06:41:18
74114         Log: integrate changes#6107,6110 from cfgperl
74115              
74116              Tweak the todo list.
74117              
74118              todo tweak
74119      Branch: maint-5.6/perl
74120           !> Todo-5.6
74121 ____________________________________________________________________________
74122 [  7311] By: gsar                                  on 2000/10/16  06:38:38
74123         Log: integrate changes#6104,6108 from mainline
74124              
74125              PL_sys_intern was being initialized too late on windows
74126              
74127              reenable fake signal handling on Windows, bugs and all
74128      Branch: maint-5.6/perl
74129           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
74130           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
74131           !> win32/win32.c
74132 ____________________________________________________________________________
74133 [  7310] By: gsar                                  on 2000/10/16  06:36:03
74134         Log: integrate changes#6095,6097..6103 from cfgperl
74135              
74136              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
74137              might be useful in future.
74138              
74139              Add a note about possible compilation problems from Allen Smith.
74140              
74141              Add a note about other, yet unsupported, shadow password APIs.
74142              
74143              Tweaks for the cc bugs from Allen Smith.
74144              
74145              More compilation tweakery from Allen Smith.
74146              
74147              Hints and test tweaks for Unicos.
74148              
74149              The test suite tweak in #6101 wasn't quite right.
74150              
74151              Test tweaking for Unicos continues.
74152      Branch: maint-5.6/perl
74153           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
74154           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
74155           !> t/lib/complex.t t/op/64bitint.t
74156 ____________________________________________________________________________
74157 [  7309] By: gsar                                  on 2000/10/16  06:29:41
74158         Log: integrate changes#6093,6094 from mainline
74159              
74160              fork() failure to create pseudo process sets errno=EAGAIN and returns
74161              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
74162              
74163              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
74164      Branch: maint-5.6/perl
74165           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
74166           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
74167 ____________________________________________________________________________
74168 [  7308] By: gsar                                  on 2000/10/16  06:27:29
74169         Log: integrate change#6092 from cfgperl
74170              
74171              Regen perltoc with the fixed buildtoc.
74172      Branch: maint-5.6/perl
74173           !> pod/perltoc.pod
74174 ____________________________________________________________________________
74175 [  7307] By: gsar                                  on 2000/10/16  06:26:40
74176         Log: integrate changes#6089,6090 from mainline
74177              
74178              buildtoc tweak to fix newline lossage
74179              
74180              concat doesn't preserve utf8-ness, and doesn't invalidate
74181              [NI]OK; added tests for both
74182      Branch: maint-5.6/perl
74183           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
74184 ____________________________________________________________________________
74185 [  7306] By: gsar                                  on 2000/10/16  06:24:05
74186         Log: integrate change#6088 from cfgperl
74187              
74188              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
74189              because we do not use those.  The HAS_GETSPNAM remains,
74190              though, because we still do use that.
74191      Branch: maint-5.6/perl
74192           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
74193           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
74194           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
74195           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
74196           !> win32/config.vc win32/config_H.bc win32/config_H.gc
74197           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
74198 ____________________________________________________________________________
74199 [  7305] By: gsar                                  on 2000/10/16  06:15:52
74200         Log: integrate changes#6084,6085,6087 from mainline
74201              
74202              substr() does not preserve utf8-ness (from Stefan Eissing
74203              <Eissing@medicaldataservice.de>); added tests
74204              
74205              repeat operator (x) doesn't preserve utf8-ness
74206              
74207              reverse() and quotemeta() weren't preserving utf8-ness; add tests
74208      Branch: maint-5.6/perl
74209           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
74210 ____________________________________________________________________________
74211 [  7304] By: gsar                                  on 2000/10/16  06:13:10
74212         Log: integrate changes#6077..6083 from mainline
74213              
74214              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
74215              and Tom Phoenix)
74216              
74217              workaround for CRT bug in chdir() (from Charles Lane, via
74218              Peter Prymmer)
74219              
74220              remove outdated kludge in Carp (NULLs are permitted in diagnostics
74221              now)
74222              
74223              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
74224              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
74225              
74226              better default perlbug categories for ok reports (from Richard Foley)
74227              
74228              peek.t non-portable to ithreads
74229              
74230              note about undocumented caller() return value (from M.J.T. Guy);
74231              yet another peek.t tweak
74232      Branch: maint-5.6/perl
74233           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
74234           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
74235           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
74236           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
74237           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
74238           !> vms/vmsish.h
74239 ____________________________________________________________________________
74240 [  7303] By: gsar                                  on 2000/10/16  06:03:18
74241         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
74242              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
74243              
74244              &HUGE_VAL is not defined, it exists.
74245              
74246              Do not warn that an infinity does not look like a number.
74247              
74248              Rewrite the pwent/spent logic to be a little bit more clearer.
74249              
74250              Continue on the pwent/spent case.
74251              
74252              Correct Freudian slip.
74253              
74254              Use HUGE_VALL if applicable.
74255              
74256              pwent/spent #ifdef imbalance.
74257              
74258              Infinite problems.
74259              
74260              Call getspnam() only iff needd.
74261              
74262              Test both the scalar and list contexts.
74263              
74264              Use setxxent()/endxxent().
74265              
74266              Complex tweakery.
74267              
74268              Unicos hint tweak.
74269              
74270              Be more forgiving in POSIX about HUGE_VALL.
74271              
74272              Detypo.
74273              
74274              The search of infinity continues, this time simplified.
74275              
74276              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
74277              in natively 64-bit platforms where a long is a quad (no need
74278              for long longs).  Also added bias for IVs.
74279              
74280              Complex tweaks.
74281              
74282              Introduce t/lib/peek.t.
74283              
74284              Make the test more portable.
74285      Branch: maint-5.6/perl
74286           +> t/lib/peek.t
74287            ! pp_sys.c
74288           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
74289           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
74290           !> t/op/pwent.t toke.c util.c
74291 ____________________________________________________________________________
74292 [  7302] By: gsar                                  on 2000/10/16  05:03:37
74293         Log: integrate changes#6066..6071 from mainline
74294              
74295              s/END/CHECK/
74296              
74297              replace direct call to sighandler() with (*PL_sighandlerp)()
74298              
74299              note about values()
74300              
74301              File::Spec compatibility update (from Barrie Slaymaker
74302              <barries@slaysys.com>)
74303              
74304              remove misleading comment (from M.J.T. Guy)
74305              
74306              misformatted perllocal.pod (from Tim Jenness
74307              <t.jenness@jach.hawaii.edu>)
74308      Branch: maint-5.6/perl
74309           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
74310           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74311           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
74312           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
74313 ____________________________________________________________________________
74314 [  7301] By: gsar                                  on 2000/10/16  05:00:08
74315         Log: integrate changes#6061..6063 from mainline
74316              
74317              change#5921 neglected to make eq honor "use bytes"
74318              
74319              additional tests for utf8.t
74320              
74321              tokeq() could read unallocated field in argument
74322      Branch: maint-5.6/perl
74323           !> sv.c t/pragma/utf8.t toke.c
74324 ____________________________________________________________________________
74325 [  7300] By: gsar                                  on 2000/10/16  04:56:54
74326         Log: integrate changes#6046,6048,6057,6058 from mainline
74327              
74328              libscheck has insufficient checks for n32 libs (from
74329              Albert Chin-A-Young <china@thewrittenword.com>)
74330              
74331              add note about how $( doesn't interpolate in REs (from
74332              Philip Newton <newton@ficus.frogspace.net>)
74333              
74334              fix broken parsing of /\x{ab}/
74335              
74336              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
74337              (spotted by Donald Kinzer <dkinzer@premia.com>)
74338      Branch: maint-5.6/perl
74339           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
74340           !> t/pragma/utf8.t
74341 ____________________________________________________________________________
74342 [  7299] By: gsar                                  on 2000/10/16  04:52:50
74343         Log: integrate change#6044 from mainline
74344              
74345              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
74346              such that underscores are only ignored in literal numbers,
74347              "\x{...}", and hex/oct argument
74348      Branch: maint-5.6/perl
74349           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
74350 ____________________________________________________________________________
74351 [  7298] By: gsar                                  on 2000/10/16  04:50:53
74352         Log: integrate changes#6027..6043 from mainline
74353              
74354              podlators-1.02 update (from Russ Allbery)
74355              
74356              Pod::Man generates groff-incompatible macro definition (from
74357              Tom Christiansen)
74358              
74359              add CGI.pm v2.66 (from Lincoln Stein)
74360              
74361              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
74362              for @- and @+ (from Johan Vromans)
74363              
74364              small nits in diagnostics.pm (from Robin Barker)
74365              
74366              whitespace adjustments
74367              
74368              missing files in MANIFEST
74369              
74370              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
74371              to compensate
74372              
74373              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
74374              
74375              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
74376      Branch: maint-5.6/perl
74377           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
74378           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
74379           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
74380           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
74381           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
74382           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
74383           !> t/lib/cgi-html.t t/lib/cgi-request.t
74384 ____________________________________________________________________________
74385 [  7297] By: gsar                                  on 2000/10/16  04:44:30
74386         Log: integrate change#6025 from mainline
74387              
74388              Is{Alnum,Alpha,Word} don't match titlecase
74389              TODO: IsSpace is defined recursively!
74390              (both spotted by Larry)
74391      Branch: maint-5.6/perl
74392           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
74393           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
74394 ____________________________________________________________________________
74395 [  7296] By: gsar                                  on 2000/10/16  04:39:30
74396         Log: integrate change#6023 from mainline
74397              
74398              debugger stomps on $. (from M.J.T. Guy)
74399      Branch: maint-5.6/perl
74400           !> lib/perl5db.pl
74401 ____________________________________________________________________________
74402 [  7295] By: gsar                                  on 2000/10/16  04:38:02
74403         Log: integrate change#6022 from mainline
74404              
74405              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
74406      Branch: maint-5.6/perl
74407           !> sv.c
74408 ____________________________________________________________________________
74409 [  7294] By: gsar                                  on 2000/10/16  04:37:05
74410         Log: integrate changes#6018..6021 from mainline
74411              
74412              make lib/syslog.t portable to systems that don't have _PATH_LOG,
74413              make _PATH_LOG() return "" if unavailable
74414              
74415              windows portability tweaks
74416              
74417              test tweak
74418              
74419              remove Win2K issue in pod (fixed by change#6020)
74420      Branch: maint-5.6/perl
74421           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
74422           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
74423           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
74424 ____________________________________________________________________________
74425 [  7293] By: gsar                                  on 2000/10/16  04:20:00
74426         Log: integrate changes#6013..6015 from mainline
74427              
74428              tweak change#5945 to display correct switch name in diagnostic
74429              
74430              glob() loading File::Glob behind the scenes may cause syntax errors
74431              
74432              tweak test for portability
74433      Branch: maint-5.6/perl
74434           !> op.c perl.c pod/perldiag.pod t/lib/b.t
74435 ____________________________________________________________________________
74436 [  7292] By: gsar                                  on 2000/10/16  04:18:11
74437         Log: integrate changes#6005..6010 from mainline, cfgperl
74438              
74439              perldoc might fail via "use blib" (from Hugo van der Sanden)
74440              
74441              Regen Configure.
74442              
74443              note about compile failures and END blocks (from M.J.T. Guy)
74444              
74445              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
74446              
74447              (change#6009 integrated earlier in change#7255)
74448              
74449              clarify note about shadow password support (from
74450              gellyfish@gellyfish.com)
74451      Branch: maint-5.6/perl
74452           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
74453           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
74454           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
74455 ____________________________________________________________________________
74456 [  7291] By: gsar                                  on 2000/10/16  04:12:03
74457         Log: integrate changes#6002,6003 from mainline
74458              
74459              destructive sv_setsv() can lose UV-ness from source, causing
74460              numeric promotions/comparisons to fail to do the right thing
74461              
74462              allow REG_EXPAND_SZ keys in Windows registry (from
74463              John Clayton <John.Clayton@barclayscapital.com>)
74464      Branch: maint-5.6/perl
74465           !> sv.c win32/win32.c
74466 ____________________________________________________________________________
74467 [  7290] By: gsar                                  on 2000/10/16  04:10:19
74468         Log: integrate change#6001 from mainline
74469              
74470              support additional library locations via $Config{otherlibdirs}
74471              (from Andy Dougherty)
74472      Branch: maint-5.6/perl
74473           !> Configure INSTALL Porting/Glossary Porting/config.sh
74474           !> Porting/config_H config_h.SH epoc/config.sh perl.c
74475           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
74476           !> win32/config.bc win32/config.gc win32/config.vc
74477 ____________________________________________________________________________
74478 [  7289] By: gsar                                  on 2000/10/16  04:08:28
74479         Log: integrate change#5999 from mainline
74480              
74481              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
74482      Branch: maint-5.6/perl
74483           !> t/pragma/warn/toke toke.c
74484 ____________________________________________________________________________
74485 [  7288] By: gsar                                  on 2000/10/16  04:07:01
74486         Log: integrate changes#5997,5998 from cfgperl
74487              
74488              Preserve $!.
74489              
74490              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
74491      Branch: maint-5.6/perl
74492           !> lib/Math/Complex.pm
74493 ____________________________________________________________________________
74494 [  7287] By: gsar                                  on 2000/10/16  04:04:37
74495         Log: integrate change#5995 from mainline
74496              
74497              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
74498      Branch: maint-5.6/perl
74499           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
74500 ____________________________________________________________________________
74501 [  7286] By: gsar                                  on 2000/10/16  04:03:21
74502         Log: integrate change#5994 from mainline
74503              
74504              fix for missed accounting for null byte in pack("Z",...) (from
74505              M.J.T. Guy)
74506      Branch: maint-5.6/perl
74507           !> pp.c t/op/pack.t
74508 ____________________________________________________________________________
74509 [  7285] By: gsar                                  on 2000/10/16  04:02:11
74510         Log: integrate changes#5989..5993 from mainline
74511              
74512              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
74513              itself and no other (from Tom Hughes)
74514              
74515              use $ENV{LIB} to search for libs under Visual C compiler
74516              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
74517              
74518              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
74519              
74520              pod nit (from Simon Cozens)
74521              
74522              various minor tweaks seen on p5p
74523      Branch: maint-5.6/perl
74524           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
74525           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
74526           !> t/op/array.t toke.c
74527 ____________________________________________________________________________
74528 [  7284] By: gsar                                  on 2000/10/16  03:59:00
74529         Log: integrate changes#5978..5988 from mainline
74530              
74531              sync version numbers in File::Spec with the ones on CPAN
74532              (from Barrie Slaymaker)
74533              
74534              under useithreads, constant pad entries could inadvertantly be
74535              shared across threads (from Eric Blood <eblood@xmission.com>);
74536              added Eric's test case to testsuite
74537              
74538              allow Configure -S to run non-interactively (spotted by Greg Hudson
74539              <ghudson@mit.edu>)
74540              
74541              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
74542              prototype mismatch with CORE::glob(); update pod and tests to
74543              suit (File::Glob::glob() is still available for backward
74544              compatibility, but should be considered deprecated)
74545              
74546              avoid error in IO::Socket::INET when given an unknown service name
74547              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
74548              
74549              numeric conversion of non-number in change#3378 tramples on
74550              OOK offset, causing segfaults
74551              
74552              attributes::reftype() doesn't work on tied argument
74553              
74554              forked child may not exit correctly if it failed to open
74555              /dev/console (from Graham Barr)
74556              
74557              add regular expressions tutorial and quick-start guide (from
74558              Mark Kvale <kvale@phy.ucsf.edu>)
74559              
74560              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
74561              
74562              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
74563              <paul@miraclefish.com>)
74564      Branch: maint-5.6/perl
74565           +> pod/perlrequick.pod pod/perlretut.pod
74566           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
74567           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
74568           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
74569           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
74570           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
74571           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74572           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
74573           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
74574 ____________________________________________________________________________
74575 [  7283] By: gsar                                  on 2000/10/16  03:52:14
74576         Log: integrate change#5977 from mainline
74577              
74578              autoquote barewords followed by newline and arrow properly
74579              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
74580      Branch: maint-5.6/perl
74581           !> t/pragma/warn/toke toke.c
74582 ____________________________________________________________________________
74583 [  7282] By: gsar                                  on 2000/10/16  03:50:48
74584         Log: integrate change#5976 from mainline
74585              
74586              DB_File v1.73 update (from Paul Marquess)
74587      Branch: maint-5.6/perl
74588           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
74589           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
74590 ____________________________________________________________________________
74591 [  7281] By: gsar                                  on 2000/10/16  03:49:14
74592         Log: integrate change#5975 from mainline
74593              
74594              allow sort() reentrancy (variant of patch suggested by
74595              Hugo van der Sanden)
74596      Branch: maint-5.6/perl
74597           !> pp_ctl.c t/op/sort.t
74598 ____________________________________________________________________________
74599 [  7280] By: gsar                                  on 2000/10/16  03:48:22
74600         Log: integrate change#5974 from mainline
74601              
74602              change#4197 somehow missed initializing PL_errors, meaning
74603              syntax error queueing wasn't working outside eval"" at all;
74604              also fixed eval"" to localize PL_error_count, so that compile-time
74605              eval's don't clobber the error state of the outer context
74606      Branch: maint-5.6/perl
74607           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
74608           !> t/pragma/warn/toke
74609 ____________________________________________________________________________
74610 [  7279] By: gsar                                  on 2000/10/16  03:46:21
74611         Log: integrate change#5973 from mainline
74612              
74613              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
74614      Branch: maint-5.6/perl
74615           !> regcomp.c regexec.c t/op/re_tests
74616 ____________________________________________________________________________
74617 [  7278] By: gsar                                  on 2000/10/16  03:44:54
74618         Log: integrate change#5971 from cfgperl
74619              
74620              Unicos tweaks from Mark P. Lutz.
74621      Branch: maint-5.6/perl
74622           !> hints/unicos.sh lib/Math/Complex.pm
74623 ____________________________________________________________________________
74624 [  7277] By: gsar                                  on 2000/10/16  03:42:59
74625         Log: integrate changes#5966..5970 from mainline
74626              
74627              add testsuite for B backends, fix bug in B::Deparse (from
74628              Simon Cozens <simon@brecon.co.uk>)
74629              
74630              improved docs on the warn_uninit diagnostic (from David Glasser
74631              and Simon Cozens)
74632              
74633              tolerate spaces in group names in test on solaris (from David Boyce
74634              <dsb@boyski.com>)
74635              
74636              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
74637              
74638              Data::Dumper fumbles negative numbers on 32-bit platforms where
74639              IV is >32bits
74640      Branch: maint-5.6/perl
74641           +> t/lib/b.t t/lib/syslog.t
74642           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
74643           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
74644           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
74645 ____________________________________________________________________________
74646 [  7276] By: gsar                                  on 2000/10/16  03:39:30
74647         Log: integrate change#5965 from mainline
74648              
74649              avoid "will not stay shared" warnings for our variables (from
74650              Robin Barker)
74651      Branch: maint-5.6/perl
74652           !> op.c t/pragma/warn/op
74653 ____________________________________________________________________________
74654 [  7275] By: gsar                                  on 2000/10/16  03:38:18
74655         Log: integrate change#5964 from mainline
74656              
74657              reformat to 72 columns (again)
74658      Branch: maint-5.6/perl
74659           !> pod/perldiag.pod
74660 ____________________________________________________________________________
74661 [  7274] By: gsar                                  on 2000/10/16  03:36:58
74662         Log: integrate change#5963 from mainline
74663              
74664              patch from Larry to make (\&) prototype work; added tests for
74665              the same
74666      Branch: maint-5.6/perl
74667           !> op.c t/comp/proto.t
74668 ____________________________________________________________________________
74669 [  7273] By: gsar                                  on 2000/10/16  03:35:51
74670         Log: integrate changes#5956..5962 from mainline
74671              
74672              better diagnostics on failed tests (from Ilya Zakharevich)
74673              
74674              pod nits (from A. C. Yardley <yardley@tanet.net>)
74675              
74676              change#3569 deleted some essential code, revert; avoid use of
74677              atexit() to make DynaLoader work properly on AIX under mod_perl
74678              (from Jens-Uwe Mager <jum@helios.de>)
74679              
74680              doubled words in pods (from Simon Cozens
74681              <simon.p.cozens@jp.pwcglobal.com>)
74682              
74683              better INSTALL notes on Solaris issues (from Dominic Dunlop)
74684              
74685              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
74686              
74687              updated README.hpux (from Jeff Okamoto)
74688      Branch: maint-5.6/perl
74689           !> INSTALL README.hpux emacs/cperl-mode.el
74690           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
74691           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
74692           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
74693           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
74694           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
74695           !> t/op/lex_assign.t
74696 ____________________________________________________________________________
74697 [  7272] By: gsar                                  on 2000/10/16  03:31:22
74698         Log: integrate change#5955 from mainline
74699              
74700              longstanding bug exposed by change#3307: sort arguments weren't
74701              compiled with the right wantarray context (ensuing runtime lookup
74702              via block_gimme() was getting the incidental context of the
74703              sort() itself)
74704      Branch: maint-5.6/perl
74705           !> op.c t/op/sort.t
74706 ____________________________________________________________________________
74707 [  7271] By: gsar                                  on 2000/10/16  03:29:11
74708         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
74709              branch
74710              
74711              Flatten the cpp jungle doing the nosuid checking.
74712              
74713              Do not assume sign propagation. (from M.J.T. Guy)
74714              
74715              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
74716              
74717              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
74718              Now pp_ncmp() returns undef is either operand is a NaN.
74719              
74720              On second thoughts frexp() does have two arguments.
74721              
74722              Document that tr() is not tr(1).
74723              
74724              Be more robust on "extreme" (large absolute value)
74725              arguments.  Originally reported by Daniel Connelly
74726              as a problem with asinh() on large negative arguments,
74727              asinh() used to bail out because an argument to log()
74728              ended up being zero.  Ilya Zakharevich proposed using
74729              Taylor's series in such cases, which for such large
74730              arguments is a very good approximation.
74731              
74732              Undo "use integer" addition from 64bitint as it seems
74733              to break most of the subtests in Digital UNIX;
74734              Unicos needs to find another way.
74735      Branch: maint-5.6/perl
74736           !> (integrate 29 files)
74737 ____________________________________________________________________________
74738 [  7270] By: gsar                                  on 2000/10/16  03:09:44
74739         Log: integrate changes#5948,5949,5950 from mainline
74740              
74741              typo in vars.pm that leads to cryptic message (from Piotr
74742              Piatkowski <kompas@kompas.usr.onet.pl>)
74743              
74744              make perldoc use the pod2man from the same version (from
74745              M.J.T. Guy)
74746              
74747              reformat perldiag to avoid long lines
74748      Branch: maint-5.6/perl
74749           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
74750 ____________________________________________________________________________
74751 [  7269] By: gsar                                  on 2000/10/16  03:05:54
74752         Log: integrate change#5947 from mainline
74753              
74754              use &dl_error rather than &dl_load_file as the guard for calling
74755              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
74756              statically built perl)
74757      Branch: maint-5.6/perl
74758           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
74759 ____________________________________________________________________________
74760 [  7268] By: gsar                                  on 2000/10/16  03:04:48
74761         Log: integrate change#5945 from mainline
74762              
74763              make module name mandatory after -M switch; reorder perldiag
74764              alphabetically (from Mark-Jason Dominus)
74765      Branch: maint-5.6/perl
74766           !> perl.c pod/perldiag.pod
74767 ____________________________________________________________________________
74768 [  7267] By: gsar                                  on 2000/10/16  03:03:01
74769         Log: integrate change#5939 from mainline
74770              
74771              more pod nits (from Larry Virden)
74772      Branch: maint-5.6/perl
74773           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
74774           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
74775           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
74776 ____________________________________________________________________________
74777 [  7266] By: gsar                                  on 2000/10/16  03:01:39
74778         Log: integrate change#5938 from mainline
74779              
74780              Consolidated B::Deparse fixes (from Stephen McCamant)
74781      Branch: maint-5.6/perl
74782           !> ext/B/B/Deparse.pm
74783 ____________________________________________________________________________
74784 [  7265] By: gsar                                  on 2000/10/16  03:00:43
74785         Log: integrate change#5936 from mainline
74786              
74787              additional tests for change#7263 (from Paul Marquess)
74788      Branch: maint-5.6/perl
74789           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
74790           !> t/pragma/warn/5nolint t/pragma/warn/6default
74791 ____________________________________________________________________________
74792 [  7264] By: gsar                                  on 2000/10/16  02:58:34
74793         Log: integrate change#5934 from mainline
74794              
74795              propagate lexical warnings from surrounding scope correctly
74796              within string eval() (from Paul Marquess)
74797      Branch: maint-5.6/perl
74798           !> pp_ctl.c t/pragma/warn/pp_ctl
74799 ____________________________________________________________________________
74800 [  7263] By: gsar                                  on 2000/10/16  02:56:53
74801         Log: integrate change#5932 from mainline
74802              
74803              add rsignal(), whichsig() and do_join() to public API list
74804              (mod_perl uses them to good advantage)
74805      Branch: maint-5.6/perl
74806           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
74807 ____________________________________________________________________________
74808 [  7262] By: gsar                                  on 2000/10/16  02:55:53
74809         Log: integrate change#5931 from mainline
74810              
74811              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
74812      Branch: maint-5.6/perl
74813           !> pp_hot.c regexec.c t/op/pat.t
74814 ____________________________________________________________________________
74815 [  7261] By: gsar                                  on 2000/10/16  02:55:01
74816         Log: integrate change#5930 from mainline
74817              
74818              small os390 tweaks (from Peter Prymmer)
74819      Branch: maint-5.6/perl
74820           !> config_h.SH makedepend.SH
74821 ____________________________________________________________________________
74822 [  7260] By: gsar                                  on 2000/10/16  02:54:10
74823         Log: integrate change#5929 from mainline
74824              
74825              pod nits
74826      Branch: maint-5.6/perl
74827           !> pod/perlguts.pod
74828 ____________________________________________________________________________
74829 [  7259] By: gsar                                  on 2000/10/16  02:52:55
74830         Log: integrate change#5927 from mainline
74831              
74832              arrange for next() to resume at the unstack op rather than the
74833              loop conditional, so that scope cleanup happens correctly
74834              (from Stephen McCamant)
74835      Branch: maint-5.6/perl
74836           !> op.c pp_ctl.c t/op/misc.t
74837 ____________________________________________________________________________
74838 [  7258] By: gsar                                  on 2000/10/16  02:51:38
74839         Log: integrate change#5926 from mainline
74840              
74841              on windows, reserve 16M of stack rather than 128M (allows more
74842              threads to run concurrently)
74843      Branch: maint-5.6/perl
74844           !> win32/Makefile win32/makefile.mk
74845 ____________________________________________________________________________
74846 [  7257] By: gsar                                  on 2000/10/16  02:50:37
74847         Log: integrate change#5925 from mainline
74848              
74849              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
74850      Branch: maint-5.6/perl
74851           !> toke.c
74852 ____________________________________________________________________________
74853 [  7256] By: gsar                                  on 2000/10/16  02:49:36
74854         Log: integrate change#5924 from mainline
74855              
74856              avoid using uninitialized memory in require version check
74857      Branch: maint-5.6/perl
74858           !> pp_ctl.c universal.c
74859 ____________________________________________________________________________
74860 [  7255] By: gsar                                  on 2000/10/16  02:48:03
74861         Log: integrate changes#5923,5928,6009 from mainline
74862              
74863              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
74864      Branch: maint-5.6/perl
74865           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
74866 ____________________________________________________________________________
74867 [  7254] By: gsar                                  on 2000/10/16  02:44:46
74868         Log: integrate change#5922 from mainline
74869              
74870              commentary about IoTYPE() (from Nathan Torkington)
74871      Branch: maint-5.6/perl
74872           !> sv.h
74873 ____________________________________________________________________________
74874 [  7253] By: gsar                                  on 2000/10/16  02:43:49
74875         Log: integrate change#5921 from mainline
74876              
74877              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
74878      Branch: maint-5.6/perl
74879           !> sv.c t/lib/charnames.t t/pragma/utf8.t
74880 ____________________________________________________________________________
74881 [  7252] By: gsar                                  on 2000/10/16  02:42:31
74882         Log: integrate change#5920 from mainline
74883              
74884              Larry's fix for buggy propagation of utf8-ness in join(); add test
74885      Branch: maint-5.6/perl
74886           !> doop.c t/op/ver.t
74887 ____________________________________________________________________________
74888 [  7251] By: gsar                                  on 2000/10/16  02:41:14
74889         Log: integrate changes#5915..5919 from mainline
74890              
74891              various (pod tweaks &c)
74892      Branch: maint-5.6/perl
74893           !> (integrate 33 files)
74894 ____________________________________________________________________________
74895 [  7250] By: gsar                                  on 2000/10/16  02:38:16
74896         Log: integrate change#5914 from mainline
74897              
74898              caller() wasn't returning the right number of elements for
74899              eval {...}
74900      Branch: maint-5.6/perl
74901           !> pp_ctl.c t/pragma/warn/9enabled
74902 ____________________________________________________________________________
74903 [  7249] By: gsar                                  on 2000/10/16  02:37:02
74904         Log: integrate change#5913 from mainline
74905              
74906              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
74907              (from Mark-Jason Dominus)
74908      Branch: maint-5.6/perl
74909           !> pod/perlfunc.pod
74910 ____________________________________________________________________________
74911 [  7248] By: gsar                                  on 2000/10/16  02:35:58
74912         Log: integrate change#5912 from mainline
74913              
74914              fix totally broken caching in UNIVERSAL::isa() (from
74915              Nick Ing-Simmons)
74916      Branch: maint-5.6/perl
74917           !> t/op/universal.t universal.c
74918 ____________________________________________________________________________
74919 [  7247] By: gsar                                  on 2000/10/16  02:34:27
74920         Log: integrate changes#5910,5911 from mainline
74921              
74922              typo in pod
74923              
74924              add linebreak properties from unicode/LineBrk.txt (from
74925              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
74926      Branch: maint-5.6/perl
74927           +> (branch 29 files)
74928           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
74929 ____________________________________________________________________________
74930 [  7246] By: gsar                                  on 2000/10/16  02:33:29
74931         Log: integrate change#5909 from mainline
74932              
74933              mode argument to do_binmode() should be file mode, not boolean
74934      Branch: maint-5.6/perl
74935           !> pp_sys.c
74936 ____________________________________________________________________________
74937 [  7245] By: gsar                                  on 2000/10/16  02:31:04
74938         Log: integrate change#5908 from mainline
74939              
74940              introduce illegal symbols into null package so that
74941              gv_fetchpv(...,TRUE) always returns a valid GV even when the
74942              symbol is trapped by strictures (avoids coredumps)
74943      Branch: maint-5.6/perl
74944           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
74945           !> t/pragma/strict-vars
74946 ____________________________________________________________________________
74947 [  7244] By: jhi                                   on 2000/10/16  02:29:54
74948         Log: Subject: $Carp::ExportLevel confusion in Exporter
74949              From: "Ben Tilly" <ben_tilly@hotmail.com>
74950              Date: Sat, 14 Oct 2000 16:44:34 EDT
74951              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
74952      Branch: perl
74953            ! lib/Exporter/Heavy.pm
74954 ____________________________________________________________________________
74955 [  7243] By: jhi                                   on 2000/10/16  02:28:33
74956         Log: Subject: [PATCH perlguts.pod] Document offset hack
74957              From: Simon Cozens <simon@cozens.net>
74958              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
74959              Date: Sat, 14 Oct 2000 19:32:25 +0100
74960      Branch: perl
74961            ! pod/perlguts.pod
74962 ____________________________________________________________________________
74963 [  7242] By: gsar                                  on 2000/10/16  02:26:51
74964         Log: integrate changes#5905,5906,5907,6064 from mainline
74965              
74966              printf/sprintf didn't get quad types right under use64bitint
74967      Branch: maint-5.6/perl
74968           !> pp_sys.c sv.c t/op/64bitint.t
74969 ____________________________________________________________________________
74970 [  7241] By: jhi                                   on 2000/10/16  02:22:44
74971         Log: Subject: small pod patch
74972              From: Dan Boorstein <dan_boo@bellsouth.net>
74973              Date: Sat, 14 Oct 2000 14:29:24 -0400
74974              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
74975      Branch: perl
74976            ! pod/perlfaq7.pod pod/perlmod.pod
74977 ____________________________________________________________________________
74978 [  7240] By: jhi                                   on 2000/10/16  02:13:46
74979         Log: -w cleanup.
74980              
74981              Subject: Re: Problems with bleadperl 
74982              From: "Stephen P. Potter" <spp@ds.net>
74983              Date: Fri, 13 Oct 2000 13:32:49 -0400
74984              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
74985      Branch: perl
74986            ! t/pragma/overload.t
74987 ____________________________________________________________________________
74988 [  7239] By: jhi                                   on 2000/10/16  01:41:18
74989         Log: One more ~utf8 tweak.
74990      Branch: perl
74991            ! t/op/bop.t
74992 ____________________________________________________________________________
74993 [  7238] By: jhi                                   on 2000/10/16  01:34:14
74994         Log: Tweak the test of #7235.
74995      Branch: perl
74996            ! t/op/bop.t
74997 ____________________________________________________________________________
74998 [  7237] By: jhi                                   on 2000/10/16  01:25:04
74999         Log: Fix a couple of compiler-noted nits in #7235.
75000      Branch: perl
75001            ! pp.c
75002 ____________________________________________________________________________
75003 [  7236] By: jhi                                   on 2000/10/16  01:22:46
75004         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
75005      Branch: perl
75006            ! pp.c pp_hot.c
75007 ____________________________________________________________________________
75008 [  7235] By: jhi                                   on 2000/10/15  16:24:44
75009         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
75010              
75011              From: Simon Cozens <simon@cozens.net>
75012              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
75013              Date: Sat, 14 Oct 2000 20:52:13 +0100
75014              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
75015      Branch: perl
75016            ! pp.c t/op/bop.t utf8.h
75017 ____________________________________________________________________________
75018 [  7234] By: jhi                                   on 2000/10/15  15:19:29
75019         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
75020              The problem was that rx->minlen was in chars while pp_split()
75021              thought it would be in bytes. 
75022      Branch: perl
75023            ! pp.c t/pragma/utf8.t
75024 ____________________________________________________________________________
75025 [  7233] By: jhi                                   on 2000/10/14  20:24:24
75026         Log: Document FNCASE=y as discussed in the bug 20000902.009.
75027      Branch: perl
75028            ! README.dos
75029 ____________________________________________________________________________
75030 [  7232] By: jhi                                   on 2000/10/14  18:52:21
75031         Log: Add test for bug id 20000427.003 (which seems to have
75032              been fixed) (also duplicate as 20000427.004, though
75033              with a higher severity).  Move one utf8 from op/append
75034              to pragma/utf8, tag the tests with bug ids.
75035      Branch: perl
75036            ! t/op/append.t t/pragma/utf8.t
75037 ____________________________________________________________________________
75038 [  7231] By: jhi                                   on 2000/10/14  17:28:37
75039         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
75040      Branch: perl
75041            ! t/pragma/utf8.t
75042 ____________________________________________________________________________
75043 [  7230] By: jhi                                   on 2000/10/14  14:24:50
75044         Log: Needs to be conditional on SunOS 4.
75045              
75046              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
75047              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75048              Date: Sat, 14 Oct 2000 13:37:49 +0100
75049              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
75050      Branch: metaconfig/U/perl
75051            ! End.U
75052      Branch: perl
75053            ! Configure myconfig.SH pod/perldelta.pod
75054 ____________________________________________________________________________
75055 [  7229] By: jhi                                   on 2000/10/14  00:49:22
75056         Log: Update Changes.
75057      Branch: perl
75058            ! Changes patchlevel.h
75059 ____________________________________________________________________________
75060 [  7228] By: jhi                                   on 2000/10/14  00:46:10
75061         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
75062              From: Peter Prymmer <pvhp@forte.com>
75063              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
75064              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
75065      Branch: perl
75066            ! lib/utf8.pm
75067 ____________________________________________________________________________
75068 [  7227] By: jhi                                   on 2000/10/13  23:20:30
75069         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
75070      Branch: perl
75071            ! t/op/tie.t
75072 ____________________________________________________________________________
75073 [  7226] By: jhi                                   on 2000/10/13  22:14:32
75074         Log: Tweak #7225.
75075              
75076              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
75077              From: Peter Prymmer <pvhp@forte.com>
75078              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
75079              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
75080      Branch: perl
75081            ! t/op/sprintf.t
75082 ____________________________________________________________________________
75083 [  7225] By: jhi                                   on 2000/10/13  22:11:31
75084         Log: op/sprintf.t patch for OS/390 (and any other host with limited
75085              floating-point exponent length)
75086              
75087              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
75088              From: Dominic Dunlop <domo@computer.org>
75089              Date: Fri, 13 Oct 2000 19:17:57 +0200
75090              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
75091      Branch: perl
75092            ! t/op/sprintf.t
75093 ____________________________________________________________________________
75094 [  7224] By: jhi                                   on 2000/10/13  18:40:48
75095         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
75096      Branch: perl
75097            ! toke.c
75098 ____________________________________________________________________________
75099 [  7223] By: jhi                                   on 2000/10/13  18:37:13
75100         Log: Thinko in #7222.
75101      Branch: perl
75102            ! utf8.c
75103 ____________________________________________________________________________
75104 [  7222] By: jhi                                   on 2000/10/13  18:05:23
75105         Log: Use UTF8SKIP(), from Simon Cozens.
75106      Branch: perl
75107            ! utf8.c
75108 ____________________________________________________________________________
75109 [  7221] By: jhi                                   on 2000/10/13  15:43:19
75110         Log: (accidentally empty check-in)
75111      Branch: perl
75112            ! utf8.c
75113 ____________________________________________________________________________
75114 [  7220] By: jhi                                   on 2000/10/13  15:23:51
75115         Log: Add (optimistically) Storable to static extensions.
75116      Branch: perl
75117            ! hints/uwin.sh hints/vmesa.sh
75118 ____________________________________________________________________________
75119 [  7219] By: jhi                                   on 2000/10/13  15:20:05
75120         Log: Amdahl UTS doesn't seem to do dynaloading.
75121      Branch: perl
75122            ! hints/uts.sh
75123 ____________________________________________________________________________
75124 [  7218] By: jhi                                   on 2000/10/13  15:15:20
75125         Log: Slight tweak of the code to appease Amdahl UTS cc.
75126      Branch: perl
75127            ! pp.c
75128 ____________________________________________________________________________
75129 [  7217] By: jhi                                   on 2000/10/13  14:50:42
75130         Log: In Amdahl UTS "struct sv" is defined by a system header,
75131              <ksync.h>.
75132      Branch: perl
75133            ! perl.h sv.h
75134 ____________________________________________________________________________
75135 [  7216] By: jhi                                   on 2000/10/13  11:58:25
75136         Log: Ilya implemented the memory profiling API.
75137      Branch: perl
75138            ! Todo
75139 ____________________________________________________________________________
75140 [  7215] By: jhi                                   on 2000/10/13  02:56:38
75141         Log: Subject: [PATCH 5.7.0] Perl API for mstats
75142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75143              Date: Thu, 12 Oct 2000 22:52:40 -0400
75144              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
75145      Branch: perl
75146            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
75147 ____________________________________________________________________________
75148 [  7214] By: jhi                                   on 2000/10/13  02:55:38
75149         Log: Subject: [PATCH 5.7.0] IVs in mtats
75150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75151              Date: Thu, 12 Oct 2000 22:51:04 -0400
75152              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
75153      Branch: perl
75154            ! malloc.c perl.h
75155 ____________________________________________________________________________
75156 [  7213] By: jhi                                   on 2000/10/13  02:31:47
75157         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
75158      Branch: perl
75159            ! pod/perldiag.pod pp_sys.c
75160 ____________________________________________________________________________
75161 [  7212] By: jhi                                   on 2000/10/13  01:27:38
75162         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
75163              From: Peter Prymmer <pvhp@forte.com>
75164              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
75165              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
75166      Branch: perl
75167            ! t/op/oct.t
75168 ____________________________________________________________________________
75169 [  7211] By: jhi                                   on 2000/10/13  00:35:09
75170         Log: Update Changes.
75171      Branch: perl
75172            ! Changes patchlevel.h
75173 ____________________________________________________________________________
75174 [  7210] By: jhi                                   on 2000/10/12  23:59:40
75175         Log: The Install.pm third of
75176              
75177              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
75178              From: Bill Campbell <bill@celestial.com>
75179              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
75180              Date: Thu, 5 Oct 2000 18:04:51 -0700
75181      Branch: perl
75182            ! lib/ExtUtils/Install.pm
75183 ____________________________________________________________________________
75184 [  7209] By: jhi                                   on 2000/10/12  23:58:43
75185         Log: Two thirds of
75186              
75187              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
75188              Date: Thu, 5 Oct 2000 18:04:51 -0700
75189              From: Bill Campbell <bill@celestial.com>
75190              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
75191              
75192              The Install.pm changes will be submitted separately because
75193              they need some work and discussion still.
75194      Branch: perl
75195            ! lib/getopts.pl lib/termcap.pl
75196 ____________________________________________________________________________
75197 [  7208] By: jhi                                   on 2000/10/12  23:41:19
75198         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
75199              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75200              Date:     Thu, 12 Oct 2000 07:30:02 EDT
75201              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
75202      Branch: perl
75203            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
75204            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
75205 ____________________________________________________________________________
75206 [  7207] By: jhi                                   on 2000/10/12  23:39:01
75207         Log: An updated EBCDIC tr patch.
75208              
75209              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
75210              From: Peter Prymmer <pvhp@forte.com>
75211              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
75212              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
75213      Branch: perl
75214            ! t/op/tr.t
75215 ____________________________________________________________________________
75216 [  7206] By: jhi                                   on 2000/10/12  23:34:55
75217         Log: Upgrade to CPAN 1.58, from Andreas König.
75218      Branch: perl
75219            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75220 ____________________________________________________________________________
75221 [  7205] By: jhi                                   on 2000/10/12  23:29:08
75222         Log: Introduce the man[24-8] variables, from Andy Dougherty.
75223      Branch: metaconfig/U/perl
75224            + mandirs.U mandirstyle.U
75225      Branch: perl
75226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75227            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
75228            ! vos/config.h vos/config.pl vos/config_h.SH_orig
75229            ! win32/config.bc win32/config.gc win32/config.vc
75230 ____________________________________________________________________________
75231 [  7204] By: gsar                                  on 2000/10/12  18:11:24
75232         Log: restore change#7202
75233      Branch: perl
75234            ! mg.c
75235 ____________________________________________________________________________
75236 [  7203] By: gsar                                  on 2000/10/12  18:09:40
75237         Log: another test of the Emergency Broadcast System--back out 
75238              change#7202
75239      Branch: perl
75240            ! mg.c
75241 ____________________________________________________________________________
75242 [  7202] By: gsar                                  on 2000/10/12  16:40:47
75243         Log: (submitted on behalf of Jarkko)
75244              Fix the lib/encode.t subtest 6 failure as reported by Andreas
75245              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
75246              was unearthed by change 7182, as was a bug in HTML::Entities.
75247      Branch: perl
75248            ! mg.c
75249 ____________________________________________________________________________
75250 [  7201] By: jhi                                   on 2000/10/11  03:16:05
75251         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
75252      Branch: perl
75253            ! pp_hot.c t/pragma/utf8.t
75254 ____________________________________________________________________________
75255 [  7200] By: jhi                                   on 2000/10/11  00:40:30
75256         Log: The #7198 was a false alarm.
75257      Branch: perl
75258            ! pp_hot.c
75259 ____________________________________________________________________________
75260 [  7199] By: jhi                                   on 2000/10/11  00:26:04
75261         Log: Remove duplicated code.
75262      Branch: perl
75263            ! t/lib/cgi-html.t
75264 ____________________________________________________________________________
75265 [  7198] By: jhi                                   on 2000/10/10  23:30:46
75266         Log: (Retracted by #7200.)
75267      Branch: perl
75268            ! pp_hot.c
75269 ____________________________________________________________________________
75270 [  7197] By: jhi                                   on 2000/10/10  21:49:30
75271         Log: Add the test case for #7190, from the original bug report
75272              by Andreas König.
75273      Branch: perl
75274            ! t/pragma/utf8.t
75275 ____________________________________________________________________________
75276 [  7196] By: jhi                                   on 2000/10/10  21:40:49
75277         Log: Reapply Andy's patch and regen Configure.
75278      Branch: perl
75279            ! Configure INSTALL Makefile.SH Porting/Glossary
75280            ! Porting/config.sh config_h.SH epoc/config.sh installperl
75281            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
75282            ! win32/config.vc
75283 ____________________________________________________________________________
75284 [  7195] By: jhi                                   on 2000/10/10  21:09:30
75285         Log: Use the versiononly instead of the installscripts,
75286              retract the changes 7146 and 7147.
75287      Branch: perl
75288            ! Configure INSTALL Makefile.SH Porting/Glossary
75289            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
75290            ! installperl uconfig.sh vos/config.def win32/config.bc
75291            ! win32/config.gc win32/config.vc
75292 ____________________________________________________________________________
75293 [  7194] By: jhi                                   on 2000/10/10  21:06:15
75294         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
75295              From: Peter Prymmer <pvhp@forte.com>
75296              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
75297              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
75298      Branch: perl
75299            ! t/op/ver.t
75300 ____________________________________________________________________________
75301 [  7193] By: jhi                                   on 2000/10/10  21:05:12
75302         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
75303              From: Peter Prymmer <pvhp@forte.com>
75304              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
75305              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
75306      Branch: perl
75307            ! t/op/tr.t
75308 ____________________________________________________________________________
75309 [  7192] By: jhi                                   on 2000/10/10  20:57:30
75310         Log: Add versiononly, delete installscripts, from Andy Dougherty.
75311      Branch: metaconfig
75312            - U/installdirs/installscripts.U
75313      Branch: metaconfig/U/perl
75314            + versiononly.U
75315 ____________________________________________________________________________
75316 [  7191] By: jhi                                   on 2000/10/10  19:41:21
75317         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
75318              From: Peter Prymmer <pvhp@forte.com>
75319              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
75320              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
75321      Branch: perl
75322            ! pod/perlebcdic.pod
75323 ____________________________________________________________________________
75324 [  7190] By: jhi                                   on 2000/10/10  19:26:14
75325         Log: Subject: Re: utf8 concat, mg_get
75326              From: Simon Cozens <simon@cozens.net>
75327              Date: Tue, 10 Oct 2000 17:40:17 +0100
75328              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
75329      Branch: perl
75330            ! pp_hot.c
75331 ____________________________________________________________________________
75332 [  7189] By: jhi                                   on 2000/10/10  19:23:03
75333         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
75334              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
75335              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
75336              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
75337      Branch: perl
75338            ! lib/ExtUtils/MM_Unix.pm
75339 ____________________________________________________________________________
75340 [  7188] By: jhi                                   on 2000/10/10  15:31:24
75341         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
75342              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
75343              Date: Fri, 14 Jul 2000 10:47:36 +0100
75344              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
75345      Branch: perl
75346            ! README.win32
75347 ____________________________________________________________________________
75348 [  7187] By: jhi                                   on 2000/10/10  13:30:10
75349         Log: Quote the temp file name, needed in Win32 because the
75350              default name unfortunately contains spaces, shouldn't
75351              hurt elsewhere.
75352              
75353              Subject: FW: perldoc fails if $TEMP contains spaces
75354              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
75355              Date: Thu, 14 Sep 2000 08:58:45 +0100
75356              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
75357      Branch: perl
75358            ! utils/perldoc.PL
75359 ____________________________________________________________________________
75360 [  7186] By: jhi                                   on 2000/10/10  13:16:27
75361         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
75362              From: hv@hugo.hybyte.com
75363              Date: Tue, 10 Oct 2000 14:10:20 +0100
75364              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
75365      Branch: perl
75366            ! t/lib/thr5005.t util.c
75367 ____________________________________________________________________________
75368 [  7185] By: jhi                                   on 2000/10/10  12:06:22
75369         Log: Upgrade to podlators 1.04, from Russ Allbery.
75370      Branch: perl
75371            ! lib/Pod/Man.pm lib/Pod/Text.pm
75372 ____________________________________________________________________________
75373 [  7184] By: jhi                                   on 2000/10/10  12:01:32
75374         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
75375      Branch: perl
75376            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
75377 ____________________________________________________________________________
75378 [  7183] By: jhi                                   on 2000/10/09  23:47:15
75379         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
75380              From: Peter Prymmer <pvhp@forte.com>
75381              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
75382              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
75383      Branch: perl
75384            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
75385 ____________________________________________________________________________
75386 [  7182] By: jhi                                   on 2000/10/09  23:43:16
75387         Log: Make eq work again with utf8 (disabling the upgrading
75388              should no more be necessary since the copies of the
75389              scalars are upgraded, not the scalars themselves).
75390              Takes care of ID 20001009.001.  (The claimed length()
75391              bug in 20001009.001 seems bogus to me.)
75392      Branch: perl
75393            ! sv.c t/pragma/utf8.t
75394 ____________________________________________________________________________
75395 [  7181] By: gsar                                  on 2000/10/09  19:41:54
75396         Log: tweak for change#7173
75397      Branch: perl
75398            ! win32/win32sck.c
75399 ____________________________________________________________________________
75400 [  7180] By: gsar                                  on 2000/10/09  19:26:56
75401         Log: on Windows, clean targets might not work under some flavors of the shell
75402      Branch: perl
75403            ! win32/Makefile win32/makefile.mk
75404 ____________________________________________________________________________
75405 [  7179] By: jhi                                   on 2000/10/09  19:21:02
75406         Log: Update Changes.
75407      Branch: perl
75408            ! Changes patchlevel.h
75409 ____________________________________________________________________________
75410 [  7178] By: jhi                                   on 2000/10/09  19:18:23
75411         Log: Warn about unknown scripts.
75412              
75413              Subject: Re: ideas? patches? [PATCH bleadperl]
75414              From: Dominic Dunlop <domo@computer.org>
75415              Date: Mon, 9 Oct 2000 14:57:17 +0200
75416              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
75417      Branch: perl
75418            ! lib/charnames.pm
75419 ____________________________________________________________________________
75420 [  7177] By: jhi                                   on 2000/10/09  19:13:27
75421         Log: Change #7160 had a nasty typo.
75422      Branch: metaconfig
75423            ! U/compline/Compile.U
75424      Branch: perl
75425            ! Configure config_h.SH
75426 ____________________________________________________________________________
75427 [  7176] By: gsar                                  on 2000/10/09  18:59:33
75428         Log: pod nit
75429      Branch: perl
75430            ! pod/perlport.pod
75431 ____________________________________________________________________________
75432 [  7175] By: gsar                                  on 2000/10/09  18:54:28
75433         Log: Windows9x doesn't support link(), despite what Config.pm
75434              might think
75435      Branch: perl
75436            ! lib/ExtUtils/Manifest.pm
75437 ____________________________________________________________________________
75438 [  7174] By: gsar                                  on 2000/10/09  18:50:03
75439         Log: avoid nonportable example code
75440      Branch: perl
75441            ! lib/File/Copy.pm
75442 ____________________________________________________________________________
75443 [  7173] By: gsar                                  on 2000/10/09  18:46:54
75444         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
75445              being used) when closing a socket handle
75446      Branch: perl
75447            ! win32/win32.c win32/win32.h win32/win32sck.c
75448 ____________________________________________________________________________
75449 [  7172] By: gsar                                  on 2000/10/09  18:41:40
75450         Log: on Windows, cwd strings in the environment should be of the
75451              form =X:=X:\foo instead of =X=X:\foo\
75452      Branch: perl
75453            ! win32/vdir.h
75454 ____________________________________________________________________________
75455 [  7171] By: gsar                                  on 2000/10/09  18:30:09
75456         Log: on Windows, LoadLibrary() could load an extension DLL multiple
75457              times if forward slashes are used in the path
75458      Branch: perl
75459            ! win32/win32.c
75460 ____________________________________________________________________________
75461 [  7170] By: jhi                                   on 2000/10/09  17:53:59
75462         Log: Add a todo note about overloadable assertions.
75463      Branch: perl
75464            ! Todo-5.6
75465 ____________________________________________________________________________
75466 [  7169] By: jhi                                   on 2000/10/09  13:43:45
75467         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
75468              From: mjd@plover.com
75469              Date: 9 Oct 2000 00:24:44 -0000
75470              Message-ID: <20001009002444.10616.qmail@plover.com>
75471      Branch: perl
75472            ! pod/perldebguts.pod
75473 ____________________________________________________________________________
75474 [  7168] By: nick                                  on 2000/10/08  13:16:33
75475         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
75476              is not right thing to do on (e.g. x86). Network order is also "right" for
75477              X fonts.
75478      Branch: perl
75479            ! ext/Encode/Encode.pm
75480 ____________________________________________________________________________
75481 [  7167] By: nick                                  on 2000/10/08  12:54:42
75482         Log: Make "encodings" work post-install when Encode/*.enc files may not
75483              be in same directory as Encode.pm
75484      Branch: perl
75485            ! ext/Encode/Encode.pm
75486 ____________________________________________________________________________
75487 [  7166] By: nick                                  on 2000/10/08  11:51:26
75488         Log: Work round the fact that $hash->{$key} does not take into account
75489              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
75490              so that key is always in the "expected" encoding - i.e. same way we put
75491              it in the hash.
75492      Branch: perl
75493            ! ext/Encode/Encode.pm
75494 ____________________________________________________________________________
75495 [  7165] By: gsar                                  on 2000/10/08  04:15:29
75496         Log: save_re_context() could reset PL_curcop to freed memory, causing core
75497              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
75498      Branch: perl
75499            ! pp_ctl.c
75500 ____________________________________________________________________________
75501 [  7164] By: jhi                                   on 2000/10/06  20:51:48
75502         Log: UTF8ize split() so that the cloned substrings get the UTF8
75503              flag of the original scalar.  Problem reported by Simon Cozens.
75504      Branch: perl
75505            ! pp.c t/pragma/utf8.t
75506 ____________________________________________________________________________
75507 [  7163] By: nick                                  on 2000/10/06  20:48:34
75508         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
75509              got a false +ve and so did not reach code which would have un-FAKEd the SV.
75510      Branch: perl
75511            ! sv.c
75512 ____________________________________________________________________________
75513 [  7162] By: nick                                  on 2000/10/06  20:25:37
75514         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
75515              To fix  (sort {$a <=> $b} keys %hash) in particular but
75516              should cover a number of other as-yet-unknown cases as well.
75517      Branch: perl
75518            ! sv.c
75519 ____________________________________________________________________________
75520 [  7161] By: jhi                                   on 2000/10/06  19:56:18
75521         Log: Change the version number of Tie::Handle in the core to 4.0,
75522              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
75523              
75524              Subject: Note on Tie::Handle
75525              From: andreas.koenig@anima.de (Andreas J. Koenig)
75526              Date:      06 Oct 2000 21:48:58 +0200
75527              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
75528      Branch: perl
75529            ! lib/Tie/Handle.pm
75530 ____________________________________________________________________________
75531 [  7160] By: jhi                                   on 2000/10/06  18:20:35
75532         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
75533              as the first option of cc/ld because of ultrapicky compilers
75534              (e.g. OS/390 R2.5)
75535      Branch: metaconfig
75536            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
75537            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
75538            ! U/compline/orderlib.U U/modified/Cppsym.U
75539            ! U/modified/d_access.U
75540      Branch: metaconfig/U/perl
75541            ! Checkcc.U d_dlsymun.U gccvers.U
75542      Branch: perl
75543            ! Configure config_h.SH
75544 ____________________________________________________________________________
75545 [  7159] By: jhi                                   on 2000/10/06  13:56:39
75546         Log: Update Changes.
75547      Branch: perl
75548            ! Changes patchlevel.h
75549 ____________________________________________________________________________
75550 [  7158] By: jhi                                   on 2000/10/06  12:48:40
75551         Log: Eliminate $Is_VMS code from the test.
75552              
75553              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
75554              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75555              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
75556              Date:     Thu, 5 Oct 2000 07:46:33 EDT
75557      Branch: perl
75558            ! t/lib/b.t
75559 ____________________________________________________________________________
75560 [  7157] By: jhi                                   on 2000/10/06  12:47:13
75561         Log: Also the $ccflags is needed for the C compiler check.
75562              
75563              Subject: Configure (check for C-compiler)
75564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75565              Date: Fri, 06 Oct 2000 08:47:15 +0200
75566              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
75567      Branch: metaconfig/U/perl
75568            ! Checkcc.U
75569      Branch: perl
75570            ! Configure config_h.SH
75571 ____________________________________________________________________________
75572 [  7156] By: jhi                                   on 2000/10/06  11:45:15
75573         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
75574      Branch: perl
75575            ! perl.c pp_ctl.c sv.h utf8.c
75576 ____________________________________________________________________________
75577 [  7155] By: jhi                                   on 2000/10/06  11:40:41
75578         Log: IO::Handle->syswrite() did not handle length omission
75579              like CORE::syswrite() does.
75580              
75581              Subject: [Fwd] IO::Handle, syswrite and arguments
75582              From: Graham Barr <gbarr@pobox.com>
75583              Date: Fri, 6 Oct 2000 10:22:05 +0100
75584              Message-ID: <20001006102205.U6312@pobox.com>
75585              
75586              The original patch from andrew@ugh.net.au.
75587      Branch: perl
75588            ! ext/IO/lib/IO/Handle.pm
75589 ____________________________________________________________________________
75590 [  7154] By: jhi                                   on 2000/10/06  01:42:15
75591         Log: Tweak #7153.
75592      Branch: perl
75593            ! utf8.h
75594 ____________________________________________________________________________
75595 [  7153] By: jhi                                   on 2000/10/06  00:39:55
75596         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
75597      Branch: perl
75598            ! utf8.h
75599 ____________________________________________________________________________
75600 [  7152] By: jhi                                   on 2000/10/06  00:38:11
75601         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
75602      Branch: perl
75603            ! perl.c pp_ctl.c sv.h utf8.c
75604 ____________________________________________________________________________
75605 [  7151] By: jhi                                   on 2000/10/06  00:36:38
75606         Log: Subject: Re: Questions about Tie::Array and perl modules
75607              From: Nick Ing-Simmons <nik@tiuk.ti.com>
75608              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
75609              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
75610              
75611              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
75612      Branch: perl
75613            ! lib/Tie/Array.pm t/op/array.t
75614 ____________________________________________________________________________
75615 [  7150] By: jhi                                   on 2000/10/05  00:20:45
75616         Log: Regen Changes.
75617      Branch: perl
75618            ! Changes patchlevel.h
75619 ____________________________________________________________________________
75620 [  7149] By: jhi                                   on 2000/10/05  00:20:01
75621         Log: Regen toc.
75622      Branch: perl
75623            ! pod/perltoc.pod
75624 ____________________________________________________________________________
75625 [  7148] By: jhi                                   on 2000/10/04  23:35:08
75626         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
75627              reported several times by Dominic Dunlop, for example in
75628              ID 20000315.008.  Patch from Dominic.  Patch affects at
75629              least MachTen, and possibly other oldish BSDs. Should not
75630              break non-broken platforms (tested on LinuxPPC). 
75631      Branch: perl
75632            ! doio.c
75633 ____________________________________________________________________________
75634 [  7147] By: jhi                                   on 2000/10/04  23:26:34
75635         Log: The one that got away from 7146.
75636      Branch: metaconfig
75637            + U/installdirs/installscripts.U
75638 ____________________________________________________________________________
75639 [  7146] By: jhi                                   on 2000/10/04  23:25:04
75640         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
75641              suggested by H. Merijn Brand.
75642      Branch: perl
75643            ! Configure INSTALL Makefile.SH Porting/Glossary
75644            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
75645            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
75646            ! win32/config.vc
75647 ____________________________________________________________________________
75648 [  7145] By: jhi                                   on 2000/10/04  22:08:21
75649         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
75650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75651              Date: Wed, 4 Oct 2000 17:37:46 -0400
75652              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
75653      Branch: perl
75654            ! utils/h2xs.PL
75655 ____________________________________________________________________________
75656 [  7144] By: jhi                                   on 2000/10/04  18:11:41
75657         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
75658              From: Jeff Pinyan <jeffp@crusoe.net>
75659              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
75660              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
75661      Branch: perl
75662            ! pod/perlrun.pod
75663 ____________________________________________________________________________
75664 [  7143] By: jhi                                   on 2000/10/04  18:09:58
75665         Log: Subject: perlhack.pod Patch for Externals Tools
75666              From: Fisher Mark <fisherm@tce.com>
75667              Date: Tue, 3 Oct 2000 15:43:27 -0500 
75668              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
75669      Branch: perl
75670            ! pod/perlhack.pod
75671 ____________________________________________________________________________
75672 [  7142] By: jhi                                   on 2000/10/04  18:08:41
75673         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
75674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75675              Date:     Wed, 4 Oct 2000 12:11:11 EDT
75676              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
75677      Branch: perl
75678            ! vms/vms.c
75679 ____________________________________________________________________________
75680 [  7141] By: jhi                                   on 2000/10/04  12:20:16
75681         Log: Subject: [PATCH 5.7.0] h2xs not working
75682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75683              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
75684              Date: Tue, 3 Oct 2000 21:43:01 -0400
75685              
75686              Subject: [PATCH 5.7.0] h2xs not documenting the created module
75687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75688              Date: Tue, 3 Oct 2000 22:55:19 -0400
75689              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
75690      Branch: perl
75691            ! utils/h2xs.PL
75692 ____________________________________________________________________________
75693 [  7140] By: jhi                                   on 2000/10/04  11:53:44
75694         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
75695              From: nick@babyhippo.com
75696              Date: Wed, 4 Oct 2000 12:06:45 +0100
75697              Message-Id: <20001004120645.A7356@babyhippo.com>
75698              
75699              Retract 7118 and 7135.
75700      Branch: perl
75701            ! installman installperl op.c t/pragma/subs.t
75702 ____________________________________________________________________________
75703 [  7139] By: jhi                                   on 2000/10/03  22:09:41
75704         Log: It is possible to have no hosts database at all.  Pointed out in
75705              
75706              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
75707              From: Peter Prymmer <pvhp@forte.com>
75708              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
75709              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
75710      Branch: metaconfig
75711            ! U/modified/myhostname.U
75712      Branch: perl
75713            ! Configure config_h.SH
75714 ____________________________________________________________________________
75715 [  7138] By: jhi                                   on 2000/10/03  21:49:49
75716         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
75717              From: Peter Prymmer <pvhp@forte.com>
75718              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
75719              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
75720      Branch: perl
75721            ! pp_sys.c
75722 ____________________________________________________________________________
75723 [  7137] By: jhi                                   on 2000/10/03  20:10:05
75724         Log: One remaining nit less at the VMS mailbox sizing.
75725      Branch: perl
75726            ! vms/vms.c
75727 ____________________________________________________________________________
75728 [  7136] By: jhi                                   on 2000/10/03  20:08:47
75729         Log: Test harness update to sync with the new perlcc,
75730              from Simon Cozens.
75731      Branch: perl
75732            ! t/TEST t/UTEST
75733 ____________________________________________________________________________
75734 [  7135] By: jhi                                   on 2000/10/03  15:15:42
75735         Log: Subject: Re: PATCH for 20001003.004
75736              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
75737              From: "AARON B. DOSSETT" <aaron@iglou.com>
75738              Message-Id: <E13gTay-0006od-00@iglou.com>
75739      Branch: perl
75740            ! installman installperl
75741 ____________________________________________________________________________
75742 [  7134] By: jhi                                   on 2000/10/03  15:00:34
75743         Log: Subject: [ID 20001003.006] B::Debug not -w clean
75744              From: Nicholas Clark <nick@babyhippo.co.uk>
75745              Date: Tue, 03 Oct 2000 15:46:32 +0100
75746              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
75747      Branch: perl
75748            ! ext/B/B/Debug.pm
75749 ____________________________________________________________________________
75750 [  7133] By: jhi                                   on 2000/10/03  14:58:39
75751         Log: Scale down the VMS message boxes, by Charles Lane.
75752              Fix for ID 20000903.009, workaround at
75753              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
75754      Branch: perl
75755            ! vms/vms.c
75756 ____________________________________________________________________________
75757 [  7132] By: jhi                                   on 2000/10/03  11:20:37
75758         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
75759      Branch: perl
75760            + t/lib/st-lock.t t/lib/st-utf8.t
75761            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
75762            ! ext/Storable/Storable.xs t/lib/st-recurse.t
75763 ____________________________________________________________________________
75764 [  7131] By: jhi                                   on 2000/10/03  03:38:23
75765         Log: Encode nits.
75766      Branch: perl
75767            ! MANIFEST Makefile.SH
75768 ____________________________________________________________________________
75769 [  7130] By: jhi                                   on 2000/10/03  03:31:05
75770         Log: Update Changes.
75771      Branch: perl
75772            ! Changes patchlevel.h
75773 ____________________________________________________________________________
75774 [  7129] By: jhi                                   on 2000/10/03  02:24:02
75775         Log: Misplaced else.
75776      Branch: metaconfig/U/perl
75777            ! d_strtoll.U
75778      Branch: perl
75779            ! Configure config_h.SH
75780 ____________________________________________________________________________
75781 [  7128] By: jhi                                   on 2000/10/03  02:08:29
75782         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
75783              From: sthoenna@efn.org
75784              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
75785              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
75786      Branch: metaconfig/U/perl
75787            ! d_strtoll.U
75788      Branch: perl
75789            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
75790 ____________________________________________________________________________
75791 [  7127] By: jhi                                   on 2000/10/03  01:13:14
75792         Log: Update Changes.
75793      Branch: perl
75794            ! Changes patchlevel.h
75795 ____________________________________________________________________________
75796 [  7126] By: jhi                                   on 2000/10/03  00:57:08
75797         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
75798              as suggested by Olaf Flebbe and Nick Clark.
75799      Branch: perl
75800            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
75801 ____________________________________________________________________________
75802 [  7125] By: jhi                                   on 2000/10/03  00:50:56
75803         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
75804              From: Nick Clark <nick@plum.flirble.org>
75805              Date: Mon, 2 Oct 2000 11:03:24 +0100
75806              Message-Id: <20001002110324.D20073@plum.flirble.org>
75807              
75808              Also fixes bug ID 20001002.005.
75809      Branch: perl
75810            ! t/lib/encode.t
75811 ____________________________________________________________________________
75812 [  7124] By: jhi                                   on 2000/10/03  00:34:59
75813         Log: Subject: [PATCH 5.7.0] Epoc update
75814              From: Olaf Flebbe <o.flebbe@gmx.de>
75815              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
75816              Message-ID: <26423.969484586@www10.gmx.net>
75817      Branch: perl
75818            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
75819            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
75820            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
75821            ! util.c util.h
75822 ____________________________________________________________________________
75823 [  7123] By: jhi                                   on 2000/10/03  00:30:07
75824         Log: Regen headers.
75825      Branch: perl
75826            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
75827 ____________________________________________________________________________
75828 [  7122] By: jhi                                   on 2000/10/03  00:10:48
75829         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
75830      Branch: perl
75831            ! hints/openbsd.sh
75832 ____________________________________________________________________________
75833 [  7121] By: jhi                                   on 2000/10/03  00:05:06
75834         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
75835              From: <abigail@foad.org>
75836              Date: Tue, 26 Sep 2000 13:36:14 -0400
75837              Message-ID: <20000926173614.4356.qmail@foad.org>
75838      Branch: perl
75839            ! pod/perlop.pod
75840 ____________________________________________________________________________
75841 [  7120] By: jhi                                   on 2000/10/03  00:04:00
75842         Log: Inside require() $^S was always left undefined.
75843              
75844              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
75845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75846              Date: Wed, 27 Sep 2000 18:54:49 -0400
75847              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
75848      Branch: perl
75849            ! cop.h mg.c pp_ctl.c util.c
75850 ____________________________________________________________________________
75851 [  7119] By: jhi                                   on 2000/10/03  00:00:16
75852         Log: Subject: [PATCH] DLL not restartabke with threaded perl
75853              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
75854              Date: Thu, 28 Sep 2000 09:20:46 +0100
75855              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
75856      Branch: perl
75857            ! perl.c
75858 ____________________________________________________________________________
75859 [  7118] By: jhi                                   on 2000/10/02  23:59:20
75860         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
75861              From: Nicholas Clark <nick@ccl4.org>
75862              Date: Thu, 28 Sep 2000 11:52:24 +0100
75863              Message-ID: <20000928115224.D7924@plum.flirble.org>
75864      Branch: perl
75865            ! op.c
75866 ____________________________________________________________________________
75867 [  7117] By: jhi                                   on 2000/10/02  23:57:51
75868         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
75869              From: Nicholas Clark <nick@babyhippo.co.uk>
75870              Date: Thu, 28 Sep 2000 12:18:10 +0100
75871              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
75872              
75873              Did not apply cleanly, manual intervention was needed.
75874      Branch: perl
75875            ! ext/B/B/Bytecode.pm utils/perlcc.PL
75876 ____________________________________________________________________________
75877 [  7116] By: jhi                                   on 2000/10/02  23:50:40
75878         Log: Document the issue (is not a syntax error, kind of)
75879              
75880              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
75881              From: Nicholas Clark <nick@ccl4.org>
75882              Date: Thu, 28 Sep 2000 17:12:42 +0100
75883              Message-ID: <20000928171242.K7924@plum.flirble.org>
75884      Branch: perl
75885            ! pod/perldata.pod
75886 ____________________________________________________________________________
75887 [  7115] By: jhi                                   on 2000/10/02  23:48:58
75888         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
75889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75890              Date: Thu, 28 Sep 2000 21:55:31 -0400
75891              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
75892      Branch: perl
75893            ! regexec.c
75894 ____________________________________________________________________________
75895 [  7114] By: jhi                                   on 2000/10/02  23:47:57
75896         Log: Subject: DOC PATCH 5.6.0
75897              From: mjd@plover.com
75898              Date: 30 Sep 2000 06:02:34 -0000
75899              Message-ID: <20000930060234.4559.qmail@plover.com>
75900      Branch: perl
75901            ! pod/perldebguts.pod
75902 ____________________________________________________________________________
75903 [  7113] By: jhi                                   on 2000/10/02  23:46:43
75904         Log: SOCK_DGRAM and listen() do not mix as reported in
75905              
75906              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
75907              From: Petter Reinholdtsen <pere@hungry.com>
75908              Date: Sun, 1 Oct 2000 10:57:20 +0800
75909              Message-Id: <200010010257.KAA05735@localhost.localdomain>
75910              
75911              The patch for 5.7.0+ had to be reengineered, though.
75912      Branch: perl
75913            ! ext/IO/lib/IO/Socket/UNIX.pm
75914 ____________________________________________________________________________
75915 [  7112] By: jhi                                   on 2000/10/02  23:36:57
75916         Log: Subject: Re: [PATCH 5.005_64 missed]
75917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75918              Date: Sun, 1 Oct 2000 18:50:10 -0400
75919              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
75920      Branch: perl
75921            ! pod/perlxs.pod
75922 ____________________________________________________________________________
75923 [  7111] By: jhi                                   on 2000/10/02  23:35:40
75924         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
75925              From: Radu Greab <radu@netsoft.ro>
75926              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
75927              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
75928      Branch: perl
75929            ! op.c opcode.pl t/op/substr.t
75930 ____________________________________________________________________________
75931 [  7110] By: jhi                                   on 2000/10/02  23:32:38
75932         Log: Subject: [PATCH] Fix aliasing of tied filehandles
75933              From: Daniel Chetlin <daniel@chetlin.com>
75934              Date: Mon, 2 Oct 2000 14:53:27 -0700
75935              Message-ID: <20001002145327.C1617@ilmd>
75936      Branch: perl
75937            ! perl.h pp_hot.c t/op/tiehandle.t
75938 ____________________________________________________________________________
75939 [  7109] By: jhi                                   on 2000/10/02  23:31:30
75940         Log: s/Robin Parker/Robin Barker/
75941      Branch: perl
75942            ! Changes5.6
75943 ____________________________________________________________________________
75944 [  7108] By: jhi                                   on 2000/10/02  23:15:46
75945         Log: Retract #7091 as suggested in
75946              
75947              From: Robin Barker <rmb1@cise.npl.co.uk> 
75948              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
75949              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
75950              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
75951      Branch: perl
75952            ! embed.pl proto.h
75953 ____________________________________________________________________________
75954 [  7107] By: nick                                  on 2000/10/02  18:23:14
75955         Log: A few tweaks to get Tk803 to work with Encode scheme.
75956      Branch: perl
75957            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
75958 ____________________________________________________________________________
75959 [  7106] By: nick                                  on 2000/10/01  21:34:14
75960         Log: Add checking cases to Encode's toUnicode and fromUnicode.
75961      Branch: perl
75962            ! ext/Encode/Encode.pm
75963 ____________________________________________________________________________
75964 [  7105] By: nick                                  on 2000/10/01  17:18:01
75965         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
75966              To read and use them.
75967              Add a lib/encode.t which checks a few things.
75968      Branch: perl
75969            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
75970            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
75971            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
75972            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
75973            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
75974            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
75975            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
75976            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
75977            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
75978            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
75979            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
75980            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
75981            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
75982            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
75983            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
75984            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
75985            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
75986            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
75987            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
75988            + ext/Encode/Encode/iso2022-jp.enc
75989            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
75990            + ext/Encode/Encode/iso8859-1.enc
75991            + ext/Encode/Encode/iso8859-2.enc
75992            + ext/Encode/Encode/iso8859-3.enc
75993            + ext/Encode/Encode/iso8859-4.enc
75994            + ext/Encode/Encode/iso8859-5.enc
75995            + ext/Encode/Encode/iso8859-6.enc
75996            + ext/Encode/Encode/iso8859-7.enc
75997            + ext/Encode/Encode/iso8859-8.enc
75998            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
75999            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
76000            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
76001            + ext/Encode/Encode/macCentEuro.enc
76002            + ext/Encode/Encode/macCroatian.enc
76003            + ext/Encode/Encode/macCyrillic.enc
76004            + ext/Encode/Encode/macDingbats.enc
76005            + ext/Encode/Encode/macGreek.enc
76006            + ext/Encode/Encode/macIceland.enc
76007            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
76008            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
76009            + ext/Encode/Encode/macTurkish.enc
76010            + ext/Encode/Encode/macUkraine.enc
76011            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
76012            + t/lib/encode.t
76013            ! MANIFEST ext/Encode/Encode.pm
76014 ____________________________________________________________________________
76015 [  7104] By: nick                                  on 2000/09/30  13:04:30
76016         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
76017              From: Daniel Chetlin <daniel@chetlin.com>
76018              Date: Mon, 18 Sep 2000 05:05:40 -0700
76019              Message-Id: <20000918050540.C652@ilmd>
76020      Branch: perl
76021            ! lib/overload.pm sv.c t/pragma/overload.t
76022 ____________________________________________________________________________
76023 [  7103] By: nick                                  on 2000/09/30  12:53:36
76024         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
76025              From: Johan Vromans <jvromans@squirrel.nl>
76026              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
76027              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
76028      Branch: perl
76029            ! pod/Makefile.SH
76030 ____________________________________________________________________________
76031 [  7102] By: nick                                  on 2000/09/30  12:52:31
76032         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
76033              From: Spider Boardman <spider@Orb.Nashua.NH.US>
76034              Date: Sat, 16 Sep 2000 16:36:45 -0400
76035              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
76036      Branch: perl
76037            ! ext/B/B/Deparse.pm
76038 ____________________________________________________________________________
76039 [  7101] By: nick                                  on 2000/09/30  12:51:41
76040         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
76041              From: Craig A. Berry <craig.berry@psinetcs.com>
76042              Date: Sat, 16 Sep 2000 10:11:10 -0500
76043              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
76044      Branch: perl
76045            ! vms/vms.c
76046 ____________________________________________________________________________
76047 [  7100] By: nick                                  on 2000/09/30  12:50:33
76048         Log: Subject: Re: unicode support and perl [ID 20000901.097]
76049              From: Spider Boardman <spider@Orb.Nashua.NH.US>
76050              Date: Fri, 15 Sep 2000 16:37:58 -0400
76051              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
76052      Branch: perl
76053            ! t/op/append.t
76054 ____________________________________________________________________________
76055 [  7099] By: nick                                  on 2000/09/30  12:49:35
76056         Log: Subject: Re: unicode support and perl [ID 20000901.097]
76057              From: Spider Boardman <spider@Orb.Nashua.NH.US>
76058              Date: Fri, 15 Sep 2000 16:25:30 -0400
76059              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
76060      Branch: perl
76061            ! pp_hot.c
76062 ____________________________________________________________________________
76063 [  7098] By: nick                                  on 2000/09/30  12:48:00
76064         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
76065              From: Gisle Aas <gisle@ActiveState.com>
76066              Date: 15 Sep 2000 16:23:41 +0200
76067              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
76068      Branch: perl
76069            ! toke.c
76070 ____________________________________________________________________________
76071 [  7097] By: nick                                  on 2000/09/30  12:45:16
76072         Log: Subject: [PATCH] Nits in perlmod.pod
76073              From: Daniel Chetlin <daniel@chetlin.com>
76074              Date: Fri, 15 Sep 2000 02:04:09 -0700
76075              Message-Id: <20000915020409.A2104@ilmd>
76076      Branch: perl
76077            ! pod/perlmod.pod
76078 ____________________________________________________________________________
76079 [  7096] By: nick                                  on 2000/09/30  12:18:00
76080         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
76081              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
76082              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
76083              0 to checking to get the warning.
76084      Branch: perl
76085            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
76086            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
76087            ! regexec.c sv.c toke.c utf8.c
76088 ____________________________________________________________________________
76089 [  7095] By: nick                                  on 2000/09/15  16:55:59
76090         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
76091              
76092              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
76093              From: Spider Boardman <spider@Orb.Nashua.NH.US>
76094              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
76095              Date: Fri, 15 Sep 2000 06:37:30 -0400
76096      Branch: perl
76097            ! ext/Encode/Encode.xs sv.c
76098 ____________________________________________________________________________
76099 [  7094] By: jhi                                   on 2000/09/15  03:23:32
76100         Log: Update Changes.
76101      Branch: perl
76102            ! Changes patchlevel.h
76103 ____________________________________________________________________________
76104 [  7093] By: jhi                                   on 2000/09/15  03:11:44
76105         Log: Fix for the charnames.t failures from Spider Boardman.
76106      Branch: perl
76107            ! toke.c
76108 ____________________________________________________________________________
76109 [  7092] By: jhi                                   on 2000/09/15  00:15:48
76110         Log: Botched the #7090 check-in.
76111      Branch: perl
76112            ! sv.c
76113 ____________________________________________________________________________
76114 [  7091] By: jhi                                   on 2000/09/14  23:33:24
76115         Log: Part of #7081 didn't come through.
76116      Branch: perl
76117            ! embed.pl proto.h
76118 ____________________________________________________________________________
76119 [  7090] By: jhi                                   on 2000/09/14  23:17:39
76120         Log: Subject: Re: perl@7078 
76121              From: Spider Boardman <spider@web.zk3.dec.com>
76122              Date: Thu, 14 Sep 2000 19:06:36 -0400
76123              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
76124      Branch: perl
76125            ! sv.c toke.c
76126 ____________________________________________________________________________
76127 [  7089] By: jhi                                   on 2000/09/14  23:11:21
76128         Log: Small portability tweaks.
76129      Branch: perl
76130            ! ext/Encode/Encode.xs
76131 ____________________________________________________________________________
76132 [  7088] By: jhi                                   on 2000/09/14  22:57:23
76133         Log: Fake return to pacify picky compilers.
76134      Branch: perl
76135            ! ext/Encode/Encode.xs
76136 ____________________________________________________________________________
76137 [  7087] By: jhi                                   on 2000/09/14  22:53:37
76138         Log: Subject: [PATCH] utf8.c apidoc
76139              From: Simon Cozens <simon@cozens.net>
76140              Date: Thu, 14 Sep 2000 23:46:57 +0100
76141              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
76142      Branch: perl
76143            ! perlapi.c pod/perlapi.pod utf8.c
76144 ____________________________________________________________________________
76145 [  7086] By: jhi                                   on 2000/09/14  22:40:38
76146         Log: We don't need to count the high bit bytes, a boolean is enough. 
76147      Branch: perl
76148            ! sv.c
76149 ____________________________________________________________________________
76150 [  7085] By: jhi                                   on 2000/09/14  21:20:09
76151         Log: Replace #7084 with
76152              
76153              Subject: Re: perl@7078 
76154              From: Spider Boardman <spider@web.zk3.dec.com>
76155              Date: Thu, 14 Sep 2000 17:09:36 -0400
76156              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
76157      Branch: perl
76158            ! sv.c utf8.c
76159 ____________________________________________________________________________
76160 [  7084] By: jhi                                   on 2000/09/14  20:03:34
76161         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
76162              convertible to bytes by checking it doesn't go above 0xc3
76163              
76164              Subject: Re: perl@7078
76165              From: Simon Cozens <simon@cozens.net>
76166              Date: Thu, 14 Sep 2000 20:59:19 +0100
76167              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
76168      Branch: perl
76169            ! utf8.c
76170 ____________________________________________________________________________
76171 [  7083] By: jhi                                   on 2000/09/14  19:38:47
76172         Log: Subject: Re: perl@7078
76173              From: Simon Cozens <simon@cozens.net>
76174              Date: Thu, 14 Sep 2000 20:13:09 +0100
76175              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
76176      Branch: perl
76177            ! t/op/bop.t
76178 ____________________________________________________________________________
76179 [  7082] By: jhi                                   on 2000/09/14  17:50:44
76180         Log: The one that got away.
76181      Branch: perl
76182            ! lib/File/Find.pm
76183 ____________________________________________________________________________
76184 [  7081] By: jhi                                   on 2000/09/14  17:45:35
76185         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
76186              From: Robin Barker <rmb1@cise.npl.co.uk>
76187              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
76188              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
76189      Branch: perl
76190            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
76191            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
76192            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
76193            ! regcomp.c toke.c universal.c
76194 ____________________________________________________________________________
76195 [  7080] By: jhi                                   on 2000/09/14  17:40:35
76196         Log: Problems picked up by AIX cc.
76197              
76198              Subject: Re: perl@7078 (patch included)
76199              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76200              Date: Thu, 14 Sep 2000 18:53:30 +0200
76201              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
76202      Branch: perl
76203            ! ext/Encode/Encode.xs
76204 ____________________________________________________________________________
76205 [  7079] By: jhi                                   on 2000/09/14  17:38:27
76206         Log: Subject: File::Find 5.7.0 POD nits
76207              From: Rich Morin <rdm@cfcl.com>
76208              Date: Wed, 13 Sep 2000 22:03:58 -0700
76209              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
76210      Branch: perl
76211            ! lib/File/Find.pm
76212 ____________________________________________________________________________
76213 [  7078] By: jhi                                   on 2000/09/14  14:58:20
76214         Log: Update Changes.
76215      Branch: perl
76216            ! Changes patchlevel.h
76217 ____________________________________________________________________________
76218 [  7077] By: jhi                                   on 2000/09/14  14:55:54
76219         Log: Compilation warnings and an error.
76220      Branch: perl
76221            ! sv.c
76222 ____________________________________________________________________________
76223 [  7076] By: jhi                                   on 2000/09/14  14:42:56
76224         Log: Fix for a parsing bug, not for the original bug.
76225              
76226              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
76227              From: Spider Boardman <spider@web.zk3.dec.com>
76228              Date: Wed, 13 Sep 2000 17:52:20 -0400
76229              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
76230      Branch: perl
76231            ! regcomp.c
76232 ____________________________________________________________________________
76233 [  7075] By: jhi                                   on 2000/09/14  14:40:40
76234         Log: Batch of UTF-8 patches from Simon Cozens.
76235      Branch: perl
76236            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
76237            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
76238            ! toke.c utf8.c
76239 ____________________________________________________________________________
76240 [  7074] By: jhi                                   on 2000/09/14  14:29:58
76241         Log: Subject: Re: Two advertising clauses need to be removed
76242              From: Russ Allbery <rra@stanford.edu>
76243              Date: 13 Sep 2000 18:50:26 -0700
76244              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
76245      Branch: perl
76246            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
76247 ____________________________________________________________________________
76248 [  7073] By: jhi                                   on 2000/09/14  14:28:20
76249         Log: Subject: [PATCH] de-wall t/README
76250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76251              Date: Wed, 13 Sep 2000 17:46:55 -0700
76252              Message-ID: <//Bw5gzkge/e092yn@efn.org>
76253      Branch: perl
76254            ! t/README
76255 ____________________________________________________________________________
76256 [  7072] By: jhi                                   on 2000/09/14  14:25:10
76257         Log: Hints optimization.
76258              
76259              Subject: Minor nit
76260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76261              Date: Wed, 13 Sep 2000 21:42:07 +0200
76262              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
76263      Branch: perl
76264            ! hints/hpux.sh
76265 ____________________________________________________________________________
76266 [  7071] By: jhi                                   on 2000/09/14  14:23:30
76267         Log: Allow chop() and chomp() to be overridden.
76268              
76269              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
76270              From: "Casey R. Tweten" <crt@kiski.net>
76271              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
76272              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
76273      Branch: perl
76274            ! toke.c
76275 ____________________________________________________________________________
76276 [  7070] By: jhi                                   on 2000/09/14  14:20:36
76277         Log: The return value of setlocale must be copied away.
76278              
76279              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
76280              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76281              Date: Wed, 13 Sep 2000 16:27:37 +0100 
76282              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
76283      Branch: perl
76284            ! util.c
76285 ____________________________________________________________________________
76286 [  7069] By: jhi                                   on 2000/09/14  14:16:27
76287         Log: Remove vestiges of tr//CU.
76288              
76289              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
76290              From: Nick Clark <nick@plum.flirble.org>
76291              Date: Tue, 12 Sep 2000 22:50:14 +0100
76292              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
76293              
76294              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
76295              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76296              Date: Tue, 12 Sep 2000 21:38:48 -0700
76297              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
76298      Branch: perl
76299            ! op.h pod/perlunicode.pod
76300 ____________________________________________________________________________
76301 [  7068] By: jhi                                   on 2000/09/13  14:18:39
76302         Log: Add the Encode extension.  The code is still largely just skeleton.
76303      Branch: perl
76304            + ext/Encode/Encode.pm ext/Encode/Encode.xs
76305            + ext/Encode/Makefile.PL ext/Encode/Todo
76306            ! MANIFEST Todo-5.6
76307 ____________________________________________________________________________
76308 [  7067] By: jhi                                   on 2000/09/12  17:43:33
76309         Log: Allow for whitespace between "#" and "line" in cpp output.
76310              
76311              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
76312              From: Calle Dybedahl <calle@lysator.liu.se>
76313              Date: 12 Sep 2000 19:38:02 +0200 
76314              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
76315      Branch: perl
76316            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
76317 ____________________________________________________________________________
76318 [  7066] By: gsar                                  on 2000/09/12  17:24:29
76319         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
76320              initialization in all the threads on Windows
76321      Branch: perl
76322            ! win32/win32.c
76323 ____________________________________________________________________________
76324 [  7065] By: jhi                                   on 2000/09/12  15:11:31
76325         Log: Update Changes.
76326      Branch: perl
76327            ! Changes patchlevel.h
76328 ____________________________________________________________________________
76329 [  7064] By: jhi                                   on 2000/09/12  14:54:54
76330         Log: Retract #7062, the pod tests are not ready.
76331      Branch: perl
76332            ! t/TEST t/harness
76333 ____________________________________________________________________________
76334 [  7063] By: jhi                                   on 2000/09/12  14:25:41
76335         Log: The #7054 truncated Configure badly.
76336      Branch: metaconfig/U/perl
76337            ! End.U
76338      Branch: perl
76339            ! Configure config_h.SH
76340 ____________________________________________________________________________
76341 [  7062] By: jhi                                   on 2000/09/12  14:08:32
76342         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
76343              From: sthoenna@efn.org
76344              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
76345              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
76346      Branch: perl
76347            ! t/TEST t/harness
76348 ____________________________________________________________________________
76349 [  7061] By: jhi                                   on 2000/09/12  14:07:18
76350         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
76351              From: sthoenna@efn.org
76352              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
76353              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
76354      Branch: perl
76355            ! pod/perlxs.pod
76356 ____________________________________________________________________________
76357 [  7060] By: jhi                                   on 2000/09/12  14:06:08
76358         Log: Break up the myconfig lines a bit.
76359              
76360              Subject: perlbug/perl -V output format
76361              From: sthoenna@efn.org
76362              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
76363              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
76364      Branch: perl
76365            ! myconfig.SH
76366 ____________________________________________________________________________
76367 [  7059] By: jhi                                   on 2000/09/12  14:05:04
76368         Log: Test for the #7049.
76369              
76370              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
76371              From: andreas.koenig@anima.de (Andreas J. Koenig)
76372              Date: 12 Sep 2000 06:42:01 +0200
76373              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
76374      Branch: perl
76375            ! t/op/my.t
76376 ____________________________________________________________________________
76377 [  7058] By: jhi                                   on 2000/09/12  14:03:05
76378         Log: Subject: [patch: perl@7045] vms updates
76379              From: Peter Prymmer <pvhp@forte.com>
76380              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
76381              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
76382      Branch: perl
76383            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
76384 ____________________________________________________________________________
76385 [  7057] By: jhi                                   on 2000/09/12  14:00:51
76386         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
76387              From: sthoenna@efn.org
76388              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
76389              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
76390      Branch: perl
76391            ! t/op/64bitint.t
76392 ____________________________________________________________________________
76393 [  7056] By: jhi                                   on 2000/09/12  13:58:14
76394         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
76395              From: Jeff Pinyan <jeffp@crusoe.net>
76396              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
76397              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
76398      Branch: perl
76399            ! pod/perlfunc.pod
76400 ____________________________________________________________________________
76401 [  7055] By: jhi                                   on 2000/09/12  13:56:32
76402         Log: Do in VMS as the #7054 does.
76403      Branch: perl
76404            ! configure.com
76405 ____________________________________________________________________________
76406 [  7054] By: jhi                                   on 2000/09/12  13:50:31
76407         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
76408              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76409              Date: Mon, 11 Sep 2000 08:33:09 +0100
76410              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
76411      Branch: metaconfig/U/perl
76412            ! End.U
76413      Branch: perl
76414            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
76415            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
76416 ____________________________________________________________________________
76417 [  7053] By: jhi                                   on 2000/09/12  13:29:19
76418         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
76419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76420              Date:     Tue, 12 Sep 2000 08:35:59 EDT
76421              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
76422      Branch: perl
76423            ! vms/test.com
76424 ____________________________________________________________________________
76425 [  7052] By: jhi                                   on 2000/09/11  23:01:50
76426         Log: Document the SvUTF8*().
76427      Branch: perl
76428            ! pod/perlapi.pod sv.h
76429 ____________________________________________________________________________
76430 [  7051] By: gsar                                  on 2000/09/11  14:46:30
76431         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
76432              (missed a spot when fixing up op_pmreplroot hack for ithreads)
76433      Branch: perl
76434            ! op.c t/op/split.t
76435 ____________________________________________________________________________
76436 [  7050] By: nick                                  on 2000/09/11  10:03:51
76437         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
76438              
76439              Subject: borland C++ win32.c tweak
76440              From: Vadim Konovalov <vkonovalov@lucent.com>
76441              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
76442              Date: Mon, 11 Sep 2000 11:22:33 +0400
76443      Branch: perl
76444            ! win32/win32.c
76445 ____________________________________________________________________________
76446 [  7049] By: nick                                  on 2000/09/11  09:57:33
76447         Log: Point fix for s/// on foreach (keys %xxx).
76448      Branch: perl
76449            ! pp_hot.c
76450 ____________________________________________________________________________
76451 [  7048] By: jhi                                   on 2000/09/10  23:37:09
76452         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
76453              by Pod::Text, from Brad Appleton.
76454      Branch: perl
76455            ! t/pod/testp2pt.pl
76456 ____________________________________________________________________________
76457 [  7047] By: jhi                                   on 2000/09/10  14:32:53
76458         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
76459              by Russ Allbery.
76460      Branch: perl
76461            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
76462 ____________________________________________________________________________
76463 [  7046] By: jhi                                   on 2000/09/10  14:15:08
76464         Log: Upgrade to CPAN 1.57_65, from Andreas König.
76465      Branch: perl
76466            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76467 ____________________________________________________________________________
76468 [  7045] By: jhi                                   on 2000/09/08  21:36:32
76469         Log: Update Changes.
76470      Branch: perl
76471            ! Changes patchlevel.h
76472 ____________________________________________________________________________
76473 [  7044] By: jhi                                   on 2000/09/08  21:29:56
76474         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
76475              From: Peter Prymmer <pvhp@forte.com>
76476              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
76477              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
76478      Branch: perl
76479            ! configure.com
76480 ____________________________________________________________________________
76481 [  7043] By: jhi                                   on 2000/09/08  21:27:50
76482         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
76483              From: Peter Prymmer <pvhp@forte.com>
76484              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
76485              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
76486      Branch: perl
76487            ! Makefile.SH installperl
76488 ____________________________________________________________________________
76489 [  7042] By: jhi                                   on 2000/09/08  21:23:21
76490         Log: Continue #7041.
76491      Branch: perl
76492            ! cygwin/Makefile.SHs os2/Makefile.SHs
76493 ____________________________________________________________________________
76494 [  7041] By: jhi                                   on 2000/09/08  21:18:10
76495         Log: Do away with memory models cruft.  Sorry, PDP users.
76496      Branch: metaconfig
76497            ! U/modified/cc.U U/modified/libpth.U
76498      Branch: perl
76499            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
76500            ! Porting/config_H cflags.SH config_h.SH configure.com
76501            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
76502            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
76503            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
76504 ____________________________________________________________________________
76505 [  7040] By: jhi                                   on 2000/09/08  14:34:18
76506         Log: Major rewrite of s2p.  And I mean really major, it is
76507              an implementation of sed in perl.  If called as s2p it
76508              will function as s2p.  Note: needs non-UNIXifying.
76509              
76510              Subject: s2p
76511              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
76512              Date: Mon, 28 Aug 2000 14:05:12 +0200
76513              Message-ID: <39AA5578.2102E2AA@alcatel.at>
76514      Branch: perl
76515            ! x2p/s2p.PL
76516 ____________________________________________________________________________
76517 [  7039] By: jhi                                   on 2000/09/08  14:19:49
76518         Log: Re-allow vec() for characters > 255.
76519              
76520              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
76521              From: Spider Boardman <spider@web.zk3.dec.com>
76522              Date: Fri, 08 Sep 2000 02:21:02 -0400
76523              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
76524      Branch: perl
76525            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
76526            ! t/op/vec.t
76527 ____________________________________________________________________________
76528 [  7038] By: jhi                                   on 2000/09/08  14:14:18
76529         Log: Subject: [PATCH lib/Benchmark.pm]
76530              From: <abigail@foad.org>
76531              Date: Thu, 7 Sep 2000 15:03:20 -0400
76532              Message-ID: <20000907190320.888.qmail@foad.org>
76533      Branch: perl
76534            ! lib/Benchmark.pm
76535 ____________________________________________________________________________
76536 [  7037] By: jhi                                   on 2000/09/08  14:11:06
76537         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
76538              
76539              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
76540              From: Spider Boardman <spider@web.zk3.dec.com>
76541              Date: Fri, 08 Sep 2000 01:30:27 -0400
76542              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
76543      Branch: perl
76544            ! op.c
76545 ____________________________________________________________________________
76546 [  7036] By: jhi                                   on 2000/09/08  14:08:58
76547         Log: Subject: [ID 20000908.002] perlipc documentation bug.
76548              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
76549              Date: Fri, 08 Sep 2000 12:38:32 +0200
76550              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
76551      Branch: perl
76552            ! pod/perlipc.pod
76553 ____________________________________________________________________________
76554 [  7035] By: jhi                                   on 2000/09/08  14:03:12
76555         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
76556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76557              Date: Fri, 08 Sep 2000 11:47:34 +0200
76558              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
76559      Branch: perl
76560            ! hints/dec_osf.sh
76561 ____________________________________________________________________________
76562 [  7034] By: jhi                                   on 2000/09/08  13:59:35
76563         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
76564              From: Simon Cozens <simon@cozens.net>
76565              Date: Thu, 7 Sep 2000 20:40:38 +0100
76566              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
76567      Branch: perl
76568            ! pp_hot.c
76569 ____________________________________________________________________________
76570 [  7033] By: jhi                                   on 2000/09/08  04:03:03
76571         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
76572              From: "Larry W. Virden" <lvirden@cas.org>
76573              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
76574              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
76575      Branch: perl
76576            ! pod/perldiag.pod
76577 ____________________________________________________________________________
76578 [  7032] By: jhi                                   on 2000/09/07  22:18:30
76579         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
76580              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
76581              Date: Mon, 04 Sep 2000 13:16:38 -0700
76582              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
76583      Branch: perl
76584            ! lib/perl5db.pl
76585 ____________________________________________________________________________
76586 [  7031] By: jhi                                   on 2000/09/07  22:02:29
76587         Log: Fix the ccversion detection for 5.1 and beyond.
76588              
76589              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
76590              From: Spider Boardman <spider@leggy.zk3.dec.com>
76591              Date: Thu, 7 Sep 2000 17:54:27 -0400
76592              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
76593      Branch: perl
76594            ! hints/dec_osf.sh
76595 ____________________________________________________________________________
76596 [  7030] By: jhi                                   on 2000/09/07  19:12:28
76597         Log: Fix for
76598              
76599              Subject: [ID 20000903.001] \w in utf8-strings
76600              From: Marc Lehmann <pcg@goof.com>
76601              Date: Sun, 03 Sep 2000 09:44:29 +0200
76602              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
76603              
76604              and various related nits.
76605      Branch: perl
76606            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
76607 ____________________________________________________________________________
76608 [  7029] By: jhi                                   on 2000/09/07  18:49:09
76609         Log: Fix the URL, but the server is still missing in action.
76610              
76611              Subject: [ID 20000905.002] perlfaq1.pod URL error
76612              From: "Larry W. Virden" <lvirden@cas.org>
76613              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
76614              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
76615      Branch: perl
76616            ! pod/perlfaq1.pod
76617 ____________________________________________________________________________
76618 [  7028] By: jhi                                   on 2000/09/07  18:47:13
76619         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
76620              From: Hugo <hv@crypt.compulink.co.uk>
76621              Date: Tue, 05 Sep 2000 14:13:37 +0100
76622              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
76623      Branch: perl
76624            ! toke.c
76625 ____________________________________________________________________________
76626 [  7027] By: jhi                                   on 2000/09/07  18:45:35
76627         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
76628              From: Daniel Chetlin <daniel@chetlin.com>
76629              Date: Tue, 5 Sep 2000 04:57:07 -0700
76630              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
76631      Branch: perl
76632            ! pod/perlfaq6.pod pod/perlop.pod
76633 ____________________________________________________________________________
76634 [  7026] By: jhi                                   on 2000/09/07  18:44:01
76635         Log: Document the new ref() semantics.
76636              
76637              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
76638              From: Gisle Aas <gisle@ActiveState.com>
76639              Date: 05 Sep 2000 08:10:30 +0200
76640              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
76641      Branch: perl
76642            ! pod/perldelta.pod
76643 ____________________________________________________________________________
76644 [  7025] By: jhi                                   on 2000/09/07  18:42:27
76645         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
76646              
76647              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
76648              From: Gisle Aas <gisle@ActiveState.com>
76649              Date: 05 Sep 2000 08:11:40 +0200
76650              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
76651      Branch: perl
76652            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
76653 ____________________________________________________________________________
76654 [  7024] By: jhi                                   on 2000/09/07  18:39:32
76655         Log: Subject: [PATCH] Modernize Opcode.pm documentation
76656              From: Gisle Aas <gisle@ActiveState.com>
76657              Date: 4 Sep 2000 00:18:55 -0000
76658              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
76659      Branch: perl
76660            ! ext/Opcode/Opcode.pm
76661 ____________________________________________________________________________
76662 [  7023] By: jhi                                   on 2000/09/07  18:37:42
76663         Log: Subject: [PATCH] Tied filehandle documentation
76664              From: Gisle Aas <gisle@ActiveState.com>
76665              Date: 4 Sep 2000 00:14:40 -0000
76666              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
76667      Branch: perl
76668            ! pod/perlfunc.pod pod/perltie.pod
76669 ____________________________________________________________________________
76670 [  7022] By: jhi                                   on 2000/09/07  18:35:37
76671         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
76672              From: Gisle Aas <gisle@ActiveState.com>
76673              Date: 4 Sep 2000 00:04:22 -0000
76674              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
76675      Branch: perl
76676            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
76677 ____________________________________________________________________________
76678 [  7021] By: jhi                                   on 2000/09/07  18:33:22
76679         Log: Subject: small apidoc fix
76680              From: Marc Lehmann <pcg@goof.com>
76681              Date: Sun, 3 Sep 2000 05:12:06 +0200
76682              Message-ID: <20000903051206.A5909@cerebro.laendle>
76683      Branch: perl
76684            ! pod/perlapi.pod utf8.c
76685 ____________________________________________________________________________
76686 [  7020] By: jhi                                   on 2000/09/07  16:14:57
76687         Log: Tiny perldelta nits.
76688      Branch: perl
76689            ! pod/perldelta.pod
76690 ____________________________________________________________________________
76691 [  7019] By: jhi                                   on 2000/09/07  16:04:20
76692         Log: Guard against bad string->int conversion for quads.
76693      Branch: perl
76694            ! t/op/64bitint.t
76695 ____________________________________________________________________________
76696 [  7018] By: jhi                                   on 2000/09/06  17:07:03
76697         Log: Update Unicode todo list.
76698      Branch: perl
76699            ! Todo-5.6
76700 ____________________________________________________________________________
76701 [  7017] By: jhi                                   on 2000/09/05  21:16:01
76702         Log: Document the SvIOK_.*UV().
76703      Branch: perl
76704            ! pod/perlapi.pod sv.h
76705 ____________________________________________________________________________
76706 [  7016] By: nick                                  on 2000/09/03  21:54:46
76707         Log: Hash lookup of constant strings optimization:
76708              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
76709              to string table (as per sharepvn). Add newSV_pvn_share to create such
76710              a thing. Make hv.c compare addresses of strings and skip string compare
76711              if equal. Make method_named and helem ops use these shared-string SVs
76712              when arg is constant. Make keys op return shared-string SVs (less clearly
76713              a win).
76714      Branch: perl
76715            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
76716            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
76717            ! pod/perlintern.pod pp_hot.c proto.h sv.c
76718 ____________________________________________________________________________
76719 [  7015] By: jhi                                   on 2000/09/02  17:48:59
76720         Log: This is 5.7.0.
76721      Branch: perl
76722            ! Changes
76723 ____________________________________________________________________________
76724 [  7014] By: jhi                                   on 2000/09/02  17:35:45
76725         Log: Changes and patchlevel tweaks.
76726      Branch: perl
76727            ! Changes patchlevel.h
76728 ____________________________________________________________________________
76729 [  7013] By: jhi                                   on 2000/09/02  17:30:50
76730         Log: Update Changes.
76731      Branch: perl
76732            ! Changes patchlevel.h
76733 ____________________________________________________________________________
76734 [  7012] By: nick                                  on 2000/09/02  17:25:20
76735         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
76736      Branch: perl
76737            ! gv.c lib/overload.pm
76738 ____________________________________________________________________________
76739 [  7011] By: jhi                                   on 2000/09/02  17:16:25
76740         Log: Update perlhist.
76741      Branch: perl
76742            ! pod/perlhist.pod
76743 ____________________________________________________________________________
76744 [  7010] By: jhi                                   on 2000/09/02  17:01:35
76745         Log: perldelta nits.
76746      Branch: perl
76747            ! pod/perldelta.pod
76748 ____________________________________________________________________________
76749 [  7009] By: nick                                  on 2000/09/02  16:48:35
76750         Log: If overloaded %{} etc. return the object do not loop.
76751              Thus  sub deref { $_[0] } functions if object is wanted type.
76752      Branch: perl
76753            ! pp.h
76754 ____________________________________________________________________________
76755 [  7008] By: jhi                                   on 2000/09/02  16:26:11
76756         Log: Retab MANIFEST.
76757      Branch: perl
76758            ! ext/Storable/MANIFEST
76759 ____________________________________________________________________________
76760 [  7007] By: jhi                                   on 2000/09/02  16:23:02
76761         Log: Make certain cc is set before trying to run it.
76762      Branch: perl
76763            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
76764 ____________________________________________________________________________
76765 [  7006] By: jhi                                   on 2000/09/02  15:45:41
76766         Log: Unicode notes.
76767      Branch: perl
76768            ! pod/perldelta.pod
76769 ____________________________________________________________________________
76770 [  7005] By: jhi                                   on 2000/09/02  15:42:11
76771         Log: Various Configure nits by Philip Newton,
76772              plus the ebcdic one by me.
76773      Branch: metaconfig
76774            + U/modified/pager.U
76775            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
76776      Branch: metaconfig/U/perl
76777            ! Devel.U quadfio.U
76778      Branch: perl
76779            ! Configure config_h.SH
76780 ____________________________________________________________________________
76781 [  7004] By: jhi                                   on 2000/09/02  15:06:14
76782         Log: Apparently avoiding the swapping is too costly.
76783              
76784              From: "Ben Tilly" <ben_tilly@hotmail.com>
76785              Subject: Re: the door is closed.
76786              Date: Fri, 01 Sep 2000 20:23:16 EDT
76787              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
76788      Branch: perl
76789            ! pod/perlfaq4.pod
76790 ____________________________________________________________________________
76791 [  7003] By: nick                                  on 2000/09/02  12:26:04
76792         Log: Undo part of change 6489 which looks like a bulk edit which
76793              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
76794              The supressing of main:: on return from select() is undesirable.
76795      Branch: perl
76796            ! pp_sys.c
76797 ____________________________________________________________________________
76798 [  7002] By: jhi                                   on 2000/09/01  23:08:54
76799         Log: Update Changes.
76800      Branch: perl
76801            ! Changes patchlevel.h
76802 ____________________________________________________________________________
76803 [  7001] By: jhi                                   on 2000/09/01  23:00:13
76804         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
76805              From: Peter Prymmer <pvhp@forte.com>
76806              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
76807              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
76808              
76809              plus rework the http: spots as suggested by Tom Christiansen,
76810              plus regen perltoc.
76811      Branch: perl
76812            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
76813            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
76814 ____________________________________________________________________________
76815 [  7000] By: jhi                                   on 2000/09/01  22:36:01
76816         Log: Only the first line, thank you very much.
76817      Branch: perl
76818            ! hints/solaris_2.sh
76819 ____________________________________________________________________________
76820 [  6999] By: gsar                                  on 2000/09/01  22:16:40
76821         Log: change#6791 accidentally clobbered change#6710, put it back
76822      Branch: perl
76823            ! win32/win32.c
76824 ____________________________________________________________________________
76825 [  6998] By: jhi                                   on 2000/09/01  22:14:16
76826         Log: Mention the HP-UX LP64 freak failure.
76827      Branch: perl
76828            ! pod/perldelta.pod
76829 ____________________________________________________________________________
76830 [  6997] By: jhi                                   on 2000/09/01  21:48:32
76831         Log: Detypo.
76832      Branch: perl
76833            ! hints/hpux.sh
76834 ____________________________________________________________________________
76835 [  6996] By: jhi                                   on 2000/09/01  21:27:10
76836         Log: Update Changes.
76837      Branch: perl
76838            ! Changes patchlevel.h
76839 ____________________________________________________________________________
76840 [  6995] By: jhi                                   on 2000/09/01  21:14:24
76841         Log: Mi splgn s gnin.g
76842      Branch: perl
76843            ! pp_ctl.c
76844 ____________________________________________________________________________
76845 [  6994] By: jhi                                   on 2000/09/01  21:09:54
76846         Log: Subject: http:// in L<>
76847              From: Nicholas Clark <nick@ccl4.org>
76848              Date: Fri, 1 Sep 2000 22:03:21 +0100
76849              Message-ID: <20000901220321.B72074@plum.flirble.org>
76850      Branch: perl
76851            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
76852 ____________________________________________________________________________
76853 [  6993] By: jhi                                   on 2000/09/01  21:06:54
76854         Log: Update to Storable 1.0, from Raphael Manfredi.
76855      Branch: perl
76856            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
76857            ! ext/Storable/Makefile.PL ext/Storable/README
76858            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
76859            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
76860            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
76861            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
76862            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
76863            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
76864 ____________________________________________________________________________
76865 [  6992] By: jhi                                   on 2000/09/01  20:43:05
76866         Log: Mention known sfio+linux buglet.
76867      Branch: perl
76868            ! pod/perldelta.pod
76869 ____________________________________________________________________________
76870 [  6991] By: jhi                                   on 2000/09/01  20:40:11
76871         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
76872              From: Peter Prymmer <pvhp@forte.com>
76873              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
76874              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
76875      Branch: perl
76876            ! vms/vms.c
76877 ____________________________________________________________________________
76878 [  6990] By: jhi                                   on 2000/09/01  20:25:26
76879         Log: Retract #6986.
76880      Branch: perl
76881            ! hints/solaris_2.sh
76882 ____________________________________________________________________________
76883 [  6989] By: jhi                                   on 2000/09/01  20:23:00
76884         Log: Mergesort is back.
76885      Branch: perl
76886            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
76887 ____________________________________________________________________________
76888 [  6988] By: jhi                                   on 2000/09/01  19:37:40
76889         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
76890              From: Mike Guy <mjtg@cam.ac.uk>
76891              Date: Fri, 01 Sep 2000 17:43:33 +0100
76892              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
76893      Branch: perl
76894            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
76895            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
76896 ____________________________________________________________________________
76897 [  6987] By: jhi                                   on 2000/09/01  19:17:10
76898         Log: Regen perltoc.
76899      Branch: perl
76900            ! pod/perltoc.pod
76901 ____________________________________________________________________________
76902 [  6986] By: jhi                                   on 2000/09/01  18:51:10
76903         Log: Subject: Re: Solaris x86 has no SPARC libraries!
76904              From: Lupe Christoph <lupe@lupe-christoph.de>
76905              Date: Fri, 1 Sep 2000 20:41:20 +0200
76906              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
76907      Branch: perl
76908            ! hints/solaris_2.sh
76909 ____________________________________________________________________________
76910 [  6985] By: jhi                                   on 2000/09/01  18:28:10
76911         Log: Update Changes.
76912      Branch: perl
76913            ! Changes patchlevel.h
76914 ____________________________________________________________________________
76915 [  6984] By: jhi                                   on 2000/09/01  18:26:53
76916         Log: Feature ordering tweak.
76917      Branch: perl
76918            ! myconfig.SH
76919 ____________________________________________________________________________
76920 [  6983] By: jhi                                   on 2000/09/01  18:19:50
76921         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76922              From: <abigail@foad.org>
76923              Date: Fri, 1 Sep 2000 13:07:32 -0400
76924              Message-ID: <20000901170732.18249.qmail@foad.org>
76925      Branch: perl
76926            ! t/pragma/overload.t
76927 ____________________________________________________________________________
76928 [  6982] By: jhi                                   on 2000/09/01  18:17:54
76929         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
76930              so that case-ignoring systems like DCL can tell them from
76931              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
76932      Branch: metaconfig/U/perl
76933            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
76934      Branch: perl
76935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76936            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
76937            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
76938            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
76939            ! vos/config.def vos/config.h vos/config_h.SH_orig
76940            ! win32/config.bc win32/config.gc win32/config.vc
76941 ____________________________________________________________________________
76942 [  6981] By: nick                                  on 2000/09/01  17:21:57
76943         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
76944              warning when UNTIE exists and instead pass the count of extra references to
76945              the UNTIE method.
76946      Branch: perl
76947            ! pod/perltie.pod pp_sys.c
76948 ____________________________________________________________________________
76949 [  6980] By: jhi                                   on 2000/09/01  16:54:44
76950         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
76951              From: Peter Prymmer <pvhp@forte.com>
76952              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
76953              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
76954      Branch: perl
76955            ! configure.com
76956 ____________________________________________________________________________
76957 [  6979] By: jhi                                   on 2000/09/01  16:06:20
76958         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
76959              From: Mike Guy <mjtg@cam.ac.uk> 
76960              Date: Fri, 01 Sep 2000 16:49:27 +0100
76961              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
76962      Branch: perl
76963            ! t/base/rs.t
76964 ____________________________________________________________________________
76965 [  6978] By: jhi                                   on 2000/09/01  16:00:42
76966         Log: Update to PodParser 1.18, from Brad Appleton.
76967      Branch: perl
76968            ! lib/Pod/Checker.pm t/pod/find.t
76969 ____________________________________________________________________________
76970 [  6977] By: jhi                                   on 2000/09/01  14:48:58
76971         Log: Subject: Nit in Configure (bleadperl@6961)
76972              From: Lupe Christoph <lupe@lupe-christoph.de>
76973              Date: Fri, 1 Sep 2000 16:34:29 +0200
76974              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
76975      Branch: metaconfig
76976            ! U/compline/ccflags.U
76977      Branch: perl
76978            ! Configure config_h.SH
76979 ____________________________________________________________________________
76980 [  6976] By: jhi                                   on 2000/09/01  14:39:52
76981         Log: Update Changes.
76982      Branch: perl
76983            ! Changes patchlevel.h
76984 ____________________________________________________________________________
76985 [  6975] By: jhi                                   on 2000/09/01  14:37:36
76986         Log: microperl config update.
76987      Branch: perl
76988            ! uconfig.h uconfig.sh
76989 ____________________________________________________________________________
76990 [  6974] By: jhi                                   on 2000/09/01  14:36:53
76991         Log: Document known deficiencies.
76992      Branch: perl
76993            ! pod/perldelta.pod
76994 ____________________________________________________________________________
76995 [  6973] By: jhi                                   on 2000/09/01  14:10:20
76996         Log: Mention warnings fixes and updates.
76997      Branch: perl
76998            ! pod/perldelta.pod
76999 ____________________________________________________________________________
77000 [  6972] By: jhi                                   on 2000/09/01  14:01:52
77001         Log: Drop unused argument.
77002              
77003              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
77004              From: Spider Boardman <spider@web.zk3.dec.com>
77005              Date: Thu, 31 Aug 2000 16:10:15 -0400
77006              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
77007      Branch: perl
77008            ! toke.c
77009 ____________________________________________________________________________
77010 [  6971] By: jhi                                   on 2000/09/01  13:59:24
77011         Log: Add the overload warnings to perldiag.
77012      Branch: perl
77013            ! lib/overload.pm pod/perldiag.pod
77014 ____________________________________________________________________________
77015 [  6970] By: jhi                                   on 2000/09/01  13:55:10
77016         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
77017              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
77018              Date: Fri, 1 Sep 2000 13:43:15 +0100 
77019              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
77020      Branch: perl
77021            ! lib/overload.pm t/pragma/overload.t
77022 ____________________________________________________________________________
77023 [  6969] By: jhi                                   on 2000/09/01  13:52:27
77024         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
77025              From: <abigail@foad.org>
77026              Date: Fri, 1 Sep 2000 05:46:54 -0400
77027              Message-ID: <20000901094654.6476.qmail@foad.org>
77028      Branch: perl
77029            ! lib/overload.pm
77030 ____________________________________________________________________________
77031 [  6968] By: jhi                                   on 2000/09/01  13:50:05
77032         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
77033              From: Daniel Chetlin <daniel@chetlin.com>
77034              Date: Fri, 1 Sep 2000 02:10:55 -0700
77035              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
77036      Branch: perl
77037            ! pod/perlretut.pod
77038 ____________________________________________________________________________
77039 [  6967] By: jhi                                   on 2000/09/01  13:47:54
77040         Log: Part of the solution.
77041              
77042              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
77043              From: Mike Guy <mjtg@cam.ac.uk>
77044              Date: Fri, 01 Sep 2000 14:16:01 +0100
77045              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
77046      Branch: perl
77047            ! gv.c mg.c
77048 ____________________________________________________________________________
77049 [  6966] By: jhi                                   on 2000/09/01  13:46:17
77050         Log: Subject: CPAN.pm beta 1.57_57 for the core
77051              From: andreas.koenig@anima.de (Andreas J. Koenig)
77052              Date: 01 Sep 2000 15:16:31 +0200
77053              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
77054      Branch: perl
77055            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77056 ____________________________________________________________________________
77057 [  6965] By: jhi                                   on 2000/09/01  13:43:18
77058         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
77059              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77060              Date: Fri, 01 Sep 2000 01:47:22 -0500
77061              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
77062      Branch: perl
77063            ! pod/perldelta.pod vms/vms.c
77064 ____________________________________________________________________________
77065 [  6964] By: jhi                                   on 2000/09/01  13:35:35
77066         Log: File::Temp patches from Andreas König,
77067              
77068              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
77069              From: andreas.koenig@anima.de (Andreas J. Koenig)
77070              Date: 01 Sep 2000 10:07:20 +0200
77071              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
77072              
77073              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
77074              From: andreas.koenig@anima.de (Andreas J. Koenig)
77075              Date: 31 Aug 2000 23:26:08 +0200
77076              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
77077      Branch: perl
77078            ! lib/File/Temp.pm t/lib/ftmp-security.t
77079 ____________________________________________________________________________
77080 [  6963] By: jhi                                   on 2000/09/01  02:22:24
77081         Log: Retract the mergesort code, way too incompatible licensing
77082              and copyrights.
77083      Branch: perl
77084            ! pod/perldelta.pod pp_ctl.c
77085 ____________________________________________________________________________
77086 [  6962] By: jhi                                   on 2000/08/31  23:27:32
77087         Log: Update Changes.
77088      Branch: perl
77089            ! Changes patchlevel.h
77090 ____________________________________________________________________________
77091 [  6961] By: jhi                                   on 2000/08/31  23:20:04
77092         Log: Small tweaks all over.
77093      Branch: metaconfig
77094            ! U/compline/d_gconvert.U
77095      Branch: perl
77096            ! AUTHORS Configure config_h.SH pp_ctl.c
77097 ____________________________________________________________________________
77098 [  6960] By: jhi                                   on 2000/08/31  22:39:36
77099         Log: Further rewording.
77100      Branch: perl
77101            ! pp_ctl.c
77102 ____________________________________________________________________________
77103 [  6959] By: jhi                                   on 2000/08/31  21:26:44
77104         Log: More address tweaking.
77105      Branch: perl
77106            ! AUTHORS Changes
77107 ____________________________________________________________________________
77108 [  6958] By: jhi                                   on 2000/08/31  20:47:25
77109         Log: AUTHORS tweaks, from Peter Prymmer.
77110              
77111              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
77112              From: Peter Prymmer <pvhp@forte.com>
77113              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
77114              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
77115      Branch: perl
77116            ! AUTHORS MAINTAIN
77117 ____________________________________________________________________________
77118 [  6957] By: jhi                                   on 2000/08/31  20:34:43
77119         Log: perldelta tweaks.
77120      Branch: perl
77121            ! pod/perldelta.pod
77122 ____________________________________________________________________________
77123 [  6956] By: jhi                                   on 2000/08/31  19:11:06
77124         Log: Regen perltoc.
77125      Branch: perl
77126            ! pod/perltoc.pod
77127 ____________________________________________________________________________
77128 [  6955] By: jhi                                   on 2000/08/31  19:06:30
77129         Log: Clarify the mergesort situation.
77130      Branch: perl
77131            ! pp_ctl.c
77132 ____________________________________________________________________________
77133 [  6954] By: jhi                                   on 2000/08/31  18:24:17
77134         Log: Move the Solaris 7 scan to use64bitall, make the
77135              failure to find 64-bot sparc libc to mention the
77136              possibility of being in an intel, from Lupe and Alan.
77137      Branch: perl
77138            ! hints/solaris_2.sh
77139 ____________________________________________________________________________
77140 [  6953] By: jhi                                   on 2000/08/31  18:09:20
77141         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
77142              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
77143      Branch: metaconfig
77144            ! U/compline/d_gconvert.U U/threads/archname.U
77145      Branch: metaconfig/U/perl
77146            ! perlxv.U
77147      Branch: perl
77148            ! Configure config_h.SH sv.c
77149 ____________________________________________________________________________
77150 [  6952] By: jhi                                   on 2000/08/31  17:42:24
77151         Log: :: not allowed in pathnames, change to .
77152              
77153              Subject: [PATCH perl@6938] cygwin port
77154              From: "Fifer, Eric" <EFifer@sanwaint.com>
77155              Date: Thu, 31 Aug 2000 16:32:59 +0100
77156              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
77157      Branch: metaconfig/U/perl
77158            ! perlxv.U
77159 ____________________________________________________________________________
77160 [  6951] By: jhi                                   on 2000/08/31  17:02:05
77161         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
77162      Branch: perl
77163            ! perl.h
77164 ____________________________________________________________________________
77165 [  6950] By: jhi                                   on 2000/08/31  16:26:08
77166         Log: More author updates.
77167              
77168              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
77169              From: Simon Cozens <simon@cozens.net>
77170              Date: Thu, 31 Aug 2000 17:13:32 +0100
77171              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
77172      Branch: perl
77173            ! AUTHORS
77174 ____________________________________________________________________________
77175 [  6949] By: jhi                                   on 2000/08/31  16:04:49
77176         Log: POSIX doesn't report long double values under -Duselongdouble
77177              when the long doubles are "real" (bigger than doubles).
77178              
77179              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
77180              From: Spider Boardman <spider@peano.zk3.dec.com>
77181              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
77182              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
77183      Branch: perl
77184            ! ext/POSIX/POSIX.xs
77185 ____________________________________________________________________________
77186 [  6948] By: jhi                                   on 2000/08/31  15:25:10
77187         Log: Update Changes.
77188      Branch: perl
77189            ! Changes patchlevel.h
77190 ____________________________________________________________________________
77191 [  6947] By: jhi                                   on 2000/08/31  15:22:29
77192         Log: Document UNTIE in a very minimalistic way.
77193      Branch: perl
77194            ! pod/perlfunc.pod pod/perltie.pod
77195 ____________________________________________________________________________
77196 [  6946] By: jhi                                   on 2000/08/31  15:15:23
77197         Log: Document known failures.
77198      Branch: perl
77199            ! pod/perldelta.pod
77200 ____________________________________________________________________________
77201 [  6945] By: jhi                                   on 2000/08/31  15:07:00
77202         Log: Don't attach -ld to the archname if pointless.
77203      Branch: metaconfig
77204            ! U/threads/archname.U
77205      Branch: perl
77206            ! Configure config_h.SH
77207 ____________________________________________________________________________
77208 [  6944] By: jhi                                   on 2000/08/31  14:37:42
77209         Log: Wrap the test in eval.
77210              
77211              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
77212              From: Tim Jenness <timj@jach.hawaii.edu>
77213              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
77214              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
77215      Branch: perl
77216            ! t/lib/ftmp-security.t
77217 ____________________________________________________________________________
77218 [  6943] By: jhi                                   on 2000/08/31  14:30:57
77219         Log: Make -Dusemorebits find long doubles in Solaris.
77220      Branch: perl
77221            ! hints/solaris_2.sh
77222 ____________________________________________________________________________
77223 [  6942] By: jhi                                   on 2000/08/31  13:48:45
77224         Log: Clarify the third case of ftmp-security warnings.
77225      Branch: perl
77226            ! INSTALL
77227 ____________________________________________________________________________
77228 [  6941] By: jhi                                   on 2000/08/31  13:40:31
77229         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
77230              From: <abigail@foad.org>
77231              Date: Thu, 31 Aug 2000 01:35:05 -0400
77232              Message-ID: <20000831053505.32120.qmail@foad.org>
77233      Branch: perl
77234            ! pod/perldelta.pod
77235 ____________________________________________________________________________
77236 [  6940] By: jhi                                   on 2000/08/31  13:38:48
77237         Log: Issue useful diagnostic on unknown pod commands.
77238              
77239              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
77240              From: <abigail@foad.org>
77241              Date: Thu, 31 Aug 2000 03:41:18 -0400
77242              Message-ID: <20000831074118.24880.qmail@foad.org>
77243      Branch: perl
77244            ! lib/Pod/Man.pm
77245 ____________________________________________________________________________
77246 [  6939] By: jhi                                   on 2000/08/31  13:34:33
77247         Log: Reveal Borland's isnan.
77248              
77249              Subject: build with BC++ tweak
77250              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77251              Date: Thu, 31 Aug 2000 13:09:37 +0400
77252              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
77253      Branch: perl
77254            ! win32/win32.h
77255 ____________________________________________________________________________
77256 [  6938] By: jhi                                   on 2000/08/31  05:01:20
77257         Log: Update Changes.
77258      Branch: perl
77259            ! Changes patchlevel.h
77260 ____________________________________________________________________________
77261 [  6937] By: jhi                                   on 2000/08/31  04:26:23
77262         Log: sscanf() may be the only way to read long doubles from strings.
77263      Branch: metaconfig/U/perl
77264            ! longdblfio.U
77265      Branch: perl
77266            ! Configure config_h.SH perl.h util.c
77267 ____________________________________________________________________________
77268 [  6936] By: jhi                                   on 2000/08/31  04:18:19
77269         Log: The #6929 was too skimpy.
77270      Branch: perl
77271            ! sv.c
77272 ____________________________________________________________________________
77273 [  6935] By: jhi                                   on 2000/08/31  02:47:07
77274         Log: Subject: Re: typos in pods
77275              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77276              Date: Wed, 30 Aug 2000 19:25:34 -0700
77277              Message-ID: <eIcr5gzkg25X092yn@efn.org>
77278      Branch: perl
77279            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
77280 ____________________________________________________________________________
77281 [  6934] By: jhi                                   on 2000/08/31  02:42:55
77282         Log: Missed one Unicode file.
77283      Branch: perl
77284            + lib/unicode/UCDFF301.html
77285 ____________________________________________________________________________
77286 [  6933] By: jhi                                   on 2000/08/30  23:42:27
77287         Log: Update Changes.
77288      Branch: perl
77289            ! Changes patchlevel.h
77290 ____________________________________________________________________________
77291 [  6932] By: jhi                                   on 2000/08/30  23:40:07
77292         Log: Mention UNTIE in perldelta.  Still needs documenting
77293              in perltie et alia.
77294      Branch: perl
77295            ! pod/perldelta.pod
77296 ____________________________________________________________________________
77297 [  6931] By: jhi                                   on 2000/08/30  23:36:02
77298         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
77299              From: <abigail@foad.org>
77300              Date: Wed, 30 Aug 2000 19:28:07 -0400
77301              Message-ID: <20000830232807.305.qmail@foad.org>
77302      Branch: perl
77303            ! pod/perldelta.pod
77304 ____________________________________________________________________________
77305 [  6930] By: jhi                                   on 2000/08/30  23:32:40
77306         Log: Update to Unicode 3.0.1.
77307      Branch: perl
77308            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
77309            + lib/unicode/PropList.txt lib/unicode/README.perl
77310            + lib/unicode/UCD301.html lib/unicode/Unicode.301
77311            - lib/unicode/Props.txt lib/unicode/UCD300.html
77312            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
77313            ! (edit 257 files)
77314 ____________________________________________________________________________
77315 [  6929] By: jhi                                   on 2000/08/30  22:38:18
77316         Log: Heap decorruption.
77317              
77318              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
77319              From: Alan Burlison <Alan.Burlison@uk.sun.com>
77320              Date: Wed, 30 Aug 2000 22:39:52 +0100
77321              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
77322      Branch: perl
77323            ! sv.c
77324 ____________________________________________________________________________
77325 [  6928] By: jhi                                   on 2000/08/30  22:29:34
77326         Log: Retract the dummy test, skip the security tests (instead of failing),
77327              explain what the warnings mean.
77328      Branch: perl
77329            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
77330 ____________________________________________________________________________
77331 [  6927] By: jhi                                   on 2000/08/30  22:14:13
77332         Log: Change the internal implementation of sort() to be mergesort
77333              instead of quicksort, from John Linderman <jpl@research.att.com>.
77334              Gives us better worst case, better average case, and stability.
77335              What's there not to like?  (Small fixes for threaded builds
77336              were required).
77337      Branch: perl
77338            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
77339 ____________________________________________________________________________
77340 [  6926] By: jhi                                   on 2000/08/30  20:55:20
77341         Log: A better fix for the Socket building problem from Craig Berry.
77342      Branch: perl
77343            ! vms/vms.c
77344 ____________________________________________________________________________
77345 [  6925] By: jhi                                   on 2000/08/30  20:20:25
77346         Log: Subject: [PATCH] Re: UNTIE method 
77347              From: Nick Ing-Simmons <nik@tiuk.ti.com>
77348              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
77349              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
77350      Branch: perl
77351            ! pp_sys.c t/op/tie.t
77352 ____________________________________________________________________________
77353 [  6924] By: jhi                                   on 2000/08/30  20:17:11
77354         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
77355              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77356              Date: Wed, 30 Aug 2000 15:03:14 -0500
77357              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
77358      Branch: perl
77359            ! vms/vms.c
77360 ____________________________________________________________________________
77361 [  6923] By: jhi                                   on 2000/08/30  20:15:18
77362         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
77363              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77364              Date: Wed, 30 Aug 2000 13:30:36 -0500
77365              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
77366      Branch: perl
77367            ! vms/vms.c
77368 ____________________________________________________________________________
77369 [  6922] By: jhi                                   on 2000/08/30  19:54:43
77370         Log: Better options for rsync.
77371      Branch: perl
77372            ! pod/perlhack.pod
77373 ____________________________________________________________________________
77374 [  6921] By: jhi                                   on 2000/08/30  19:40:16
77375         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
77376              From: Rick Delaney <rick@consumercontact.com>
77377              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
77378              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
77379      Branch: perl
77380            ! pod/perlfunc.pod
77381 ____________________________________________________________________________
77382 [  6920] By: jhi                                   on 2000/08/30  19:36:40
77383         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
77384              From: Peter Prymmer <pvhp@forte.com>
77385              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
77386              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
77387      Branch: perl
77388            ! configure.com
77389 ____________________________________________________________________________
77390 [  6919] By: jhi                                   on 2000/08/30  14:52:02
77391         Log: Update Changes.
77392      Branch: perl
77393            ! Changes patchlevel.h
77394 ____________________________________________________________________________
77395 [  6918] By: jhi                                   on 2000/08/30  14:48:34
77396         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
77397      Branch: perl
77398            ! lib/ExtUtils/typemap
77399 ____________________________________________________________________________
77400 [  6917] By: jhi                                   on 2000/08/30  14:46:34
77401         Log: Subject: typos in pods
77402              From: Nicholas Clark <nick@ccl4.org>
77403              Date: Wed, 30 Aug 2000 01:12:50 +0100
77404              Message-ID: <20000830011249.A61388@plum.flirble.org>
77405      Branch: perl
77406            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
77407            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
77408            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
77409            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
77410 ____________________________________________________________________________
77411 [  6916] By: jhi                                   on 2000/08/30  14:19:09
77412         Log: Document Storable problems on Crays.  (Will have
77413              to document all the other Storable problems, too.)
77414      Branch: perl
77415            ! pod/perldelta.pod
77416 ____________________________________________________________________________
77417 [  6915] By: jhi                                   on 2000/08/30  14:06:02
77418         Log: Subject: [PATCH] fix misc cast warnings
77419              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77420              Date: Tue, 29 Aug 2000 23:16:14 -0700
77421              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
77422      Branch: perl
77423            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
77424            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
77425            ! os2/os2ish.h
77426 ____________________________________________________________________________
77427 [  6914] By: jhi                                   on 2000/08/30  14:03:45
77428         Log: Timestamp mismatch again.  Need to fix this dependence on
77429              config_h.SH timestamp, since it's the contents of config_h.SH
77430              that matter.
77431      Branch: perl
77432            ! uconfig.h uconfig.sh
77433 ____________________________________________________________________________
77434 [  6913] By: jhi                                   on 2000/08/30  13:54:06
77435         Log: Don't say "Perl 5.0 source kit".
77436      Branch: perl
77437            ! perl.c
77438 ____________________________________________________________________________
77439 [  6912] By: jhi                                   on 2000/08/30  13:51:24
77440         Log: Reset archname and archname64 always, forcing them be
77441              recomputed at each Configure run, make Configure and
77442              the hints files agree on the naming of largefiles variables.
77443      Branch: metaconfig
77444            ! U/threads/archname.U
77445      Branch: metaconfig/U/perl
77446            ! use64bits.U
77447      Branch: perl
77448            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
77449            ! hints/linux.sh hints/solaris_2.sh
77450 ____________________________________________________________________________
77451 [  6911] By: jhi                                   on 2000/08/30  13:30:13
77452         Log: Put back the slice accidentally removed by #6907.
77453      Branch: perl
77454            ! hints/solaris_2.sh
77455 ____________________________________________________________________________
77456 [  6910] By: jhi                                   on 2000/08/30  01:24:26
77457         Log: Be consistent: other Net::get* do export theirs.
77458              
77459              Subject: Re: Net::protoent does not export 'getproto'
77460              From: Yasushi Nakajima <sey@jkc.co.jp>
77461              Date: Wed, 30 Aug 2000 09:53:14 +0900
77462              Message-Id: <200008300051.DAA24700@taku.hut.fi>
77463      Branch: perl
77464            ! lib/Net/protoent.pm
77465 ____________________________________________________________________________
77466 [  6909] By: jhi                                   on 2000/08/30  01:17:25
77467         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
77468              From: Gurusamy Sarathy <gsar@ActiveState.com>
77469              Date: Tue, 29 Aug 2000 17:17:07 -0700
77470              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
77471      Branch: perl
77472            ! cop.h
77473 ____________________________________________________________________________
77474 [  6908] By: jhi                                   on 2000/08/30  00:58:05
77475         Log: Update Changes.
77476      Branch: perl
77477            ! Changes patchlevel.h
77478 ____________________________________________________________________________
77479 [  6907] By: jhi                                   on 2000/08/30  00:57:22
77480         Log: Introduce ccname to keep track of what compiler kind of we have.
77481      Branch: metaconfig/U/perl
77482            ! Checkcc.U gccvers.U
77483      Branch: perl
77484            ! Configure config_h.SH hints/solaris_2.sh
77485 ____________________________________________________________________________
77486 [  6906] By: jhi                                   on 2000/08/30  00:25:47
77487         Log: Put back the flags dump as reasoned in
77488              
77489              Subject: Re: [PATCH] Glob dumping
77490              From: Mike Guy <mjtg@cam.ac.uk> 
77491              Date: Tue, 29 Aug 2000 21:41:32 +0100
77492              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
77493      Branch: perl
77494            ! dump.c t/lib/peek.t
77495 ____________________________________________________________________________
77496 [  6905] By: jhi                                   on 2000/08/30  00:16:17
77497         Log: Make the epsilon to be relative, not absolute.
77498              
77499              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
77500              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
77501              Date: Tue, 29 Aug 2000 19:58:56 -0400
77502              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
77503      Branch: perl
77504            ! t/lib/trig.t
77505 ____________________________________________________________________________
77506 [  6904] By: jhi                                   on 2000/08/30  00:13:09
77507         Log: From now on, Gisle is on my list of usual suspects :-)
77508              Retract #6902.
77509      Branch: perl
77510            ! ext/Opcode/Safe.pm
77511 ____________________________________________________________________________
77512 [  6903] By: jhi                                   on 2000/08/29  23:51:20
77513         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
77514              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77515              Date: Tue, 29 Aug 2000 18:43:26 -0500
77516              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
77517      Branch: perl
77518            + vms/vmspipe.com
77519            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
77520            ! vms/vms.c
77521 ____________________________________________________________________________
77522 [  6902] By: jhi                                   on 2000/08/29  23:44:14
77523         Log: Retry what #6882 attempted.
77524              
77525              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
77526              From: Gisle Aas <gisle@ActiveState.com>
77527              Date: 30 Aug 2000 00:33:09 +0200
77528              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
77529      Branch: perl
77530            ! ext/Opcode/Safe.pm
77531 ____________________________________________________________________________
77532 [  6901] By: jhi                                   on 2000/08/29  22:59:32
77533         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
77534              From: Hugo <hv@crypt.compulink.co.uk>
77535              Date: Mon, 12 Jun 2000 19:36:08 +0100
77536              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
77537      Branch: perl
77538            ! sv.c
77539 ____________________________________________________________________________
77540 [  6900] By: jhi                                   on 2000/08/29  22:58:35
77541         Log: Admit that we are leaking scalars.
77542              
77543              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
77544              From: Spider Boardman <spider@leggy.zk3.dec.com>
77545              Date: Tue, 29 Aug 2000 18:48:29 -0400
77546              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
77547      Branch: perl
77548            ! t/pragma/warnings.t
77549 ____________________________________________________________________________
77550 [  6899] By: jhi                                   on 2000/08/29  20:53:13
77551         Log: Update Changes.
77552      Branch: perl
77553            ! Changes patchlevel.h
77554 ____________________________________________________________________________
77555 [  6898] By: jhi                                   on 2000/08/29  20:46:21
77556         Log: Undo namespace pollution of #6878.
77557              
77558              Subject: Re: Net::protoent does not export 'getproto'
77559              From: Mike Guy <mjtg@cam.ac.uk>
77560              Date: Tue, 29 Aug 2000 21:32:37 +0100
77561              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
77562      Branch: perl
77563            ! lib/Net/protoent.pm
77564 ____________________________________________________________________________
77565 [  6897] By: jhi                                   on 2000/08/29  20:44:29
77566         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
77567              From: Peter Prymmer <pvhp@forte.com>
77568              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
77569              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
77570      Branch: perl
77571            ! pod/perlebcdic.pod
77572 ____________________________________________________________________________
77573 [  6896] By: jhi                                   on 2000/08/29  20:40:57
77574         Log: There's no point repeating the 'revision' (5) of perl5.
77575      Branch: metaconfig/U/perl
77576            ! Devel.U patchlevel.U
77577      Branch: perl
77578            ! Configure config_h.SH
77579 ____________________________________________________________________________
77580 [  6895] By: jhi                                   on 2000/08/29  20:16:58
77581         Log: Regen Configure for #6894.
77582      Branch: metaconfig/U/perl
77583            ! perladmin.U
77584      Branch: perl
77585            ! Configure config_h.SH
77586 ____________________________________________________________________________
77587 [  6894] By: jhi                                   on 2000/08/29  19:59:52
77588         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
77589              From: "Philip Newton" <Philip.Newton@gmx.net>
77590              Date: Tue, 29 Aug 2000 21:39:14 +0200
77591              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
77592      Branch: perl
77593            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
77594            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
77595            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
77596            ! utils/perlbug.PL
77597 ____________________________________________________________________________
77598 [  6893] By: jhi                                   on 2000/08/29  19:55:30
77599         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
77600              From: "Philip Newton" <Philip.Newton@gmx.net>
77601              Date: Tue, 29 Aug 2000 21:39:14 +0200
77602              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
77603      Branch: perl
77604            ! installhtml
77605 ____________________________________________________________________________
77606 [  6892] By: jhi                                   on 2000/08/29  19:53:59
77607         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
77608              From: "Philip Newton" <Philip.Newton@gmx.net>
77609              Date: Tue, 29 Aug 2000 21:48:18 +0200
77610              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
77611      Branch: perl
77612            ! lib/File/Temp.pm
77613 ____________________________________________________________________________
77614 [  6891] By: jhi                                   on 2000/08/29  18:30:03
77615         Log: Nail the ID 20000828.023.
77616      Branch: perl
77617            ! ext/Storable/Storable.xs
77618 ____________________________________________________________________________
77619 [  6890] By: jhi                                   on 2000/08/29  16:50:17
77620         Log: Under usethreads the dumped variable is IN_PAD.
77621              
77622              Subject: Re: [PATCH] Glob dumping
77623              From: Gisle Aas <gisle@ActiveState.com>
77624              Date: 29 Aug 2000 18:45:05 +0200
77625              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
77626      Branch: perl
77627            ! t/lib/peek.t
77628 ____________________________________________________________________________
77629 [  6889] By: jhi                                   on 2000/08/29  15:17:37
77630         Log: Update Changes.
77631      Branch: perl
77632            ! Changes patchlevel.h
77633 ____________________________________________________________________________
77634 [  6888] By: jhi                                   on 2000/08/29  14:49:59
77635         Log: Retract #6882, broke the safe tests.
77636      Branch: perl
77637            ! ext/Opcode/Safe.pm
77638 ____________________________________________________________________________
77639 [  6887] By: jhi                                   on 2000/08/29  14:47:06
77640         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
77641              From: Gisle Aas <gisle@ActiveState.com> 
77642              Date: 09 Jun 2000 20:00:11 +0200
77643              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
77644      Branch: perl
77645            ! utils/perldoc.PL
77646 ____________________________________________________________________________
77647 [  6886] By: jhi                                   on 2000/08/29  14:42:45
77648         Log: The #6881 removed one dump line.
77649      Branch: perl
77650            ! t/lib/peek.t
77651 ____________________________________________________________________________
77652 [  6885] By: jhi                                   on 2000/08/29  14:30:47
77653         Log: Don't forget to tidy up.
77654      Branch: perl
77655            ! t/lib/ftmp-security.t
77656 ____________________________________________________________________________
77657 [  6884] By: jhi                                   on 2000/08/29  14:25:17
77658         Log: Disabling the one test is a bit tricky.
77659      Branch: perl
77660            ! t/lib/ftmp-security.t
77661 ____________________________________________________________________________
77662 [  6883] By: jhi                                   on 2000/08/29  14:16:25
77663         Log: Disable one of the tests for now.
77664      Branch: perl
77665            ! t/lib/ftmp-security.t
77666 ____________________________________________________________________________
77667 [  6882] By: jhi                                   on 2000/08/29  14:05:50
77668         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
77669              From: gisle@aas.no
77670              Date: 29 Aug 2000 10:35:06 -0000
77671              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
77672      Branch: perl
77673            ! ext/Opcode/Safe.pm
77674 ____________________________________________________________________________
77675 [  6881] By: jhi                                   on 2000/08/29  14:03:51
77676         Log: Subject: [PATCH] Glob dumping
77677              From: Gisle Aas <gisle@ActiveState.com>
77678              Date: 29 Aug 2000 07:59:42 -0000
77679              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
77680      Branch: perl
77681            ! dump.c
77682 ____________________________________________________________________________
77683 [  6880] By: jhi                                   on 2000/08/29  14:02:01
77684         Log: Subject: [PATCH] Warnings in B::Deparse
77685              From: <abigail@foad.org>
77686              Date: Tue, 29 Aug 2000 00:00:01 -0400
77687              Message-ID: <20000829040001.2999.qmail@foad.org>
77688      Branch: perl
77689            ! ext/B/B/Deparse.pm
77690 ____________________________________________________________________________
77691 [  6879] By: jhi                                   on 2000/08/29  13:57:26
77692         Log: Missed a change in #6869.
77693      Branch: perl
77694            ! mg.c
77695 ____________________________________________________________________________
77696 [  6878] By: jhi                                   on 2000/08/29  13:45:04
77697         Log: Subject: Net::protoent does not export 'getproto'
77698              From: Yasushi Nakajima <sey@jkc.co.jp>
77699              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
77700      Branch: perl
77701            ! lib/Net/protoent.pm
77702 ____________________________________________________________________________
77703 [  6877] By: jhi                                   on 2000/08/29  13:39:19
77704         Log: Patches all over for people and the files they (hopefully) care about.
77705      Branch: perl
77706            ! AUTHORS Changes MAINTAIN
77707 ____________________________________________________________________________
77708 [  6876] By: jhi                                   on 2000/08/29  12:53:54
77709         Log: Fix for thinko in #6848.
77710              
77711              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
77712              From: Lupe Christoph <lupe@lupe-christoph.de>
77713              Date: Tue, 29 Aug 2000 09:04:08 +0200
77714              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
77715      Branch: perl
77716            ! ext/Thread/Thread.xs
77717 ____________________________________________________________________________
77718 [  6875] By: jhi                                   on 2000/08/29  12:50:14
77719         Log: Update to Getopt::Long 2.24, from Johan Vromans.
77720      Branch: perl
77721            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
77722 ____________________________________________________________________________
77723 [  6874] By: jhi                                   on 2000/08/29  02:09:53
77724         Log: Use minimal @INC in tests, most of the time just '../lib',
77725              so that we simply can't pick up stuff from other Perls than
77726              the one we are testing.  Pointed out by
77727              
77728              From: Mike Guy <mjtg@cam.ac.uk>
77729              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
77730              Date: Fri, 25 Aug 2000 15:15:59 +0100
77731              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
77732      Branch: perl
77733            ! (edit 185 files)
77734 ____________________________________________________________________________
77735 [  6873] By: jhi                                   on 2000/08/29  01:07:11
77736         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
77737              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77738              Date: Mon, 28 Aug 2000 17:45:52 -0700
77739              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
77740      Branch: perl
77741            ! Makefile.SH hints/os2.sh
77742 ____________________________________________________________________________
77743 [  6872] By: jhi                                   on 2000/08/28  23:33:39
77744         Log: Subject: [PATCH bleedperl@6866] spellings
77745              From: marcel@codewerk.com (Marcel Grunauer)
77746              Date: Tue, 29 Aug 2000 01:19:59 +0200
77747              Message-Id: <200008282319.BAA29862@gandalf.local>
77748      Branch: perl
77749            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
77750            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
77751            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
77752 ____________________________________________________________________________
77753 [  6871] By: jhi                                   on 2000/08/28  23:22:09
77754         Log: Take out the SUIDMAIL thing, that will not be
77755              a problem in 5.7.*.
77756      Branch: perl
77757            ! patchlevel.h
77758 ____________________________________________________________________________
77759 [  6870] By: jhi                                   on 2000/08/28  23:19:30
77760         Log: -S is the silent flag, -s is the strip flag.
77761              
77762              Subject: [PATCH] Re: [PATCH] make no-install          
77763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77764              Date: Mon, 28 Aug 2000 15:12:55 -0700
77765              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
77766      Branch: perl
77767            ! Makefile.SH
77768 ____________________________________________________________________________
77769 [  6869] By: jhi                                   on 2000/08/28  23:12:05
77770         Log: Subject: [PATCH bleedperl@6856] warnings fixes
77771              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
77772              Date: Mon, 28 Aug 2000 23:55:06 +0100
77773              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
77774      Branch: perl
77775            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
77776            ! warnings.h warnings.pl
77777 ____________________________________________________________________________
77778 [  6868] By: jhi                                   on 2000/08/28  21:38:22
77779         Log: Potential cruft.
77780      Branch: perl
77781            ! Makefile.SH
77782 ____________________________________________________________________________
77783 [  6867] By: jhi                                   on 2000/08/28  21:35:36
77784         Log: Update Changes.
77785      Branch: perl
77786            ! Changes patchlevel.h
77787 ____________________________________________________________________________
77788 [  6866] By: jhi                                   on 2000/08/28  21:33:49
77789         Log: Subject: hv.h Doc Patch
77790              From: Fisher Mark <fisherm@tce.com>
77791              Date: Mon, 28 Aug 2000 16:24:59 -0500
77792              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
77793      Branch: perl
77794            ! hv.h
77795 ____________________________________________________________________________
77796 [  6865] By: jhi                                   on 2000/08/28  21:02:15
77797         Log: Add -ld to archname on long tr...double platforms.
77798      Branch: metaconfig
77799            ! U/threads/archname.U
77800      Branch: perl
77801            ! Configure config_h.SH
77802 ____________________________________________________________________________
77803 [  6864] By: jhi                                   on 2000/08/28  20:38:59
77804         Log: An attempt to fix the problem reported in
77805              
77806              Subject: Building perl@6856 using gcc/AIX 4.3.3 
77807              From: Daniel Muino <dmuino@afip.gov.ar> 
77808              Date: Mon, 28 Aug 2000 15:50:01 -0300   
77809              Message-ID: <20000828155001.A14403@con2-dgi>
77810              
77811              I can't test this properly since the gcc installation I have
77812              access to seems to be botched (gcc is calling the AIX cpp,
77813              a losing proposition...)
77814      Branch: perl
77815            ! hints/aix.sh
77816 ____________________________________________________________________________
77817 [  6863] By: jhi                                   on 2000/08/28  18:57:52
77818         Log: Fix for ID 20000828.001, long doubles were not formatted
77819              correctly (showed up in $], which stopped installing perl).
77820      Branch: perl
77821            ! sv.c
77822 ____________________________________________________________________________
77823 [  6862] By: jhi                                   on 2000/08/28  18:07:15
77824         Log: Typo in #6858.
77825      Branch: perl
77826            ! lib/Cwd.pm
77827 ____________________________________________________________________________
77828 [  6861] By: jhi                                   on 2000/08/28  17:57:27
77829         Log: opmini.o may be left around if a build is interrupted.
77830      Branch: perl
77831            ! Makefile.SH
77832 ____________________________________________________________________________
77833 [  6860] By: jhi                                   on 2000/08/28  16:52:50
77834         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
77835              From: Daniel Chetlin <daniel@chetlin.com>
77836              Date: Mon, 28 Aug 2000 01:14:18 -0700
77837              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
77838      Branch: perl
77839            ! lib/overload.pm
77840 ____________________________________________________________________________
77841 [  6859] By: jhi                                   on 2000/08/28  16:08:46
77842         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
77843              From: Nicholas Clark <nick@ccl4.org>
77844              Date: Mon, 28 Aug 2000 16:03:27 +0100
77845              Message-Id: <20000828160327.C49785@plum.flirble.org>
77846      Branch: perl
77847            ! ext/ByteLoader/bytecode.h
77848 ____________________________________________________________________________
77849 [  6858] By: jhi                                   on 2000/08/28  16:02:10
77850         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
77851              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
77852              Date: Mon, 28 Aug 2000 13:08:30 +0200
77853              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
77854      Branch: perl
77855            ! lib/Cwd.pm
77856 ____________________________________________________________________________
77857 [  6857] By: jhi                                   on 2000/08/28  15:42:47
77858         Log: display_format used as a class method without arguments was broken,
77859              reported in
77860              
77861              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
77862              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
77863              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
77864              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
77865      Branch: perl
77866            ! lib/Math/Complex.pm t/lib/complex.t
77867 ____________________________________________________________________________
77868 [  6856] By: jhi                                   on 2000/08/27  22:09:48
77869         Log: Update Changes.
77870      Branch: perl
77871            ! Changes patchlevel.h
77872 ____________________________________________________________________________
77873 [  6855] By: jhi                                   on 2000/08/27  21:59:21
77874         Log: Retract #6853 (false alarm).
77875      Branch: perl
77876            ! lib/ExtUtils/xsubpp
77877 ____________________________________________________________________________
77878 [  6854] By: jhi                                   on 2000/08/27  21:37:44
77879         Log: Update Changes.
77880      Branch: perl
77881            ! Changes patchlevel.h
77882 ____________________________________________________________________________
77883 [  6853] By: jhi                                   on 2000/08/27  21:37:16
77884         Log: Subject: [PATCH perl@6850] workaround for xsubpp
77885              From: Hugo <hv@crypt.compulink.co.uk>
77886              Date: Sun, 27 Aug 2000 22:30:25 +0100
77887              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
77888      Branch: perl
77889            ! lib/ExtUtils/xsubpp
77890 ____________________________________________________________________________
77891 [  6852] By: jhi                                   on 2000/08/27  21:33:58
77892         Log: Big-endian 64-bit patch from Raphael Manfredi.
77893      Branch: perl
77894            ! ext/Storable/Storable.xs
77895 ____________________________________________________________________________
77896 [  6851] By: jhi                                   on 2000/08/27  21:22:21
77897         Log: More ruthless editing from Hugo van der Sanden.
77898      Branch: perl
77899            ! pod/perldelta.pod
77900 ____________________________________________________________________________
77901 [  6850] By: jhi                                   on 2000/08/27  16:11:46
77902         Log: Update Changes.
77903      Branch: perl
77904            ! Changes patchlevel.h
77905 ____________________________________________________________________________
77906 [  6849] By: jhi                                   on 2000/08/27  16:11:05
77907         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
77908      Branch: perl
77909            ! configpm pod/perldelta.pod
77910 ____________________________________________________________________________
77911 [  6848] By: jhi                                   on 2000/08/27  15:35:08
77912         Log: Use the actual thread type, not the pointer-to-struct.
77913      Branch: perl
77914            ! ext/Thread/Thread.xs
77915 ____________________________________________________________________________
77916 [  6847] By: jhi                                   on 2000/08/27  15:30:49
77917         Log: Test nit.
77918      Branch: perl
77919            ! t/pragma/warn/pp_sys
77920 ____________________________________________________________________________
77921 [  6846] By: jhi                                   on 2000/08/27  15:19:02
77922         Log: Passing -R in ldflags makes now it to appear in the default
77923              for lddlflags, just like with -L.
77924              
77925              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77926              From: Lupe Christoph <lupe@lupe-christoph.de>
77927              Date: Sun, 27 Aug 2000 10:28:21 +0200
77928              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
77929      Branch: metaconfig/U/perl
77930            ! dlsrc.U
77931      Branch: perl
77932            ! Configure
77933 ____________________________________________________________________________
77934 [  6845] By: jhi                                   on 2000/08/27  15:08:54
77935         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77936              From: Alan Burlison <Alan.Burlison@uk.sun.com>
77937              Date: Sat, 26 Aug 2000 22:23:27 +0100
77938              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
77939      Branch: perl
77940            ! lib/ExtUtils/MM_Unix.pm
77941 ____________________________________________________________________________
77942 [  6844] By: jhi                                   on 2000/08/27  15:02:37
77943         Log: DJGPP update from Laszlo Molnar.
77944              
77945              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
77946              From: ml1050 <ml1050@freemail.hu>
77947              Date: Sat, 26 Aug 2000 23:24:40 +0200
77948              Message-Id: <20000826232440.A439@freemail.hu>
77949      Branch: perl
77950            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
77951            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
77952 ____________________________________________________________________________
77953 [  6843] By: jhi                                   on 2000/08/27  14:53:58
77954         Log: Subject: installman buglet
77955              From: Lupe Christoph <lupe@lupe-christoph.de>
77956              Date: Sun, 27 Aug 2000 14:38:59 +0200
77957              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
77958      Branch: perl
77959            ! installman
77960 ____________________________________________________________________________
77961 [  6842] By: jhi                                   on 2000/08/27  14:52:08
77962         Log: Can't get the test to reliably work thanks to the
77963              inaccurateness of floating point.  "Resolves" bug ids
77964              20000826.003, 20000826.009, 20000826.010,
77965      Branch: perl
77966            ! t/lib/trig.t
77967 ____________________________________________________________________________
77968 [  6841] By: jhi                                   on 2000/08/26  15:53:58
77969         Log: Update Changes.
77970      Branch: perl
77971            ! Changes patchlevel.h
77972 ____________________________________________________________________________
77973 [  6840] By: jhi                                   on 2000/08/26  14:23:03
77974         Log: grep -e isn't portable.
77975              
77976              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
77977              From: chris@broadband.att.com
77978              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
77979              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
77980      Branch: perl
77981            ! hints/solaris_2.sh
77982 ____________________________________________________________________________
77983 [  6839] By: jhi                                   on 2000/08/26  14:12:23
77984         Log: no-install target a la make -n.
77985              
77986              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
77987              From: <abigail@foad.org>
77988              Date: Sat, 26 Aug 2000 03:57:34 -0400
77989              Message-ID: <20000826075735.18912.qmail@foad.org>
77990      Branch: perl
77991            ! Makefile.SH installman installperl
77992 ____________________________________________________________________________
77993 [  6838] By: jhi                                   on 2000/08/26  14:06:33
77994         Log: Retract #6826 as the #6828 should be do the same
77995              in a More Correct Way.
77996      Branch: perl
77997            ! installperl
77998 ____________________________________________________________________________
77999 [  6837] By: jhi                                   on 2000/08/26  05:24:00
78000         Log: More casting.
78001      Branch: perl
78002            ! ext/Storable/Storable.xs
78003 ____________________________________________________________________________
78004 [  6836] By: jhi                                   on 2000/08/26  05:05:46
78005         Log: Nicer in decimal.
78006      Branch: perl
78007            ! ext/Storable/Storable.xs
78008 ____________________________________________________________________________
78009 [  6835] By: jhi                                   on 2000/08/26  05:03:50
78010         Log: There be no UVdf.
78011      Branch: perl
78012            ! ext/Storable/Storable.xs
78013 ____________________________________________________________________________
78014 [  6834] By: jhi                                   on 2000/08/26  05:00:18
78015         Log: Continue IVdfing and UVxfing.
78016      Branch: perl
78017            ! ext/Storable/Storable.xs
78018 ____________________________________________________________________________
78019 [  6833] By: jhi                                   on 2000/08/26  04:53:14
78020         Log: Use IVdf.
78021      Branch: perl
78022            ! ext/Storable/Storable.xs
78023 ____________________________________________________________________________
78024 [  6832] By: jhi                                   on 2000/08/26  04:40:41
78025         Log: Document PTR2XX and INT2PTR.
78026      Branch: perl
78027            ! pod/perlguts.pod
78028 ____________________________________________________________________________
78029 [  6831] By: jhi                                   on 2000/08/26  04:33:18
78030         Log: Use UVxf, PTR2UV, NVff.
78031      Branch: perl
78032            ! ext/Storable/Storable.xs
78033 ____________________________________________________________________________
78034 [  6830] By: jhi                                   on 2000/08/26  04:31:32
78035         Log: Update the test count.
78036      Branch: perl
78037            ! t/lib/trig.t
78038 ____________________________________________________________________________
78039 [  6829] By: jhi                                   on 2000/08/26  03:05:50
78040         Log: Subject: [PATCH] installation not quite silent yet.
78041              From: <abigail@foad.org>
78042              Date: Fri, 25 Aug 2000 20:07:53 -0400
78043              Message-ID: <20000826000753.7822.qmail@foad.org>
78044      Branch: perl
78045            ! installman installperl
78046 ____________________________________________________________________________
78047 [  6828] By: jhi                                   on 2000/08/26  03:05:14
78048         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
78049              From: Spider Boardman <spider@web.zk3.dec.com>
78050              Date: Fri, 25 Aug 2000 19:12:40 -0400
78051              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
78052      Branch: perl
78053            ! gv.c
78054 ____________________________________________________________________________
78055 [  6827] By: jhi                                   on 2000/08/25  23:54:34
78056         Log: Support preserving extremely big/small angles.
78057      Branch: perl
78058            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
78059 ____________________________________________________________________________
78060 [  6826] By: jhi                                   on 2000/08/25  23:01:20
78061         Log: Patch installperl to be long double-aware.
78062              
78063              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
78064              From: Spider Boardman <spider@web.zk3.dec.com>
78065              Date: Fri, 25 Aug 2000 18:15:23 -0400
78066              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
78067      Branch: perl
78068            ! installperl
78069 ____________________________________________________________________________
78070 [  6825] By: jhi                                   on 2000/08/25  22:58:25
78071         Log: Remove duplicately applied patch shards.
78072              
78073              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
78074              From: Spider Boardman <spider@leggy.zk3.dec.com>
78075              Date: Fri, 25 Aug 2000 16:45:03 -0400
78076              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
78077      Branch: perl
78078            ! t/lib/cgi-html.t
78079 ____________________________________________________________________________
78080 [  6824] By: jhi                                   on 2000/08/25  22:57:00
78081         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
78082              From: Daniel Chetlin <daniel@chetlin.com>
78083              Date: Fri, 25 Aug 2000 12:23:16 -0700
78084              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
78085              
78086              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
78087              From: Daniel Chetlin <daniel@chetlin.com>
78088              Date: Fri, 25 Aug 2000 14:47:19 -0700
78089              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
78090      Branch: perl
78091            ! installman
78092 ____________________________________________________________________________
78093 [  6823] By: jhi                                   on 2000/08/25  22:44:17
78094         Log: Timestamp problem?
78095      Branch: perl
78096            ! uconfig.h uconfig.sh
78097 ____________________________________________________________________________
78098 [  6822] By: jhi                                   on 2000/08/25  19:01:06
78099         Log: One forgotten file from #6816.
78100      Branch: perl
78101            ! vos/config.h
78102 ____________________________________________________________________________
78103 [  6821] By: jhi                                   on 2000/08/25  18:56:39
78104         Log: Regen Changes.
78105      Branch: perl
78106            ! Changes patchlevel.h
78107 ____________________________________________________________________________
78108 [  6820] By: jhi                                   on 2000/08/25  18:52:35
78109         Log: Fix Changes ordering.
78110      Branch: perl
78111            ! Changes
78112 ____________________________________________________________________________
78113 [  6819] By: jhi                                   on 2000/08/25  18:50:25
78114         Log: Update Changes.
78115      Branch: perl
78116            ! Changes patchlevel.h
78117 ____________________________________________________________________________
78118 [  6818] By: jhi                                   on 2000/08/25  18:47:45
78119         Log: Tweak the sfio/useperlio logic, hopefully as wished in
78120              
78121              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
78122              From: Nicholas Clark <nick@babyhippo.co.uk>
78123              Date: Fri, 25 Aug 2000 12:01:45 +0100
78124              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
78125      Branch: metaconfig/U/perl
78126            ! d_sfio.U
78127      Branch: perl
78128            ! Configure
78129 ____________________________________________________________________________
78130 [  6817] By: jhi                                   on 2000/08/25  18:32:51
78131         Log: Allow microperl to assume <math.h>, without it the math
78132              functions like floor() are assumed to return int, which makes
78133              for core dumps in machines where integer and floating register
78134              don't mix.
78135      Branch: perl
78136            ! uconfig.h uconfig.sh
78137 ____________________________________________________________________________
78138 [  6816] By: jhi                                   on 2000/08/25  18:27:17
78139         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
78140              the problem reported in
78141              
78142              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
78143              From: danhale@us.ibm.com
78144              Date: Fri, 25 Aug 2000 10:58:06 -0400
78145              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
78146      Branch: metaconfig/U/perl
78147            + d_socks5_init.U
78148      Branch: perl
78149            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
78150            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
78151            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
78152            ! win32/config.gc win32/config.vc
78153 ____________________________________________________________________________
78154 [  6815] By: jhi                                   on 2000/08/25  17:43:31
78155         Log: A solution for the retrieve_fd autosplit warning,
78156              idea suggested by Mike Guy.
78157      Branch: perl
78158            ! ext/Storable/Storable.pm
78159 ____________________________________________________________________________
78160 [  6814] By: jhi                                   on 2000/08/25  17:16:03
78161         Log: Add install-silent target.
78162      Branch: perl
78163            ! Makefile.SH
78164 ____________________________________________________________________________
78165 [  6813] By: jhi                                   on 2000/08/25  17:14:23
78166         Log: Subject: Re: [PATCH] More silencing of installman.
78167              From: <abigail@foad.org>
78168              Date: Thu, 24 Aug 2000 19:27:03 -0400
78169              Message-ID: <20000824232703.7001.qmail@foad.org>
78170              
78171              Subject: Re: [PATCH] More silencing of installman.
78172              From: <abigail@foad.org>
78173              Date: Fri, 25 Aug 2000 03:00:58 -0400
78174              Message-ID: <20000825070058.10697.qmail@foad.org>
78175      Branch: perl
78176            ! installman
78177 ____________________________________________________________________________
78178 [  6812] By: jhi                                   on 2000/08/25  17:11:28
78179         Log: installperl --verbose and --silent.
78180              
78181              Subject: Re: [PATCH] More silencing of installman.
78182              From: <abigail@foad.org>
78183              Message-ID: <20000825064430.9719.qmail@foad.org>
78184              Date: Fri, 25 Aug 2000 02:44:30 -0400
78185      Branch: perl
78186            ! installperl
78187 ____________________________________________________________________________
78188 [  6811] By: jhi                                   on 2000/08/25  17:05:43
78189         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
78190              From: "Peter J. Farley III" <pjfarley@banet.net>
78191              Date: Thu, 24 Aug 2000 21:58:03 -0400
78192              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
78193              
78194              (applied slightly modified)
78195      Branch: perl
78196            ! lib/ExtUtils/MM_Unix.pm
78197 ____________________________________________________________________________
78198 [  6810] By: jhi                                   on 2000/08/25  17:01:18
78199         Log: Missing parts of 
78200              
78201              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
78202              From: Peter Prymmer <pvhp@forte.com>
78203              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
78204              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
78205      Branch: perl
78206            ! t/lib/cgi-html.t
78207 ____________________________________________________________________________
78208 [  6809] By: jhi                                   on 2000/08/25  16:46:32
78209         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
78210              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78211              Date: Thu, 24 Aug 2000 19:13:11 -0500
78212              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
78213      Branch: perl
78214            ! vms/vms.c
78215 ____________________________________________________________________________
78216 [  6808] By: jhi                                   on 2000/08/25  16:39:22
78217         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
78218              From: Peter Prymmer <pvhp@forte.com>
78219              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
78220              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
78221      Branch: perl
78222            ! configure.com
78223 ____________________________________________________________________________
78224 [  6807] By: jhi                                   on 2000/08/25  16:36:37
78225         Log: Better wording for the vec lvalue diagnostic.
78226              
78227              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
78228              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
78229              Date: Wed, 23 Aug 2000 14:12:16 -0400
78230              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
78231      Branch: perl
78232            ! pod/perldiag.pod
78233 ____________________________________________________________________________
78234 [  6806] By: jhi                                   on 2000/08/24  18:17:22
78235         Log: Subject: [PATCH] More silencing of installman.
78236              From: <abigail@foad.org>
78237              Date: Thu, 24 Aug 2000 14:01:44 -0400
78238              Message-ID: <20000824180144.20062.qmail@foad.org>
78239      Branch: perl
78240            ! installman
78241 ____________________________________________________________________________
78242 [  6805] By: jhi                                   on 2000/08/24  15:00:31
78243         Log: Update Changes.
78244      Branch: perl
78245            ! Changes patchlevel.h
78246 ____________________________________________________________________________
78247 [  6804] By: jhi                                   on 2000/08/24  14:59:07
78248         Log: Regen perltoc.
78249      Branch: perl
78250            ! pod/perltoc.pod
78251 ____________________________________________________________________________
78252 [  6803] By: jhi                                   on 2000/08/24  14:44:39
78253         Log: Show the doc file, not the temp file.
78254      Branch: perl
78255            ! installman
78256 ____________________________________________________________________________
78257 [  6802] By: jhi                                   on 2000/08/24  14:41:53
78258         Log: Continue silencing.
78259      Branch: perl
78260            ! installman
78261 ____________________________________________________________________________
78262 [  6801] By: jhi                                   on 2000/08/24  14:34:40
78263         Log: Actually do something with the silencer option.
78264      Branch: perl
78265            ! installman
78266 ____________________________________________________________________________
78267 [  6800] By: jhi                                   on 2000/08/24  14:26:22
78268         Log: Make installman to recognize the silence flag -S.
78269      Branch: perl
78270            ! installman
78271 ____________________________________________________________________________
78272 [  6799] By: jhi                                   on 2000/08/24  13:49:38
78273         Log: DOS patches and portability/porting notes, from Tim Jenness.
78274      Branch: perl
78275            ! lib/File/Temp.pm
78276 ____________________________________________________________________________
78277 [  6798] By: jhi                                   on 2000/08/24  13:48:27
78278         Log: Create directories in silence.
78279              
78280              Subject: [PATCH] Another silencer for MakeMaker
78281              From: andreas.koenig@anima.de (Andreas J. Koenig)
78282              Date: 24 Aug 2000 14:18:52 +0200
78283              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
78284      Branch: perl
78285            ! lib/ExtUtils/Command.pm
78286 ____________________________________________________________________________
78287 [  6797] By: jhi                                   on 2000/08/24  13:46:42
78288         Log: More liberal parsing of version numbers.
78289              
78290              Subject: Re: CPAN.pm beta for testing available
78291              From: andreas.koenig@anima.de (Andreas J. Koenig)
78292              Date: 24 Aug 2000 13:51:57 +0200
78293              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
78294      Branch: perl
78295            ! lib/CPAN.pm
78296 ____________________________________________________________________________
78297 [  6796] By: jhi                                   on 2000/08/24  13:44:36
78298         Log: Make "make install" by default silent.  A new "install-verbose"
78299              target is verbose.
78300      Branch: perl
78301            ! Makefile.SH
78302 ____________________________________________________________________________
78303 [  6795] By: jhi                                   on 2000/08/24  13:39:14
78304         Log: Add silencer flags to installperl.
78305              
78306              Subject: [PATCH] Making installperl silent.
78307              From: <abigail@foad.org>
78308              Date: Thu, 24 Aug 2000 05:01:45 -0400
78309              Message-ID: <20000824090145.13141.qmail@foad.org>
78310      Branch: perl
78311            ! installperl
78312 ____________________________________________________________________________
78313 [  6794] By: jhi                                   on 2000/08/24  13:35:50
78314         Log: installperl couldn't tell whether it had run tests or not.
78315              
78316              Subject: [PATCH] Re: installperl and t/TEST
78317              From: <abigail@foad.org>
78318              Date: Thu, 24 Aug 2000 04:00:53 -0400
78319              Message-ID: <20000824080053.2494.qmail@foad.org>
78320      Branch: perl
78321            ! Makefile.SH installperl
78322 ____________________________________________________________________________
78323 [  6793] By: jhi                                   on 2000/08/24  13:27:50
78324         Log: Drop the separate perlbc, perlcc -b should be enough.
78325      Branch: perl
78326            - utils/perlbc.PL
78327            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
78328 ____________________________________________________________________________
78329 [  6792] By: jhi                                   on 2000/08/24  04:41:30
78330         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
78331              plus the typo fix from Peter Prymmer.
78332      Branch: perl
78333            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
78334            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
78335 ____________________________________________________________________________
78336 [  6791] By: jhi                                   on 2000/08/24  02:10:43
78337         Log: Replace #6705 with a minimal doc patch.
78338              
78339              Subject: [PATCH 5.6.0] replace change #6705
78340              From: Jan Dubois <jand@ActiveState.com>
78341              Date: Wed, 23 Aug 2000 18:31:51 -0700
78342              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
78343      Branch: perl
78344            ! lib/Win32.pod win32/win32.c
78345 ____________________________________________________________________________
78346 [  6790] By: jhi                                   on 2000/08/23  17:52:00
78347         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
78348              From: Mike Guy <mjtg@cam.ac.uk>
78349              Date: Wed, 23 Aug 2000 18:38:46 +0100
78350              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
78351      Branch: perl
78352            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
78353 ____________________________________________________________________________
78354 [  6789] By: jhi                                   on 2000/08/23  15:34:21
78355         Log: Update Changes.
78356      Branch: perl
78357            ! Changes patchlevel.h
78358 ____________________________________________________________________________
78359 [  6788] By: jhi                                   on 2000/08/23  15:33:40
78360         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
78361              From: Wilfredo Sánchez <wsanchez@apple.com>
78362              Date: Tue, 22 Aug 2000 19:31:27 -0700
78363              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
78364      Branch: perl
78365            ! perl.h
78366 ____________________________________________________________________________
78367 [  6787] By: jhi                                   on 2000/08/23  15:29:31
78368         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
78369              From: Spider Boardman <spider@leggy.zk3.dec.com>
78370              Date: Wed, 23 Aug 2000 10:33:23 -0400
78371              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
78372      Branch: perl
78373            ! lib/Pod/Html.pm
78374 ____________________________________________________________________________
78375 [  6786] By: jhi                                   on 2000/08/23  15:28:11
78376         Log: Bad makefile.
78377      Branch: perl
78378            ! ext/B/Makefile.PL
78379 ____________________________________________________________________________
78380 [  6785] By: jhi                                   on 2000/08/23  14:37:04
78381         Log: Update Changes.
78382      Branch: perl
78383            ! Changes patchlevel.h
78384 ____________________________________________________________________________
78385 [  6784] By: jhi                                   on 2000/08/23  13:58:41
78386         Log: Portability fix from Hugo van der Sanden.
78387      Branch: perl
78388            ! ext/re/Makefile.PL
78389 ____________________________________________________________________________
78390 [  6783] By: jhi                                   on 2000/08/23  13:53:53
78391         Log: Storable support, v-version fixes.
78392              
78393              Subject: CPAN.pm beta for testing available
78394              From: andreas.koenig@anima.de (Andreas J. Koenig)
78395              Date: 22 Aug 2000 23:31:33 +0200
78396              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
78397      Branch: perl
78398            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78399 ____________________________________________________________________________
78400 [  6782] By: jhi                                   on 2000/08/23  13:51:26
78401         Log: Mac and other portability updates from Chris Nandor.
78402      Branch: perl
78403            ! pod/perlmodinstall.pod
78404 ____________________________________________________________________________
78405 [  6781] By: jhi                                   on 2000/08/23  13:47:33
78406         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
78407              From: Peter Prymmer <pvhp@forte.com>
78408              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
78409              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
78410      Branch: perl
78411            ! ext/Storable/Storable.xs
78412 ____________________________________________________________________________
78413 [  6780] By: jhi                                   on 2000/08/23  13:33:34
78414         Log: VMS MMS (make) wants null action.
78415      Branch: perl
78416            ! ext/B/Makefile.PL
78417 ____________________________________________________________________________
78418 [  6779] By: jhi                                   on 2000/08/22  19:44:47
78419         Log: Forgot portability nit.
78420      Branch: perl
78421            ! t/lib/st-forgive.t
78422 ____________________________________________________________________________
78423 [  6778] By: jhi                                   on 2000/08/22  19:35:25
78424         Log: Be portable.
78425      Branch: perl
78426            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
78427            ! t/lib/st-store.t
78428 ____________________________________________________________________________
78429 [  6777] By: jhi                                   on 2000/08/22  18:50:53
78430         Log: Update Changes.
78431      Branch: perl
78432            ! Changes patchlevel.h
78433 ____________________________________________________________________________
78434 [  6776] By: jhi                                   on 2000/08/22  18:44:46
78435         Log: cSVOPo_*v things index into the current PL_curpad
78436              under ithreads, which is different from the curpad
78437              used by the XSUB.  (In other words, the code as-is
78438              before this patch wouldn't work under ithreads.)
78439              From Sarathy.
78440      Branch: perl
78441            ! ext/B/B.xs
78442 ____________________________________________________________________________
78443 [  6775] By: jhi                                   on 2000/08/22  18:18:37
78444         Log: Make the selection of NVff et al stricter.
78445      Branch: metaconfig/U/perl
78446            ! perlxvf.U
78447      Branch: perl
78448            ! Configure config_h.SH
78449 ____________________________________________________________________________
78450 [  6774] By: jhi                                   on 2000/08/22  17:19:42
78451         Log: perldelta nits.
78452      Branch: perl
78453            ! pod/perldelta.pod
78454 ____________________________________________________________________________
78455 [  6773] By: jhi                                   on 2000/08/22  17:06:26
78456         Log: Long double fixes from Spider Boardman.
78457              
78458              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
78459              From: system PRIVILEGED account <root@peano.zk3.dec.com>
78460              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
78461              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
78462      Branch: perl
78463            ! t/lib/bigfltpm.t t/lib/st-06compat.t
78464 ____________________________________________________________________________
78465 [  6772] By: jhi                                   on 2000/08/22  15:04:53
78466         Log: Update Changes.
78467      Branch: perl
78468            ! Changes patchlevel.h
78469 ____________________________________________________________________________
78470 [  6771] By: jhi                                   on 2000/08/22  15:01:44
78471         Log: perldelta fixes from Hugo van der Sanden.
78472      Branch: perl
78473            ! pod/perldelta.pod
78474 ____________________________________________________________________________
78475 [  6770] By: jhi                                   on 2000/08/22  14:34:49
78476         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
78477              From: Hugo <hv@crypt.compulink.co.uk>
78478              Date: Tue, 22 Aug 2000 11:21:53 +0100
78479              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
78480      Branch: perl
78481            ! regcomp.c
78482 ____________________________________________________________________________
78483 [  6769] By: jhi                                   on 2000/08/22  14:30:02
78484         Log: Add Yitzchak, reformat.
78485      Branch: perl
78486            ! Changes config_h.SH
78487 ____________________________________________________________________________
78488 [  6768] By: jhi                                   on 2000/08/22  14:21:35
78489         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
78490              and Spider Boardman.
78491      Branch: metaconfig
78492            ! U/compline/d_gconvert.U
78493      Branch: perl
78494            ! Configure
78495 ____________________________________________________________________________
78496 [  6767] By: jhi                                   on 2000/08/22  14:11:24
78497         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
78498              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78499              Date: Mon, 21 Aug 2000 19:08:31 -0700
78500              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
78501      Branch: perl
78502            - ext/Storable/patchlevel.h
78503            ! MANIFEST ext/Storable/MANIFEST
78504 ____________________________________________________________________________
78505 [  6766] By: jhi                                   on 2000/08/22  13:49:29
78506         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
78507              From: Peter Prymmer <pvhp@forte.com>
78508              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
78509              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
78510      Branch: perl
78511            ! configure.com ext/Storable/Makefile.PL
78512 ____________________________________________________________________________
78513 [  6765] By: jhi                                   on 2000/08/22  13:44:59
78514         Log: Subject: [PATCH blead] B:: missing dependency
78515              From: Hugo <hv@crypt.compulink.co.uk>
78516              Date: Tue, 22 Aug 2000 06:44:33 +0100
78517              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
78518      Branch: perl
78519            ! ext/B/Makefile.PL
78520 ____________________________________________________________________________
78521 [  6764] By: jhi                                   on 2000/08/22  13:38:12
78522         Log: More bytecompiler.
78523      Branch: perl
78524            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
78525 ____________________________________________________________________________
78526 [  6763] By: jhi                                   on 2000/08/22  13:36:44
78527         Log: Bytecompiler patches from Benjamin Stuhl.
78528      Branch: perl
78529            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
78530            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78531            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
78532            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78533            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
78534            ! perl.c perlapi.h pod/perldelta.pod
78535 ____________________________________________________________________________
78536 [  6762] By: jhi                                   on 2000/08/21  23:43:40
78537         Log: An obsoleted diagnostic.
78538      Branch: perl
78539            ! pod/perldelta.pod
78540 ____________________________________________________________________________
78541 [  6761] By: jhi                                   on 2000/08/21  23:01:45
78542         Log: The #6759 wasn't quite right.
78543      Branch: perl
78544            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
78545            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
78546            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
78547            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
78548            ! t/lib/st-tieditems.t
78549 ____________________________________________________________________________
78550 [  6760] By: jhi                                   on 2000/08/21  22:35:49
78551         Log: Be verydeepclean.
78552      Branch: perl
78553            ! Makefile.SH
78554 ____________________________________________________________________________
78555 [  6759] By: jhi                                   on 2000/08/21  22:25:40
78556         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
78557              From: Peter Prymmer <pvhp@forte.com>
78558              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
78559              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
78560      Branch: perl
78561            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
78562            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
78563            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
78564            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
78565            ! t/lib/st-tieditems.t
78566 ____________________________________________________________________________
78567 [  6758] By: jhi                                   on 2000/08/21  22:22:32
78568         Log: Few more casts, need reported in
78569              
78570              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
78571              From: Mike Stok <mike@stok.co.uk>
78572              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
78573              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
78574              
78575              and
78576              
78577              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
78578              From: abigail@foad.org
78579              Date: 21 Aug 2000 21:31:34 -0000
78580              Message-Id: <20000821213134.30170.qmail@foad.org>
78581      Branch: perl
78582            ! ext/Storable/Storable.xs
78583 ____________________________________________________________________________
78584 [  6757] By: jhi                                   on 2000/08/21  18:37:07
78585         Log: Update Changes.
78586      Branch: perl
78587            ! Changes patchlevel.h
78588 ____________________________________________________________________________
78589 [  6756] By: jhi                                   on 2000/08/21  18:34:02
78590         Log: A pod nit.
78591              
78592              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
78593              From: <abigail@foad.org>
78594              Date: Mon, 21 Aug 2000 14:00:16 -0400
78595              Message-ID: <20000821180016.28627.qmail@foad.org>
78596      Branch: perl
78597            ! pod/perlre.pod
78598 ____________________________________________________________________________
78599 [  6755] By: jhi                                   on 2000/08/21  18:30:56
78600         Log: Use PodParser 1.18 new test.
78601      Branch: perl
78602            ! t/pod/special_seqs.t t/pod/special_seqs.xr
78603 ____________________________________________________________________________
78604 [  6754] By: jhi                                   on 2000/08/21  18:28:35
78605         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
78606              patches cannot be applied since #6712 conflicts.
78607      Branch: perl
78608            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
78609 ____________________________________________________________________________
78610 [  6753] By: jhi                                   on 2000/08/21  18:15:11
78611         Log: Weed out some smaller changes.
78612      Branch: perl
78613            ! pod/perldelta.pod
78614 ____________________________________________________________________________
78615 [  6752] By: jhi                                   on 2000/08/21  18:02:30
78616         Log: Also under djgpp the timestamps are funky.
78617      Branch: perl
78618            ! t/op/stat.t
78619 ____________________________________________________________________________
78620 [  6751] By: jhi                                   on 2000/08/21  17:55:56
78621         Log: Tweak the floating point output routine preferences.
78622      Branch: metaconfig
78623            ! U/compline/d_gconvert.U
78624      Branch: perl
78625            ! Configure
78626 ____________________________________________________________________________
78627 [  6750] By: jhi                                   on 2000/08/21  17:51:29
78628         Log: Unicos/mk requires elaborate paranoia.
78629      Branch: perl
78630            ! lib/Math/Complex.pm
78631 ____________________________________________________________________________
78632 [  6749] By: gsar                                  on 2000/08/21  16:53:31
78633         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
78634      Branch: perl
78635            ! lib/Cwd.pm
78636 ____________________________________________________________________________
78637 [  6748] By: gsar                                  on 2000/08/21  16:22:19
78638         Log: free TLS slot properly on Windows
78639      Branch: perl
78640            ! thread.h win32/perllib.c win32/win32thread.h
78641 ____________________________________________________________________________
78642 [  6747] By: jhi                                   on 2000/08/21  16:20:58
78643         Log: Rename the macro argument because some preprocessors
78644              can't tell the difference and expand arguments also inside
78645              double quoted strings.
78646      Branch: perl
78647            ! regcomp.c
78648 ____________________________________________________________________________
78649 [  6746] By: jhi                                   on 2000/08/21  16:09:41
78650         Log: Support long doubles in Storable.
78651              
78652              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
78653              From: Radu Greab <radu@netsoft.ro>
78654              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
78655              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
78656      Branch: perl
78657            ! ext/Storable/Storable.xs
78658 ____________________________________________________________________________
78659 [  6745] By: jhi                                   on 2000/08/21  15:51:40
78660         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
78661              From: "Fifer, Eric" <EFifer@sanwaint.com>
78662              Date: Mon, 21 Aug 2000 15:34:49 +0100
78663              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
78664      Branch: perl
78665            ! t/pragma/warn/9enabled
78666 ____________________________________________________________________________
78667 [  6744] By: jhi                                   on 2000/08/21  15:39:35
78668         Log: Document the endianness of Alpha more precisely.
78669      Branch: perl
78670            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
78671            ! pod/perlport.pod
78672 ____________________________________________________________________________
78673 [  6743] By: jhi                                   on 2000/08/21  14:47:05
78674         Log: perldelta fixes from the p5p crowd.
78675      Branch: perl
78676            ! pod/perldelta.pod pod/perlop.pod
78677 ____________________________________________________________________________
78678 [  6742] By: jhi                                   on 2000/08/21  13:34:51
78679         Log: Update to Pod::LaTeX 0.53.
78680              
78681              Subject: [PATCH] lib/Pod/LaTeX.pm updates
78682              From: Tim Jenness <timj@jach.hawaii.edu>
78683              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
78684              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
78685      Branch: perl
78686            ! lib/Pod/LaTeX.pm
78687 ____________________________________________________________________________
78688 [  6741] By: jhi                                   on 2000/08/21  13:33:01
78689         Log: Subject: [PATCH] os2.c fix for use64bitint
78690              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78691              Date: Mon, 21 Aug 2000 01:32:25 -0700
78692              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
78693      Branch: perl
78694            ! os2/os2.c
78695 ____________________________________________________________________________
78696 [  6740] By: jhi                                   on 2000/08/21  13:28:52
78697         Log: Array context keeps slithering in.
78698              
78699              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
78700              From: Daniel Chetlin <daniel@chetlin.com>
78701              Date: Sun, 20 Aug 2000 21:40:25 -0700
78702              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
78703      Branch: perl
78704            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
78705            ! pod/perldebtut.pod
78706 ____________________________________________________________________________
78707 [  6739] By: jhi                                   on 2000/08/21  13:23:55
78708         Log: Big-endian quad fixes for Storable from Radu Greab,
78709              plus few explicit null casts for picky compilers.
78710      Branch: perl
78711            ! ext/Storable/Storable.xs
78712 ____________________________________________________________________________
78713 [  6738] By: gsar                                  on 2000/08/21  05:56:13
78714         Log: small tweaks for change#6705: avoid C++ style comments in C code;
78715              use Perl's malloc API rather than the low level system one
78716      Branch: perl
78717            ! win32/win32.c
78718 ____________________________________________________________________________
78719 [  6737] By: gsar                                  on 2000/08/21  05:35:41
78720         Log: add Storable to list of extensions on Windows
78721      Branch: perl
78722            ! win32/Makefile win32/makefile.mk
78723 ____________________________________________________________________________
78724 [  6736] By: jhi                                   on 2000/08/21  02:57:53
78725         Log: Update Changes.
78726      Branch: perl
78727            ! Changes patchlevel.h
78728 ____________________________________________________________________________
78729 [  6735] By: jhi                                   on 2000/08/21  02:57:20
78730         Log: Draft 0.
78731      Branch: perl
78732            ! pod/perldelta.pod
78733 ____________________________________________________________________________
78734 [  6734] By: jhi                                   on 2000/08/21  02:57:03
78735         Log: Add Storable 0.7.2 from Raphael Manfredi,
78736              plus the patch from
78737              
78738              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
78739              From: Radu Greab <radu@netsoft.ro>
78740              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
78741              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
78742              
78743              plus changes to get Storable to compile with
78744              picky ANSI compilers.
78745      Branch: perl
78746            + ext/Storable/ChangeLog ext/Storable/MANIFEST
78747            + ext/Storable/Makefile.PL ext/Storable/README
78748            + ext/Storable/Storable.pm ext/Storable/Storable.xs
78749            + ext/Storable/patchlevel.h t/lib/st-06compat.t
78750            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
78751            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
78752            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
78753            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
78754            + t/lib/st-tieditems.t
78755            ! MANIFEST
78756 ____________________________________________________________________________
78757 [  6733] By: jhi                                   on 2000/08/21  02:29:09
78758         Log: The correct cleaning order is an art.
78759      Branch: perl
78760            ! Makefile.SH
78761 ____________________________________________________________________________
78762 [  6732] By: jhi                                   on 2000/08/21  01:23:39
78763         Log: The #6724 is here.
78764      Branch: perl
78765            ! t/lib/ftmp-security.t
78766 ____________________________________________________________________________
78767 [  6731] By: jhi                                   on 2000/08/20  23:17:03
78768         Log: s/this one/the 5.6.0 release/
78769      Branch: perl
78770            ! pod/perl56delta.pod
78771 ____________________________________________________________________________
78772 [  6730] By: jhi                                   on 2000/08/20  23:07:34
78773         Log: Mention perlebcdic and perlposix-bc.
78774      Branch: perl
78775            ! pod/perlport.pod
78776 ____________________________________________________________________________
78777 [  6729] By: jhi                                   on 2000/08/20  21:32:59
78778         Log: Document the number of exponent digits.
78779      Branch: perl
78780            ! pod/perlfunc.pod
78781 ____________________________________________________________________________
78782 [  6728] By: jhi                                   on 2000/08/20  21:16:47
78783         Log: Use File::Spec->tmpdir().
78784              
78785              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
78786              From: Tim Jenness <timj@jach.hawaii.edu>
78787              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
78788              MIME-Version: 1.0
78789              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
78790      Branch: perl
78791            ! utils/perlbug.PL
78792 ____________________________________________________________________________
78793 [  6727] By: jhi                                   on 2000/08/20  20:43:32
78794         Log: Update Changes.
78795      Branch: perl
78796            ! Changes patchlevel.h
78797 ____________________________________________________________________________
78798 [  6726] By: jhi                                   on 2000/08/20  20:41:44
78799         Log: The veryclean target needs to clobber.
78800      Branch: perl
78801            ! Makefile.SH
78802 ____________________________________________________________________________
78803 [  6725] By: jhi                                   on 2000/08/20  20:37:38
78804         Log: Document odd vs even subreleases and -Dusedevel.
78805      Branch: perl
78806            ! INSTALL
78807 ____________________________________________________________________________
78808 [  6724] By: jhi                                   on 2000/08/20  19:58:05
78809         Log: Use temporary directory instead of current directory.
78810              
78811              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
78812              From: Tim Jenness <timj@jach.hawaii.edu>
78813              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
78814              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
78815      Branch: perl
78816            ! t/lib/ftmp-security.t
78817 ____________________________________________________________________________
78818 [  6723] By: jhi                                   on 2000/08/20  19:55:55
78819         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
78820              From: andreas.koenig@anima.de (Andreas J. Koenig)
78821              Date: 20 Aug 2000 15:52:03 +0200
78822              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
78823      Branch: perl
78824            ! lib/ExtUtils/MM_Unix.pm
78825 ____________________________________________________________________________
78826 [  6722] By: jhi                                   on 2000/08/20  19:46:01
78827         Log: Update to CGI 2.72, from Lincoln Stein.
78828      Branch: perl
78829            ! lib/CGI.pm
78830 ____________________________________________________________________________
78831 [  6721] By: jhi                                   on 2000/08/20  19:43:54
78832         Log: (Replaced by #8364.)
78833              
78834              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
78835              From: Radu Greab <radu@netsoft.ro>
78836              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
78837              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
78838      Branch: perl
78839            ! ext/GDBM_File/GDBM_File.xs
78840 ____________________________________________________________________________
78841 [  6720] By: jhi                                   on 2000/08/20  19:42:01
78842         Log: pp_open() could pass an uninitialized filename down to do_open9().
78843      Branch: perl
78844            ! pp_sys.c
78845 ____________________________________________________________________________
78846 [  6719] By: jhi                                   on 2000/08/20  14:06:41
78847         Log: UTF8 concat fixes.
78848              
78849              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
78850              From: Hugo <hv@crypt.compulink.co.uk>
78851              Date: Sun, 20 Aug 2000 07:30:46 +0100
78852              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
78853      Branch: perl
78854            ! pp_hot.c t/op/append.t
78855 ____________________________________________________________________________
78856 [  6718] By: jhi                                   on 2000/08/20  02:09:37
78857         Log: Let's try #6717 again.
78858      Branch: perl
78859            ! lib/File/Temp.pm
78860 ____________________________________________________________________________
78861 [  6717] By: jhi                                   on 2000/08/20  01:56:55
78862         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
78863              From: "Craig A. Berry" <craig.berry@metamorgs.com>
78864              Date: Sat, 19 Aug 2000 18:15:39 -0500
78865              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
78866      Branch: perl
78867            ! lib/File/Temp.pm
78868 ____________________________________________________________________________
78869 [  6716] By: jhi                                   on 2000/08/19  15:50:11
78870         Log: Update Changes.
78871      Branch: perl
78872            ! Changes patchlevel.h
78873 ____________________________________________________________________________
78874 [  6715] By: jhi                                   on 2000/08/19  15:39:09
78875         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
78876              From: Jonathan D Johnston <jdjohnston2@juno.com>
78877              Date: Thu, 17 Aug 2000 23:13:01 -0400       
78878              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
78879      Branch: perl
78880            ! pod/perlfunc.pod
78881 ____________________________________________________________________________
78882 [  6714] By: jhi                                   on 2000/08/19  15:34:04
78883         Log: Introduce a 'veryclean' target that is like 'distclean'
78884              but also removes *~ and *.orig.
78885      Branch: perl
78886            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
78887            ! utils/Makefile x2p/Makefile.SH
78888 ____________________________________________________________________________
78889 [  6713] By: jhi                                   on 2000/08/19  14:15:45
78890         Log: Put back the long double avoidance code to POSIX.xs
78891              because VMS seems to need it still.
78892      Branch: perl
78893            ! ext/POSIX/POSIX.xs
78894 ____________________________________________________________________________
78895 [  6712] By: jhi                                   on 2000/08/19  14:10:41
78896         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
78897              From: Peter Prymmer <pvhp@forte.com>
78898              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
78899              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
78900      Branch: perl
78901            ! lib/Pod/Find.pm t/pod/find.t
78902 ____________________________________________________________________________
78903 [  6711] By: jhi                                   on 2000/08/19  14:09:19
78904         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
78905              From: Peter Prymmer <pvhp@forte.com>
78906              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
78907              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
78908              cc: vmsperl@perl.org
78909      Branch: perl
78910            ! t/lib/peek.t
78911 ____________________________________________________________________________
78912 [  6710] By: jhi                                   on 2000/08/19  14:08:01
78913         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
78914              From: Jan Dubois <jand@ActiveState.com>
78915              Date: Fri, 18 Aug 2000 16:31:48 -0700
78916              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
78917      Branch: perl
78918            ! win32/win32.c
78919 ____________________________________________________________________________
78920 [  6709] By: jhi                                   on 2000/08/19  14:06:57
78921         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
78922              
78923              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
78924              From: Spider.Boardman@Orb.Nashua.NH.US
78925              Date: Fri, 18 Aug 2000 18:41:14 -0400
78926              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
78927      Branch: perl
78928            ! regcomp.c
78929 ____________________________________________________________________________
78930 [  6708] By: jhi                                   on 2000/08/18  22:04:49
78931         Log: Update Changes.
78932      Branch: perl
78933            ! Changes patchlevel.h
78934 ____________________________________________________________________________
78935 [  6707] By: jhi                                   on 2000/08/18  21:55:14
78936         Log: Add warnif(), check warnings further up the stack,
78937              all the warnings functions now can take an optional object reference.
78938              
78939              Subject: [PATCH bleedperl@6691] warnings pragma update
78940              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
78941              Date: Fri, 18 Aug 2000 22:42:06 +0100
78942              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
78943      Branch: perl
78944            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
78945            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
78946            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
78947 ____________________________________________________________________________
78948 [  6706] By: jhi                                   on 2000/08/18  21:41:45
78949         Log: Typo in pp_complement().
78950              
78951              Subject: [PATCH perl-current] Deparse
78952              From: Peter Scott <Peter@PSDT.com>
78953              Date: Fri, 18 Aug 2000 12:44:37 -0700
78954              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
78955      Branch: perl
78956            ! ext/B/B/Deparse.pm
78957 ____________________________________________________________________________
78958 [  6705] By: jhi                                   on 2000/08/18  21:25:59
78959         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
78960              From: Jan Dubois <jand@ActiveState.com>
78961              Date: Fri, 18 Aug 2000 14:22:51 -0700
78962              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
78963      Branch: perl
78964            ! lib/Win32.pod win32/win32.c
78965 ____________________________________________________________________________
78966 [  6704] By: jhi                                   on 2000/08/18  21:16:14
78967         Log: Don't eat leading os from index entries.
78968              
78969              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
78970              From: Russ Allbery <rra@stanford.edu>
78971              Date: 10 Aug 2000 20:49:25 -0700
78972              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
78973      Branch: perl
78974            ! lib/Pod/Man.pm
78975 ____________________________________________________________________________
78976 [  6703] By: jhi                                   on 2000/08/18  21:07:06
78977         Log: Add [[:blank:]] as suggested in
78978              
78979              Subject: [ID 20000716.024] [=cc=] / [:blank:]
78980              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
78981              Date: Sun, 16 Jul 2000 17:55:29 -0700
78982              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
78983              
78984              (the [=cc=] has already been taken care of by #6439
78985              so the whole bug report can be closed)
78986              
78987              and make [[:space:]] to be equivalent to isspace(3)
78988              (as opposed to \s, which is isSPACE()).  The difference
78989              is that now [[:space:]] matches the mythical vertical tab,
78990              while \s doesn't.
78991      Branch: perl
78992            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
78993            ! regexec.c t/op/pat.t
78994 ____________________________________________________________________________
78995 [  6702] By: jhi                                   on 2000/08/18  18:47:47
78996         Log: The new tests were missing from #6415.
78997      Branch: perl
78998            ! t/op/bop.t
78999 ____________________________________________________________________________
79000 [  6701] By: jhi                                   on 2000/08/18  18:20:40
79001         Log: Document the NDBM_File and ODBM_File as SDBM_File
79002              was documented in #6417.
79003      Branch: perl
79004            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
79005            ! ext/SDBM_File/SDBM_File.pm
79006 ____________________________________________________________________________
79007 [  6700] By: jhi                                   on 2000/08/18  18:10:39
79008         Log: Subject: [PATCH perl@6698] cygwin port
79009              From: "Fifer, Eric" <EFifer@sanwaint.com>
79010              Date: Fri, 18 Aug 2000 17:30:05 +0100
79011              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
79012      Branch: perl
79013            ! lib/File/Temp.pm
79014 ____________________________________________________________________________
79015 [  6699] By: jhi                                   on 2000/08/18  16:21:49
79016         Log: Document code point which makes if (defined %stash::) to work
79017              (noted by Spider Boardman).
79018      Branch: perl
79019            ! op.c
79020 ____________________________________________________________________________
79021 [  6698] By: jhi                                   on 2000/08/18  13:43:27
79022         Log: Update Changes.
79023      Branch: perl
79024            ! Changes patchlevel.h
79025 ____________________________________________________________________________
79026 [  6697] By: jhi                                   on 2000/08/18  13:35:57
79027         Log: Tiny Getopt::Long patch from Johan Vromans.
79028      Branch: perl
79029            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
79030 ____________________________________________________________________________
79031 [  6696] By: jhi                                   on 2000/08/18  13:26:14
79032         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
79033              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
79034              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
79035              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
79036      Branch: perl
79037            ! pod/perldiag.pod pod/perlsyn.pod
79038 ____________________________________________________________________________
79039 [  6695] By: jhi                                   on 2000/08/18  13:13:26
79040         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
79041              From: Daniel Chetlin <daniel@chetlin.com>
79042              Date: Fri, 18 Aug 2000 03:13:36 -0700
79043              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
79044      Branch: perl
79045            ! pod/perlfunc.pod
79046 ____________________________________________________________________________
79047 [  6694] By: jhi                                   on 2000/08/18  13:08:05
79048         Log: Subject: [PATCH] perltrap.pod spring cleaning
79049              From: Daniel Chetlin <daniel@chetlin.com>
79050              Date: Fri, 18 Aug 2000 03:06:54 -0700
79051              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
79052              
79053              plus Mike Guy's nitfix.
79054      Branch: perl
79055            ! pod/perltrap.pod
79056 ____________________________________________________________________________
79057 [  6693] By: jhi                                   on 2000/08/18  13:00:26
79058         Log: Unbuffer the output.
79059              
79060              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
79061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79062              Date: Thu, 17 Aug 2000 18:39:29 -0700
79063              Message-ID: <RPJn5gzkgydf092yn@efn.org>
79064      Branch: perl
79065            ! t/op/fork.t
79066 ____________________________________________________________________________
79067 [  6692] By: jhi                                   on 2000/08/18  05:19:17
79068         Log: Delete the image, too, not just its MANIFEStation.
79069      Branch: perl
79070            - lib/CGI/eg/wilogo.gif
79071 ____________________________________________________________________________
79072 [  6691] By: jhi                                   on 2000/08/18  05:10:26
79073         Log: Propagate new Configure vars.
79074      Branch: perl
79075            ! configure.com epoc/config.sh uconfig.h uconfig.sh
79076            ! vos/config.def vos/config.h vos/config_h.SH_orig
79077            ! win32/config.bc win32/config.gc win32/config.vc
79078            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
79079 ____________________________________________________________________________
79080 [  6690] By: jhi                                   on 2000/08/18  04:30:56
79081         Log: Update Changes.
79082      Branch: perl
79083            ! Changes patchlevel.h
79084 ____________________________________________________________________________
79085 [  6689] By: jhi                                   on 2000/08/18  04:12:30
79086         Log: Fix the lib/complex failure of
79087              
79088              From: abigail@foad.org
79089              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
79090              Date: 15 Aug 2000 04:06:38 -0000
79091              Message-Id: <20000815040638.8524.qmail@foad.org> 
79092              
79093              Linux long double accuracy issue: something that
79094              when printed with %g looks like "2" but int() of it is 1.
79095      Branch: perl
79096            ! lib/Math/Complex.pm
79097 ____________________________________________________________________________
79098 [  6688] By: jhi                                   on 2000/08/18  03:15:35
79099         Log: The byteorder code in #6671 was wrong.
79100      Branch: perl
79101            ! configpm
79102 ____________________________________________________________________________
79103 [  6687] By: jhi                                   on 2000/08/18  02:08:42
79104         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
79105              From: Jan Dubois <jand@ActiveState.com>
79106              Date: Thu, 17 Aug 2000 18:31:55 -0700
79107              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
79108      Branch: perl
79109            ! sv.c
79110 ____________________________________________________________________________
79111 [  6686] By: jhi                                   on 2000/08/18  02:04:15
79112         Log: Use NVs in POSIX math, not doubles.
79113              
79114              From: abigail@foad.org
79115              Subject: [ID 20000817.014] POSIX & modfl
79116              Date: 17 Aug 2000 20:49:18 -0000
79117              Message-Id: <20000817204918.23123.qmail@foad.org>
79118      Branch: perl
79119            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
79120 ____________________________________________________________________________
79121 [  6685] By: jhi                                   on 2000/08/18  02:02:12
79122         Log: Introduce NVef, NVff, and NVgf, use the middle one.
79123              (helps for lib/peek + Linux + long doubles)  Reported in
79124              
79125              From: abigail@foad.org
79126              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
79127              Date: 15 Aug 2000 04:06:38 -0000
79128              Message-Id: <20000815040638.8524.qmail@foad.org> 
79129              
79130              (note: the lib/complex failure has not yet been addressed)
79131      Branch: metaconfig/U/perl
79132            ! perlxvf.U
79133      Branch: perl
79134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79135            ! config_h.SH dump.c perl.h pod/perlguts.pod
79136 ____________________________________________________________________________
79137 [  6684] By: jhi                                   on 2000/08/17  23:22:19
79138         Log: Add byteorder to the myconfig output.
79139      Branch: perl
79140            ! myconfig.SH
79141 ____________________________________________________________________________
79142 [  6683] By: jhi                                   on 2000/08/17  23:20:19
79143         Log: The image doth not exist, spotted by Johan Vromans.
79144      Branch: perl
79145            ! MANIFEST
79146 ____________________________________________________________________________
79147 [  6682] By: jhi                                   on 2000/08/17  22:38:16
79148         Log: Document what the backtick returns if the command fails.
79149      Branch: perl
79150            ! pod/perlop.pod
79151 ____________________________________________________________________________
79152 [  6681] By: jhi                                   on 2000/08/17  22:33:12
79153         Log: Do not use prototyping here.
79154              
79155              Subject: [ID 20000817.016] [PATCH] Peek.xs
79156              From: abigail@foad.org
79157              Date: 17 Aug 2000 20:55:56 -0000
79158              Message-Id: <20000817205556.24270.qmail@foad.org>
79159      Branch: perl
79160            ! ext/Devel/Peek/Makefile.PL
79161 ____________________________________________________________________________
79162 [  6680] By: jhi                                   on 2000/08/17  19:46:43
79163         Log: Don't propose using modules built for 5.005 if no binary
79164              compatibility with 5.005 is attempted.
79165              
79166              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
79167              Subject: Minor nit with 5.7.0 (6655)
79168              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
79169              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
79170      Branch: metaconfig
79171            ! U/installdirs/inc_version_list.U
79172      Branch: perl
79173            ! Configure config_h.SH
79174 ____________________________________________________________________________
79175 [  6679] By: jhi                                   on 2000/08/17  19:16:39
79176         Log: Microperl config update.
79177      Branch: perl
79178            ! uconfig.h uconfig.sh
79179 ____________________________________________________________________________
79180 [  6678] By: jhi                                   on 2000/08/17  19:16:13
79181         Log: The #6648 wasn't protective enough for limited platforms
79182              (like microperl).
79183      Branch: perl
79184            ! dump.c sv.c
79185 ____________________________________________________________________________
79186 [  6677] By: jhi                                   on 2000/08/17  14:46:35
79187         Log: Update Changes.
79188      Branch: perl
79189            ! Changes patchlevel.h
79190 ____________________________________________________________________________
79191 [  6676] By: jhi                                   on 2000/08/17  14:44:02
79192         Log: Add perlebcdic from Peter Prymmer, regen toc.
79193      Branch: perl
79194            + pod/perlebcdic.pod
79195            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
79196 ____________________________________________________________________________
79197 [  6675] By: jhi                                   on 2000/08/17  14:41:52
79198         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
79199      Branch: perl
79200            ! pod/perldebtut.pod
79201 ____________________________________________________________________________
79202 [  6674] By: jhi                                   on 2000/08/17  14:29:43
79203         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
79204              
79205              Subject: [ID 20000724.006] -DLEAKTEST problem
79206              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
79207              Date: Tue, 25 Jul 2000 00:36:32 -0500
79208              Message-Id: <20000725003632.A26186@www.llamacom.com>
79209              
79210              Reminder sent
79211              
79212              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
79213              From: Hugo <hv@crypt.compulink.co.uk>
79214              Date: Thu, 17 Aug 2000 15:23:42 +0100
79215              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
79216      Branch: perl
79217            ! util.c
79218 ____________________________________________________________________________
79219 [  6673] By: jhi                                   on 2000/08/17  04:07:10
79220         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
79221              From: John Peacock <JPeacock@UnivPress.com>
79222              Date: Tue, 01 Aug 2000 09:38:12 -0400
79223              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
79224      Branch: perl
79225            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
79226 ____________________________________________________________________________
79227 [  6672] By: jhi                                   on 2000/08/17  03:04:35
79228         Log: Subject: [PATCH] Cwd.pm now uses strict
79229              From: Tim Jenness <timj@jach.hawaii.edu>
79230              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
79231              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
79232      Branch: perl
79233            ! lib/Cwd.pm
79234 ____________________________________________________________________________
79235 [  6671] By: jhi                                   on 2000/08/17  02:16:35
79236         Log: Make $Config{byteorder} more magical so that it is
79237              dynamically computed: nice for 'fat binaries'.
79238              
79239              Subject: [PATCH]: default byteorder
79240              From: Wilfredo Sánchez <wsanchez@apple.com>
79241              Date: Mon, 31 Jul 2000 19:45:31 -0700
79242              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
79243      Branch: perl
79244            ! configpm
79245 ____________________________________________________________________________
79246 [  6670] By: gsar                                  on 2000/08/17  01:22:21
79247         Log: move WNOHANG definition to where other such things are
79248      Branch: perl
79249            ! win32/win32.h
79250 ____________________________________________________________________________
79251 [  6669] By: jhi                                   on 2000/08/17  01:19:17
79252         Log: Update Changes.
79253      Branch: perl
79254            ! Changes patchlevel.h
79255 ____________________________________________________________________________
79256 [  6668] By: jhi                                   on 2000/08/17  01:16:29
79257         Log: Doc nits spotted by Richard Soderberg.
79258      Branch: perl
79259            ! README.posix-bc README.vmesa
79260 ____________________________________________________________________________
79261 [  6667] By: jhi                                   on 2000/08/17  01:12:11
79262         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
79263              From: "Casey R. Tweten" <crt@kiski.net>
79264              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
79265              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
79266      Branch: perl
79267            ! pod/perldebtut.pod
79268 ____________________________________________________________________________
79269 [  6666] By: jhi                                   on 2000/08/17  01:09:31
79270         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
79271              From: "Casey R. Tweten" <crt@kiski.net>
79272              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
79273              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
79274      Branch: perl
79275            ! lib/Shell.pm
79276 ____________________________________________________________________________
79277 [  6665] By: gsar                                  on 2000/08/17  01:03:52
79278         Log: add "ok" targets from change#6632 in makefile.mk
79279      Branch: perl
79280            ! pod/perlport.pod win32/Makefile win32/makefile.mk
79281 ____________________________________________________________________________
79282 [  6664] By: gsar                                  on 2000/08/17  00:56:11
79283         Log: avoid warnings from dense compiler
79284      Branch: perl
79285            ! win32/win32.c
79286 ____________________________________________________________________________
79287 [  6663] By: jhi                                   on 2000/08/17  00:51:49
79288         Log: Tweak the regex compilation errors once more.
79289      Branch: perl
79290            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
79291            ! t/op/regmesg.t t/pragma/warn/regcomp
79292 ____________________________________________________________________________
79293 [  6662] By: gsar                                  on 2000/08/17  00:28:19
79294         Log: trailing new %ENV entries weren't being pushed into the real
79295              environment of subprocesses on Windows
79296      Branch: perl
79297            ! t/op/magic.t win32/perlhost.h
79298 ____________________________________________________________________________
79299 [  6661] By: gsar                                  on 2000/08/17  00:19:20
79300         Log: waitpid() now handles externally spawned pids correctly;
79301              fixes for backtick/wait/waitpid failures on Windows 9x
79302              
79303              these changes make the pid returned by process functions on
79304              Windows 9x always positive by clearing the high bit (which
79305              is always set on Win9x); pseudo-process PIDs are likewise
79306              always negative now on Win9x (just as on NT/2000)
79307      Branch: perl
79308            ! pp_sys.c win32/perlhost.h win32/win32.c
79309 ____________________________________________________________________________
79310 [  6660] By: jhi                                   on 2000/08/17  00:04:32
79311         Log: Retract #6645.
79312      Branch: perl
79313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79314            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
79315            ! t/op/sprintf.t
79316 ____________________________________________________________________________
79317 [  6659] By: gsar                                  on 2000/08/16  23:59:28
79318         Log: on windows, the return values from wait() and waitpid() don't
79319              match those of pseudo-pids
79320      Branch: perl
79321            ! pp_sys.c t/op/fork.t util.c win32/win32.c
79322 ____________________________________________________________________________
79323 [  6658] By: gsar                                  on 2000/08/16  23:56:14
79324         Log: pod nit seen in passing
79325      Branch: perl
79326            ! pod/perlfunc.pod
79327 ____________________________________________________________________________
79328 [  6657] By: gsar                                  on 2000/08/16  23:53:42
79329         Log: change#6328 could make close(SOCKET) return false on windows
79330              when it shouldn't
79331      Branch: perl
79332            ! win32/win32sck.c
79333 ____________________________________________________________________________
79334 [  6656] By: gsar                                  on 2000/08/16  23:46:57
79335         Log: check that the number pseudo children doesn't exceed
79336              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
79337              the WaitForMultipleObjects() limit that would cause wait()
79338              to crash)
79339              
79340              wait() and waitpid() could potentially be rewritten to use
79341              more than one thread to do the waiting to eliminate this
79342              limitation
79343      Branch: perl
79344            ! win32/perlhost.h
79345 ____________________________________________________________________________
79346 [  6655] By: jhi                                   on 2000/08/16  14:11:05
79347         Log: Update Changes.
79348      Branch: perl
79349            ! Changes patchlevel.h
79350 ____________________________________________________________________________
79351 [  6654] By: jhi                                   on 2000/08/16  14:10:12
79352         Log: Update to perldebtut 1.9, from Richard Foley.
79353      Branch: perl
79354            ! pod/perldebtut.pod
79355 ____________________________________________________________________________
79356 [  6653] By: jhi                                   on 2000/08/16  14:08:17
79357         Log: Change the regx compilation error markers to use = instead of <
79358              since pod makes using the latter quite messy.  Reported in
79359              ID 20000814.006 by Abigail and in
79360              Subject: Unknown escape E<> ?
79361              From: Lupe Christoph <lupe@lupe-christoph.de>
79362              Date: Fri, 11 Aug 2000 00:30:27 +0200
79363              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
79364      Branch: perl
79365            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
79366            ! t/op/regmesg.t t/pragma/warn/regcomp
79367 ____________________________________________________________________________
79368 [  6652] By: jhi                                   on 2000/08/16  13:25:31
79369         Log: Change the perlbug address to perl.org since it's more forgiving.
79370              
79371              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
79372              From: abigail@foad.org
79373              Date: 15 Aug 2000 04:15:40 -0000
79374              Message-Id: <20000815041540.8633.qmail@foad.org>
79375      Branch: perl
79376            ! utils/perlbug.PL
79377 ____________________________________________________________________________
79378 [  6651] By: jhi                                   on 2000/08/16  13:22:35
79379         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
79380              From: Tim Jenness <timj@jach.hawaii.edu>
79381              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
79382              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
79383      Branch: perl
79384            ! lib/Cwd.pm
79385 ____________________________________________________________________________
79386 [  6650] By: jhi                                   on 2000/08/16  13:18:13
79387         Log: Update to CPAN 1.57.
79388              
79389              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
79390              From: andreas.koenig@anima.de (Andreas J. Koenig)
79391              Date: 16 Aug 2000 15:09:46 +0200
79392              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
79393      Branch: perl
79394            ! lib/CPAN.pm
79395 ____________________________________________________________________________
79396 [  6649] By: jhi                                   on 2000/08/16  13:12:31
79397         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
79398              From: "Larry W. Virden" <lvirden@cas.org>
79399              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
79400              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
79401      Branch: perl
79402            ! README.hpux
79403 ____________________________________________________________________________
79404 [  6648] By: jhi                                   on 2000/08/16  13:03:53
79405         Log: The numeric locale was reset to "C" by s?printf and never restored.
79406              
79407              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
79408              From: Christian Kirsch <ck@held.mind.de>
79409              Date: Wed, 9 Aug 2000 17:05:17 +0200
79410              Message-Id: <20000809170517.A25389@held>
79411              
79412              No test since adding the failing example to locale.t
79413              does not fail -- probably because the locale settings are so
79414              thoroughly tweaked by that time.  Running the example standalone
79415              does fail, though.  UPDATE: test case added at change #7540.
79416      Branch: perl
79417            ! dump.c perl.h pp.c pp_ctl.c sv.c
79418 ____________________________________________________________________________
79419 [  6647] By: jhi                                   on 2000/08/16  00:07:54
79420         Log: Update Changes and test semi-automatic patchlevel updating.
79421      Branch: perl
79422            ! Changes patchlevel.h
79423 ____________________________________________________________________________
79424 [  6646] By: jhi                                   on 2000/08/15  23:35:07
79425         Log: Fix a dependency problem.
79426              
79427              Subject: [PATCH: 6640] VMS Makefile.SH update
79428              From: Peter Prymmer <pvhp@forte.com>
79429              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
79430              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
79431      Branch: perl
79432            ! vms/descrip_mms.template
79433 ____________________________________________________________________________
79434 [  6645] By: jhi                                   on 2000/08/15  23:33:23
79435         Log: (Retracted by #6660)
79436              
79437              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
79438              From: Dominic Dunlop <domo@computer.org>
79439              Date: Tue, 15 Aug 2000 22:20:52 +0200
79440              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
79441      Branch: metaconfig/U/perl
79442            + d_printfed.U
79443      Branch: perl
79444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79445            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
79446            ! t/op/sprintf.t
79447 ____________________________________________________________________________
79448 [  6644] By: jhi                                   on 2000/08/15  21:17:20
79449         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
79450              From: abigail@foad.org
79451              Date: 15 Aug 2000 20:12:41 -0000
79452              Message-Id: <20000815201241.25556.qmail@foad.org>
79453      Branch: perl
79454            ! INSTALL
79455 ____________________________________________________________________________
79456 [  6643] By: jhi                                   on 2000/08/15  21:15:28
79457         Log: (an already applied patch)
79458      Branch: perl
79459            ! lib/CGI.pm
79460 ____________________________________________________________________________
79461 [  6642] By: gsar                                  on 2000/08/15  19:54:05
79462         Log: magic callbacks all need to have same type signature
79463      Branch: perl
79464            ! embed.pl mg.c proto.h
79465 ____________________________________________________________________________
79466 [  6641] By: jhi                                   on 2000/08/15  17:56:27
79467         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)
79468              From: Mike Guy <mjtg@cam.ac.uk>
79469              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
79470              Date: Tue, 15 Aug 2000 18:26:45 +0100
79471              
79472              Only the peek.t part applied, not the hash quality part.
79473      Branch: perl
79474            ! t/lib/peek.t
79475 ____________________________________________________________________________
79476 [  6640] By: jhi                                   on 2000/08/15  16:37:37
79477         Log: Update Changes.
79478      Branch: perl
79479            ! Changes
79480 ____________________________________________________________________________
79481 [  6639] By: jhi                                   on 2000/08/15  16:34:55
79482         Log: Missed a file from #6638.
79483      Branch: perl
79484            ! lib/File/Temp.pm
79485 ____________________________________________________________________________
79486 [  6638] By: jhi                                   on 2000/08/15  16:33:19
79487         Log: Subject: [PATCH perl@6620] cygwin port
79488              From: "Fifer, Eric" <EFifer@sanwaint.com>
79489              Date: Tue, 15 Aug 2000 17:00:49 +0100
79490              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
79491      Branch: perl
79492            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
79493 ____________________________________________________________________________
79494 [  6637] By: jhi                                   on 2000/08/15  16:29:22
79495         Log: Subject: [PATCH] debugger exit code should reflect user exit code
79496              From: Mike Guy <mjtg@cam.ac.uk>
79497              Date: Tue, 15 Aug 2000 16:55:59 +0100
79498              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
79499      Branch: perl
79500            ! lib/perl5db.pl
79501 ____________________________________________________________________________
79502 [  6636] By: jhi                                   on 2000/08/15  15:30:58
79503         Log: Update Changes.
79504      Branch: perl
79505            ! Changes
79506 ____________________________________________________________________________
79507 [  6635] By: jhi                                   on 2000/08/15  15:27:21
79508         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
79509      Branch: metaconfig
79510            ! U/mkglossary U/mksample
79511      Branch: metaconfig/U/perl
79512            ! Devel.U
79513      Branch: perl
79514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79515 ____________________________________________________________________________
79516 [  6634] By: jhi                                   on 2000/08/15  14:11:55
79517         Log: Don't blow limited stacks, a lower number is enough to
79518              tickle the lookbehind limit.
79519              
79520              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
79521              From: Dominic Dunlop <domo@computer.org>
79522              Date: Tue, 15 Aug 2000 13:51:24 +0200
79523              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
79524      Branch: perl
79525            ! t/op/regmesg.t
79526 ____________________________________________________________________________
79527 [  6633] By: jhi                                   on 2000/08/15  14:01:46
79528         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
79529              From: Mike Guy <mjtg@cam.ac.uk>
79530              Date: Tue, 15 Aug 2000 12:10:50 +0100
79531              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
79532      Branch: perl
79533            ! utils/perldoc.PL
79534 ____________________________________________________________________________
79535 [  6632] By: jhi                                   on 2000/08/15  13:58:48
79536         Log: make ok etc also for win32.
79537              
79538              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
79539              From: Prymmer/Kahn <pvhp@best.com>
79540              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
79541              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
79542      Branch: perl
79543            ! win32/Makefile
79544 ____________________________________________________________________________
79545 [  6631] By: jhi                                   on 2000/08/15  13:45:03
79546         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
79547      Branch: perl
79548            ! lib/Test.pm
79549 ____________________________________________________________________________
79550 [  6630] By: jhi                                   on 2000/08/15  03:25:09
79551         Log: Update Changes.
79552      Branch: perl
79553            ! Changes
79554 ____________________________________________________________________________
79555 [  6629] By: jhi                                   on 2000/08/15  03:23:53
79556         Log: magic_regdatum_set() is void, not int.
79557      Branch: perl
79558            ! embed.pl mg.c proto.h
79559 ____________________________________________________________________________
79560 [  6628] By: jhi                                   on 2000/08/15  03:08:02
79561         Log: Make the user to give up his firstborn, err, to knowingly
79562              verify installing an unstable developer release.  Also bump
79563              the release to 5.7.0, but leave a patch tag in the local
79564              patches saying that this is not yet the real thing.
79565      Branch: metaconfig
79566            ! U/modified/Instruct.U
79567      Branch: metaconfig/U/perl
79568            + Devel.U
79569      Branch: perl
79570            ! Configure patchlevel.h
79571 ____________________________________________________________________________
79572 [  6627] By: jhi                                   on 2000/08/14  22:32:52
79573         Log: README.os2 update.
79574              
79575              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
79576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79577              Date: Wed, 02 Aug 2000 21:55:09 -0700
79578              Message-ID: <tsPi5gzkgegX092yn@efn.org>
79579      Branch: perl
79580            ! README.os2
79581 ____________________________________________________________________________
79582 [  6626] By: jhi                                   on 2000/08/14  21:00:02
79583         Log: Subject: Re: File::Temp problems on VMS in bleedperl
79584              From: Tim Jenness <timj@jach.hawaii.edu>
79585              cc: vmsperl@perl.org
79586              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
79587              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
79588      Branch: perl
79589            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
79590 ____________________________________________________________________________
79591 [  6625] By: jhi                                   on 2000/08/14  20:52:16
79592         Log: Add SUIDMAIL as was done for the CERT alert.
79593      Branch: perl
79594            ! patchlevel.h
79595 ____________________________________________________________________________
79596 [  6624] By: jhi                                   on 2000/08/14  20:48:50
79597         Log: Subject: sfio2000
79598              From: Daniel Muino <dmuino@afip.gov.ar>
79599              Date: Mon, 14 Aug 2000 16:58:11 -0300
79600              Message-ID: <20000814165811.B16368@con2-dgi>
79601      Branch: perl
79602            ! perlsdio.h perlsfio.h
79603 ____________________________________________________________________________
79604 [  6623] By: jhi                                   on 2000/08/14  20:47:36
79605         Log: Subject: warning: storage class after type is obsolescent
79606              From: Daniel Muino <dmuino@afip.gov.ar>
79607              Date: Mon, 14 Aug 2000 16:42:47 -0300
79608              Message-ID: <20000814164247.A16368@con2-dgi>
79609      Branch: perl
79610            ! regcomp.pl regnodes.h
79611 ____________________________________________________________________________
79612 [  6622] By: jhi                                   on 2000/08/14  20:43:05
79613         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
79614              From: abigail@foad.org
79615              Date: 14 Aug 2000 20:00:10 -0000
79616              Message-Id: <20000814200010.27271.qmail@foad.org>
79617      Branch: perl
79618            ! Changes
79619 ____________________________________________________________________________
79620 [  6621] By: jhi                                   on 2000/08/14  15:23:05
79621         Log: Update Changes.
79622      Branch: perl
79623            ! Changes
79624 ____________________________________________________________________________
79625 [  6620] By: jhi                                   on 2000/08/14  15:22:14
79626         Log: Subject: Re: [PATCH] @+, @- readonly
79627              From: Mike Guy <mjtg@cam.ac.uk>
79628              Date: Mon, 14 Aug 2000 15:26:55 +0100
79629              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
79630      Branch: perl
79631            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
79632            ! sv.c t/op/pat.t
79633 ____________________________________________________________________________
79634 [  6619] By: jhi                                   on 2000/08/14  14:12:08
79635         Log: Update Changes.
79636      Branch: perl
79637            ! Changes
79638 ____________________________________________________________________________
79639 [  6618] By: jhi                                   on 2000/08/14  14:09:34
79640         Log: For now remove the mail code.
79641      Branch: perl
79642            ! perl.c
79643 ____________________________________________________________________________
79644 [  6617] By: jhi                                   on 2000/08/14  14:08:28
79645         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
79646      Branch: perl
79647            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
79648            ! pod/perlfaq8.pod pod/perlsec.pod
79649 ____________________________________________________________________________
79650 [  6616] By: jhi                                   on 2000/08/14  14:00:11
79651         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
79652              From: Mike Guy <mjtg@cam.ac.uk>
79653              Date: Mon, 14 Aug 2000 08:26:02 +0100
79654              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
79655      Branch: perl
79656            ! lib/perl5db.pl
79657 ____________________________________________________________________________
79658 [  6615] By: jhi                                   on 2000/08/14  13:58:45
79659         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
79660              From: Mike Guy <mjtg@cam.ac.uk>
79661              Date: Mon, 14 Aug 2000 08:04:22 +0100
79662              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
79663      Branch: perl
79664            ! gv.c mg.c t/op/pat.t
79665 ____________________________________________________________________________
79666 [  6614] By: jhi                                   on 2000/08/14  13:56:45
79667         Log: Subject: Test fails / warnings with perl-current #6612
79668              From: Mike Guy <mjtg@cam.ac.uk>
79669              Date: Mon, 14 Aug 2000 07:57:23 +0100
79670              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
79671      Branch: perl
79672            ! t/lib/b.t t/lib/peek.t
79673 ____________________________________________________________________________
79674 [  6613] By: jhi                                   on 2000/08/14  13:45:33
79675         Log: VMS configure.com update continues.
79676      Branch: perl
79677            - vms/configure.com
79678            ! MANIFEST configure.com
79679 ____________________________________________________________________________
79680 [  6612] By: jhi                                   on 2000/08/13  22:13:35
79681         Log: Update Changes.
79682      Branch: perl
79683            ! Changes
79684 ____________________________________________________________________________
79685 [  6611] By: jhi                                   on 2000/08/13  16:21:45
79686         Log: Upgrade to CGI 2.71, from Lincoln Stein.
79687      Branch: perl
79688            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
79689 ____________________________________________________________________________
79690 [  6610] By: jhi                                   on 2000/08/13  15:09:16
79691         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
79692              From: Mike Guy <mjtg@cam.ac.uk>
79693              Date: Sun, 13 Aug 2000 13:45:51 +0100
79694              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
79695      Branch: perl
79696            ! t/op/regmesg.t
79697 ____________________________________________________________________________
79698 [  6609] By: jhi                                   on 2000/08/13  14:31:26
79699         Log: Andreas says that 1.56 is fine, so reverting back to it.
79700      Branch: perl
79701            ! lib/CPAN.pm
79702 ____________________________________________________________________________
79703 [  6608] By: jhi                                   on 2000/08/13  05:34:20
79704         Log: Update Changes.
79705      Branch: perl
79706            ! Changes
79707 ____________________________________________________________________________
79708 [  6607] By: jhi                                   on 2000/08/13  05:32:01
79709         Log: Put back the \z changes of #5406 to CPAN.pm.
79710      Branch: perl
79711            ! lib/CPAN.pm
79712 ____________________________________________________________________________
79713 [  6606] By: jhi                                   on 2000/08/13  05:20:16
79714         Log: Fix-n-skip the tests under 5005threads.
79715      Branch: perl
79716            ! t/lib/b.t
79717 ____________________________________________________________________________
79718 [  6605] By: jhi                                   on 2000/08/13  05:07:48
79719         Log: Fix the test for 5005threads.
79720      Branch: perl
79721            ! t/lib/peek.t
79722 ____________________________________________________________________________
79723 [  6604] By: jhi                                   on 2000/08/13  03:35:37
79724         Log: Should have deleted this in #6603.
79725      Branch: perl
79726            - vms/subconfigure.com
79727 ____________________________________________________________________________
79728 [  6603] By: jhi                                   on 2000/08/12  18:29:32
79729         Log: Rewrite of vms/subconfigure.com as configure.com,
79730              from Peter Prymmer and the vmsperl crew.
79731      Branch: perl
79732            + vms/configure.com
79733            ! MANIFEST
79734 ____________________________________________________________________________
79735 [  6602] By: jhi                                   on 2000/08/11  13:00:01
79736         Log: PlainText.pm is dead.
79737      Branch: perl
79738            - lib/Pod/PlainText.pm
79739            ! MANIFEST
79740 ____________________________________________________________________________
79741 [  6601] By: jhi                                   on 2000/08/11  04:06:45
79742         Log: Update Changes.
79743      Branch: perl
79744            ! Changes
79745 ____________________________________________________________________________
79746 [  6600] By: jhi                                   on 2000/08/11  04:06:10
79747         Log: Add a few missing files, update MANIFEST.
79748      Branch: perl
79749            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
79750            + lib/Pod/PlainText.pm t/pod/find.t
79751            ! MANIFEST t/op/regmesg.t
79752 ____________________________________________________________________________
79753 [  6599] By: jhi                                   on 2000/08/11  03:31:10
79754         Log: Add Perl debugging tutorial, regen toc. 
79755              
79756              Subject: perldebtut.pod
79757              From: Richard Foley <Richard.Foley@m.dasa.de>
79758              Date: Wed, 09 Aug 2000 10:17:15 +0200
79759              Message-id: <3991138B.262247B8@m.dasa.de>
79760      Branch: perl
79761            + pod/perldebtut.pod
79762            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
79763 ____________________________________________________________________________
79764 [  6598] By: jhi                                   on 2000/08/11  02:48:56
79765         Log: tiny Changes edit
79766      Branch: perl
79767            ! Changes
79768 ____________________________________________________________________________
79769 [  6597] By: jhi                                   on 2000/08/11  02:39:04
79770         Log: Tests for #6589.
79771              
79772              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
79773              From: simon@brecon.co.uk (Simon Cozens)
79774              Date: 11 Aug 2000 02:24:52 GMT
79775              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
79776      Branch: perl
79777            ! t/lib/b.t
79778 ____________________________________________________________________________
79779 [  6596] By: jhi                                   on 2000/08/11  01:50:07
79780         Log: Update Changes.
79781      Branch: perl
79782            ! Changes
79783 ____________________________________________________________________________
79784 [  6595] By: jhi                                   on 2000/08/11  01:47:16
79785         Log: nitfix
79786      Branch: perl
79787            ! Changes
79788 ____________________________________________________________________________
79789 [  6594] By: jhi                                   on 2000/08/11  01:36:16
79790         Log: Subject: Getting perlio and threads to compile
79791              From: Lupe Christoph <lupe@lupe-christoph.de>
79792              Date: Wed, 9 Aug 2000 11:35:54 +0200
79793              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
79794              
79795              (the Solaris version changes in Configure skipped)
79796      Branch: perl
79797            ! hints/solaris_2.sh thread.h
79798 ____________________________________________________________________________
79799 [  6593] By: jhi                                   on 2000/08/11  01:30:16
79800         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
79801              From: simon@brecon.co.uk (Simon Cozens)
79802              Date: 1 Aug 2000 06:55:19 GMT
79803              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
79804      Branch: perl
79805            ! lib/utf8.pm
79806 ____________________________________________________________________________
79807 [  6592] By: jhi                                   on 2000/08/11  01:26:39
79808         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
79809              From: Peter Scott <Peter@PeterScott.com>
79810              Date: Thu, 10 Aug 2000 08:23:27 -0700
79811              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
79812      Branch: perl
79813            ! lib/perl5db.pl
79814 ____________________________________________________________________________
79815 [  6591] By: jhi                                   on 2000/08/11  01:22:02
79816         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
79817              From: Hugo <hv@crypt.compulink.co.uk>
79818              Date: Thu, 10 Aug 2000 19:23:04 +0100
79819              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
79820      Branch: perl
79821            ! regexec.c t/op/pat.t
79822 ____________________________________________________________________________
79823 [  6590] By: jhi                                   on 2000/08/11  01:19:19
79824         Log: Preprocessing and postprocessing for File::Find.
79825              
79826              Subject: Patch to Find::File.pm to allow alphabetical results
79827              From: Joe Smith <jsmith@inwap.com>
79828              Date: Wed, 9 Aug 2000 02:44:54 -0700
79829              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
79830      Branch: perl
79831            ! lib/File/Find.pm
79832 ____________________________________________________________________________
79833 [  6589] By: jhi                                   on 2000/08/11  01:12:39
79834         Log: B::Deparse didn't do sub attributes.
79835              
79836              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
79837              From: simon@brecon.co.uk (Simon Cozens)
79838              Date: 9 Aug 2000 04:49:20 GMT
79839              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
79840      Branch: perl
79841            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
79842 ____________________________________________________________________________
79843 [  6588] By: jhi                                   on 2000/08/11  01:06:40
79844         Log: Subject: debugger "d" command doesnt check line number
79845              From: Mike Guy <mjtg@cam.ac.uk>
79846              Date: Tue, 08 Aug 2000 21:54:29 +0100
79847              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
79848      Branch: perl
79849            ! lib/perl5db.pl mg.c pod/perldiag.pod
79850 ____________________________________________________________________________
79851 [  6587] By: jhi                                   on 2000/08/11  00:45:03
79852         Log: sleep(1) does not necessarily return 1.
79853              
79854              Subject: [PATCH bleadperl] op/lex_assign.t  
79855              From: Hugo <hv@crypt.compulink.co.uk>
79856              Date: Thu, 03 Aug 2000 14:34:22 +0100        
79857              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
79858      Branch: perl
79859            ! t/op/lex_assign.t
79860 ____________________________________________________________________________
79861 [  6586] By: jhi                                   on 2000/08/11  00:31:50
79862         Log: Document the IO::Select timeout.
79863      Branch: perl
79864            ! ext/IO/lib/IO/Select.pm
79865 ____________________________________________________________________________
79866 [  6585] By: jhi                                   on 2000/08/11  00:13:54
79867         Log: Forgot contributor.
79868      Branch: perl
79869            ! Changes
79870 ____________________________________________________________________________
79871 [  6584] By: jhi                                   on 2000/08/11  00:09:19
79872         Log: detypo
79873      Branch: perl
79874            ! Changes
79875 ____________________________________________________________________________
79876 [  6583] By: jhi                                   on 2000/08/11  00:07:53
79877         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
79878              
79879              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
79880              From: Mike Guy <mjtg@cam.ac.uk> 
79881              Date: Thu, 10 Aug 2000 15:50:54 +0100
79882              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
79883      Branch: perl
79884            ! sv.c t/op/int.t
79885 ____________________________________________________________________________
79886 [  6582] By: jhi                                   on 2000/08/10  23:29:32
79887         Log: Update Changes.
79888      Branch: perl
79889            ! Changes
79890 ____________________________________________________________________________
79891 [  6581] By: jhi                                   on 2000/08/10  23:26:16
79892         Log: Put back the std @INC thing.
79893      Branch: perl
79894            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
79895            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
79896            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
79897            ! t/lib/gol-oo.t
79898 ____________________________________________________________________________
79899 [  6580] By: jhi                                   on 2000/08/10  23:03:34
79900         Log: Update to CGI 2.70, from Lincoln Stein.
79901      Branch: perl
79902            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
79903            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
79904            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
79905            ! t/lib/cgi-request.t
79906 ____________________________________________________________________________
79907 [  6579] By: jhi                                   on 2000/08/10  22:41:50
79908         Log: Update to CPAN 1.56, from Andreas König.
79909      Branch: perl
79910            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79911 ____________________________________________________________________________
79912 [  6578] By: jhi                                   on 2000/08/10  22:38:13
79913         Log: Update to Pod::Parser 1.17, from Brad Appleton.
79914      Branch: perl
79915            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
79916            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
79917            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
79918            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
79919            ! t/pod/include.t t/pod/included.t t/pod/lref.t
79920            ! t/pod/multiline_items.t t/pod/nested_items.t
79921            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
79922            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
79923            ! t/pod/special_seqs.t
79924 ____________________________________________________________________________
79925 [  6577] By: jhi                                   on 2000/08/10  22:35:41
79926         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
79927      Branch: perl
79928            ! AUTHORS MAINTAIN
79929 ____________________________________________________________________________
79930 [  6576] By: jhi                                   on 2000/08/10  22:24:54
79931         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
79932      Branch: perl
79933            + t/lib/gol-oo.t
79934            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
79935            ! t/lib/gol-compat.t t/lib/gol-linkage.t
79936 ____________________________________________________________________________
79937 [  6575] By: jhi                                   on 2000/08/10  22:02:07
79938         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
79939      Branch: perl
79940            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
79941 ____________________________________________________________________________
79942 [  6574] By: jhi                                   on 2000/08/10  21:55:03
79943         Log: Iterating perl6 description.
79944      Branch: perl
79945            ! pod/perlfaq1.pod
79946 ____________________________________________________________________________
79947 [  6573] By: jhi                                   on 2000/08/10  21:48:26
79948         Log: Revert the sv.c part of #6559, a better fix is needed.
79949      Branch: perl
79950            ! sv.c
79951 ____________________________________________________________________________
79952 [  6572] By: jhi                                   on 2000/08/10  20:33:43
79953         Log: It's the 2ndO'ROSSC.
79954      Branch: perl
79955            ! pod/perlfaq1.pod
79956 ____________________________________________________________________________
79957 [  6571] By: jhi                                   on 2000/08/10  15:55:48
79958         Log: detypo
79959      Branch: perl
79960            ! pod/perlfaq1.pod
79961 ____________________________________________________________________________
79962 [  6570] By: jhi                                   on 2000/08/10  14:11:17
79963         Log: An exceptionally sticky typo.
79964      Branch: perl
79965            ! Changes
79966 ____________________________________________________________________________
79967 [  6569] By: jhi                                   on 2000/08/10  14:09:33
79968         Log: detypo (and test Changes updating script)
79969      Branch: perl
79970            ! Changes
79971 ____________________________________________________________________________
79972 [  6568] By: jhi                                   on 2000/08/10  14:07:07
79973         Log: Update Changes.
79974      Branch: perl
79975            ! Changes
79976 ____________________________________________________________________________
79977 [  6567] By: jhi                                   on 2000/08/10  14:06:19
79978         Log: Amend the description of Perl6.
79979              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
79980              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79981              Date: Wed, 9 Aug 2000 22:11:06 -0500
79982              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
79983      Branch: perl
79984            ! pod/perlfaq1.pod
79985 ____________________________________________________________________________
79986 [  6566] By: jhi                                   on 2000/08/10  13:58:57
79987         Log: Subject: Remove dead entry in perldiag
79988              From: Mike Guy <mjtg@cam.ac.uk>
79989              Date: Thu, 10 Aug 2000 14:19:19 +0100
79990              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
79991      Branch: perl
79992            ! pod/perldiag.pod
79993 ____________________________________________________________________________
79994 [  6565] By: jhi                                   on 2000/08/10  13:51:48
79995         Log: Zero entries were skipped, fix from Adrian Goalby
79996              <argoalby@yahoo.co.uk>
79997      Branch: perl
79998            ! lib/unicode/Number.pl lib/unicode/mktables.PL
79999 ____________________________________________________________________________
80000 [  6564] By: jhi                                   on 2000/08/10  13:00:12
80001         Log: Subject: [PATCH 5.6.0] cygwin port
80002              From: "Fifer, Eric" <EFifer@sanwaint.com>
80003              Date: Thu, 10 Aug 2000 13:15:36 +0100
80004              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
80005      Branch: perl
80006            ! README.cygwin hints/cygwin.sh
80007 ____________________________________________________________________________
80008 [  6563] By: jhi                                   on 2000/08/10  12:55:16
80009         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
80010      Branch: perl
80011            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
80012 ____________________________________________________________________________
80013 [  6562] By: gsar                                  on 2000/08/10  08:38:39
80014         Log: warn is a macro, avoid using at a variable to avoid warnings
80015              in some configurations; readdir.t is too conservative in
80016              estimating number of *.t's
80017      Branch: perl
80018            ! t/op/readdir.t util.c
80019 ____________________________________________________________________________
80020 [  6561] By: jhi                                   on 2000/08/09  23:35:42
80021         Log: Update Changes.
80022      Branch: perl
80023            ! Changes
80024 ____________________________________________________________________________
80025 [  6560] By: jhi                                   on 2000/08/09  23:05:47
80026         Log: Subject: Re: enhanced(?) regex error messages
80027              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
80028              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
80029              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
80030              
80031              (plus two small patches sent privately)
80032              (this still seems to leave few test failures)
80033      Branch: perl
80034            + t/op/regmesg.t
80035            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
80036            ! t/pragma/warn/regcomp
80037 ____________________________________________________________________________
80038 [  6559] By: jhi                                   on 2000/08/09  20:41:18
80039         Log: (The fix did work but was not right, retracted in #6573)
80040              
80041              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
80042              From: Christian Kirsch <ck@held.mind.de>
80043              Date: Wed, 9 Aug 2000 17:05:17 +0200
80044              Message-Id: <20000809170517.A25389@held>
80045      Branch: perl
80046            ! sv.c t/pragma/locale.t
80047 ____________________________________________________________________________
80048 [  6558] By: jhi                                   on 2000/08/08  22:34:08
80049         Log: Tiny updates on the contributors list.
80050      Branch: perl
80051            ! Changes
80052 ____________________________________________________________________________
80053 [  6557] By: jhi                                   on 2000/08/08  19:34:28
80054         Log: Double check that we have a dirhandle.
80055      Branch: perl
80056            ! util.c
80057 ____________________________________________________________________________
80058 [  6556] By: jhi                                   on 2000/08/08  19:01:51
80059         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
80060              May be repopulated with fresh maintained examples.
80061      Branch: perl
80062            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
80063            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
80064            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
80065            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
80066            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
80067            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
80068            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
80069            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
80070            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
80071            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
80072            + lib/CGI/eg/wilogo_gif.uu
80073            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
80074            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
80075            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
80076            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
80077            - eg/cgi/frameset.cgi eg/cgi/index.html
80078            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80079            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80080            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80081            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80082            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80083            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80084            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80085            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80086            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80087            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80088            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80089            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80090            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80091            - eg/van/vanish eg/who eg/wrapsuid
80092            ! MANIFEST
80093 ____________________________________________________________________________
80094 [  6555] By: jhi                                   on 2000/08/08  18:51:08
80095         Log: Delete chat2 as requested by Randal.
80096              
80097              Subject: Re: perlfaq8 coyness
80098              From: merlyn@stonehenge.com (Randal L. Schwartz) 
80099              Date: 15 May 2000 18:52:42 -0700 
80100              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
80101      Branch: perl
80102            - lib/chat2.pl
80103            ! MANIFEST
80104 ____________________________________________________________________________
80105 [  6554] By: jhi                                   on 2000/08/08  18:31:35
80106         Log: Regen global.sym.
80107      Branch: perl
80108            ! global.sym
80109 ____________________________________________________________________________
80110 [  6553] By: jhi                                   on 2000/08/08  18:28:13
80111         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
80112              (either perlbug or p5p ate the original), plus regen
80113              perlapi and perltoc. 
80114      Branch: perl
80115            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
80116            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
80117            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
80118            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
80119            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
80120            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
80121            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
80122            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
80123            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
80124            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
80125 ____________________________________________________________________________
80126 [  6552] By: jhi                                   on 2000/08/08  18:06:29
80127         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
80128              From: Mike Guy <mjtg@cam.ac.uk>
80129              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
80130              Date: Tue, 08 Aug 2000 15:51:27 +0100
80131      Branch: perl
80132            ! doop.c sv.h t/op/join.t t/pragma/overload.t
80133 ____________________________________________________________________________
80134 [  6551] By: jhi                                   on 2000/08/08  18:01:11
80135         Log: Re-apply #6549.
80136      Branch: perl
80137            ! lib/perl5db.pl
80138 ____________________________________________________________________________
80139 [  6550] By: jhi                                   on 2000/08/08  17:43:08
80140         Log: Accidental retraction of #6549.
80141      Branch: perl
80142            ! lib/perl5db.pl
80143 ____________________________________________________________________________
80144 [  6549] By: jhi                                   on 2000/08/08  17:40:04
80145         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
80146              From: Mike Guy <mjtg@cam.ac.uk>
80147              Date: Mon, 07 Aug 2000 21:49:58 +0100
80148              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
80149      Branch: perl
80150            ! lib/perl5db.pl
80151 ____________________________________________________________________________
80152 [  6548] By: jhi                                   on 2000/08/08  17:37:57
80153         Log: Document here-doc better.
80154              
80155              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
80156              From: Mike Guy <mjtg@cam.ac.uk>
80157              Date: Mon, 07 Aug 2000 14:02:09 +0100
80158              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
80159      Branch: perl
80160            ! pod/perldata.pod
80161 ____________________________________________________________________________
80162 [  6547] By: jhi                                   on 2000/08/08  17:33:34
80163         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
80164              From: "Randy J. Ray" <rjray@redhat.com>
80165              Date: Mon, 07 Aug 2000 19:12:25 -0700
80166              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
80167      Branch: perl
80168            ! perl.c pod/perlrun.pod
80169 ____________________________________________________________________________
80170 [  6546] By: jhi                                   on 2000/08/08  17:29:26
80171         Log: Subject: Re: enhanced(?) regex error messages 
80172              From: Hugo <hv@crypt.compulink.co.uk>
80173              Date: Tue, 08 Aug 2000 03:25:51 +0100
80174              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
80175              
80176              plus Capitalize the error messages, plus perldiag them.
80177      Branch: perl
80178            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
80179 ____________________________________________________________________________
80180 [  6545] By: jhi                                   on 2000/08/08  13:59:28
80181         Log: Augment #6539 a bit: don't croak if there's magic in the air.
80182              
80183              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
80184              From: Hugo <hv@crypt.compulink.co.uk>
80185              Date: Tue, 08 Aug 2000 03:02:03 +0100
80186              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
80187      Branch: perl
80188            ! pp.c t/op/bless.t
80189 ____________________________________________________________________________
80190 [  6544] By: jhi                                   on 2000/08/07  21:11:52
80191         Log: Make the test -w clean.
80192      Branch: perl
80193            ! t/op/bless.t
80194 ____________________________________________________________________________
80195 [  6543] By: jhi                                   on 2000/08/07  19:49:53
80196         Log: use warnings instead of $^W.
80197      Branch: perl
80198            ! t/op/bless.t
80199 ____________________________________________________________________________
80200 [  6542] By: jhi                                   on 2000/08/07  17:41:41
80201         Log: Disable a portability warning Because We Know What We Are Doing.
80202      Branch: perl
80203            ! t/op/bless.t
80204 ____________________________________________________________________________
80205 [  6541] By: jhi                                   on 2000/08/07  17:29:51
80206         Log: Tiny tidying on report_evil_fh().
80207      Branch: perl
80208            ! util.c
80209 ____________________________________________________________________________
80210 [  6540] By: jhi                                   on 2000/08/07  16:37:38
80211         Log: Make regular expression parse error messages easier to understand.
80212              
80213              Subject: Re: enhanced(?) regex error messages
80214              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
80215              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
80216              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
80217      Branch: perl
80218            ! regcomp.c
80219 ____________________________________________________________________________
80220 [  6539] By: jhi                                   on 2000/08/07  16:12:27
80221         Log: Make bless(REF, REF) a fatal error, add bless tests.
80222              
80223              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
80224              From: Hugo <hv@crypt.compulink.co.uk>
80225              Date: Mon, 07 Aug 2000 16:59:38 +0100
80226              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
80227      Branch: perl
80228            + t/op/bless.t
80229            ! MANIFEST pod/perldiag.pod pp.c sv.c
80230 ____________________________________________________________________________
80231 [  6538] By: jhi                                   on 2000/08/07  15:59:43
80232         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
80233              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
80234              Date: Thu, 3 Aug 2000 14:29:21 -0700
80235              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
80236      Branch: perl
80237            ! lib/lib_pm.PL
80238 ____________________________________________________________________________
80239 [  6537] By: jhi                                   on 2000/08/07  15:47:18
80240         Log: Retract #6419 for now since it breaks in AFS and MachTen.
80241      Branch: perl
80242            ! lib/Cwd.pm
80243 ____________________________________________________________________________
80244 [  6536] By: jhi                                   on 2000/08/07  15:05:29
80245         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
80246              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
80247              The security hole exists only in suidperls, which isn't
80248              installed or even built by default.
80249      Branch: perl
80250            ! perl.c
80251 ____________________________________________________________________________
80252 [  6535] By: jhi                                   on 2000/08/07  14:45:14
80253         Log: tr memory corruption fix from Simon Cozens.
80254      Branch: perl
80255            ! doop.c
80256 ____________________________________________________________________________
80257 [  6534] By: jhi                                   on 2000/08/06  11:38:16
80258         Log: Document a bit that UDP is not what you might think.
80259              
80260              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
80261              From: Lupe Christoph <lupe@lupe-christoph.de>
80262              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
80263              Date: Mon, 24 Jul 2000 08:59:15 +0200
80264      Branch: perl
80265            ! pod/perlipc.pod
80266 ____________________________________________________________________________
80267 [  6533] By: jhi                                   on 2000/08/06  11:35:01
80268         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
80269              From: Jeff Pinyan <jeffp@hut.crusoe.net>
80270              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
80271              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
80272      Branch: perl
80273            ! pod/perlfunc.pod
80274 ____________________________________________________________________________
80275 [  6532] By: jhi                                   on 2000/08/06  03:45:41
80276         Log: Have symbols for the IoTYPEs.
80277      Branch: perl
80278            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
80279 ____________________________________________________________________________
80280 [  6531] By: jhi                                   on 2000/08/06  01:33:55
80281         Log: Continue fixing the io warnings.  This also
80282              sort of fixes bug ID 20000802.003: the core dump
80283              is no more.  Whether the current behaviour is correct
80284              (giving a warning: "Not a format reference"), is another matter.
80285      Branch: perl
80286            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
80287            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
80288 ____________________________________________________________________________
80289 [  6530] By: jhi                                   on 2000/08/05  21:33:12
80290         Log: Change the Policy policy: now -Dprefix= with an existing
80291              Policy.sh and prefix == siteprefix == vendorprefix, then all
80292              of them follow along the new prefix.
80293              
80294              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
80295              From: Andy Dougherty <doughera@lafayette.edu>
80296              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
80297              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
80298      Branch: perl
80299            ! Policy_sh.SH
80300 ____________________________________________________________________________
80301 [  6529] By: jhi                                   on 2000/08/05  18:57:28
80302         Log: Zap lib/Sys directory when cleaning up.
80303      Branch: perl
80304            ! Makefile.SH
80305 ____________________________________________________________________________
80306 [  6528] By: jhi                                   on 2000/08/05  18:40:44
80307         Log: Essential prototype changes were missing from #6527.
80308              Also make report_evil_fh() more bomb-proof.
80309      Branch: perl
80310            ! embed.h util.c
80311 ____________________________________________________________________________
80312 [  6527] By: jhi                                   on 2000/08/05  03:22:05
80313         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
80314              From: "Ronald F. Guilmette" <rfg@monkeys.com>
80315              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
80316              Message-Id: <200007242247.PAA52177@monkeys.com>
80317      Branch: perl
80318            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
80319 ____________________________________________________________________________
80320 [  6526] By: jhi                                   on 2000/08/04  21:23:27
80321         Log: gcc versions might have (parentheses) in them.
80322      Branch: metaconfig/U/perl
80323            ! gccvers.U
80324      Branch: perl
80325            ! Configure config_h.SH
80326 ____________________________________________________________________________
80327 [  6525] By: jhi                                   on 2000/08/04  20:23:12
80328         Log: Weed buglets pointed out by
80329              
80330              From: Lupe Christoph <lupe@lupe-christoph.de>
80331              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
80332              Date: Fri, 4 Aug 2000 17:34:39 +0200
80333              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
80334      Branch: metaconfig/U/perl
80335            ! gccvers.U uselfs.U
80336      Branch: perl
80337            ! Configure config_h.SH
80338 ____________________________________________________________________________
80339 [  6524] By: jhi                                   on 2000/08/04  19:02:08
80340         Log: Warn under -w if lstat(FH) is attempted.
80341              
80342              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
80343              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
80344              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
80345              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
80346      Branch: perl
80347            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
80348            ! t/pragma/warn/pp_sys
80349 ____________________________________________________________________________
80350 [  6523] By: jhi                                   on 2000/08/04  12:31:11
80351         Log: Subject: New perlcc, take 2
80352              From: simon@brecon.co.uk (Simon Cozens)
80353              Date: 4 Aug 2000 06:21:04 GMT
80354              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
80355      Branch: perl
80356            ! utils/perlcc.PL
80357 ____________________________________________________________________________
80358 [  6522] By: jhi                                   on 2000/08/04  12:26:33
80359         Log: Subject: Re: Array vs. List context
80360              From: Daniel Chetlin <daniel@chetlin.com>
80361              Date: Fri, 4 Aug 2000 00:22:44 -0700
80362              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
80363      Branch: perl
80364            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
80365            ! pod/perlfaq4.pod
80366 ____________________________________________________________________________
80367 [  6521] By: jhi                                   on 2000/08/04  12:22:38
80368         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
80369              From: Raymund Will <ray@caldera.de>
80370              Date: Fri, 4 Aug 2000 12:07:09 +0200
80371              Message-Id: <20000804120709.A14982@caldera.de>
80372      Branch: perl
80373            ! configure.gnu
80374 ____________________________________________________________________________
80375 [  6520] By: jhi                                   on 2000/08/04  04:09:06
80376         Log: After the #6519 a warning about stat() is just that,
80377              not about a filetest, which now have their own warning.
80378      Branch: perl
80379            ! pod/perldiag.pod
80380 ____________________________________________________________________________
80381 [  6519] By: jhi                                   on 2000/08/04  04:06:30
80382         Log: In the warnings call filehandles consistently so;
80383              add "unopened" warning for stat().
80384      Branch: perl
80385            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
80386            ! t/pragma/warn/pp_sys
80387 ____________________________________________________________________________
80388 [  6518] By: jhi                                   on 2000/08/04  02:55:35
80389         Log: Subject: Minor tweak to perlvar.pod
80390              From: "Stephen P. Potter" <spp@ds.net>
80391              Date: Tue, 18 Apr 2000 09:26:03 -0400
80392              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
80393      Branch: perl
80394            ! pod/perlvar.pod
80395 ____________________________________________________________________________
80396 [  6517] By: jhi                                   on 2000/08/04  02:50:08
80397         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
80398              From: "Clinton Pierce" <cpierce1@ford.com>
80399              Date: Wed, 21 Jul 1999 16:45:31 -0400
80400              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
80401              
80402              Fix by Stephen Potter (visible in the bug db but not in p5p?)
80403      Branch: perl
80404            ! pod/perlfunc.pod pod/perlop.pod
80405 ____________________________________________________________________________
80406 [  6516] By: jhi                                   on 2000/08/04  02:09:25
80407         Log: This is 6512.  Really.
80408      Branch: perl
80409            ! dump.c
80410 ____________________________________________________________________________
80411 [  6515] By: jhi                                   on 2000/08/04  01:25:50
80412         Log: mention the idea of @( and @)
80413      Branch: perl
80414            ! Todo-5.6
80415 ____________________________________________________________________________
80416 [  6514] By: bailey                                on 2000/08/04  01:18:46
80417         Log: YA resync with mainstem, including VMS patches from others
80418      Branch: vmsperl
80419           +> (branch 48 files)
80420            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
80421           !> (integrate 354 files)
80422 ____________________________________________________________________________
80423 [  6513] By: jhi                                   on 2000/08/04  01:18:18
80424         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
80425              From: Mark Dickinson <dickins3@fas.harvard.edu>
80426              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
80427              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
80428      Branch: perl
80429            ! t/op/grent.t t/op/pwent.t
80430 ____________________________________________________________________________
80431 [  6512] By: jhi                                   on 2000/08/04  01:14:06
80432         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
80433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80434              Date: Wed, 02 Aug 2000 10:51:01 +0100
80435              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
80436      Branch: perl
80437            ! sv.c
80438 ____________________________________________________________________________
80439 [  6511] By: jhi                                   on 2000/08/04  00:57:00
80440         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
80441              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80442              Date: Thu, 03 Aug 2000 17:20:04 -0700
80443              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
80444      Branch: metaconfig
80445            ! U/modified/Cppsym.U
80446      Branch: perl
80447            ! Configure config_h.SH
80448 ____________________________________________________________________________
80449 [  6510] By: jhi                                   on 2000/08/04  00:25:28
80450         Log: detypo
80451      Branch: perl
80452            ! Makefile.SH
80453 ____________________________________________________________________________
80454 [  6509] By: jhi                                   on 2000/08/03  23:43:18
80455         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
80456              From: Dominic Dunlop <domo@computer.org>
80457              Date: Thu, 3 Aug 2000 22:16:46 +0200
80458              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
80459      Branch: perl
80460            ! t/op/sprintf.t
80461 ____________________________________________________________________________
80462 [  6508] By: jhi                                   on 2000/08/03  23:40:37
80463         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
80464              From: Hugo <hv@crypt.compulink.co.uk>
80465              Date: Thu, 03 Aug 2000 18:25:30 +0100
80466              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
80467      Branch: perl
80468            ! regcomp.c t/op/re_tests
80469 ____________________________________________________________________________
80470 [  6507] By: jhi                                   on 2000/08/03  23:38:28
80471         Log: Subject: [PATCH] sv.h documentation - SvLEN
80472              From: Mike Guy <mjtg@cam.ac.uk>
80473              Date: Thu, 03 Aug 2000 14:43:09 +0100
80474              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
80475      Branch: perl
80476            ! sv.h
80477 ____________________________________________________________________________
80478 [  6506] By: jhi                                   on 2000/08/03  15:49:14
80479         Log: Disable the fix_pl hack for now.
80480      Branch: perl
80481            ! Makefile.SH
80482 ____________________________________________________________________________
80483 [  6505] By: jhi                                   on 2000/08/03  13:49:04
80484         Log: Add a URL for FSF.
80485              
80486              Subject: Patch for README
80487              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
80488              Date: Wed, 2 Aug 2000 13:25:09 -0500
80489              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
80490      Branch: perl
80491            ! README
80492 ____________________________________________________________________________
80493 [  6504] By: jhi                                   on 2000/08/03  13:29:19
80494         Log: Be more informative on what is skipped and why,
80495              also repeat the list at the end.
80496      Branch: perl
80497            ! Porting/p4desc
80498 ____________________________________________________________________________
80499 [  6503] By: jhi                                   on 2000/08/03  13:07:05
80500         Log: Circumvent the removal of .patch by fix_pl.
80501              
80502              Subject: Re: [ID 20000802.011] unable to 'make test'          
80503              From: simon@brecon.co.uk (Simon Cozens) 
80504              Date: 3 Aug 2000 04:17:00 GMT
80505              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
80506      Branch: perl
80507            ! Makefile.SH
80508 ____________________________________________________________________________
80509 [  6502] By: jhi                                   on 2000/08/03  00:14:34
80510         Log: Add the missing setproctitle unit.
80511      Branch: metaconfig/U/perl
80512            + d_setproctitle.U
80513 ____________________________________________________________________________
80514 [  6501] By: jhi                                   on 2000/08/03  00:00:26
80515         Log: The subtest 4 may fail also on VOBS, as pointed out
80516              by Nick Ing-Simmons in November 1999, bug id 19991124.003
80517              (but the failure in that bug report isn't the subtest 4).
80518      Branch: perl
80519            ! t/op/stat.t
80520 ____________________________________________________________________________
80521 [  6500] By: jhi                                   on 2000/08/02  23:49:30
80522         Log: Better skip message for the test; one of the two problems in
80523              
80524              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
80525              From: Lupe Christoph <lupe@lupe-christoph.de>
80526              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
80527              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
80528      Branch: perl
80529            ! t/op/numconvert.t
80530 ____________________________________________________________________________
80531 [  6499] By: jhi                                   on 2000/08/02  22:49:16
80532         Log: Allow "no Module;" even if there is no 'unimport'.
80533              
80534              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
80535              From: mjd@plover.com
80536              Date: 24 Mar 2000 15:24:34 -0000
80537              Message-Id: <20000324152434.15160.qmail@plover.com>
80538      Branch: perl
80539            ! gv.c
80540 ____________________________________________________________________________
80541 [  6498] By: jhi                                   on 2000/08/02  22:42:58
80542         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
80543              that are hopefully soon put into use.
80544      Branch: perl
80545            ! opcode.h opcode.pl opnames.h
80546 ____________________________________________________________________________
80547 [  6497] By: gsar                                  on 2000/08/02  22:28:59
80548         Log: require.t needs binmode() to work on windows
80549      Branch: perl
80550            ! t/comp/require.t
80551 ____________________________________________________________________________
80552 [  6496] By: jhi                                   on 2000/08/02  22:08:51
80553         Log: Document the IVdf UVuf UVof UVxf.
80554      Branch: perl
80555            ! pod/perlguts.pod
80556 ____________________________________________________________________________
80557 [  6495] By: jhi                                   on 2000/08/02  21:54:26
80558         Log: detypo #6494
80559      Branch: perl
80560            ! ext/Data/Dumper/Dumper.xs
80561 ____________________________________________________________________________
80562 [  6494] By: jhi                                   on 2000/08/02  21:49:17
80563         Log: Dump UVs as UVs in Data::Dumper.
80564              
80565              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
80566              From: Gurusamy Sarathy <gsar@ActiveState.com>
80567              Date: Thu, 27 Apr 2000 12:26:25 -0700
80568              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
80569      Branch: perl
80570            ! ext/Data/Dumper/Dumper.xs
80571 ____________________________________________________________________________
80572 [  6493] By: jhi                                   on 2000/08/02  17:01:58
80573         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
80574              From: Hugo <hv@crypt.compulink.co.uk>
80575              Date: Wed, 02 Aug 2000 14:53:56 +0100
80576              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
80577      Branch: perl
80578            ! regexec.c t/op/re_tests
80579 ____________________________________________________________________________
80580 [  6492] By: jhi                                   on 2000/08/02  15:02:46
80581         Log: The new setproctitle() feature is available only in 
80582              bleeding edge FreeBSD.  From Paul Saab.
80583      Branch: perl
80584            ! mg.c
80585 ____________________________________________________________________________
80586 [  6491] By: jhi                                   on 2000/08/02  13:34:36
80587         Log: The tr utf8 patching continues.
80588              
80589              Subject: Re: #6469, too many tests claimed in require.t
80590              From: simon@brecon.co.uk (Simon Cozens)
80591              Date: 2 Aug 2000 02:37:17 GMT
80592              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
80593              
80594              (the logic of the test was the wrong way round in the patch)
80595      Branch: perl
80596            ! doop.c
80597 ____________________________________________________________________________
80598 [  6490] By: jhi                                   on 2000/08/02  13:27:38
80599         Log: The name of a filehandle does not have <these>.
80600      Branch: perl
80601            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
80602            ! t/pragma/warn/pp_sys util.c
80603 ____________________________________________________________________________
80604 [  6489] By: jhi                                   on 2000/08/02  04:26:46
80605         Log: Remove the extraneous "main::" prefix from all the
80606              "opened only for", "on closed", and "never opened" warnings.
80607              
80608              Subject: Re: inappropriate warning
80609              From: Gurusamy Sarathy <gsar@ActiveState.com>
80610              Date: Mon, 20 Mar 2000 11:28:02 -0800
80611              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
80612      Branch: perl
80613            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
80614            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
80615            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
80616 ____________________________________________________________________________
80617 [  6488] By: jhi                                   on 2000/08/02  03:02:57
80618         Log: memcpy has n o in it, as pinted ut by Sarathy.
80619      Branch: perl
80620            ! pod/perlguts.pod
80621 ____________________________________________________________________________
80622 [  6487] By: jhi                                   on 2000/08/02  02:44:51
80623         Log: Document in one place the memory abstractions used in Perl core.
80624              
80625              Subject: Re: Memory abstraction
80626              From: simon@brecon.co.uk (Simon Cozens)
80627              Date: 2 Aug 2000 02:20:23 GMT
80628              Organization: Earth.li Origins
80629      Branch: perl
80630            ! pod/perlguts.pod
80631 ____________________________________________________________________________
80632 [  6486] By: jhi                                   on 2000/08/02  02:41:57
80633         Log: regen_headers, regen perltoc.
80634      Branch: perl
80635            ! perlapi.c pod/perltoc.pod
80636 ____________________________________________________________________________
80637 [  6485] By: jhi                                   on 2000/08/02  01:43:33
80638         Log: "This little thing tests for a file .patch, and if it contains
80639              a number, pops into patchlevel.h" (making it easier to track
80640              which development version people are reporting bugs against)
80641              
80642              Subject: Patchlevel autogeneration for repository perls
80643              From: simon@brecon.co.uk (Simon Cozens)
80644              Date: 14 Jul 2000 07:12:15 GMT
80645              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
80646      Branch: perl
80647            + fix_pl
80648            ! MANIFEST Makefile.SH
80649 ____________________________________________________________________________
80650 [  6484] By: jhi                                   on 2000/08/02  01:32:54
80651         Log: FreeBSD 3.* updates from
80652              
80653              From: Paul Saab <ps@yahoo-inc.com>
80654              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
80655              Date: Tue, 1 Aug 2000 15:41:39 -0700
80656              Message-Id: <20000801154139.A53740@yahoo-inc.com>
80657      Branch: perl
80658            ! hints/freebsd.sh
80659 ____________________________________________________________________________
80660 [  6483] By: jhi                                   on 2000/08/02  01:27:44
80661         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
80662              instead one must use setproctitle().  This was already addressed
80663              by change #6457, but the below has a new variant for FreeBSD 4.0
80664              or later, and the matter is also documented more.
80665              
80666              From: Paul Saab <ps@yahoo-inc.com>
80667              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
80668              Date: Tue, 1 Aug 2000 15:41:39 -0700
80669              Message-Id: <20000801154139.A53740@yahoo-inc.com>
80670      Branch: metaconfig/U/perl
80671            + i_libutil.U
80672      Branch: perl
80673            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
80674 ____________________________________________________________________________
80675 [  6482] By: jhi                                   on 2000/08/01  22:17:32
80676         Log: The test from this
80677              
80678              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
80679              Date: Sat, 15 Apr 2000 17:03:44 +0100
80680              From: Tom Hughes <tom@compton.nu>
80681              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
80682              
80683              was missing, the code change went in as #5989
80684              (which had a different test?)
80685      Branch: perl
80686            ! t/op/misc.t
80687 ____________________________________________________________________________
80688 [  6481] By: jhi                                   on 2000/08/01  21:48:38
80689         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
80690              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
80691              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
80692              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
80693      Branch: perl
80694            ! perl.h
80695 ____________________________________________________________________________
80696 [  6480] By: jhi                                   on 2000/08/01  18:05:28
80697         Log: Make p4desc to skip non-mainperl branches by default.
80698      Branch: perl
80699            ! Porting/p4desc
80700 ____________________________________________________________________________
80701 [  6479] By: jhi                                   on 2000/08/01  17:29:19
80702         Log: If gccosandvers is equal to osname, clear gccosandvers.
80703      Branch: metaconfig/U/perl
80704            ! gccvers.U
80705      Branch: perl
80706            ! Configure config_h.SH
80707 ____________________________________________________________________________
80708 [  6478] By: jhi                                   on 2000/08/01  15:54:08
80709         Log: BOM patching from Simon Cozens.
80710      Branch: perl
80711            ! toke.c
80712 ____________________________________________________________________________
80713 [  6477] By: jhi                                   on 2000/08/01  04:50:33
80714         Log: Stash away the largefiles flags and libswanted.
80715      Branch: perl
80716            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
80717 ____________________________________________________________________________
80718 [  6476] By: gsar                                  on 2000/08/01  04:24:24
80719         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
80720              on Windows)
80721      Branch: perl
80722            ! t/pragma/utf8.t utf8.c win32/win32.c
80723 ____________________________________________________________________________
80724 [  6475] By: jhi                                   on 2000/08/01  03:35:24
80725         Log: Make chr() for values >127 to create utf8 when under utf8.
80726              
80727              Subject: Re: uft8/chr()
80728              From: simon@brecon.co.uk (Simon Cozens)
80729              Date: 1 Aug 2000 02:37:02 GMT
80730              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
80731      Branch: perl
80732            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
80733 ____________________________________________________________________________
80734 [  6474] By: jhi                                   on 2000/08/01  02:36:18
80735         Log: In Digital UNIX warn if gcc explicitly chosen because even
80736              2.95.2 is known to cause problems.
80737      Branch: perl
80738            ! hints/dec_osf.sh
80739 ____________________________________________________________________________
80740 [  6473] By: jhi                                   on 2000/08/01  02:00:56
80741         Log: Make the safety catch for buggy gccs work with triple version
80742              numbers like 2.95.2.  Reported in
80743              
80744              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
80745              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
80746              Date: Mon, 31 Jul 2000 14:55:06 +0200
80747              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
80748      Branch: perl
80749            ! hints/dec_osf.sh
80750 ____________________________________________________________________________
80751 [  6472] By: jhi                                   on 2000/08/01  01:13:33
80752         Log: Subject: fix and question re: waitpid() under win32
80753              From: Brian Clarke <clarke@appliedmeta.com>
80754              Date: Fri, 28 Jul 2000 15:18:29 -0400
80755              Message-ID: <3981DC85.290314EB@appliedmeta.com>
80756              
80757              Slightly reformatted and WNOHANG # define moved to win32.h
80758              so that also POSIX.xs sees it, as suggsted by Sarathy.
80759      Branch: perl
80760            ! win32/win32.c win32/win32.h
80761 ____________________________________________________________________________
80762 [  6471] By: jhi                                   on 2000/08/01  00:55:05
80763         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
80764              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80765              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
80766              Date: Mon, 31 Jul 2000 13:28:51 +0100
80767              
80768              (aka ID 20000730.002)
80769      Branch: perl
80770            ! op.c t/op/tr.t
80771 ____________________________________________________________________________
80772 [  6470] By: jhi                                   on 2000/07/31  23:34:42
80773         Log: Document the problem with -P in HP-UX and its workaround.
80774              
80775              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
80776              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
80777              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
80778              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
80779      Branch: perl
80780            ! README.hpux
80781 ____________________________________________________________________________
80782 [  6469] By: jhi                                   on 2000/07/31  04:15:02
80783         Log: The swallow_bom() saga continues.  The #23 of require.t
80784              (UTF16-LE) still fails (silently, no output) but the #22
80785              (UTF16-BE) seems to be working now.  The root of the
80786              failure may be in sv_gets(): is it UTF-16LE-aware,
80787              especially when it comes to line endings? 
80788      Branch: perl
80789            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
80790            ! t/comp/require.t toke.c utf8.c
80791 ____________________________________________________________________________
80792 [  6468] By: jhi                                   on 2000/07/30  19:05:48
80793         Log: Find green threads before native threads.
80794              
80795              Subject: Re: Patch to jpl/JNI/Makefile.PL
80796              From: Jens Thomsen <jens@fiend.cis.com>
80797              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
80798              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
80799      Branch: perl
80800            ! jpl/JNI/Makefile.PL
80801 ____________________________________________________________________________
80802 [  6467] By: jhi                                   on 2000/07/30  18:36:22
80803         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
80804      Branch: perl
80805            ! doop.c
80806 ____________________________________________________________________________
80807 [  6466] By: jhi                                   on 2000/07/30  04:37:29
80808         Log: A new version of the "remove UPPERACSE string comparison"
80809              operators.  The problem with the previous one (change #6454)
80810              was that it was for Perl 5.6.0.  From Paul Marquess.
80811      Branch: perl
80812            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
80813            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
80814            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80815 ____________________________________________________________________________
80816 [  6465] By: jhi                                   on 2000/07/29  22:39:56
80817         Log: Do not upgrade SVs into utf8 just because they participate
80818              in eq or cmp.  Reported and fix suggested in
80819              
80820              Subject: [ID 20000720.009] sv_eq UTF8 bug
80821              From: "Simon Cozens" <simon@othersideofthe.earth.li>
80822              Date: 21 Jul 2000 04:37:29 -0000
80823              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
80824              
80825              Exercise for the kind reader: should we or should we not
80826              cache the utf8 conversion alongside the SV? (as magic,
80827              as the strxfrm()ed version is cached under use locale)
80828              Argue both for and against.
80829      Branch: perl
80830            ! sv.c
80831 ____________________________________________________________________________
80832 [  6464] By: jhi                                   on 2000/07/29  22:36:22
80833         Log: Subject: UTF8 concat
80834              From: simon@brecon.co.uk (Simon Cozens) 
80835              Date: 30 Jun 2000 06:13:25 GMT
80836              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
80837              
80838              (with a memory leak fixed, plus a few casts added)
80839              
80840              This also seems to help for
80841              
80842              Subject: [ID 20000716.015] join UTF8 weirdness
80843              From: root <root@ak-71.mind.de> 
80844              Date: Sat, 15 Jul 2000 15:29:54 +0200
80845              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
80846              
80847              (from Andreas König)
80848      Branch: perl
80849            ! pp_hot.c
80850 ____________________________________________________________________________
80851 [  6463] By: jhi                                   on 2000/07/29  00:55:39
80852         Log: Tune the comments and hopefully stop a memory leak.
80853      Branch: perl
80854            ! toke.c utf8.c
80855 ____________________________________________________________________________
80856 [  6462] By: jhi                                   on 2000/07/29  00:16:53
80857         Log: The problem described in this
80858              
80859              Subject: [ID 20000322.018] named chars aren't magical enough
80860              From: root <root@dixie.cscaper.com>     
80861              Date: Wed, 22 Mar 2000 18:37:42 -0700
80862              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
80863              
80864              has been fixed in perl 5.6.0 but just in case added a test
80865              to keep it away.  (The report from Joseph Hall.)
80866      Branch: perl
80867            ! t/lib/charnames.t
80868 ____________________________________________________________________________
80869 [  6461] By: jhi                                   on 2000/07/28  23:56:36
80870         Log: Tiny fixes for #6460.
80871      Branch: metaconfig/U/perl
80872            ! gccvers.U
80873      Branch: perl
80874            ! Configure config_h.SH
80875 ____________________________________________________________________________
80876 [  6460] By: jhi                                   on 2000/07/28  23:24:41
80877         Log: Warn if the version of the operating system used to compile gcc
80878              differs from the current version of the operating system.
80879              Also display the gcc compilation os and version in myconfig.
80880              Inspiration from
80881              
80882              Subject: Re: [ID 20000710.003] ERRORS!!         
80883              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80884              Date: Mon, 10 Jul 2000 15:54:16 -0400
80885              Message-ID: <20000710155416.A1384@O2.chapin.edu>
80886      Branch: metaconfig/U/perl
80887            ! gccvers.U
80888      Branch: perl
80889            ! Configure config_h.SH myconfig.SH
80890 ____________________________________________________________________________
80891 [  6459] By: jhi                                   on 2000/07/28  22:00:32
80892         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
80893              letter to $Config{osvers}.
80894      Branch: metaconfig
80895            ! U/modified/Oldconfig.U
80896      Branch: perl
80897            ! Configure config_h.SH
80898 ____________________________________________________________________________
80899 [  6458] By: jhi                                   on 2000/07/28  04:15:39
80900         Log: Back out #6454, doesn't seem to work.
80901              (Reason: that patch was for perl 5.6.0, not perl-current)
80902              (A version of the patch for perl-current came in later as #6466)
80903      Branch: perl
80904            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80905            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80906            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80907 ____________________________________________________________________________
80908 [  6457] By: jhi                                   on 2000/07/27  23:31:49
80909         Log: Use setproctitle() if available to modify $0.
80910              
80911              Subject: setting $* on BSD4 broken
80912              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
80913              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
80914              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
80915      Branch: metaconfig
80916            ! U/modified/Myinit.U
80917      Branch: perl
80918            ! Configure config_h.SH mg.c
80919 ____________________________________________________________________________
80920 [  6456] By: jhi                                   on 2000/07/27  14:50:47
80921         Log: Allow "no AutoLoader;", based on change #6444,
80922              suggested by Graham Barr.
80923      Branch: perl
80924            ! lib/AutoLoader.pm
80925 ____________________________________________________________________________
80926 [  6455] By: jhi                                   on 2000/07/27  14:19:10
80927         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
80928              From: rspier@pobox.com (Robert Spier)
80929              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
80930              Message-ID: <14720.15855.787664.424783@rls.cx>
80931      Branch: perl
80932            ! pod/perldiag.pod
80933 ____________________________________________________________________________
80934 [  6454] By: jhi                                   on 2000/07/27  14:03:02
80935         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
80936              for a long time).
80937              
80938              Reported in
80939              
80940              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
80941              From: Ryan Herbert <rherbert@sycamorehq.com>
80942              Date: Mon, 17 Jul 2000 11:40:42 -0400
80943              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
80944              
80945              Patched in
80946              
80947              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
80948              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
80949              Date: Wed, 26 Jul 2000 23:40:18 +0100
80950              Message-ID: <000001bff752$79511880$0a17073e@tiny>
80951              
80952              based on an earlier patch from Stephen P. Potter.
80953              
80954              (Removed later by change #6458 because this patch was for
80955              perl 5.6.0, not perl-current)
80956      Branch: perl
80957            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80958            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80959            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80960 ____________________________________________________________________________
80961 [  6453] By: jhi                                   on 2000/07/27  13:48:02
80962         Log: Subject: [PATCH] fixes bug 20000508.004
80963              From: Michael Stevens <mstevens@globnix.org>
80964              Date: Thu, 27 Jul 2000 13:49:04 +0100
80965              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
80966      Branch: perl
80967            ! pod/perldata.pod
80968 ____________________________________________________________________________
80969 [  6452] By: jhi                                   on 2000/07/26  23:51:26
80970         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
80971              and Craig A. Berry.
80972      Branch: perl
80973            ! lib/File/Temp.pm pod/perlport.pod
80974 ____________________________________________________________________________
80975 [  6451] By: jhi                                   on 2000/07/26  19:43:30
80976         Log: Be wary of close()s, too.
80977              
80978              Subject: Re: [PATCH] perlbug cleanup
80979              From: Tim Jenness <t.jenness@jach.hawaii.edu>
80980              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
80981              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
80982      Branch: perl
80983            ! utils/perlbug.PL
80984 ____________________________________________________________________________
80985 [  6450] By: jhi                                   on 2000/07/26  18:41:40
80986         Log: Subject: Minor doc patch: handy.h
80987              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
80988              Date: Wed, 26 Jul 2000 15:34:25 -0300
80989              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
80990      Branch: perl
80991            ! handy.h pod/perlapi.pod
80992 ____________________________________________________________________________
80993 [  6449] By: jhi                                   on 2000/07/26  18:23:55
80994         Log: Subject: [PATCH] minor doc change - perlguts
80995              From: Michael Stevens <mstevens@globnix.org>
80996              Date: Thu, 13 Jul 2000 12:39:18 +0100
80997              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
80998      Branch: perl
80999            ! pod/perlguts.pod
81000 ____________________________________________________________________________
81001 [  6448] By: jhi                                   on 2000/07/26  18:20:30
81002         Log: open() wariness in perlbug.
81003              
81004              Subject: [PATCH] perlbug cleanup
81005              From: Michael Stevens <mstevens@globnix.org>
81006              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
81007              Date: Thu, 13 Jul 2000 15:52:23 +0100
81008      Branch: perl
81009            ! utils/perlbug.PL
81010 ____________________________________________________________________________
81011 [  6447] By: jhi                                   on 2000/07/26  18:13:04
81012         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
81013      Branch: perl
81014            ! lib/File/Temp.pm t/lib/ftmp-security.t
81015 ____________________________________________________________________________
81016 [  6446] By: jhi                                   on 2000/07/26  18:06:32
81017         Log: docfix from Peter Scott <Peter@PSDT.com>.
81018      Branch: perl
81019            ! pod/perlfunc.pod
81020 ____________________________________________________________________________
81021 [  6445] By: jhi                                   on 2000/07/26  17:53:31
81022         Log: Fix *foo{FORMAT}.
81023              
81024              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81025              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
81026              Date: Wed, 26 Jul 2000 19:51:02 +0200
81027              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
81028              
81029              From: Graham Barr <gbarr@pobox.com>
81030              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
81031              Date: Wed, 26 Jul 2000 17:38:36 +0100
81032              Message-ID: <20000726173836.L472@pobox.com>
81033      Branch: perl
81034            ! pp.c sv.c t/op/gv.t
81035 ____________________________________________________________________________
81036 [  6444] By: jhi                                   on 2000/07/26  17:49:14
81037         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
81038              from Graham Barr in the module list.
81039      Branch: perl
81040            ! gv.c pod/perlobj.pod
81041 ____________________________________________________________________________
81042 [  6443] By: jhi                                   on 2000/07/26  16:06:56
81043         Log: More split() doc and test patches from Mike Guy.
81044      Branch: perl
81045            ! pod/perlfunc.pod t/op/split.t
81046 ____________________________________________________________________________
81047 [  6442] By: jhi                                   on 2000/07/26  16:05:30
81048         Log: MacOS nits from Matthias Neeracher.
81049      Branch: perl
81050            ! perl.c pp_ctl.c
81051 ____________________________________________________________________________
81052 [  6441] By: jhi                                   on 2000/07/26  04:39:57
81053         Log: Subject: [PATCH] split /^/
81054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81055              Date: Tue, 25 Jul 2000 14:18:57 +0100
81056              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
81057              
81058              (with notes from tchrist and gbarr)
81059      Branch: perl
81060            ! pod/perlfunc.pod t/op/split.t
81061 ____________________________________________________________________________
81062 [  6440] By: jhi                                   on 2000/07/26  04:32:32
81063         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
81064              From: Peter Prymmer <pvhp@forte.com>
81065              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
81066              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
81067      Branch: perl
81068            ! vms/munchconfig.c
81069 ____________________________________________________________________________
81070 [  6439] By: jhi                                   on 2000/07/26  04:31:01
81071         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
81072              to be fatal errors (instead of by default ignoring them, and
81073              ignoring with a bug: even though -w gave an error, the opening [
81074              was left in)  Reported in:
81075              
81076              Subject: [ID 20000716.024] [=cc=] / [:blank:]
81077              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
81078              Date: Sun, 16 Jul 2000 17:55:29 -0700
81079              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
81080      Branch: perl
81081            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
81082 ____________________________________________________________________________
81083 [  6438] By: jhi                                   on 2000/07/25  15:41:15
81084         Log: Subject: [PATCH] av.c apidoc
81085              From: simon@brecon.co.uk (Simon Cozens)
81086              Date: 24 Jul 2000 06:40:52 GMT
81087              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
81088      Branch: perl
81089            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
81090            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
81091 ____________________________________________________________________________
81092 [  6437] By: jhi                                   on 2000/07/25  14:05:36
81093         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
81094              From: "Stephen P. Potter" <spp@ds.net>
81095              Date: Mon, 24 Jul 2000 14:22:23 -0400
81096              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
81097      Branch: perl
81098            ! pod/perllocale.pod
81099 ____________________________________________________________________________
81100 [  6436] By: jhi                                   on 2000/07/25  14:02:03
81101         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
81102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81103              Date: Mon, 24 Jul 2000 18:04:28 +0100
81104              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
81105      Branch: perl
81106            ! t/lib/syslfs.t t/op/lfs.t
81107 ____________________________________________________________________________
81108 [  6435] By: jhi                                   on 2000/07/25  13:59:28
81109         Log: Get UTF16 BOMs working.  Patch from
81110              
81111              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
81112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81113              Date: Tue, 25 Jul 2000 12:52:45 +0100
81114              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
81115              
81116              and notes from
81117              
81118              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
81119              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81120              Date: Tue, 25 Jul 2000 11:43:25 +0100
81121              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
81122      Branch: perl
81123            ! t/comp/require.t toke.c utf8.c
81124 ____________________________________________________________________________
81125 [  6434] By: jhi                                   on 2000/07/25  02:39:54
81126         Log: Make the "uninit variable" warning to say "concat or string"
81127              or "join or string" when in concat or join .
81128              
81129              Subject: Re: [ID 20000403.009] uninitialised concatenation???
81130              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81131              Date: Tue, 04 Apr 2000 18:22:58 +0100
81132              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
81133              
81134              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
81135              From: William R Ward <hermit@BayView.COM>
81136              Date: Thu, 30 Mar 2000 19:50:03 -0800
81137              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
81138      Branch: perl
81139            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
81140            ! t/pragma/warn/op t/pragma/warn/sv
81141 ____________________________________________________________________________
81142 [  6433] By: jhi                                   on 2000/07/24  17:52:56
81143         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
81144      Branch: perl
81145            ! lib/File/Spec/VMS.pm
81146 ____________________________________________________________________________
81147 [  6432] By: jhi                                   on 2000/07/24  17:44:44
81148         Log: Test cases for #6431.
81149              
81150              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
81151              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81152              Date: Mon, 24 Jul 2000 15:32:29 +0100
81153              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
81154      Branch: perl
81155            ! t/op/pat.t t/op/split.t
81156 ____________________________________________________________________________
81157 [  6431] By: jhi                                   on 2000/07/24  17:43:17
81158         Log: Bind op fix.
81159              
81160              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
81161              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81162              Date: Mon, 17 Jul 2000 20:04:56 +0100
81163              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
81164      Branch: perl
81165            ! op.c
81166 ____________________________________________________________________________
81167 [  6430] By: jhi                                   on 2000/07/24  03:42:42
81168         Log: Subject: [ID 20000716.023] syslog test fails without sockets
81169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81170              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
81171              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
81172      Branch: metaconfig/U/perl
81173            ! Extensions.U
81174      Branch: perl
81175            ! Configure config_h.SH
81176 ____________________________________________________________________________
81177 [  6429] By: jhi                                   on 2000/07/24  03:11:52
81178         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
81179              case, but add also notes explaining the relationship of this
81180              patch and the earlier notes by Sarathy.
81181              
81182              Subject: Map is still slow
81183              From: "Ben Tilly" <ben_tilly@hotmail.com>
81184              Date: Sat, 15 Jul 2000 17:23:27 EDT
81185              Message-ID: <20000715212327.21656.qmail@hotmail.com>
81186      Branch: perl
81187            ! pp_ctl.c
81188 ____________________________________________________________________________
81189 [  6428] By: jhi                                   on 2000/07/24  02:58:52
81190         Log: Documentation to explain the behaviour of map().
81191              
81192              Subject: Re: Map is still slow 
81193              From: Gurusamy Sarathy <gsar@ActiveState.com>
81194              Date: Sat, 15 Jul 2000 16:05:09 -0700
81195              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
81196      Branch: perl
81197            ! pp_ctl.c
81198 ____________________________________________________________________________
81199 [  6427] By: jhi                                   on 2000/07/24  02:50:03
81200         Log: Add tests for
81201              [ID 19991110.003] another matching finding by pcre author
81202              which has already been fixed by some patch, as verified in
81203              
81204              Subject: Re: two regex bugs from the mists of time (well, last November)
81205              From: Hugo <hv@crypt.compulink.co.uk>
81206              Date: Sat, 22 Jul 2000 18:12:58 +0100
81207              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
81208      Branch: perl
81209            ! t/op/re_tests
81210 ____________________________________________________________________________
81211 [  6426] By: jhi                                   on 2000/07/24  02:11:20
81212         Log: A missing 'break' after the [[:space:]] switch case.
81213              
81214              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
81215              From: "Stephen P. Potter" <spp@ds.net>
81216              Date: Tue, 18 Jul 2000 16:25:17 -0400
81217              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
81218      Branch: perl
81219            ! regcomp.c
81220 ____________________________________________________________________________
81221 [  6425] By: jhi                                   on 2000/07/24  02:06:12
81222         Log: The output might have been produced in the wrong order.
81223              
81224              Subject: [ID 20000720.003] [PATCH] t/op/write.t
81225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81226              Date: Thu, 20 Jul 2000 18:49:18 +0100
81227              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
81228      Branch: perl
81229            ! t/op/write.t
81230 ____________________________________________________________________________
81231 [  6424] By: jhi                                   on 2000/07/24  02:00:07
81232         Log: Use STDOUT consistently.
81233              
81234              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
81235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81236              Date: Thu, 20 Jul 2000 18:04:01 +0100
81237              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
81238      Branch: perl
81239            ! lib/Test/Harness.pm
81240 ____________________________________________________________________________
81241 [  6423] By: jhi                                   on 2000/07/24  01:54:54
81242         Log: Protect against "wild next"s, that is, callbacks doing "next"
81243              instead of "return".
81244              
81245              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
81246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81247              Date: Tue, 18 Jul 2000 11:30:16 +0100
81248              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
81249      Branch: perl
81250            ! lib/File/Find.pm
81251 ____________________________________________________________________________
81252 [  6422] By: jhi                                   on 2000/07/24  01:35:47
81253         Log: Out-of-date note removed.
81254              
81255              Subject: [PATCH] documentation perlipc
81256              From: rspier@pobox.com (Robert Spier)
81257              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
81258              Message-ID: <14711.35178.572612.502654@rls.cx>
81259      Branch: perl
81260            ! pod/perlipc.pod
81261 ____________________________________________________________________________
81262 [  6421] By: jhi                                   on 2000/07/24  00:09:18
81263         Log: Send all installperl messages to STDERR and be -w clean.
81264              
81265              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
81266              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81267              Date: Sat, 22 Jul 2000 14:02:11 +0100
81268              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
81269      Branch: perl
81270            ! installperl
81271 ____________________________________________________________________________
81272 [  6420] By: jhi                                   on 2000/07/24  00:04:19
81273         Log: Decutandpasto.
81274              
81275              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
81276              From: "Richard Soderberg" <rs@crystalflame.net>
81277              Date: Sun, 23 Jul 2000 01:37:23 -0700
81278              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
81279      Branch: perl
81280            ! pod/perlipc.pod
81281 ____________________________________________________________________________
81282 [  6419] By: jhi                                   on 2000/07/24  00:01:12
81283         Log: A cleaner abs_path().
81284              Subject: Re: unix alternative to Cwd.pm
81285              From: Jeff Pinyan <jeffp@crusoe.net>
81286              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
81287              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
81288      Branch: perl
81289            ! lib/Cwd.pm
81290 ____________________________________________________________________________
81291 [  6418] By: jhi                                   on 2000/07/23  23:48:56
81292         Log: Detypo.
81293              
81294              Subject: [PATCH perl-current] Typo in hints/powerux.sh
81295              From: "Richard Soderberg" <rs@crystalflame.net>
81296              Date: Sun, 23 Jul 2000 01:27:33 -0700
81297              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
81298      Branch: perl
81299            ! hints/powerux.sh
81300 ____________________________________________________________________________
81301 [  6417] By: jhi                                   on 2000/07/17  22:13:31
81302         Log: Subject: SDBM_File documentation
81303              From: mjd@plover.com
81304              Date: 16 Jul 2000 17:41:17 -0000
81305              Message-ID: <20000716174117.18515.qmail@plover.com>
81306      Branch: perl
81307            ! ext/SDBM_File/SDBM_File.pm
81308 ____________________________________________________________________________
81309 [  6416] By: jhi                                   on 2000/07/17  19:13:26
81310         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
81311      Branch: perl
81312            ! hints/mpeix.sh mpeix/relink
81313 ____________________________________________________________________________
81314 [  6415] By: jhi                                   on 2000/07/15  14:11:02
81315         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
81316              the utf8 'characters' can be more than one octet).
81317              
81318              Date: Sat, 15 Jul 2000 00:21:56 +0100
81319              From: Tom Hughes <tom@compton.nu>
81320              Subject: Re: [ID 20000714.002]
81321              Message-ID: <db2334de49.tom@compton.compton.nu>
81322              
81323              Reported in
81324              
81325              Subject: [ID 20000714.002]
81326              From: "Simon Cozens" <simon@othersideofthe.earth.li>
81327              Date: 14 Jul 2000 15:13:09 -0000
81328              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
81329      Branch: perl
81330            ! doop.c
81331 ____________________________________________________________________________
81332 [  6414] By: jhi                                   on 2000/07/15  03:13:41
81333         Log: another VMS build tweak from Peter Prymmer
81334      Branch: perl
81335            ! vms/descrip_mms.template
81336 ____________________________________________________________________________
81337 [  6413] By: jhi                                   on 2000/07/15  03:10:40
81338         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
81339      Branch: perl
81340            ! vms/perlvms.pod
81341 ____________________________________________________________________________
81342 [  6412] By: jhi                                   on 2000/07/15  00:31:05
81343         Log: More docs for sv functions.
81344              
81345              Subject: [PATCH cfgperl] sv.c apidoc
81346              From: simon@brecon.co.uk (Simon Cozens)
81347              Date: 13 Jul 2000 09:00:20 GMT
81348              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
81349              
81350              Subject: Re: [PATCH cfgperl] sv.c apidoc
81351              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81352              Date: Thu, 13 Jul 2000 12:27:41 +0100
81353              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
81354              
81355              Subject: Re: [PATCH cfgperl] sv.c apidoc
81356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81357              Date: Thu, 13 Jul 2000 13:23:09 +0100
81358              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
81359              
81360              Subject: Re: [PATCH cfgperl] sv.c apidoc
81361              From: simon@brecon.co.uk (Simon Cozens)
81362              Date: 14 Jul 2000 06:51:02 GMT
81363              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
81364      Branch: perl
81365            ! embed.pl pod/perlapi.pod sv.c
81366 ____________________________________________________________________________
81367 [  6411] By: jhi                                   on 2000/07/15  00:10:41
81368         Log: lib/b test fixes from Peter Prymmer.
81369      Branch: perl
81370            ! t/lib/b.t
81371 ____________________________________________________________________________
81372 [  6410] By: jhi                                   on 2000/07/15  00:02:09
81373         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
81374              From: Hugo <hv@crypt.compulink.co.uk>
81375              Date: Fri, 14 Jul 2000 23:05:20 +0100
81376              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
81377              
81378              Didn't anymore apply, but that point still could use another fix.
81379      Branch: perl
81380            ! pod/perlfunc.pod
81381 ____________________________________________________________________________
81382 [  6409] By: jhi                                   on 2000/07/14  23:15:15
81383         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
81384              not in pod, from Peter Prymmer
81385      Branch: perl
81386            ! vms/descrip_mms.template
81387 ____________________________________________________________________________
81388 [  6408] By: jhi                                   on 2000/07/14  20:35:05
81389         Log: The bug report
81390              [ID 19991110.002] minimal matching discrepancy found by pcre author
81391              seems to have been fixed (though differently from what was suggested
81392              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
81393      Branch: perl
81394            ! t/op/re_tests
81395 ____________________________________________________________________________
81396 [  6407] By: jhi                                   on 2000/07/14  17:38:08
81397         Log: Fix AutoSplit to use File::Spec the right way in VMS,
81398              from Peter Prymmer.
81399      Branch: perl
81400            ! lib/AutoSplit.pm
81401 ____________________________________________________________________________
81402 [  6406] By: jhi                                   on 2000/07/14  14:13:22
81403         Log: Merge perlhacktut into perlhack, update perlguts.
81404              
81405              Subject: Re: Perlhacktut
81406              From: simon@brecon.co.uk (Simon Cozens)
81407              Date: 14 Jul 2000 06:49:21 GMT
81408              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
81409              
81410              Subject: Re: Perlhacktut
81411              From: simon@brecon.co.uk (Simon Cozens)
81412              Date: 14 Jul 2000 07:09:45 GMT
81413              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
81414      Branch: perl
81415            ! pod/perlguts.pod pod/perlhack.pod
81416 ____________________________________________________________________________
81417 [  6405] By: jhi                                   on 2000/07/14  14:02:31
81418         Log: Integrate with Sarathy.
81419      Branch: cfgperl
81420           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
81421           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
81422           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
81423 ____________________________________________________________________________
81424 [  6404] By: gsar                                  on 2000/07/14  12:15:02
81425         Log: PERL_OBJECT build tweaks
81426      Branch: perl
81427            ! toke.c
81428 ____________________________________________________________________________
81429 [  6403] By: gsar                                  on 2000/07/14  11:23:41
81430         Log: inconsistent types needs casts
81431      Branch: perl
81432            ! toke.c
81433 ____________________________________________________________________________
81434 [  6402] By: gsar                                  on 2000/07/14  11:12:04
81435         Log: typos in change#6399, regen headers
81436      Branch: perl
81437            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
81438 ____________________________________________________________________________
81439 [  6401] By: gsar                                  on 2000/07/14  10:59:12
81440         Log: typecasts needed for change#6394
81441      Branch: perl
81442            ! toke.c
81443 ____________________________________________________________________________
81444 [  6400] By: gsar                                  on 2000/07/14  10:49:37
81445         Log: integrate cfgperl contents into mainline
81446      Branch: perl
81447           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
81448           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
81449 ____________________________________________________________________________
81450 [  6399] By: gsar                                  on 2000/07/14  10:38:35
81451         Log: enable UTF-16 filter by default if relevant BOM is seen; various
81452              cleanups (typos, misformatted code, and small bugs)
81453      Branch: perl
81454            ! doop.c embed.pl mg.c op.c pp.c toke.c
81455 ____________________________________________________________________________
81456 [  6398] By: gsar                                  on 2000/07/14  08:55:38
81457         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
81458              name suggests anyway)
81459      Branch: perl
81460            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
81461 ____________________________________________________________________________
81462 [  6397] By: gsar                                  on 2000/07/14  08:44:33
81463         Log: move new variables to the end of the interpreter structure (for
81464              bincompat in code that doesn't #include XSUB.h)
81465      Branch: perl
81466            ! intrpvar.h
81467 ____________________________________________________________________________
81468 [  6396] By: gsar                                  on 2000/07/14  08:13:58
81469         Log: MakeMaker should not remove editor backups (*~) on `make clean`
81470              by default (completes change#6383)
81471      Branch: perl
81472            ! lib/ExtUtils/MM_Unix.pm
81473 ____________________________________________________________________________
81474 [  6395] By: jhi                                   on 2000/07/14  05:20:33
81475         Log: Replace change #6337 with a better one.
81476              
81477              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
81478              From: Hugo <hv@crypt.compulink.co.uk>
81479              Date: Fri, 14 Jul 2000 04:16:20 +0100
81480              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
81481      Branch: cfgperl
81482            ! regexec.c t/op/re_tests
81483 ____________________________________________________________________________
81484 [  6394] By: jhi                                   on 2000/07/14  01:33:59
81485         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
81486      Branch: cfgperl
81487            ! embed.pl global.sym proto.h toke.c
81488 ____________________________________________________________________________
81489 [  6393] By: jhi                                   on 2000/07/13  23:41:23
81490         Log: remove discarded test
81491      Branch: cfgperl
81492            ! MANIFEST
81493 ____________________________________________________________________________
81494 [  6392] By: jhi                                   on 2000/07/13  23:32:25
81495         Log: The {multiplier} of a fixed substring was overlooked which
81496              caused a wrong initial search offset for that substring.
81497              
81498              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
81499              From: Hugo <hv@crypt.compulink.co.uk>
81500              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
81501              Date: Thu, 13 Jul 2000 19:27:13 +0100
81502      Branch: cfgperl
81503            ! regcomp.c t/op/re_tests
81504 ____________________________________________________________________________
81505 [  6391] By: jhi                                   on 2000/07/13  16:37:42
81506         Log: typo fix from Craig Berry
81507      Branch: cfgperl
81508            ! vms/subconfigure.com
81509 ____________________________________________________________________________
81510 [  6390] By: jhi                                   on 2000/07/13  13:20:12
81511         Log: Integrate with Sarathy.
81512      Branch: cfgperl
81513            - t/op/method2entersub.t
81514           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
81515           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
81516           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
81517           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
81518 ____________________________________________________________________________
81519 [  6389] By: jhi                                   on 2000/07/13  13:18:48
81520         Log: Detypo from Peter Prymmer, part of #6388.
81521      Branch: cfgperl
81522            ! Configure config_h.SH
81523      Branch: metaconfig
81524            ! U/modified/d_longlong.U
81525 ____________________________________________________________________________
81526 [  6388] By: gsar                                  on 2000/07/13  06:33:40
81527         Log: typos (spotted by Peter Prymmer)
81528      Branch: perl
81529            ! Configure t/lib/english.t
81530 ____________________________________________________________________________
81531 [  6387] By: gsar                                  on 2000/07/13  05:35:28
81532         Log: new selfloader.t in change#6183 doesn't close DATA handles,
81533              and thus fails to clean up tmp files on dosish platforms
81534      Branch: perl
81535            ! t/lib/selfloader.t
81536 ____________________________________________________________________________
81537 [  6386] By: gsar                                  on 2000/07/12  21:42:39
81538         Log: sprintf test tweaks (from Dominic Dunlop)
81539      Branch: perl
81540            ! t/op/sprintf.t
81541 ____________________________________________________________________________
81542 [  6385] By: gsar                                  on 2000/07/12  21:33:46
81543         Log: fix bugs in processing %v-*d and similar format specs (from
81544              Avi Finkel <avi@finkel.org>)
81545      Branch: perl
81546            ! sv.c t/op/sprintf.t
81547 ____________________________________________________________________________
81548 [  6384] By: gsar                                  on 2000/07/12  16:04:19
81549         Log: readd missing perldelta.pod changes from changes#6339,6376
81550      Branch: perl
81551            ! pod/perldelta.pod
81552 ____________________________________________________________________________
81553 [  6383] By: gsar                                  on 2000/07/12  16:00:51
81554         Log: don't clobber *.orig files on *clean targets
81555      Branch: perl
81556            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
81557 ____________________________________________________________________________
81558 [  6382] By: gsar                                  on 2000/07/12  07:59:12
81559         Log: fix broken integrations in cfgperl
81560      Branch: cfgperl
81561           !> Changes pod/perldelta.pod
81562 ____________________________________________________________________________
81563 [  6381] By: gsar                                  on 2000/07/12  07:42:17
81564         Log: integrate cfgperl changes into mainline
81565      Branch: perl
81566            ! Changes
81567           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
81568           !> pod/perlre.pod
81569 ____________________________________________________________________________
81570 [  6380] By: gsar                                  on 2000/07/12  07:31:00
81571         Log: get sprintf.t to adjust properly for 3-digit exponents
81572      Branch: perl
81573            ! t/op/sprintf.t
81574 ____________________________________________________________________________
81575 [  6379] By: gsar                                  on 2000/07/12  06:40:04
81576         Log: change#6174 needs corresponding change in win32/config_h.PL,
81577              which grovels through config_h.SH to find the config.h name
81578      Branch: perl
81579            ! win32/config_h.PL
81580 ____________________________________________________________________________
81581 [  6378] By: jhi                                   on 2000/07/12  05:03:59
81582         Log: Do the cc sanity check both before the hints and
81583              after the cc selction.
81584      Branch: cfgperl
81585            ! Configure config_h.SH
81586      Branch: metaconfig
81587            ! U/modified/Oldconfig.U U/modified/cc.U
81588      Branch: metaconfig/U/perl
81589            + Checkcc.U
81590 ____________________________________________________________________________
81591 [  6377] By: jhi                                   on 2000/07/12  02:49:22
81592         Log: Fix nits noticed by Boston.pm.
81593      Branch: cfgperl
81594            ! pod/perlre.pod
81595 ____________________________________________________________________________
81596 [  6376] By: jhi                                   on 2000/07/11  21:22:13
81597         Log: Configure cosmetics and perldelta.
81598      Branch: cfgperl
81599            ! Configure config_h.SH pod/perldelta.pod
81600      Branch: metaconfig
81601            ! U/modified/cc.U
81602 ____________________________________________________________________________
81603 [  6375] By: gsar                                  on 2000/07/11  21:17:35
81604         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
81605      Branch: perl
81606            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
81607            ! win32/win32sck.c
81608 ____________________________________________________________________________
81609 [  6374] By: gsar                                  on 2000/07/11  20:48:50
81610         Log: tweak for build failure under multiplicity
81611      Branch: perl
81612            ! toke.c
81613 ____________________________________________________________________________
81614 [  6373] By: gsar                                  on 2000/07/11  20:37:23
81615         Log: integrate cfgperl changes#6325..6373 into mainline
81616              (NOTE: today's batch of integrations still untested)
81617      Branch: perl
81618           +> ext/DynaLoader/hints/netbsd.pl
81619            ! Changes
81620           !> (integrate 26 files)
81621 ____________________________________________________________________________
81622 [  6372] By: jhi                                   on 2000/07/11  20:30:36
81623         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
81624              regen perltoc.
81625      Branch: cfgperl
81626            + pod/perlbook.pod
81627            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
81628            ! pod/perltoc.pod
81629 ____________________________________________________________________________
81630 [  6371] By: jhi                                   on 2000/07/11  20:08:56
81631         Log: Minor cleanups on the booklist.
81632      Branch: cfgperl
81633            ! pod/perlfaq2.pod
81634 ____________________________________________________________________________
81635 [  6370] By: jhi                                   on 2000/07/11  19:31:13
81636         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
81637      Branch: cfgperl
81638            ! t/pragma/overload.t
81639 ____________________________________________________________________________
81640 [  6369] By: gsar                                  on 2000/07/11  19:27:48
81641         Log: integrate cfgperl changes#6293..6324 into mainline
81642      Branch: perl
81643           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
81644            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
81645           !> (integrate 30 files)
81646 ____________________________________________________________________________
81647 [  6368] By: gsar                                  on 2000/07/11  19:18:57
81648         Log: skip integrate of problematic change#6292 from cfgperl into mainline
81649      Branch: perl
81650           !> pp_hot.c
81651 ____________________________________________________________________________
81652 [  6367] By: gsar                                  on 2000/07/11  19:17:21
81653         Log: integrate cfgperl changes#6288..6290 into mainline
81654      Branch: perl
81655           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
81656 ____________________________________________________________________________
81657 [  6366] By: gsar                                  on 2000/07/11  19:11:18
81658         Log: integrate cfgperl changes#6268..6282 into mainline
81659      Branch: perl
81660           !> (integrate 30 files)
81661 ____________________________________________________________________________
81662 [  6365] By: gsar                                  on 2000/07/11  18:57:00
81663         Log: delete new accidentally branched file
81664      Branch: perl
81665            - t/op/method2entersub.t
81666 ____________________________________________________________________________
81667 [  6364] By: gsar                                  on 2000/07/11  18:55:13
81668         Log: skip integrate of change#6267 from cfgperl into mainline (the
81669              method call optimization is flawed without additional hints
81670              from user about immutableness of @ISA and no runtime method
81671              definitions)
81672      Branch: perl
81673           +> t/op/method2entersub.t
81674           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
81675           !> perl.h t/op/sprintf.t xsutils.c
81676 ____________________________________________________________________________
81677 [  6363] By: gsar                                  on 2000/07/11  18:49:43
81678         Log: integrate cfgperl changes#6261..6266 into mainline
81679      Branch: perl
81680           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
81681           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
81682           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
81683           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
81684 ____________________________________________________________________________
81685 [  6362] By: gsar                                  on 2000/07/11  18:43:26
81686         Log: integrate cfgperl changes#6252..6260 into mainline
81687      Branch: perl
81688           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
81689           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
81690           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
81691           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
81692 ____________________________________________________________________________
81693 [  6361] By: gsar                                  on 2000/07/11  18:37:12
81694         Log: skip integrate of problematic change#6251 from cfgperl into mainline
81695      Branch: perl
81696           !> lib/Exporter.pm
81697 ____________________________________________________________________________
81698 [  6360] By: gsar                                  on 2000/07/11  18:34:56
81699         Log: integrate cfgperl change#6250 into mainline
81700      Branch: perl
81701           +> t/op/my_stash.t
81702           !> MANIFEST embed.pl proto.h toke.c
81703 ____________________________________________________________________________
81704 [  6359] By: gsar                                  on 2000/07/11  18:21:19
81705         Log: integrate cfgperl changes#6242..6249 into mainline
81706      Branch: perl
81707           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
81708           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
81709           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
81710           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
81711           !> t/lib/peek.t utf8.c
81712 ____________________________________________________________________________
81713 [  6358] By: gsar                                  on 2000/07/11  18:15:45
81714         Log: skip integrate of problematic change#6241 from cfgperl into mainline
81715      Branch: perl
81716           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81717 ____________________________________________________________________________
81718 [  6357] By: jhi                                   on 2000/07/11  18:15:16
81719         Log: Fix for
81720              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
81721              From: Roderick Schertler <roderick@argon.org> 
81722              Date: Tue, 11 Jul 2000 13:55:05 -0400 
81723              Message-Id: <200007111755.NAA05077@jones.argon.org> 
81724      Branch: cfgperl
81725            ! doio.c
81726 ____________________________________________________________________________
81727 [  6356] By: jhi                                   on 2000/07/11  18:12:51
81728         Log: Typo in #6341.
81729      Branch: cfgperl
81730            ! pp_hot.c
81731 ____________________________________________________________________________
81732 [  6355] By: gsar                                  on 2000/07/11  18:12:10
81733         Log: integrate cfgperl changes#6231..6240 into mainline
81734      Branch: perl
81735           +> pod/perlutil.pod
81736           !> (integrate 35 files)
81737 ____________________________________________________________________________
81738 [  6354] By: jhi                                   on 2000/07/11  18:04:34
81739         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
81740              From: Dominic Dunlop <domo@computer.org> 
81741              Date: Tue, 11 Jul 2000 12:27:33 +0200 
81742              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
81743              
81744              Replaces change #6268.
81745      Branch: cfgperl
81746            ! t/op/sprintf.t
81747 ____________________________________________________________________________
81748 [  6353] By: gsar                                  on 2000/07/11  17:59:51
81749         Log: skip integrate of problematic change#6230 from cfgperl into mainline
81750              (a later version of File::Spec is already in mainline)
81751      Branch: perl
81752           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
81753           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
81754 ____________________________________________________________________________
81755 [  6352] By: gsar                                  on 2000/07/11  17:57:48
81756         Log: integrate cfgperl changes#6224..6229 into mainline
81757      Branch: perl
81758           +> lib/lib.pm.PL
81759            - lib/lib.pm
81760           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
81761           !> lib/English.pm op.c t/lib/english.t
81762 ____________________________________________________________________________
81763 [  6351] By: gsar                                  on 2000/07/11  17:50:10
81764         Log: skip integrate of problematic change#6223 from cfgperl into mainline
81765      Branch: perl
81766           !> doio.c
81767 ____________________________________________________________________________
81768 [  6350] By: gsar                                  on 2000/07/11  17:48:28
81769         Log: integrate cfgperl changes#6220..6222 into mainline
81770      Branch: perl
81771           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
81772           !> toke.c utf8.c win32/win32.h
81773 ____________________________________________________________________________
81774 [  6349] By: gsar                                  on 2000/07/11  17:46:13
81775         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
81776              mainline
81777      Branch: perl
81778           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81779           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81780           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81781 ____________________________________________________________________________
81782 [  6348] By: jhi                                   on 2000/07/11  17:45:49
81783         Log: README.posix-bc podified from Thomas Dorner.
81784      Branch: cfgperl
81785            ! README.posix-bc
81786 ____________________________________________________________________________
81787 [  6347] By: gsar                                  on 2000/07/11  17:42:04
81788         Log: integrate cfgperl change#6217 into mainline
81789      Branch: perl
81790           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
81791           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
81792           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
81793 ____________________________________________________________________________
81794 [  6346] By: gsar                                  on 2000/07/11  17:39:37
81795         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
81796              mainline
81797      Branch: perl
81798           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
81799           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81800           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81801           !> perlapi.h pod/perlapi.pod
81802 ____________________________________________________________________________
81803 [  6345] By: gsar                                  on 2000/07/11  17:36:42
81804         Log: integrate cfgperl changes#6207..6210 into mainline
81805      Branch: perl
81806           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
81807           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
81808 ____________________________________________________________________________
81809 [  6344] By: gsar                                  on 2000/07/11  17:31:20
81810         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
81811              mainline
81812      Branch: perl
81813           !> (integrate 40 files)
81814 ____________________________________________________________________________
81815 [  6343] By: gsar                                  on 2000/07/11  17:19:08
81816         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
81817      Branch: perl
81818           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
81819            ! Changes
81820           !> (integrate 34 files)
81821 ____________________________________________________________________________
81822 [  6342] By: jhi                                   on 2000/07/11  16:05:48
81823         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
81824              To: perl5-porters@perl.org
81825              From: Karsten Sperling <spiff@phreax.net>
81826              Date: Mon, 10 Jul 2000 15:12:52 +0200
81827              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
81828      Branch: cfgperl
81829            ! lib/Symbol.pm
81830 ____________________________________________________________________________
81831 [  6341] By: jhi                                   on 2000/07/11  15:59:23
81832         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
81833              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81834              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
81835              Date: Fri, 07 Jul 2000 17:57:16 +0100
81836      Branch: cfgperl
81837            ! pp_hot.c
81838 ____________________________________________________________________________
81839 [  6340] By: jhi                                   on 2000/07/11  15:55:47
81840         Log: Subject: Re: format bug report  [Patch]
81841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81842              Date: Wed, 05 Jul 2000 13:12:52 +0200
81843              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
81844              
81845              Subject: Re: format bug report  [Patch]
81846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81847              Date: Wed, 05 Jul 2000 14:10:01 +0200
81848              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
81849      Branch: cfgperl
81850            ! t/op/write.t toke.c
81851 ____________________________________________________________________________
81852 [  6339] By: jhi                                   on 2000/07/11  13:54:09
81853         Log: Be less forgiving about ambiguous and illegal tr ranges.
81854              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81855              From: Mark-Jason Dominus <mjd@plover.com>
81856              Date: Tue, 04 Jul 2000 10:00:12 -0400
81857              Message-ID: <20000704140012.17772.qmail@plover.com>
81858              
81859              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81860              From: Mark-Jason Dominus <mjd@plover.com>
81861              Date: Wed, 05 Jul 2000 09:37:36 -0400
81862              Message-ID: <20000705133736.27293.qmail@plover.com>
81863      Branch: cfgperl
81864            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
81865 ____________________________________________________________________________
81866 [  6338] By: jhi                                   on 2000/07/11  13:31:24
81867         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
81868              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81869              Date: Tue, 11 Jul 2000 13:50:51 +0100
81870              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
81871      Branch: cfgperl
81872            ! sv.c
81873 ____________________________________________________________________________
81874 [  6337] By: jhi                                   on 2000/07/11  13:29:14
81875         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
81876              From: Hugo <hv@crypt.compulink.co.uk>
81877              Date: Tue, 11 Jul 2000 12:44:50 +0100
81878              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
81879      Branch: cfgperl
81880            ! regexec.c t/op/re_tests
81881 ____________________________________________________________________________
81882 [  6336] By: jhi                                   on 2000/07/11  13:26:47
81883         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
81884              From: simon@brecon.co.uk (Simon Cozens)
81885              Date: 7 Jul 2000 11:26:09 GMT
81886              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
81887      Branch: cfgperl
81888            ! mg.c
81889 ____________________________________________________________________________
81890 [  6335] By: jhi                                   on 2000/07/11  13:23:37
81891         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
81892              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
81893              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
81894              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
81895      Branch: cfgperl
81896            + ext/DynaLoader/hints/netbsd.pl
81897            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
81898 ____________________________________________________________________________
81899 [  6334] By: jhi                                   on 2000/07/11  13:20:38
81900         Log: Subject: PATCH perlguts.pod: Document D and d magic types
81901              From: mjd@plover.com
81902              Date: 5 Jul 2000 18:01:51 -0000
81903              Message-ID: <20000705180151.29413.qmail@plover.com>
81904      Branch: cfgperl
81905            ! pod/perlguts.pod
81906 ____________________________________________________________________________
81907 [  6333] By: jhi                                   on 2000/07/11  13:15:51
81908         Log: Precedence goof, fix based on
81909              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
81910              From: Hugo <hv@crypt.compulink.co.uk>
81911              Date: Tue, 11 Jul 2000 12:52:38 +0100
81912              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
81913      Branch: cfgperl
81914            ! t/op/taint.t
81915 ____________________________________________________________________________
81916 [  6332] By: jhi                                   on 2000/07/11  12:40:17
81917         Log: Integrate with Sarathy.
81918      Branch: cfgperl
81919           !> win32/win32sck.c
81920 ____________________________________________________________________________
81921 [  6331] By: jhi                                   on 2000/07/10  20:14:16
81922         Log: Sprinkle ldlibpath.
81923      Branch: cfgperl
81924            ! pod/Makefile.SH
81925 ____________________________________________________________________________
81926 [  6330] By: jhi                                   on 2000/07/10  17:54:49
81927         Log: More POSIX.pod tweaks.
81928      Branch: cfgperl
81929            ! ext/POSIX/POSIX.pod
81930 ____________________________________________________________________________
81931 [  6329] By: jhi                                   on 2000/07/10  14:02:12
81932         Log: Reorder perl.pod once more.
81933      Branch: cfgperl
81934            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81935 ____________________________________________________________________________
81936 [  6328] By: gsar                                  on 2000/07/10  07:06:00
81937         Log: accept() leaks memory on windows due to incorrect ordering of
81938              closesocket() and fclose() calls
81939      Branch: perl
81940            ! win32/win32sck.c
81941 ____________________________________________________________________________
81942 [  6327] By: gsar                                  on 2000/07/10  06:49:17
81943         Log: winsock options weren't being set in all threads under ithreads
81944              (caused send()s from second and subsequent threads to fail)
81945      Branch: perl
81946            ! win32/win32sck.c
81947 ____________________________________________________________________________
81948 [  6326] By: jhi                                   on 2000/07/08  02:45:40
81949         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
81950              was cast to an unsigned (32-bit) integer with wild abandon.
81951      Branch: cfgperl
81952            ! ext/Devel/DProf/DProf.xs
81953 ____________________________________________________________________________
81954 [  6325] By: jhi                                   on 2000/07/07  18:50:33
81955         Log: Remove perlbook, update perlfaq book listing,
81956              rearrange perl.pod, regenerate perltoc.
81957      Branch: cfgperl
81958            - pod/perlbook.pod
81959            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
81960            ! pod/perlfaq2.pod pod/perltoc.pod
81961 ____________________________________________________________________________
81962 [  6324] By: jhi                                   on 2000/07/07  14:03:40
81963         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
81964      Branch: cfgperl
81965            ! sv.h toke.c
81966 ____________________________________________________________________________
81967 [  6323] By: jhi                                   on 2000/07/06  16:03:55
81968         Log: Fix complaints of buildtoc.
81969      Branch: cfgperl
81970            + lib/Win32.pod
81971            - pod/Win32.pod
81972            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81973 ____________________________________________________________________________
81974 [  6322] By: jhi                                   on 2000/07/06  15:15:52
81975         Log: Add =head1 NAMEs so that buildtoc is happy.
81976              (The CGI::Util nit reported to Lincoln.)
81977      Branch: cfgperl
81978            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
81979            ! pod/perltoc.pod
81980 ____________________________________________________________________________
81981 [  6321] By: jhi                                   on 2000/07/06  03:16:04
81982         Log: Config is being used.
81983      Branch: cfgperl
81984            ! t/op/method.t
81985 ____________________________________________________________________________
81986 [  6320] By: jhi                                   on 2000/07/06  03:13:13
81987         Log: Integrate with Sarathy.
81988      Branch: cfgperl
81989           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
81990 ____________________________________________________________________________
81991 [  6319] By: jhi                                   on 2000/07/06  03:11:46
81992         Log: Autogenerate pod/Makefile and pod/buildtoc.
81993              buildtoc also checks whether the existing pods are
81994              mentioned in MANIFEST and perl.pod, and vice versa.
81995              (None of the thusly found discrepancies fixed yet.)
81996              roffitall also needs to be autogenerated similarly but it
81997              seems so badly out of date that I didn't touch it yet.
81998      Branch: cfgperl
81999            + pod/Makefile.SH pod/buildtoc.PL
82000            - pod/Makefile pod/buildtoc
82001            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
82002 ____________________________________________________________________________
82003 [  6318] By: gsar                                  on 2000/07/05  22:10:54
82004         Log: fix UNC path handling on Windows under ithreads, and chdir()
82005              return value when given a non-existent directory
82006      Branch: perl
82007            ! win32/vdir.h
82008 ____________________________________________________________________________
82009 [  6317] By: gsar                                  on 2000/07/05  22:08:19
82010         Log: winsock cleanup never done on Windows (leads to handle leaks)
82011      Branch: perl
82012            ! win32/perllib.c win32/win32sck.c
82013 ____________________________________________________________________________
82014 [  6316] By: gsar                                  on 2000/07/05  22:06:19
82015         Log: some debugger output does not go to the socket when RemotePort is set
82016      Branch: perl
82017            ! lib/perl5db.pl
82018 ____________________________________________________________________________
82019 [  6315] By: jhi                                   on 2000/07/05  00:25:21
82020         Log: Integrate with Sarathy, preliminary fix for unicos
82021              alignment problems in [ID 20000612.002] Perl problem on Cray system.
82022      Branch: cfgperl
82023            ! sv.h
82024           !> pp_hot.c
82025 ____________________________________________________________________________
82026 [  6314] By: gsar                                  on 2000/07/04  23:34:02
82027         Log: tyop in change#6306
82028      Branch: perl
82029            ! pp_hot.c
82030 ____________________________________________________________________________
82031 [  6313] By: jhi                                   on 2000/07/04  22:14:38
82032         Log: Multiline string literals ENONPORTABLE.
82033      Branch: cfgperl
82034            ! pp_hot.c
82035 ____________________________________________________________________________
82036 [  6312] By: jhi                                   on 2000/07/04  20:34:44
82037         Log: Integrate with Sarathy.
82038      Branch: cfgperl
82039           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
82040           !> t/op/method.t
82041 ____________________________________________________________________________
82042 [  6311] By: jhi                                   on 2000/07/04  20:30:56
82043         Log: More POSIX.pod embellishment.
82044      Branch: cfgperl
82045            ! ext/POSIX/POSIX.pod
82046 ____________________________________________________________________________
82047 [  6310] By: gsar                                  on 2000/07/04  17:28:48
82048         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
82049      Branch: perl
82050            ! t/lib/b.t
82051 ____________________________________________________________________________
82052 [  6309] By: jhi                                   on 2000/07/04  17:22:18
82053         Log: The #6308 required a little bit more.
82054      Branch: cfgperl
82055            ! Makefile.SH win32/Makefile
82056 ____________________________________________________________________________
82057 [  6308] By: jhi                                   on 2000/07/04  16:35:24
82058         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
82059      Branch: cfgperl
82060            + lib/lib_pm.PL
82061            - lib/lib.pm.PL
82062            ! MANIFEST Makefile.SH
82063 ____________________________________________________________________________
82064 [  6307] By: jhi                                   on 2000/07/04  16:28:58
82065         Log: Win32 patches for cfgperl from Sarathy.
82066      Branch: cfgperl
82067            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
82068            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
82069            ! thread.h toke.c util.c win32/Makefile win32/win32.c
82070 ____________________________________________________________________________
82071 [  6306] By: gsar                                  on 2000/07/04  16:28:40
82072         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
82073              (from Richard Soderberg <rs@oregonnet.com>)
82074      Branch: perl
82075            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
82076 ____________________________________________________________________________
82077 [  6305] By: jhi                                   on 2000/07/04  16:24:24
82078         Log: Integrate with Sarathy.
82079      Branch: cfgperl
82080           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
82081           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
82082           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
82083           !> proto.h win32/win32.c
82084 ____________________________________________________________________________
82085 [  6304] By: gsar                                  on 2000/07/04  16:17:24
82086         Log: missing perldiag entry for unpack("w",...) diagnostic (from
82087              Andreas Koenig)
82088      Branch: perl
82089            ! pod/perldiag.pod
82090 ____________________________________________________________________________
82091 [  6303] By: gsar                                  on 2000/07/04  16:14:44
82092         Log: remove rel2abs prototypes (from Barrie Slaymaker)
82093      Branch: perl
82094            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82095            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82096 ____________________________________________________________________________
82097 [  6302] By: gsar                                  on 2000/07/04  04:59:35
82098         Log: adjust change#6299
82099      Branch: perl
82100            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
82101            ! win32/win32.c
82102 ____________________________________________________________________________
82103 [  6301] By: jhi                                   on 2000/07/04  04:50:07
82104         Log: Integrate with Sarathy.
82105      Branch: cfgperl
82106           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
82107           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
82108           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
82109 ____________________________________________________________________________
82110 [  6300] By: gsar                                  on 2000/07/04  04:42:09
82111         Log: PERL_OBJECT build tweak
82112      Branch: perl
82113            ! perl.h
82114 ____________________________________________________________________________
82115 [  6299] By: gsar                                  on 2000/07/04  04:37:00
82116         Log: fix memory leak on Windows (PL_sys_intern contents were never
82117              freed)
82118      Branch: perl
82119            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82120            ! perlapi.c proto.h win32/win32.c
82121 ____________________________________________________________________________
82122 [  6298] By: gsar                                  on 2000/07/04  04:15:59
82123         Log: fix large memory leak that has been around for ever, masked by
82124              -DPURIFY (most of the arenas were never freed!)
82125      Branch: perl
82126            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
82127 ____________________________________________________________________________
82128 [  6297] By: gsar                                  on 2000/07/04  04:07:46
82129         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
82130      Branch: perl
82131            ! perl.c
82132 ____________________________________________________________________________
82133 [  6296] By: jhi                                   on 2000/06/30  18:28:37
82134         Log: Elaborate POSIX.pod.  Still needs work.
82135      Branch: cfgperl
82136            ! ext/POSIX/POSIX.pod
82137 ____________________________________________________________________________
82138 [  6295] By: jhi                                   on 2000/06/30  14:58:18
82139         Log: Point to perlipc for more SysV IPC examples.
82140      Branch: cfgperl
82141            ! pod/perlfunc.pod
82142 ____________________________________________________________________________
82143 [  6294] By: gsar                                  on 2000/06/30  14:47:45
82144         Log: slurp mode fix in change#4736 still not quite right
82145      Branch: perl
82146            ! pp_hot.c t/io/argv.t
82147 ____________________________________________________________________________
82148 [  6293] By: jhi                                   on 2000/06/30  12:02:55
82149         Log: Integrate with Sarathy.
82150      Branch: cfgperl
82151           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
82152 ____________________________________________________________________________
82153 [  6292] By: jhi                                   on 2000/06/30  12:01:11
82154         Log: From: simon@brecon.co.uk (Simon Cozens)
82155              Subject: UTF8 concat
82156              Date: 30 Jun 2000 06:13:25 GMT
82157              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
82158      Branch: cfgperl
82159            ! pp_hot.c
82160 ____________________________________________________________________________
82161 [  6291] By: gsar                                  on 2000/06/30  04:37:33
82162         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
82163              when @_ is modified, causing coredumps
82164      Branch: perl
82165            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
82166 ____________________________________________________________________________
82167 [  6290] By: jhi                                   on 2000/06/30  02:21:44
82168         Log: Integrate with Sarathy.
82169      Branch: cfgperl
82170           !> vms/vms.c vms/vmsish.h
82171 ____________________________________________________________________________
82172 [  6289] By: jhi                                   on 2000/06/30  02:21:02
82173         Log: Check VERSIONs.
82174      Branch: cfgperl
82175            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
82176            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
82177            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82178 ____________________________________________________________________________
82179 [  6288] By: jhi                                   on 2000/06/30  02:18:52
82180         Log: Integrate with Sarathy.
82181      Branch: cfgperl
82182           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
82183           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
82184           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
82185           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
82186 ____________________________________________________________________________
82187 [  6287] By: gsar                                  on 2000/06/30  02:17:08
82188         Log: integrate vmsperl changes into mainline
82189      Branch: perl
82190           !> vms/vms.c vms/vmsish.h
82191 ____________________________________________________________________________
82192 [  6285] By: gsar                                  on 2000/06/30  02:05:28
82193         Log: localize %INC in a Safe compartment so that use/require work
82194              (many other magic globals probably need similar treatment)
82195      Branch: perl
82196            ! ext/Opcode/Opcode.xs
82197 ____________________________________________________________________________
82198 [  6284] By: gsar                                  on 2000/06/30  01:54:54
82199         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
82200              about Windows
82201      Branch: perl
82202            ! pod/perlembed.pod
82203 ____________________________________________________________________________
82204 [  6283] By: jhi                                   on 2000/06/30  01:50:10
82205         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
82206              From: Barrie Slaymaker <barries@jester.slaysys.com>
82207              Date: Wed, 28 Jun 2000 11:35:29 -0400
82208              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
82209      Branch: perl
82210            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
82211            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
82212            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
82213            ! lib/File/Spec/Win32.pm
82214 ____________________________________________________________________________
82215 [  6282] By: jhi                                   on 2000/06/29  22:57:22
82216         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
82217              From: Dan Sugalski <dan@sidhe.org>
82218              Date: Tue, 06 Jun 2000 11:59:50 -0400
82219              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
82220      Branch: cfgperl
82221            ! vms/vms.c
82222 ____________________________________________________________________________
82223 [  6281] By: jhi                                   on 2000/06/29  22:52:50
82224         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
82225              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
82226              Date: Wed, 7 Jun 2000 04:02:04 -0500
82227              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
82228      Branch: cfgperl
82229            ! utils/h2xs.PL
82230 ____________________________________________________________________________
82231 [  6280] By: jhi                                   on 2000/06/29  22:45:47
82232         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
82233              From: rspier@pobox.com (Robert Spier)
82234              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
82235              Message-ID: <14654.31913.845602.610277@rls.cx>
82236      Branch: cfgperl
82237            ! utils/h2xs.PL
82238 ____________________________________________________________________________
82239 [  6279] By: jhi                                   on 2000/06/29  22:38:16
82240         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
82241              From: Tim Ayers <tayers@bridge.com>
82242              Date: Thu, 08 Jun 2000 08:11:06 +0200
82243              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
82244              [resent by Richard Foley, Message-Id probably wrong]
82245      Branch: cfgperl
82246            ! pod/perlsub.pod
82247 ____________________________________________________________________________
82248 [  6278] By: jhi                                   on 2000/06/29  22:21:45
82249         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
82250              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
82251              Date: Fri, 09 Jun 2000 12:39:27 -0400
82252              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
82253              (plus update the version "number" of Text::Wrap)
82254      Branch: cfgperl
82255            ! lib/Text/Wrap.pm
82256 ____________________________________________________________________________
82257 [  6277] By: jhi                                   on 2000/06/29  22:13:10
82258         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
82259              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
82260              Date: Mon, 12 Jun 2000 14:55:59 +0100
82261              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
82262      Branch: cfgperl
82263            ! pod/perlfunc.pod
82264 ____________________________________________________________________________
82265 [  6276] By: jhi                                   on 2000/06/29  22:11:06
82266         Log: Subject: [PATCH] Re: eval documentation: context
82267              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
82268              Date: Mon, 12 Jun 2000 15:07:29 +0100
82269              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
82270      Branch: cfgperl
82271            ! pod/perlfunc.pod
82272 ____________________________________________________________________________
82273 [  6275] By: jhi                                   on 2000/06/29  21:59:46
82274         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
82275              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
82276              Date: Tue, 13 Jun 2000 02:43:48 -0500
82277              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
82278      Branch: cfgperl
82279            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
82280 ____________________________________________________________________________
82281 [  6274] By: jhi                                   on 2000/06/29  21:56:14
82282         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
82283              From: Andy Dougherty <doughera@lafayette.edu>
82284              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
82285              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
82286      Branch: cfgperl
82287            ! ext/File/Glob/Glob.pm
82288 ____________________________________________________________________________
82289 [  6273] By: jhi                                   on 2000/06/29  21:49:09
82290         Log: Subject: [PATCH] xsub attributes
82291              From: Doug MacEachern <dougm@covalent.net>
82292              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
82293              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
82294      Branch: cfgperl
82295            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
82296            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
82297 ____________________________________________________________________________
82298 [  6272] By: jhi                                   on 2000/06/29  21:41:28
82299         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
82300              From: Tom Phoenix <rootbeer@redcat.com>
82301              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
82302              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
82303      Branch: cfgperl
82304            ! lib/Net/Ping.pm
82305 ____________________________________________________________________________
82306 [  6271] By: jhi                                   on 2000/06/29  21:36:55
82307         Log: Subject: PATCH pod/perltie.pod
82308              From: Ian Phillipps <Ian.Phillipps@iname.com>
82309              Date: Fri, 16 Jun 2000 00:17:19 +0100
82310              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
82311              (only the first hunk, the second hunk had already been done
82312              by some other patch)
82313      Branch: cfgperl
82314            ! pod/perltie.pod
82315 ____________________________________________________________________________
82316 [  6270] By: jhi                                   on 2000/06/29  21:24:51
82317         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
82318              From: Nicholas Clark <nick@talking.bollo.cx>
82319              Date: Fri, 23 Jun 2000 16:21:15 +0100
82320              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
82321      Branch: cfgperl
82322            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
82323            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
82324 ____________________________________________________________________________
82325 [  6269] By: jhi                                   on 2000/06/29  19:38:15
82326         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
82327              silence few compiler warnings.
82328      Branch: cfgperl
82329            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
82330 ____________________________________________________________________________
82331 [  6268] By: jhi                                   on 2000/06/29  18:21:50
82332         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
82333              From: Dominic Dunlop <domo@computer.org> 
82334              Date: Thu, 29 Jun 2000 12:32:39 +0200 
82335              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
82336      Branch: cfgperl
82337            ! t/op/sprintf.t
82338 ____________________________________________________________________________
82339 [  6267] By: jhi                                   on 2000/06/29  18:16:07
82340         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
82341              From: Doug MacEachern <dougm@covalent.net>
82342              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
82343              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
82344      Branch: cfgperl
82345            + t/op/method2entersub.t
82346            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
82347            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
82348            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
82349            ! xsutils.c
82350 ____________________________________________________________________________
82351 [  6266] By: jhi                                   on 2000/06/29  15:11:15
82352         Log: Subject: [PATCH 5.6.0] cygwin port
82353              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
82354              From: "Fifer, Eric" <EFifer@sanwaint.com>
82355              Date: Thu, 29 Jun 2000 12:58:29 +0100
82356      Branch: cfgperl
82357            ! cygwin/Makefile.SHs
82358 ____________________________________________________________________________
82359 [  6265] By: jhi                                   on 2000/06/29  15:04:05
82360         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
82361              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82362              Date: Wed, 28 Jun 2000 17:50:12 -0700
82363              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
82364      Branch: cfgperl
82365            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
82366 ____________________________________________________________________________
82367 [  6264] By: jhi                                   on 2000/06/29  15:00:57
82368         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
82369              From: Marty Lucich <marty@netcom.com>
82370              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
82371              Message-Id: <200006282116.OAA11148@netcom.com>
82372              ccdlflags update (the BSD/OS 4.1 part had already been taken
82373              care of by #6141).
82374      Branch: cfgperl
82375            ! hints/bsdos.sh
82376 ____________________________________________________________________________
82377 [  6263] By: jhi                                   on 2000/06/29  13:47:44
82378         Log: tr fixes from Simon Cozens
82379      Branch: cfgperl
82380            ! doop.c
82381 ____________________________________________________________________________
82382 [  6262] By: jhi                                   on 2000/06/28  18:46:01
82383         Log: Subject: 5.6.0 Patch for EPOC
82384              From: Olaf Flebbe <o.flebbe@gmx.de>
82385              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
82386              Message-ID: <23449.960929969@www11.gmx.net>
82387      Branch: cfgperl
82388            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
82389            ! epoc/epocish.h
82390 ____________________________________________________________________________
82391 [  6261] By: jhi                                   on 2000/06/28  18:29:07
82392         Log: Subject: Re: [PATCH cfgperl] BOMs away!
82393              From: simon@brecon.co.uk (Simon Cozens)
82394              Date: 17 Jun 2000 11:49:57 GMT
82395              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
82396      Branch: cfgperl
82397            ! pod/perldiag.pod t/comp/require.t toke.c
82398 ____________________________________________________________________________
82399 [  6260] By: jhi                                   on 2000/06/28  17:47:16
82400         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
82401              From: simon@brecon.co.uk (Simon Cozens) 
82402              Date: 17 Jun 2000 11:56:44 GMT 
82403              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
82404              pack U0, pack C0
82405      Branch: cfgperl
82406            ! pod/perlfunc.pod pp.c t/op/pack.t
82407 ____________________________________________________________________________
82408 [  6259] By: jhi                                   on 2000/06/28  16:43:17
82409         Log: perlnewmod was missing from MANIFEST.
82410      Branch: cfgperl
82411            ! MANIFEST
82412 ____________________________________________________________________________
82413 [  6258] By: jhi                                   on 2000/06/28  15:54:30
82414         Log: linenumber tweak
82415      Branch: cfgperl
82416            ! t/pragma/warn/regcomp
82417 ____________________________________________________________________________
82418 [  6257] By: jhi                                   on 2000/06/28  15:50:44
82419         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
82420              From: Doug MacEachern <dougm@covalent.net>
82421              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
82422              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
82423              (one part of the patch had been applied earlier)
82424      Branch: cfgperl
82425            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
82426 ____________________________________________________________________________
82427 [  6256] By: jhi                                   on 2000/06/28  15:40:22
82428         Log: tweaks from Simon Cozens to further fix tr/// under utf8
82429      Branch: cfgperl
82430            ! doop.c
82431 ____________________________________________________________________________
82432 [  6255] By: jhi                                   on 2000/06/28  15:33:45
82433         Log: small thinko tweaks
82434      Branch: cfgperl
82435            ! lib/IPC/Open3.pm t/op/my_stash.t
82436 ____________________________________________________________________________
82437 [  6254] By: jhi                                   on 2000/06/28  15:33:25
82438         Log: Subject: tr///, help wanted.
82439              From: simon@brecon.co.uk (Simon Cozens)
82440              Date: 28 Jun 2000 11:29:04 GMT
82441              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
82442      Branch: cfgperl
82443            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
82444            ! pp_proto.h proto.h t/op/tr.t
82445 ____________________________________________________________________________
82446 [  6253] By: jhi                                   on 2000/06/28  15:09:17
82447         Log: Paranoia tweak on #6249.
82448              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
82449              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
82450              Date: Sun, 25 Jun 2000 23:43:12 -0400
82451              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
82452      Branch: cfgperl
82453            ! lib/IPC/Open3.pm
82454 ____________________________________________________________________________
82455 [  6252] By: jhi                                   on 2000/06/28  15:01:38
82456         Log: Document #6249 and #6251.
82457      Branch: cfgperl
82458            ! lib/Exporter.pm lib/IPC/Open3.pm
82459 ____________________________________________________________________________
82460 [  6251] By: jhi                                   on 2000/06/28  14:50:43
82461         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
82462              From: Doug MacEachern <dougm@covalent.net>
82463              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
82464              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
82465      Branch: cfgperl
82466            ! lib/Exporter.pm
82467 ____________________________________________________________________________
82468 [  6250] By: jhi                                   on 2000/06/28  14:45:23
82469         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
82470              From: Doug MacEachern <dougm@covalent.net>
82471              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
82472              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
82473      Branch: cfgperl
82474            + t/op/my_stash.t
82475            ! MANIFEST embed.pl global.sym proto.h toke.c
82476 ____________________________________________________________________________
82477 [  6249] By: jhi                                   on 2000/06/28  14:36:34
82478         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
82479              From: Frank Tobin <ftobin@uiuc.edu>
82480              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
82481              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
82482      Branch: cfgperl
82483            ! lib/IPC/Open3.pm
82484 ____________________________________________________________________________
82485 [  6248] By: jhi                                   on 2000/06/28  14:11:25
82486         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
82487              From: Mark-Jason Dominus <mjd@plover.com>
82488              Date: Tue, 27 Jun 2000 22:36:42 -0400
82489              Message-ID: <20000628023642.12166.qmail@plover.com>
82490      Branch: cfgperl
82491            ! pod/perlfunc.pod
82492 ____________________________________________________________________________
82493 [  6247] By: jhi                                   on 2000/06/27  12:46:37
82494         Log: Tweak $VERSION, patch from Doug MacEachern.
82495      Branch: cfgperl
82496            ! lib/File/Spec.pm
82497 ____________________________________________________________________________
82498 [  6246] By: jhi                                   on 2000/06/27  03:34:46
82499         Log: Allow for standalone testing.
82500      Branch: cfgperl
82501            ! t/lib/filefunc.t t/lib/filespec.t
82502 ____________________________________________________________________________
82503 [  6245] By: jhi                                   on 2000/06/27  02:50:02
82504         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
82505              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
82506              Date: Sat, 24 Jun 2000 13:06:20 +0100
82507              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
82508      Branch: cfgperl
82509            ! ext/DynaLoader/DynaLoader_pm.PL
82510 ____________________________________________________________________________
82511 [  6244] By: jhi                                   on 2000/06/27  02:46:10
82512         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
82513              From: Doug MacEachern <dougm@covalent.net>
82514              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
82515              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
82516      Branch: cfgperl
82517            ! gv.c sv.c t/lib/peek.t
82518 ____________________________________________________________________________
82519 [  6243] By: jhi                                   on 2000/06/27  02:38:07
82520         Log: Subject: [PATCH] is_utf8_string
82521              From: simon@brecon.co.uk (Simon Cozens)
82522              Date: 26 Jun 2000 02:25:59 GMT
82523              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
82524      Branch: cfgperl
82525            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
82526            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
82527            ! proto.h utf8.c
82528 ____________________________________________________________________________
82529 [  6242] By: jhi                                   on 2000/06/27  02:24:00
82530         Log: Subject: [PATCH] bytes<->utf8 fixes
82531              From: simon@brecon.co.uk (Simon Cozens)
82532              Date: 26 Jun 2000 04:55:45 GMT
82533              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
82534      Branch: cfgperl
82535            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
82536 ____________________________________________________________________________
82537 [  6241] By: jhi                                   on 2000/06/27  02:12:42
82538         Log: Do no -warn on \_, only on \alpha.
82539              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
82540              From: David Dyck <dcd@tc.fluke.com>
82541              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
82542              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
82543      Branch: cfgperl
82544            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
82545 ____________________________________________________________________________
82546 [  6240] By: jhi                                   on 2000/06/27  02:00:01
82547         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
82548              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
82549              Date: Mon, 26 Jun 2000 18:40:14 +0100
82550              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
82551      Branch: cfgperl
82552            ! utils/h2xs.PL
82553 ____________________________________________________________________________
82554 [  6239] By: jhi                                   on 2000/06/27  01:53:40
82555         Log: Configure maintenance.  Sever some dependency cycles,
82556              separate gccversion from the cc unit,
82557              address [ID 20000623.006] Configure script patch for using gcc on AIX
82558              (but solve it a little bit differently),
82559              unduplex some accidentally duplicated units,
82560              suggest using gcc if no cc available
82561              (p5p thread: "Solaris configure: counterproposal", 1999-09)
82562      Branch: cfgperl
82563            ! Configure Todo-5.6 config_h.SH
82564      Branch: metaconfig
82565            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
82566            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
82567      Branch: metaconfig/U/perl
82568            + gccvers.U
82569            ! d_getespwnam.U d_getprpwnam.U i_prot.U
82570 ____________________________________________________________________________
82571 [  6238] By: jhi                                   on 2000/06/25  18:04:56
82572         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
82573              From: Dan Sugalski <dan@sidhe.org>
82574              Date: Fri, 23 Jun 2000 17:00:00 -0400
82575              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
82576      Branch: cfgperl
82577            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
82578 ____________________________________________________________________________
82579 [  6237] By: jhi                                   on 2000/06/25  16:36:45
82580         Log: Tweak embed.pl, regen headers.
82581      Branch: cfgperl
82582            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
82583            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
82584            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
82585            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
82586            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
82587 ____________________________________________________________________________
82588 [  6236] By: jhi                                   on 2000/06/25  15:26:42
82589         Log: Regen headers.
82590      Branch: cfgperl
82591            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
82592            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
82593            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
82594            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
82595            ! regnodes.h warnings.h
82596 ____________________________________________________________________________
82597 [  6235] By: jhi                                   on 2000/06/23  19:39:35
82598         Log: The thread begun by
82599              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
82600              From: Kevin.Ruscoe@ubsw.com
82601              Date: Fri, 16 Jun 2000 16:38:51 +0100
82602              Message-Id: <H000019b03c300d6@MHS>
82603      Branch: cfgperl
82604            ! hints/solaris_2.sh
82605 ____________________________________________________________________________
82606 [  6234] By: jhi                                   on 2000/06/23  19:23:36
82607         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
82608              because when run as services (Win32ese for daemons)
82609              no environment variables are set and tmpdir ends up as /tmp,
82610              which is ambiguous.
82611              
82612              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
82613              From: matt@sergeant.org
82614              Date: 16 Jun 2000 16:30:43 -0000
82615              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
82616      Branch: cfgperl
82617            ! lib/File/Spec/Win32.pm
82618 ____________________________________________________________________________
82619 [  6233] By: jhi                                   on 2000/06/23  19:18:58
82620         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
82621              From: Mark-Jason Dominus <mjd@plover.com>
82622              Date: Fri, 16 Jun 2000 20:53:04 -0400
82623              Message-ID: <20000617005304.8008.qmail@plover.com>
82624      Branch: cfgperl
82625            ! op.h
82626 ____________________________________________________________________________
82627 [  6232] By: jhi                                   on 2000/06/23  16:10:02
82628         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
82629              From: simon@brecon.co.uk (Simon Cozens)
82630              Date: 19 Jun 2000 15:18:27 GMT
82631              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
82632              
82633              plus update pod/Makefile and regenerate perltoc
82634      Branch: cfgperl
82635            + pod/perlutil.pod
82636            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
82637 ____________________________________________________________________________
82638 [  6231] By: jhi                                   on 2000/06/23  15:19:18
82639         Log: Subject: [PATCH 5.6.0] cygwin port
82640              From: "Fifer, Eric" <EFifer@sanwaint.com>
82641              Date: Tue, 20 Jun 2000 14:30:58 +0100
82642              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
82643      Branch: cfgperl
82644            ! README.cygwin lib/File/Find.pm
82645 ____________________________________________________________________________
82646 [  6230] By: jhi                                   on 2000/06/23  14:25:21
82647         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
82648      Branch: cfgperl
82649            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
82650            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
82651            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
82652            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
82653 ____________________________________________________________________________
82654 [  6229] By: jhi                                   on 2000/06/23  14:13:34
82655         Log: Subject: README.hpux version 0.6.1
82656              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
82657              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
82658              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
82659      Branch: cfgperl
82660            ! README.hpux
82661 ____________________________________________________________________________
82662 [  6228] By: jhi                                   on 2000/06/23  14:07:20
82663         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
82664              From: Doug MacEachern <dougm@covalent.net>
82665              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
82666              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
82667      Branch: cfgperl
82668            ! op.c
82669 ____________________________________________________________________________
82670 [  6227] By: jhi                                   on 2000/06/23  14:01:06
82671         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
82672              From: Doug MacEachern <dougm@covalent.net>
82673              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
82674              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
82675      Branch: cfgperl
82676            + lib/lib.pm.PL
82677            - lib/lib.pm
82678            ! MANIFEST Makefile.SH
82679 ____________________________________________________________________________
82680 [  6226] By: jhi                                   on 2000/06/23  13:53:07
82681         Log: Subject: [PATCH] remove forward declarations in Socket.pm
82682              From: Doug MacEachern <dougm@covalent.net>
82683              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
82684              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
82685              
82686              From: Doug MacEachern <dougm@covalent.net>
82687              Subject: Re: [PATCH] remove forward declarations in Socket.pm
82688              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
82689              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
82690      Branch: cfgperl
82691            ! ext/Socket/Socket.pm op.c
82692 ____________________________________________________________________________
82693 [  6225] By: jhi                                   on 2000/06/23  13:41:52
82694         Log: Add source code filenames to apidoc.
82695              From: simon@brecon.co.uk (Simon Cozens)
82696              Subject: [PATCH embed.pl] Source X-ref
82697              Date: 22 Jun 2000 02:18:49 GMT
82698              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
82699      Branch: cfgperl
82700            ! embed.pl
82701 ____________________________________________________________________________
82702 [  6224] By: jhi                                   on 2000/06/23  13:32:33
82703         Log: A way to avoid English.pm performance hit.
82704              From: root <root@jester.slaysys.com>
82705              Subject: [YAPATCH English.pm] My turn to putt again
82706              Date: Thu, 22 Jun 2000 20:33:58 -0400
82707              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
82708      Branch: cfgperl
82709            ! lib/English.pm t/lib/english.t
82710 ____________________________________________________________________________
82711 [  6223] By: jhi                                   on 2000/06/23  13:27:06
82712         Log: Avoid double close().
82713              Subject: [PATCH] avoid double close()
82714              From: Doug MacEachern <dougm@covalent.net>
82715              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
82716              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
82717      Branch: cfgperl
82718            ! doio.c
82719 ____________________________________________________________________________
82720 [  6222] By: jhi                                   on 2000/06/23  13:25:54
82721         Log: doc typo fix
82722              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
82723              From: Ian Phillipps <Ian.Phillipps@iname.com>
82724              Date: Fri, 23 Jun 2000 10:40:58 +0100
82725              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
82726      Branch: cfgperl
82727            ! lib/Pod/Usage.pm
82728 ____________________________________________________________________________
82729 [  6221] By: jhi                                   on 2000/06/23  13:24:15
82730         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
82731              From: simon@brecon.co.uk (Simon Cozens)
82732              Subject: [PATCH] Eliminate tr///[CU][CU]
82733              Date: 23 Jun 2000 11:05:40 GMT
82734              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
82735      Branch: cfgperl
82736            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
82737 ____________________________________________________________________________
82738 [  6220] By: jhi                                   on 2000/06/22  16:07:51
82739         Log: Win32 patches from Benjamin Stuhl.
82740      Branch: cfgperl
82741            ! makedef.pl win32/win32.h
82742 ____________________________________________________________________________
82743 [  6219] By: jhi                                   on 2000/06/22  16:06:34
82744         Log: Bytecode patches from Benjamin Stuhl.
82745      Branch: cfgperl
82746            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
82747            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
82748            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82749 ____________________________________________________________________________
82750 [  6218] By: jhi                                   on 2000/06/15  23:54:16
82751         Log: Bytecode patches from Benjamin Stuhl.
82752      Branch: cfgperl
82753            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
82754 ____________________________________________________________________________
82755 [  6217] By: jhi                                   on 2000/06/09  13:38:29
82756         Log: Rename the fdpid locking and integrate with Sarathy.
82757      Branch: cfgperl
82758            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
82759            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
82760            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
82761            ! win32/win32.c
82762           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
82763 ____________________________________________________________________________
82764 [  6216] By: gsar                                  on 2000/06/08  14:54:21
82765         Log: be more optimal about clearing @_
82766      Branch: perl
82767            ! cop.h
82768 ____________________________________________________________________________
82769 [  6215] By: gsar                                  on 2000/06/08  14:33:04
82770         Log: tweak comment about @DB::args
82771      Branch: perl
82772            ! av.h pp_ctl.c
82773 ____________________________________________________________________________
82774 [  6214] By: gsar                                  on 2000/06/08  13:57:54
82775         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
82776              caller() wants to populate @DB::args with it (causes a coredump
82777              in Carp::confess())
82778      Branch: perl
82779            ! cop.h t/op/runlevel.t
82780 ____________________________________________________________________________
82781 [  6213] By: gsar                                  on 2000/06/08  07:06:35
82782         Log: back out change#6106 (seems problematic)
82783      Branch: perl
82784            ! hints/solaris_2.sh
82785 ____________________________________________________________________________
82786 [  6212] By: jhi                                   on 2000/06/07  03:10:36
82787         Log: Continuing mopup for #6204.
82788      Branch: cfgperl
82789            ! ext/B/defsubs_h.PL
82790 ____________________________________________________________________________
82791 [  6211] By: jhi                                   on 2000/06/07  02:41:50
82792         Log: Mopup for #6204.
82793              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
82794              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
82795              This is comes from const() where POK isn't on when expected.
82796      Branch: cfgperl
82797            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
82798            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82799            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
82800            ! perlapi.h pod/perlapi.pod
82801 ____________________________________________________________________________
82802 [  6210] By: jhi                                   on 2000/06/07  01:56:29
82803         Log: Mopup for #6207 and #6209.
82804      Branch: cfgperl
82805            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
82806 ____________________________________________________________________________
82807 [  6209] By: jhi                                   on 2000/06/07  01:33:12
82808         Log: Lock PL_fdpid against race conditions, based on:
82809              Subject: [PATCH 5.6.0]subprocess fixup for threads
82810              From: Dan Sugalski <dan@sidhe.org>
82811              To: perl5-porters@perl.org
82812              Date: Tue, 11 Apr 2000 17:02:32 -0400
82813              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
82814      Branch: cfgperl
82815            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
82816            ! win32/win32.c
82817 ____________________________________________________________________________
82818 [  6208] By: jhi                                   on 2000/06/07  01:05:23
82819         Log: Regen headers for #6207.
82820      Branch: cfgperl
82821            ! embed.h global.sym objXSUB.h proto.h
82822 ____________________________________________________________________________
82823 [  6207] By: jhi                                   on 2000/06/06  23:43:13
82824         Log: Subject: [PATCH 5.6.0] Threadsafe patches
82825              From: Dan Sugalski <dan@sidhe.org>
82826              To: perl5-porters@perl.org
82827              Date: Mon, 08 May 2000 18:08:13 -0400
82828              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
82829      Branch: cfgperl
82830            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
82831            ! proto.h sv.h util.c
82832 ____________________________________________________________________________
82833 [  6206] By: jhi                                   on 2000/06/06  23:21:23
82834         Log: Subject: [PATCH] Eliminate $a/$b in pod
82835              From: David Glasser <me@davidglasser.net>
82836              To: perl5-porters@perl.org
82837              Date: Mon, 29 May 2000 21:15:59 -0400
82838              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
82839      Branch: cfgperl
82840            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
82841            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
82842            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
82843            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
82844            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
82845            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
82846            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
82847            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
82848            ! pod/perlvar.pod pod/perlxs.pod
82849 ____________________________________________________________________________
82850 [  6205] By: jhi                                   on 2000/06/06  23:12:14
82851         Log: Subject: [PATCH] Win32 improvements
82852              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82853              To: gsar@activestate.com, perl5-porters@perl.org
82854              Date: Mon, 29 May 2000 17:22:24 PDT
82855              Message-ID: <20000530002224.91142.qmail@hotmail.com>
82856              (MUA had mangled many lines by wordwrapping)
82857      Branch: cfgperl
82858            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
82859 ____________________________________________________________________________
82860 [  6204] By: jhi                                   on 2000/06/06  23:01:50
82861         Log: Subject: [PATCH] B::Bytecode patches
82862              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82863              To: gsar@activestate.com, jhi@iki.fi
82864              Cc: perl5-porters@perl.org
82865              Message-ID: <20000602202526.48694.qmail@hotmail.com>
82866              (MUA had mangled many lines by wordwrapping)
82867      Branch: cfgperl
82868            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
82869            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
82870            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82871            ! intrpvar.h perl.c
82872 ____________________________________________________________________________
82873 [  6203] By: jhi                                   on 2000/06/06  22:32:43
82874         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
82875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82876              Date: Tue, 06 Jun 2000 13:07:45 -0700
82877              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
82878      Branch: cfgperl
82879            ! pod/perldiag.pod
82880 ____________________________________________________________________________
82881 [  6202] By: jhi                                   on 2000/06/06  19:38:35
82882         Log: Integrate with Sarathy.
82883      Branch: cfgperl
82884           !> perl.c
82885 ____________________________________________________________________________
82886 [  6201] By: gsar                                  on 2000/06/06  00:42:59
82887         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
82888              does a PUSHMARK that's never ever POPMARKed; in general, only
82889              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
82890              Perl_eval_[sp]v() don't because they don't take any incoming
82891              arguments (this leak has been around since the original version
82892              of perl_eval_pv() in 5.003_97e)
82893      Branch: perl
82894            ! perl.c
82895 ____________________________________________________________________________
82896 [  6200] By: jhi                                   on 2000/06/04  03:44:52
82897         Log: Update to cperl-mode.el 4.31 from
82898              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
82899              Subject: A couple of notes
82900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82901              To: Mailing list Perl5 <perl5-porters@perl.org>
82902              Date: Sat, 3 Jun 2000 23:33:32 -0400
82903              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
82904      Branch: cfgperl
82905            ! emacs/cperl-mode.el
82906 ____________________________________________________________________________
82907 [  6199] By: jhi                                   on 2000/06/03  15:11:05
82908         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
82909              From: Dan Sugalski <dan@sidhe.org>
82910              To: perl5-porters@perl.org, vmsperl@perl.org
82911              Date: Fri, 02 Jun 2000 17:30:51 -0400
82912              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
82913      Branch: cfgperl
82914            ! vms/descrip_mms.template vms/gen_shrfls.pl
82915 ____________________________________________________________________________
82916 [  6198] By: jhi                                   on 2000/06/03  14:59:15
82917         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
82918              From: Dan Sugalski <dan@sidhe.org>
82919              To: vmsperl@perl.org, perl5-porters@perl.org
82920              Date: Fri, 02 Jun 2000 16:00:41 -0400
82921              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
82922              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
82923      Branch: cfgperl
82924            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
82925            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
82926            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
82927 ____________________________________________________________________________
82928 [  6197] By: jhi                                   on 2000/06/03  14:41:30
82929         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
82930              From: John Borwick <jhborwic@unity.ncsu.edu>
82931              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
82932              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
82933      Branch: cfgperl
82934            ! pod/perlsyn.pod
82935 ____________________________________________________________________________
82936 [  6196] By: jhi                                   on 2000/06/03  14:38:09
82937         Log: Integrate with Sarathy.
82938      Branch: cfgperl
82939           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82940           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82941           !> vms/perly_c.vms
82942 ____________________________________________________________________________
82943 [  6195] By: gsar                                  on 2000/06/02  22:43:13
82944         Log: fix yet another eval"" leak under USE_ITHREADS
82945      Branch: perl
82946            ! op.c
82947 ____________________________________________________________________________
82948 [  6194] By: gsar                                  on 2000/06/02  18:22:06
82949         Log: fix small eval"" memory leaks under USE_ITHREADS
82950      Branch: perl
82951            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82952            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82953            ! vms/perly_c.vms
82954 ____________________________________________________________________________
82955 [  6193] By: jhi                                   on 2000/06/01  13:03:56
82956         Log: Signals-be-gone for microperl.
82957      Branch: cfgperl
82958            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
82959 ____________________________________________________________________________
82960 [  6192] By: jhi                                   on 2000/06/01  12:52:02
82961         Log: Integrate with Sarathy.
82962      Branch: cfgperl
82963           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
82964           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
82965           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
82966           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82967           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
82968           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
82969           !> t/op/vec.t utils/h2xs.PL
82970 ____________________________________________________________________________
82971 [  6191] By: gsar                                  on 2000/06/01  09:38:21
82972         Log: vec() loses numericalness (modified version of patch suggested
82973              by Robin Barker)
82974      Branch: perl
82975            ! doop.c t/op/vec.t
82976 ____________________________________________________________________________
82977 [  6190] By: gsar                                  on 2000/06/01  09:26:15
82978         Log: submit missing embed.pl change
82979      Branch: perl
82980            ! embed.pl
82981 ____________________________________________________________________________
82982 [  6189] By: gsar                                  on 2000/06/01  09:05:34
82983         Log: counting tr/// corrupts later operation (from M.J.T Guy)
82984      Branch: perl
82985            ! doop.c t/op/tr.t
82986 ____________________________________________________________________________
82987 [  6188] By: gsar                                  on 2000/06/01  08:58:39
82988         Log: h2xs tweaks
82989      Branch: perl
82990            ! utils/h2xs.PL
82991 ____________________________________________________________________________
82992 [  6187] By: gsar                                  on 2000/06/01  08:50:07
82993         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
82994              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82995      Branch: perl
82996            + lib/Pod/LaTeX.pm
82997            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
82998            ! pod/pod2latex.PL
82999 ____________________________________________________________________________
83000 [  6186] By: gsar                                  on 2000/06/01  08:24:40
83001         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
83002              <wolfgang.laun@alcatel.at>)
83003      Branch: perl
83004            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
83005            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
83006 ____________________________________________________________________________
83007 [  6185] By: gsar                                  on 2000/06/01  08:12:00
83008         Log: remove incorrect documentation about implicit split to @_ in
83009              list context, which never really worked in perl 5 (from
83010              M.J.T. Guy)
83011      Branch: perl
83012            ! pod/perlfunc.pod pod/perltrap.pod
83013 ____________________________________________________________________________
83014 [  6184] By: gsar                                  on 2000/06/01  07:52:27
83015         Log: tweak for change#6127
83016      Branch: perl
83017            ! perl.c
83018 ____________________________________________________________________________
83019 [  6183] By: gsar                                  on 2000/06/01  07:41:02
83020         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
83021              <nick@ccl4.org>)
83022      Branch: perl
83023            + t/lib/selfloader.t
83024            ! MANIFEST lib/SelfLoader.pm
83025 ____________________________________________________________________________
83026 [  6182] By: jhi                                   on 2000/06/01  00:34:42
83027         Log: Be Cleaner Part Deux.
83028      Branch: cfgperl
83029            ! Makefile.SH
83030 ____________________________________________________________________________
83031 [  6181] By: jhi                                   on 2000/06/01  00:32:09
83032         Log: Integrate with Sarathy.
83033      Branch: cfgperl
83034           !> pp.c t/op/arith.t
83035 ____________________________________________________________________________
83036 [  6180] By: jhi                                   on 2000/06/01  00:31:13
83037         Log: microperl nits from Simon Cozens.
83038      Branch: cfgperl
83039            + uconfig.h
83040            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
83041            ! unixish.h
83042 ____________________________________________________________________________
83043 [  6179] By: gsar                                  on 2000/05/31  22:37:51
83044         Log: buggy modulus on UVs introduced by change#3378 (resulted in
83045              4063328477 % 65535 amounting to 27406, instead of 27407)
83046      Branch: perl
83047            ! pp.c t/op/arith.t
83048 ____________________________________________________________________________
83049 [  6178] By: jhi                                   on 2000/05/31  21:52:41
83050         Log: Be cleaner.
83051      Branch: cfgperl
83052            ! Makefile.SH
83053 ____________________________________________________________________________
83054 [  6177] By: jhi                                   on 2000/05/31  21:47:33
83055         Log: Substitution utf8 patch from Simon Cozens.
83056      Branch: cfgperl
83057            ! pp_hot.c
83058 ____________________________________________________________________________
83059 [  6176] By: jhi                                   on 2000/05/31  21:45:34
83060         Log: Single-quoted utf8 patch from Simon Cozens.
83061      Branch: cfgperl
83062            ! toke.c
83063 ____________________________________________________________________________
83064 [  6175] By: jhi                                   on 2000/05/31  21:40:18
83065         Log: Integrate with Sarathy.
83066      Branch: cfgperl
83067           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
83068 ____________________________________________________________________________
83069 [  6174] By: jhi                                   on 2000/05/31  21:37:31
83070         Log: microperl changes from Simon Cozens; Makefile for microperl
83071              written from scratch; few casts added as microperl compilation
83072              doesn't have all prototypes available.
83073      Branch: cfgperl
83074            + Makefile.micro README.micro Todo.micro uconfig.sh
83075            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
83076            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
83077      Branch: metaconfig
83078            + U/modified/Config_h.U
83079 ____________________________________________________________________________
83080 [  6173] By: jhi                                   on 2000/05/31  20:00:24
83081         Log: metaconfig maintenance.
83082      Branch: metaconfig
83083            + U/modified/Inhdr.U U/typedefs/inotype.U
83084      Branch: metaconfig/U/perl
83085            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
83086            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
83087 ____________________________________________________________________________
83088 [  6172] By: gsar                                  on 2000/05/31  05:05:42
83089         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
83090              (from Ilya Zakharevich)
83091      Branch: perl
83092            ! regexec.c t/op/re_tests
83093 ____________________________________________________________________________
83094 [  6171] By: gsar                                  on 2000/05/31  05:01:47
83095         Log: scalar() doesn't force scalar context when used in void context
83096              (from Simon Cozens)
83097      Branch: perl
83098            ! op.c t/op/wantarray.t
83099 ____________________________________________________________________________
83100 [  6170] By: gsar                                  on 2000/05/31  04:41:33
83101         Log: change#6142 needs tweaks to tests to work where there's no symlink()
83102              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
83103      Branch: perl
83104            ! t/lib/filefind.t
83105 ____________________________________________________________________________
83106 [  6169] By: gsar                                  on 2000/05/31  04:29:49
83107         Log: integrate cfgperl contents into mainline
83108      Branch: perl
83109           +> pod/perlmodlib.PL pod/perlnewmod.pod
83110           !> (integrate 42 files)
83111 ____________________________________________________________________________
83112 [  6168] By: jhi                                   on 2000/05/30  22:53:37
83113         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
83114      Branch: cfgperl
83115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83116            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
83117            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
83118            ! win32/config.bc win32/config.gc win32/config.vc
83119            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
83120            ! win32/config_h.PL win32/config_sh.PL
83121      Branch: metaconfig/U/perl
83122            ! perlxv.U
83123 ____________________________________________________________________________
83124 [  6167] By: jhi                                   on 2000/05/30  22:20:21
83125         Log: tweak todo 
83126      Branch: cfgperl
83127            ! Todo-5.6
83128 ____________________________________________________________________________
83129 [  6166] By: jhi                                   on 2000/05/30  22:11:51
83130         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
83131              in case somebody wants to write an extension for more
83132              shadow database interfaces.
83133      Branch: cfgperl
83134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83135            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
83136            ! vos/config.def vos/config.h vos/config_h.SH_orig
83137            ! win32/config.bc win32/config.gc win32/config.vc
83138            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
83139      Branch: metaconfig
83140            ! U/modified/Myinit.U
83141      Branch: metaconfig/U/perl
83142            + d_getespwnam.U d_getprpwnam.U i_prot.U
83143 ____________________________________________________________________________
83144 [  6165] By: jhi                                   on 2000/05/30  18:35:34
83145         Log: Integrate with Sarathy.
83146      Branch: cfgperl
83147           !> op.c
83148 ____________________________________________________________________________
83149 [  6164] By: jhi                                   on 2000/05/30  18:30:16
83150         Log: detypo
83151      Branch: cfgperl
83152            ! Configure config_h.SH
83153      Branch: metaconfig/U/perl
83154            ! perlxv.U
83155 ____________________________________________________________________________
83156 [  6163] By: gsar                                  on 2000/05/30  03:24:03
83157         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
83158      Branch: perl
83159            ! op.c
83160 ____________________________________________________________________________
83161 [  6162] By: gsar                                  on 2000/05/30  03:09:38
83162         Log: fix memory leak in method call optimization (change#3768);
83163              made C<eval "$x->foo()"> leak
83164      Branch: perl
83165            ! op.c
83166 ____________________________________________________________________________
83167 [  6161] By: jhi                                   on 2000/05/29  17:56:26
83168         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
83169              both from Simon Cozens.
83170      Branch: cfgperl
83171            + pod/perlmodlib.PL pod/perlnewmod.pod
83172            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
83173            ! pod/perlmodlib.pod pod/perltoc.pod
83174 ____________________________________________________________________________
83175 [  6160] By: jhi                                   on 2000/05/29  17:23:55
83176         Log: Changes for the File::Temp 0.08 (change #6159) test suite
83177              to fit better into the Perl distribution test framework.
83178      Branch: cfgperl
83179            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
83180            ! t/lib/ftmp-tempfile.t
83181 ____________________________________________________________________________
83182 [  6159] By: jhi                                   on 2000/05/29  16:55:36
83183         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
83184      Branch: cfgperl
83185            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
83186            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
83187 ____________________________________________________________________________
83188 [  6158] By: bailey                                on 2000/05/29  16:22:08
83189         Log: Add fallback to tmpfile for use in cases where user's relying on
83190              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
83191              Lane's patch)
83192      Branch: vmsperl
83193            ! vms/vms.c vms/vmsish.h
83194 ____________________________________________________________________________
83195 [  6157] By: jhi                                   on 2000/05/29  03:10:36
83196         Log: Regen Configure to jive with #6149.
83197      Branch: cfgperl
83198            ! Configure
83199      Branch: metaconfig
83200            ! U/modified/Getfile.U
83201 ____________________________________________________________________________
83202 [  6156] By: jhi                                   on 2000/05/29  03:01:38
83203         Log: Integrate with Sarathy.
83204      Branch: cfgperl
83205           +> ext/DynaLoader/dl_mac.xs
83206           !> (integrate 38 files)
83207 ____________________________________________________________________________
83208 [  6155] By: gsar                                  on 2000/05/28  21:15:58
83209         Log: small bug in change#6144; remove random \xA0 character that snuck
83210              in via change#6145
83211      Branch: perl
83212            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
83213 ____________________________________________________________________________
83214 [  6154] By: gsar                                  on 2000/05/28  21:04:19
83215         Log: avoid type mismatch warning
83216      Branch: perl
83217            ! perl.c
83218 ____________________________________________________________________________
83219 [  6153] By: gsar                                  on 2000/05/28  20:58:31
83220         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
83221              <nick@Bagpuss.uk.boo.com>)
83222      Branch: perl
83223            ! lib/Test/Harness.pm
83224 ____________________________________________________________________________
83225 [  6152] By: gsar                                  on 2000/05/28  20:53:42
83226         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
83227      Branch: perl
83228            ! regexec.c
83229 ____________________________________________________________________________
83230 [  6151] By: gsar                                  on 2000/05/28  20:50:28
83231         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
83232      Branch: perl
83233            ! regexec.c
83234 ____________________________________________________________________________
83235 [  6150] By: gsar                                  on 2000/05/28  20:39:58
83236         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
83237      Branch: perl
83238            ! pod/perlrequick.pod
83239 ____________________________________________________________________________
83240 [  6149] By: gsar                                  on 2000/05/28  20:35:16
83241         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
83242              <troc@netrus.net>)
83243      Branch: perl
83244            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
83245            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
83246            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
83247            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
83248 ____________________________________________________________________________
83249 [  6148] By: gsar                                  on 2000/05/28  20:21:07
83250         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
83251      Branch: perl
83252            ! lib/ExtUtils/MM_Unix.pm
83253 ____________________________________________________________________________
83254 [  6147] By: gsar                                  on 2000/05/28  20:12:41
83255         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
83256              (from Peter Prymmer)
83257      Branch: perl
83258            ! vms/subconfigure.com
83259 ____________________________________________________________________________
83260 [  6146] By: gsar                                  on 2000/05/28  20:06:15
83261         Log: doc typo
83262      Branch: perl
83263            ! lib/warnings.pm warnings.h warnings.pl
83264 ____________________________________________________________________________
83265 [  6145] By: gsar                                  on 2000/05/28  18:44:33
83266         Log: make xsubpp skip embedded pod (from Matthias Neeracher
83267              <neeri@iis.ee.ethz.ch>)
83268      Branch: perl
83269            ! lib/ExtUtils/xsubpp
83270 ____________________________________________________________________________
83271 [  6144] By: gsar                                  on 2000/05/28  18:42:49
83272         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
83273              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
83274              <neeri@iis.ee.ethz.ch>)
83275      Branch: perl
83276            ! lib/AutoSplit.pm
83277 ____________________________________________________________________________
83278 [  6143] By: gsar                                  on 2000/05/28  18:41:12
83279         Log: MacOS support, part 1 (from Matthias Neeracher
83280              <neeri@iis.ee.ethz.ch>)
83281      Branch: perl
83282            + ext/DynaLoader/dl_mac.xs
83283            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
83284            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
83285            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
83286            ! util.h
83287 ____________________________________________________________________________
83288 [  6142] By: gsar                                  on 2000/05/28  18:21:51
83289         Log: File::Find fails to chdir when chasing symlinks (from
83290              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
83291      Branch: perl
83292            ! lib/File/Find.pm t/lib/filefind.t
83293 ____________________________________________________________________________
83294 [  6141] By: jhi                                   on 2000/05/28  14:25:15
83295         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
83296              forwarded by Peter Seebach from the bsdi-users mailing list.
83297              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
83298      Branch: perl
83299            ! hints/bsdos.sh
83300 ____________________________________________________________________________
83301 [  6140] By: jhi                                   on 2000/05/28  14:11:57
83302         Log: Integrate with Sarathy.
83303      Branch: cfgperl
83304           +> (branch 30 files)
83305           !> (integrate 93 files)
83306 ____________________________________________________________________________
83307 [  6139] By: gsar                                  on 2000/05/28  10:01:48
83308         Log: revise mktables.PL for bugs and newness in Unicode 3.0
83309              (from James Bence <jbence@amgen.com>)
83310      Branch: perl
83311            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
83312            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
83313            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
83314            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
83315            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
83316            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
83317            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
83318            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
83319            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
83320            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
83321            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
83322            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
83323            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
83324            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
83325            + lib/unicode/Is/SylWU.pl
83326            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
83327            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
83328            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
83329            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
83330            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
83331            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
83332            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
83333            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
83334            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
83335            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
83336            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
83337            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
83338            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
83339            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
83340            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
83341            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
83342            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
83343            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
83344            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
83345            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
83346            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
83347            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
83348            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
83349            ! lib/unicode/Makefile lib/unicode/mktables.PL
83350 ____________________________________________________________________________
83351 [  6138] By: gsar                                  on 2000/05/28  08:50:32
83352         Log: add note about the handling of negative indices to tied arrays
83353              (from Michael G Schwern <schwern@pobox.com>)
83354      Branch: perl
83355            ! pod/perltie.pod
83356 ____________________________________________________________________________
83357 [  6137] By: gsar                                  on 2000/05/28  08:46:10
83358         Log: fix bogus redeclaration warning for "our" variables in different
83359              scopes
83360      Branch: perl
83361            ! op.c t/pragma/strict-vars
83362 ____________________________________________________________________________
83363 [  6136] By: gsar                                  on 2000/05/28  08:31:20
83364         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
83365      Branch: perl
83366            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
83367 ____________________________________________________________________________
83368 [  6135] By: gsar                                  on 2000/05/28  08:17:50
83369         Log: enable Test::Harness to dynamically determine column width etc.
83370              (from Rob Napier <rnapier@employees.org>)
83371      Branch: perl
83372            ! lib/Test/Harness.pm
83373 ____________________________________________________________________________
83374 [  6134] By: gsar                                  on 2000/05/28  08:13:39
83375         Log: make Test::Harness use wait.h/WCOREDUMP if available
83376              (from Ben Tilly <ben_tilly@hotmail.com>)
83377      Branch: perl
83378            ! lib/Test/Harness.pm
83379 ____________________________________________________________________________
83380 [  6133] By: gsar                                  on 2000/05/28  08:08:05
83381         Log: elide bogus test in change#6132
83382      Branch: perl
83383            ! t/pragma/warn/9enabled
83384 ____________________________________________________________________________
83385 [  6132] By: gsar                                  on 2000/05/28  08:03:14
83386         Log: warnings::enabled() doesn't fall back to looking at $^W if
83387              caller isn't using lexical warnings (from Paul Marquess)
83388      Branch: perl
83389            ! pp_ctl.c t/pragma/warn/9enabled
83390 ____________________________________________________________________________
83391 [  6131] By: gsar                                  on 2000/05/28  07:57:47
83392         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
83393      Branch: perl
83394            ! ext/POSIX/POSIX.pm
83395 ____________________________________________________________________________
83396 [  6130] By: gsar                                  on 2000/05/28  07:29:12
83397         Log: fix places that mean C<"word" character> but say C<alphanumeric
83398              character>
83399      Branch: perl
83400            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
83401 ____________________________________________________________________________
83402 [  6129] By: gsar                                  on 2000/05/28  07:18:41
83403         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
83404      Branch: perl
83405            ! vms/test.com
83406 ____________________________________________________________________________
83407 [  6128] By: gsar                                  on 2000/05/28  07:12:55
83408         Log: new perlxstut example for passing/returning refs to arrays
83409              (from David Lowe <dlowe@pootpoot.com>)
83410      Branch: perl
83411            ! pod/perlxstut.pod
83412 ____________________________________________________________________________
83413 [  6127] By: gsar                                  on 2000/05/28  07:02:50
83414         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
83415              failed (from Gisle Aas)
83416      Branch: perl
83417            ! cop.h perl.c
83418 ____________________________________________________________________________
83419 [  6126] By: gsar                                  on 2000/05/28  06:39:53
83420         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
83421              (reworked variant of patch suggested by Simon Cozens)
83422      Branch: perl
83423            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
83424            ! pp_hot.c proto.h t/op/gv.t
83425 ____________________________________________________________________________
83426 [  6125] By: gsar                                  on 2000/05/28  05:14:55
83427         Log: enable propagating exception objects via Perl_croak() in XS code
83428              (from Gisle Aas)
83429      Branch: perl
83430            ! util.c
83431 ____________________________________________________________________________
83432 [  6124] By: gsar                                  on 2000/05/28  05:07:28
83433         Log: integrate vmsperl contents into mainline
83434      Branch: perl
83435           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
83436           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
83437           !> vms/vmsish.h
83438 ____________________________________________________________________________
83439 [  6123] By: gsar                                  on 2000/05/28  05:03:53
83440         Log: clarify gotcha with #line directives (from Rocco Caputo
83441              <troc@netrus.net>)
83442      Branch: perl
83443            ! pod/perldebug.pod pod/perlsyn.pod
83444 ____________________________________________________________________________
83445 [  6122] By: gsar                                  on 2000/05/28  04:58:29
83446         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
83447              (from Mark-Jason Dominus)
83448      Branch: perl
83449            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
83450            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
83451            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
83452            ! toke.c
83453 ____________________________________________________________________________
83454 [  6121] By: bailey                                on 2000/05/25  04:46:54
83455         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
83456              lists (based on fixes by Craig Berry)
83457      Branch: vmsperl
83458            ! lib/File/Spec/VMS.pm
83459 ____________________________________________________________________________
83460 [  6120] By: bailey                                on 2000/05/25  04:25:38
83461         Log: Add missing escape (Charles Lane)
83462      Branch: vmsperl
83463            ! t/op/lex_assign.t
83464 ____________________________________________________________________________
83465 [  6119] By: bailey                                on 2000/05/25  04:21:25
83466         Log: Quiet error messages in vmsish.t (Charles Lane)
83467      Branch: vmsperl
83468            ! vms/ext/vmsish.t
83469 ____________________________________________________________________________
83470 [  6118] By: bailey                                on 2000/05/25  04:17:57
83471         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
83472              Flatten case labels in switch statements uniformly (Charles Bailey)
83473      Branch: vmsperl
83474            ! vms/vms.c
83475 ____________________________________________________________________________
83476 [  6117] By: bailey                                on 2000/05/25  03:58:09
83477         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
83478      Branch: vmsperl
83479            ! vms/vmsish.h
83480 ____________________________________________________________________________
83481 [  6116] By: bailey                                on 2000/05/25  03:11:15
83482         Log: Miscellaneous cosmetic fixes (Charles Lane)
83483      Branch: vmsperl
83484            ! lib/ExtUtils/MM_VMS.pm
83485 ____________________________________________________________________________
83486 [  6115] By: bailey                                on 2000/05/25  03:10:36
83487         Log: Add bounds checking for several strings (Charles Lane)
83488      Branch: vmsperl
83489            ! vms/vms.c
83490 ____________________________________________________________________________
83491 [  6114] By: bailey                                on 2000/05/25  02:25:34
83492         Log: Urk -- undo previous removal of vmsish 'exit' change
83493      Branch: vmsperl
83494            ! vms/ext/vmsish.pm vms/vmsish.h
83495 ____________________________________________________________________________
83496 [  6113] By: bailey                                on 2000/05/24  02:24:40
83497         Log: Ugly workaround for version-specific RTL error
83498      Branch: vmsperl
83499            ! vms/vms.c
83500 ____________________________________________________________________________
83501 [  6112] By: bailey                                on 2000/05/24  02:19:55
83502         Log: Check for existence of file before trying to delete
83503      Branch: vmsperl
83504            ! vms/test.com
83505 ____________________________________________________________________________
83506 [  6111] By: bailey                                on 2000/05/23  23:35:13
83507         Log: Resync with mainline prior to post-5.6.0 updates
83508      Branch: vmsperl
83509           +> (branch 49 files)
83510            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
83511            ! vms/ext/vmsish.pm
83512           !> (integrate 334 files)
83513 ____________________________________________________________________________
83514 [  6110] By: jhi                                   on 2000/05/23  19:28:32
83515         Log: todo tweak
83516      Branch: cfgperl
83517            ! Todo-5.6
83518 ____________________________________________________________________________
83519 [  6109] By: jhi                                   on 2000/05/18  17:38:54
83520         Log: Integrate with Sarathy.
83521      Branch: cfgperl
83522           !> mg.c perl.h win32/perlhost.h
83523 ____________________________________________________________________________
83524 [  6108] By: gsar                                  on 2000/05/17  02:24:56
83525         Log: reenable fake signal handling on Windows, bugs and all
83526      Branch: perl
83527            ! mg.c perl.h win32/perlhost.h
83528 ____________________________________________________________________________
83529 [  6107] By: jhi                                   on 2000/05/15  18:01:41
83530         Log: Tweak the todo list.
83531      Branch: cfgperl
83532            ! Todo-5.6
83533 ____________________________________________________________________________
83534 [  6106] By: jhi                                   on 2000/05/15  13:41:48
83535         Log: The (Configure) script refuses to go on, after asking for
83536              'You may also choose to try maximal 64-bitness....'.
83537              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
83538              -- Patrick Zima
83539              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
83540      Branch: cfgperl
83541            ! hints/solaris_2.sh
83542 ____________________________________________________________________________
83543 [  6105] By: jhi                                   on 2000/05/11  14:37:43
83544         Log: Integrate with Sarathy.
83545      Branch: cfgperl
83546           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
83547           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
83548 ____________________________________________________________________________
83549 [  6104] By: gsar                                  on 2000/05/11  03:39:07
83550         Log: PL_sys_intern was being initialized too late on windows
83551      Branch: perl
83552            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
83553            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
83554 ____________________________________________________________________________
83555 [  6103] By: jhi                                   on 2000/05/09  19:42:20
83556         Log: Test tweaking for Unicos continues.
83557      Branch: cfgperl
83558            ! t/op/64bitint.t
83559 ____________________________________________________________________________
83560 [  6102] By: jhi                                   on 2000/05/09  16:47:27
83561         Log: The test suite tweak in #6101 wasn't quite right.
83562      Branch: cfgperl
83563            ! t/lib/complex.t
83564 ____________________________________________________________________________
83565 [  6101] By: jhi                                   on 2000/05/09  15:35:34
83566         Log: Hints and test tweaks for Unicos.
83567      Branch: cfgperl
83568            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
83569 ____________________________________________________________________________
83570 [  6100] By: jhi                                   on 2000/05/08  21:15:06
83571         Log: More compilation tweakery from Allen Smith.
83572      Branch: cfgperl
83573            ! hints/irix_6.sh
83574 ____________________________________________________________________________
83575 [  6099] By: jhi                                   on 2000/05/08  19:21:18
83576         Log: Tweaks for the cc bugs from Allen Smith.
83577      Branch: cfgperl
83578            ! hints/irix_6.sh
83579 ____________________________________________________________________________
83580 [  6098] By: jhi                                   on 2000/05/08  19:13:37
83581         Log: Add a note about other, yet unsupported, shadow password APIs.
83582      Branch: cfgperl
83583            ! pp_sys.c
83584 ____________________________________________________________________________
83585 [  6097] By: jhi                                   on 2000/05/08  18:46:34
83586         Log: Add a note about possible compilation problems from Allen Smith.
83587      Branch: cfgperl
83588            ! hints/irix_6.sh
83589 ____________________________________________________________________________
83590 [  6096] By: jhi                                   on 2000/05/08  17:33:10
83591         Log: Integrate with Sarathy.
83592      Branch: cfgperl
83593           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
83594           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
83595 ____________________________________________________________________________
83596 [  6095] By: jhi                                   on 2000/05/08  16:21:33
83597         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
83598              might be useful in future.
83599      Branch: cfgperl
83600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83601            ! config_h.SH
83602      Branch: metaconfig
83603            ! U/installdirs/inc_version_list.U
83604      Branch: metaconfig/U/perl
83605            ! perlxv.U
83606 ____________________________________________________________________________
83607 [  6094] By: gsar                                  on 2000/05/08  14:22:22
83608         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
83609      Branch: perl
83610            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
83611            ! hints/cygwin.sh pp_sys.c
83612 ____________________________________________________________________________
83613 [  6093] By: gsar                                  on 2000/05/08  12:52:28
83614         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
83615              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
83616      Branch: perl
83617            ! pp_sys.c sv.c win32/perlhost.h
83618 ____________________________________________________________________________
83619 [  6092] By: jhi                                   on 2000/05/07  22:40:34
83620         Log: Regen perltoc with the fixed buildtoc.
83621      Branch: cfgperl
83622            ! pod/perltoc.pod
83623 ____________________________________________________________________________
83624 [  6091] By: jhi                                   on 2000/05/07  22:24:16
83625         Log: Integrate with Sarathy.
83626      Branch: cfgperl
83627           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
83628           !> t/op/substr.t toke.c
83629 ____________________________________________________________________________
83630 [  6090] By: gsar                                  on 2000/05/07  19:47:07
83631         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
83632              [NI]OK; added tests for both
83633      Branch: perl
83634            ! perl.c pp_hot.c sv.c t/op/substr.t
83635 ____________________________________________________________________________
83636 [  6089] By: gsar                                  on 2000/05/07  18:18:38
83637         Log: buildtoc tweak to fix newline lossage
83638      Branch: perl
83639            ! pod/buildtoc
83640 ____________________________________________________________________________
83641 [  6088] By: jhi                                   on 2000/05/07  16:35:36
83642         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
83643              because we do not use those.  The HAS_GETSPNAM remains,
83644              though, because we still do use that.
83645      Branch: cfgperl
83646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83647            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
83648            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
83649            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
83650            ! win32/config.vc win32/config_H.bc win32/config_H.gc
83651            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
83652 ____________________________________________________________________________
83653 [  6087] By: gsar                                  on 2000/05/07  16:05:16
83654         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
83655      Branch: perl
83656            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
83657 ____________________________________________________________________________
83658 [  6086] By: jhi                                   on 2000/05/07  15:27:07
83659         Log: Integrate with Sarathy.
83660      Branch: cfgperl
83661           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
83662           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
83663           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
83664           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
83665           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
83666           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
83667 ____________________________________________________________________________
83668 [  6085] By: gsar                                  on 2000/05/07  05:52:02
83669         Log: repeat operator (x) doesn't preserve utf8-ness
83670      Branch: perl
83671            ! pp.c t/op/substr.t
83672 ____________________________________________________________________________
83673 [  6084] By: gsar                                  on 2000/05/07  05:39:55
83674         Log: substr() does not preserve utf8-ness (from Stefan Eissing
83675              <Eissing@medicaldataservice.de>); added tests
83676      Branch: perl
83677            ! pp.c t/op/substr.t
83678 ____________________________________________________________________________
83679 [  6083] By: gsar                                  on 2000/05/07  05:24:46
83680         Log: note about undocumented caller() return value (from M.J.T. Guy);
83681              yet another peek.t tweak
83682      Branch: perl
83683            ! pod/perlfunc.pod t/lib/peek.t
83684 ____________________________________________________________________________
83685 [  6082] By: gsar                                  on 2000/05/07  05:08:40
83686         Log: peek.t non-portable to ithreads
83687      Branch: perl
83688            ! t/lib/peek.t
83689 ____________________________________________________________________________
83690 [  6081] By: gsar                                  on 2000/05/07  04:17:04
83691         Log: better default perlbug categories for ok reports (from Richard Foley)
83692      Branch: perl
83693            ! utils/perlbug.PL
83694 ____________________________________________________________________________
83695 [  6080] By: gsar                                  on 2000/05/07  04:08:07
83696         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
83697              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
83698      Branch: perl
83699            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
83700            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
83701            ! AUTHORS MAINTAIN MANIFEST
83702 ____________________________________________________________________________
83703 [  6079] By: gsar                                  on 2000/05/07  04:01:38
83704         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
83705      Branch: perl
83706            ! lib/Carp/Heavy.pm
83707 ____________________________________________________________________________
83708 [  6078] By: gsar                                  on 2000/05/07  01:24:19
83709         Log: workaround for CRT bug in chdir() (from Charles Lane, via
83710              Peter Prymmer)
83711      Branch: perl
83712            ! iperlsys.h vms/vms.c vms/vmsish.h
83713 ____________________________________________________________________________
83714 [  6077] By: gsar                                  on 2000/05/07  01:22:23
83715         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
83716              and Tom Phoenix)
83717      Branch: perl
83718            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
83719 ____________________________________________________________________________
83720 [  6076] By: gsar                                  on 2000/05/06  17:36:29
83721         Log: integrate cfgperl contents into mainline
83722      Branch: perl
83723           +> t/lib/peek.t
83724           !> Configure MANIFEST Porting/Glossary Porting/config.sh
83725           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
83726           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
83727           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
83728 ____________________________________________________________________________
83729 [  6075] By: jhi                                   on 2000/05/05  18:56:10
83730         Log: Make the test more portable.
83731      Branch: cfgperl
83732            ! t/lib/peek.t
83733 ____________________________________________________________________________
83734 [  6074] By: jhi                                   on 2000/05/05  18:49:20
83735         Log: Introduce t/lib/peek.t.
83736      Branch: cfgperl
83737            + t/lib/peek.t
83738            ! MANIFEST
83739 ____________________________________________________________________________
83740 [  6073] By: jhi                                   on 2000/05/05  14:30:45
83741         Log: Complex tweaks.
83742      Branch: cfgperl
83743            ! lib/Math/Complex.pm t/lib/complex.t
83744 ____________________________________________________________________________
83745 [  6072] By: jhi                                   on 2000/05/05  12:27:13
83746         Log: Integrate with Sarathy.
83747      Branch: cfgperl
83748           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
83749           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
83750           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
83751           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
83752 ____________________________________________________________________________
83753 [  6071] By: gsar                                  on 2000/05/05  02:24:46
83754         Log: misformatted perllocal.pod (from Tim Jenness
83755              <t.jenness@jach.hawaii.edu>)
83756      Branch: perl
83757            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
83758 ____________________________________________________________________________
83759 [  6070] By: gsar                                  on 2000/05/05  02:16:52
83760         Log: remove misleading comment (from M.J.T. Guy)
83761      Branch: perl
83762            ! t/lib/anydbm.t
83763 ____________________________________________________________________________
83764 [  6069] By: gsar                                  on 2000/05/05  02:15:13
83765         Log: File::Spec compatibility update (from Barrie Slaymaker
83766              <barries@slaysys.com>)
83767      Branch: perl
83768            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
83769            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
83770 ____________________________________________________________________________
83771 [  6068] By: gsar                                  on 2000/05/05  02:01:50
83772         Log: note about values()
83773      Branch: perl
83774            ! pod/perlfunc.pod
83775 ____________________________________________________________________________
83776 [  6067] By: gsar                                  on 2000/05/05  01:33:09
83777         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
83778      Branch: perl
83779            ! win32/win32.c
83780 ____________________________________________________________________________
83781 [  6066] By: gsar                                  on 2000/05/05  01:23:43
83782         Log: s/END/CHECK/
83783      Branch: perl
83784            ! perl.c
83785 ____________________________________________________________________________
83786 [  6065] By: jhi                                   on 2000/05/04  17:30:22
83787         Log: Integrate with Sarathy.
83788      Branch: cfgperl
83789           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
83790 ____________________________________________________________________________
83791 [  6064] By: gsar                                  on 2000/05/04  17:26:14
83792         Log: change#5905 wasn't quite right--it's intent only applies when arguments
83793              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
83794      Branch: perl
83795            ! pp_sys.c sv.c
83796 ____________________________________________________________________________
83797 [  6063] By: gsar                                  on 2000/05/04  16:52:29
83798         Log: tokeq() could read unallocated field in argument
83799      Branch: perl
83800            ! toke.c
83801 ____________________________________________________________________________
83802 [  6062] By: gsar                                  on 2000/05/04  16:34:51
83803         Log: additional tests for utf8.t
83804      Branch: perl
83805            ! t/pragma/utf8.t
83806 ____________________________________________________________________________
83807 [  6061] By: gsar                                  on 2000/05/04  16:09:28
83808         Log: change#5921 neglected to make eq honor "use bytes"
83809      Branch: perl
83810            ! sv.c
83811 ____________________________________________________________________________
83812 [  6060] By: jhi                                   on 2000/05/04  15:30:16
83813         Log: Integrate with Sarathy.
83814      Branch: cfgperl
83815           !> perl.c regcomp.c t/pragma/utf8.t
83816 ____________________________________________________________________________
83817 [  6059] By: jhi                                   on 2000/05/04  15:26:37
83818         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
83819              in natively 64-bit platforms where a long is a quad (no need
83820              for long longs).  Also added bias for IVs.
83821      Branch: cfgperl
83822            ! toke.c
83823 ____________________________________________________________________________
83824 [  6058] By: gsar                                  on 2000/05/04  00:19:14
83825         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
83826              (spotted by Donald Kinzer <dkinzer@premia.com>)
83827      Branch: perl
83828            ! perl.c
83829 ____________________________________________________________________________
83830 [  6057] By: gsar                                  on 2000/05/03  18:34:01
83831         Log: fix broken parsing of /\x{ab}/
83832      Branch: perl
83833            ! regcomp.c t/pragma/utf8.t
83834 ____________________________________________________________________________
83835 [  6056] By: jhi                                   on 2000/05/03  17:57:16
83836         Log: The search of infinity continues, this time simplified.
83837      Branch: cfgperl
83838            ! lib/Math/Complex.pm
83839 ____________________________________________________________________________
83840 [  6055] By: jhi                                   on 2000/05/03  17:45:30
83841         Log: Detypo.
83842      Branch: cfgperl
83843            ! hints/unicos.sh
83844 ____________________________________________________________________________
83845 [  6054] By: jhi                                   on 2000/05/02  22:28:27
83846         Log: Be more forgiving in POSIX about HUGE_VALL.
83847      Branch: cfgperl
83848            ! ext/POSIX/POSIX.xs
83849 ____________________________________________________________________________
83850 [  6053] By: jhi                                   on 2000/05/02  22:25:05
83851         Log: Integrate with Sarathy.
83852      Branch: cfgperl
83853           !> hints/irix_6.sh pod/perlop.pod
83854 ____________________________________________________________________________
83855 [  6052] By: jhi                                   on 2000/05/02  22:24:31
83856         Log: Unicos hint tweak.
83857      Branch: cfgperl
83858            ! hints/unicos.sh
83859 ____________________________________________________________________________
83860 [  6051] By: jhi                                   on 2000/05/02  22:21:26
83861         Log: Complex tweakery.
83862      Branch: cfgperl
83863            ! lib/Math/Complex.pm t/lib/complex.t
83864 ____________________________________________________________________________
83865 [  6050] By: jhi                                   on 2000/05/02  19:26:22
83866         Log: Use setxxent()/endxxent().
83867      Branch: cfgperl
83868            ! t/op/grent.t t/op/pwent.t
83869 ____________________________________________________________________________
83870 [  6049] By: jhi                                   on 2000/05/02  19:06:02
83871         Log: Test both the scalar and list contexts.
83872      Branch: cfgperl
83873            ! t/op/grent.t t/op/pwent.t
83874 ____________________________________________________________________________
83875 [  6048] By: gsar                                  on 2000/05/02  18:29:10
83876         Log: add note about how $( doesn't interpolate in REs (from
83877              Philip Newton <newton@ficus.frogspace.net>)
83878      Branch: perl
83879            ! pod/perlop.pod
83880 ____________________________________________________________________________
83881 [  6047] By: jhi                                   on 2000/05/02  17:41:24
83882         Log: Call getspnam() only iff needed.
83883      Branch: cfgperl
83884            ! pp_sys.c
83885 ____________________________________________________________________________
83886 [  6046] By: gsar                                  on 2000/05/02  17:07:25
83887         Log: libscheck has insufficient checks for n32 libs (from
83888              Albert Chin-A-Young <china@thewrittenword.com>)
83889      Branch: perl
83890            ! hints/irix_6.sh
83891 ____________________________________________________________________________
83892 [  6045] By: jhi                                   on 2000/05/02  13:57:17
83893         Log: Integrate with Sarathy.
83894      Branch: cfgperl
83895           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
83896           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
83897 ____________________________________________________________________________
83898 [  6044] By: gsar                                  on 2000/05/02  06:48:19
83899         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
83900              such that underscores are only ignored in literal numbers,
83901              "\x{...}", and hex/oct argument
83902      Branch: perl
83903            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
83904 ____________________________________________________________________________
83905 [  6043] By: gsar                                  on 2000/05/02  02:22:29
83906         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
83907      Branch: perl
83908            ! pod/perlretut.pod
83909 ____________________________________________________________________________
83910 [  6042] By: gsar                                  on 2000/05/02  02:17:51
83911         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
83912      Branch: perl
83913            ! pod/perltrap.pod
83914 ____________________________________________________________________________
83915 [  6041] By: gsar                                  on 2000/05/02  01:53:51
83916         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
83917              to compensate
83918      Branch: perl
83919            ! Porting/makerel
83920 ____________________________________________________________________________
83921 [  6040] By: gsar                                  on 2000/05/02  01:51:57
83922         Log: missing files in MANIFEST
83923      Branch: perl
83924            ! MANIFEST
83925 ____________________________________________________________________________
83926 [  6039] By: jhi                                   on 2000/05/02  00:36:46
83927         Log: Infinite problems.
83928      Branch: cfgperl
83929            ! lib/Math/Complex.pm
83930 ____________________________________________________________________________
83931 [  6038] By: jhi                                   on 2000/05/02  00:06:38
83932         Log: pwent/spent #ifdef imbalance.
83933      Branch: cfgperl
83934            ! pp_sys.c
83935 ____________________________________________________________________________
83936 [  6037] By: jhi                                   on 2000/05/01  22:50:11
83937         Log: Use HUGE_VALL if applicable.
83938      Branch: cfgperl
83939            ! ext/POSIX/POSIX.xs util.c
83940 ____________________________________________________________________________
83941 [  6036] By: jhi                                   on 2000/05/01  22:20:53
83942         Log: Correct Freudian slip.
83943      Branch: cfgperl
83944            ! pp_sys.c
83945 ____________________________________________________________________________
83946 [  6035] By: jhi                                   on 2000/05/01  21:07:38
83947         Log: Continue on the pwent/spent case.
83948      Branch: cfgperl
83949            ! pp_sys.c
83950 ____________________________________________________________________________
83951 [  6034] By: jhi                                   on 2000/05/01  17:45:14
83952         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
83953              adjustments in 6032 conflicted badly with this, will have
83954              to revisit them later.
83955      Branch: cfgperl
83956           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
83957           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83958           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
83959           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
83960           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
83961           !> t/lib/cgi-html.t t/lib/cgi-request.t
83962 ____________________________________________________________________________
83963 [  6033] By: jhi                                   on 2000/05/01  17:40:49
83964         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
83965      Branch: cfgperl
83966            ! pp_sys.c
83967 ____________________________________________________________________________
83968 [  6032] By: gsar                                  on 2000/05/01  15:56:32
83969         Log: whitespace adjustments
83970      Branch: perl
83971            ! pp_sys.c
83972 ____________________________________________________________________________
83973 [  6031] By: gsar                                  on 2000/05/01  15:19:41
83974         Log: small nits in diagnostics.pm (from Robin Barker)
83975      Branch: perl
83976            ! lib/diagnostics.pm pod/perldiag.pod
83977 ____________________________________________________________________________
83978 [  6030] By: gsar                                  on 2000/05/01  08:39:18
83979         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
83980              for @- and @+ (from Johan Vromans)
83981      Branch: perl
83982            ! lib/English.pm pod/perlvar.pod
83983 ____________________________________________________________________________
83984 [  6029] By: gsar                                  on 2000/05/01  08:16:10
83985         Log: add CGI.pm v2.66 (from Lincoln Stein)
83986      Branch: perl
83987            + lib/CGI/Util.pm t/lib/cgi-pretty.t
83988            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83989            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
83990            ! t/lib/cgi-html.t t/lib/cgi-request.t
83991 ____________________________________________________________________________
83992 [  6028] By: gsar                                  on 2000/05/01  06:34:41
83993         Log: Pod::Man generates groff-incompatible macro definition (from
83994              Tom Christiansen)
83995      Branch: perl
83996            ! lib/Pod/Man.pm
83997 ____________________________________________________________________________
83998 [  6027] By: gsar                                  on 2000/05/01  06:31:36
83999         Log: podlators-1.02 update (from Russ Allbery)
84000      Branch: perl
84001            ! lib/Pod/Man.pm lib/Pod/Text.pm
84002 ____________________________________________________________________________
84003 [  6026] By: jhi                                   on 2000/04/30  23:24:23
84004         Log: Integrate with Sarathy.
84005      Branch: cfgperl
84006           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
84007           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
84008           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
84009           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
84010           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
84011           !> t/lib/syslog.t toke.c win32/win32.h
84012 ____________________________________________________________________________
84013 [  6025] By: gsar                                  on 2000/04/30  18:17:47
84014         Log: Is{Alnum,Alpha,Word} don't match titlecase
84015              
84016              TODO: IsSpace is defined recursively!
84017              
84018              (both spotted by Larry)
84019      Branch: perl
84020            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
84021            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
84022 ____________________________________________________________________________
84023 [  6024] By: gsar                                  on 2000/04/30  17:50:19
84024         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
84025              (from Hugo van der Sanden)
84026      Branch: perl
84027            ! toke.c
84028 ____________________________________________________________________________
84029 [  6023] By: gsar                                  on 2000/04/30  17:14:43
84030         Log: debugger stomps on $. (from M.J.T. Guy)
84031      Branch: perl
84032            ! lib/perl5db.pl
84033 ____________________________________________________________________________
84034 [  6022] By: gsar                                  on 2000/04/30  16:59:22
84035         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
84036      Branch: perl
84037            ! sv.c
84038 ____________________________________________________________________________
84039 [  6021] By: gsar                                  on 2000/04/29  21:00:08
84040         Log: remove Win2K issue in pod (fixed by change#6020)
84041      Branch: perl
84042            ! README.win32 pod/perl56delta.pod
84043 ____________________________________________________________________________
84044 [  6020] By: gsar                                  on 2000/04/29  20:51:49
84045         Log: test tweak
84046      Branch: perl
84047            ! t/lib/open3.t
84048 ____________________________________________________________________________
84049 [  6019] By: gsar                                  on 2000/04/29  20:34:27
84050         Log: windows portability tweaks
84051      Branch: perl
84052            ! t/lib/b.t win32/win32.h
84053 ____________________________________________________________________________
84054 [  6018] By: gsar                                  on 2000/04/29  19:55:24
84055         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
84056              make _PATH_LOG() return "" if unavailable
84057      Branch: perl
84058            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
84059            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
84060 ____________________________________________________________________________
84061 [  6017] By: jhi                                   on 2000/04/28  22:49:46
84062         Log: Integrate with Sarathy.
84063      Branch: cfgperl
84064           !> op.c perl.c pod/perldiag.pod t/lib/b.t
84065 ____________________________________________________________________________
84066 [  6016] By: jhi                                   on 2000/04/28  22:46:14
84067         Log: Do not warn that an infinity does not look like a number.
84068      Branch: cfgperl
84069            ! sv.c
84070 ____________________________________________________________________________
84071 [  6015] By: gsar                                  on 2000/04/28  22:35:49
84072         Log: tweak test for portability
84073      Branch: perl
84074            ! t/lib/b.t
84075 ____________________________________________________________________________
84076 [  6014] By: gsar                                  on 2000/04/28  22:05:31
84077         Log: glob() loading File::Glob behind the scenes may cause syntax errors
84078      Branch: perl
84079            ! op.c
84080 ____________________________________________________________________________
84081 [  6013] By: gsar                                  on 2000/04/28  21:25:22
84082         Log: tweak change#5945 to display correct switch name in diagnostic
84083      Branch: perl
84084            ! perl.c pod/perldiag.pod
84085 ____________________________________________________________________________
84086 [  6012] By: jhi                                   on 2000/04/28  21:08:12
84087         Log: Integrate with Sarathy.
84088      Branch: cfgperl
84089           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
84090           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
84091           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
84092 ____________________________________________________________________________
84093 [  6011] By: jhi                                   on 2000/04/28  21:04:46
84094         Log: &HUGE_VAL is not defined, it exists.
84095      Branch: cfgperl
84096            ! lib/Math/Complex.pm
84097 ____________________________________________________________________________
84098 [  6010] By: gsar                                  on 2000/04/28  21:02:58
84099         Log: clarify note about shadow password support (from
84100              gellyfish@gellyfish.com)
84101      Branch: perl
84102            ! pod/perlfunc.pod
84103 ____________________________________________________________________________
84104 [  6009] By: gsar                                  on 2000/04/28  21:00:00
84105         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
84106      Branch: perl
84107            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
84108 ____________________________________________________________________________
84109 [  6008] By: gsar                                  on 2000/04/28  20:56:33
84110         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
84111      Branch: perl
84112            ! installperl vms/subconfigure.com
84113 ____________________________________________________________________________
84114 [  6007] By: gsar                                  on 2000/04/28  20:51:21
84115         Log: note about compile failures and END blocks (from M.J.T. Guy)
84116      Branch: perl
84117            ! pod/perl56delta.pod pod/perlmod.pod
84118 ____________________________________________________________________________
84119 [  6006] By: jhi                                   on 2000/04/28  20:42:14
84120         Log: Regen Configure.
84121      Branch: cfgperl
84122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84123            ! config_h.SH
84124 ____________________________________________________________________________
84125 [  6005] By: gsar                                  on 2000/04/28  20:41:16
84126         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
84127      Branch: perl
84128            ! utils/perldoc.PL
84129 ____________________________________________________________________________
84130 [  6004] By: jhi                                   on 2000/04/28  20:28:21
84131         Log: Integrate with Sarathy.
84132      Branch: cfgperl
84133           !> Configure INSTALL Porting/Glossary Porting/config.sh
84134           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
84135           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
84136           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
84137           !> win32/config.vc win32/win32.c
84138 ____________________________________________________________________________
84139 [  6003] By: gsar                                  on 2000/04/28  20:11:20
84140         Log: allow REG_EXPAND_SZ keys in Windows registry (from
84141              John Clayton <John.Clayton@barclayscapital.com>)
84142      Branch: perl
84143            ! win32/win32.c
84144 ____________________________________________________________________________
84145 [  6002] By: gsar                                  on 2000/04/28  19:34:16
84146         Log: destructive sv_setsv() can lose UV-ness from source, causing
84147              numeric promotions/comparisons to fail to do the right thing
84148      Branch: perl
84149            ! sv.c
84150 ____________________________________________________________________________
84151 [  6001] By: gsar                                  on 2000/04/28  18:44:15
84152         Log: support additional library locations via $Config{otherlibdirs}
84153              (from Andy Dougherty)
84154      Branch: perl
84155            ! Configure INSTALL Porting/Glossary Porting/config.sh
84156            ! Porting/config_H config_h.SH epoc/config.sh perl.c
84157            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
84158            ! win32/config.bc win32/config.gc win32/config.vc
84159 ____________________________________________________________________________
84160 [  6000] By: gsar                                  on 2000/04/28  18:26:58
84161         Log: reworked otherlibdirs.U (from Andy Dougherty)
84162      Branch: metaconfig
84163            ! U/installdirs/otherlibdirs.U
84164 ____________________________________________________________________________
84165 [  5999] By: gsar                                  on 2000/04/28  18:17:07
84166         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
84167      Branch: perl
84168            ! t/pragma/warn/toke toke.c
84169 ____________________________________________________________________________
84170 [  5998] By: jhi                                   on 2000/04/28  13:32:17
84171         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
84172      Branch: cfgperl
84173            ! lib/Math/Complex.pm
84174 ____________________________________________________________________________
84175 [  5997] By: jhi                                   on 2000/04/28  13:14:04
84176         Log: Preserve $!.
84177      Branch: cfgperl
84178            ! lib/Math/Complex.pm
84179 ____________________________________________________________________________
84180 [  5996] By: jhi                                   on 2000/04/28  12:59:23
84181         Log: Integrate with Sarathy.
84182      Branch: cfgperl
84183           +> pod/perlrequick.pod pod/perlretut.pod
84184           !> (integrate 51 files)
84185 ____________________________________________________________________________
84186 [  5995] By: gsar                                  on 2000/04/28  09:37:36
84187         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
84188      Branch: perl
84189            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
84190 ____________________________________________________________________________
84191 [  5994] By: gsar                                  on 2000/04/28  09:33:26
84192         Log: fix for missed accounting for null byte in pack("Z",...) (from
84193              M.J.T. Guy)
84194      Branch: perl
84195            ! pp.c t/op/pack.t
84196 ____________________________________________________________________________
84197 [  5993] By: gsar                                  on 2000/04/28  09:30:05
84198         Log: various minor tweaks seen on p5p
84199      Branch: perl
84200            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
84201 ____________________________________________________________________________
84202 [  5992] By: gsar                                  on 2000/04/28  09:08:19
84203         Log: pod nit (from Simon Cozens)
84204      Branch: perl
84205            ! pod/perlop.pod
84206 ____________________________________________________________________________
84207 [  5991] By: gsar                                  on 2000/04/28  09:06:36
84208         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
84209      Branch: perl
84210            ! README.posix-bc hints/posix-bc.sh
84211 ____________________________________________________________________________
84212 [  5990] By: gsar                                  on 2000/04/28  08:54:52
84213         Log: use $ENV{LIB} to search for libs under Visual C compiler
84214              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
84215      Branch: perl
84216            ! lib/ExtUtils/Liblist.pm
84217 ____________________________________________________________________________
84218 [  5989] By: gsar                                  on 2000/04/28  08:27:12
84219         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
84220              itself and no other (from Tom Hughes)
84221      Branch: perl
84222            ! t/op/array.t toke.c
84223 ____________________________________________________________________________
84224 [  5988] By: gsar                                  on 2000/04/28  08:01:38
84225         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
84226              <paul@miraclefish.com>)
84227      Branch: perl
84228            ! lib/ExtUtils/MakeMaker.pm
84229 ____________________________________________________________________________
84230 [  5987] By: gsar                                  on 2000/04/28  07:53:09
84231         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
84232      Branch: perl
84233            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
84234 ____________________________________________________________________________
84235 [  5986] By: gsar                                  on 2000/04/28  07:44:17
84236         Log: add regular expressions tutorial and quick-start guide (from
84237              Mark Kvale <kvale@phy.ucsf.edu>)
84238      Branch: perl
84239            + pod/perlrequick.pod pod/perlretut.pod
84240            ! AUTHORS MAINTAIN MANIFEST
84241 ____________________________________________________________________________
84242 [  5985] By: gsar                                  on 2000/04/28  07:30:28
84243         Log: forked child may not exit correctly if it failed to open
84244              /dev/console (from Graham Barr)
84245      Branch: perl
84246            ! ext/Sys/Syslog/Syslog.pm
84247 ____________________________________________________________________________
84248 [  5984] By: gsar                                  on 2000/04/28  07:27:20
84249         Log: attributes::reftype() doesn't work on tied argument
84250      Branch: perl
84251            ! xsutils.c
84252 ____________________________________________________________________________
84253 [  5983] By: gsar                                  on 2000/04/28  07:15:04
84254         Log: numeric conversion of non-number in change#3378 tramples on
84255              OOK offset, causing segfaults
84256      Branch: perl
84257            ! sv.c
84258 ____________________________________________________________________________
84259 [  5982] By: gsar                                  on 2000/04/28  04:48:25
84260         Log: avoid error in IO::Socket::INET when given an unknown service name
84261              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
84262      Branch: perl
84263            ! ext/IO/lib/IO/Socket/INET.pm
84264 ____________________________________________________________________________
84265 [  5981] By: gsar                                  on 2000/04/28  04:31:31
84266         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
84267              prototype mismatch with CORE::glob(); update pod and tests to
84268              suit (File::Glob::glob() is still available for backward
84269              compatibility, but should be considered deprecated)
84270      Branch: perl
84271            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
84272            ! t/lib/glob-taint.t
84273 ____________________________________________________________________________
84274 [  5980] By: gsar                                  on 2000/04/28  03:47:29
84275         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
84276              <ghudson@mit.edu>)
84277      Branch: metaconfig
84278            ! U/modified/Options.U
84279      Branch: perl
84280            ! Configure
84281 ____________________________________________________________________________
84282 [  5979] By: gsar                                  on 2000/04/28  03:07:54
84283         Log: under useithreads, constant pad entries could inadvertently be
84284              shared across threads (from Eric Blood <eblood@xmission.com>);
84285              added Eric's test case to testsuite
84286      Branch: perl
84287            ! op.c t/op/misc.t
84288 ____________________________________________________________________________
84289 [  5978] By: gsar                                  on 2000/04/27  21:13:00
84290         Log: sync version numbers in File::Spec with the ones on CPAN
84291              (from Barrie Slaymaker)
84292      Branch: perl
84293            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
84294            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
84295            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
84296 ____________________________________________________________________________
84297 [  5977] By: gsar                                  on 2000/04/27  21:07:29
84298         Log: autoquote barewords followed by newline and arrow properly
84299              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
84300      Branch: perl
84301            ! t/pragma/warn/toke toke.c
84302 ____________________________________________________________________________
84303 [  5976] By: gsar                                  on 2000/04/27  20:41:20
84304         Log: DB_File v1.73 update (from Paul Marquess)
84305      Branch: perl
84306            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
84307            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
84308 ____________________________________________________________________________
84309 [  5975] By: gsar                                  on 2000/04/27  20:34:24
84310         Log: allow sort() reentrancy (variant of patch suggested by
84311              Hugo van der Sanden)
84312      Branch: perl
84313            ! pp_ctl.c t/op/sort.t
84314 ____________________________________________________________________________
84315 [  5974] By: gsar                                  on 2000/04/27  19:46:57
84316         Log: change#4197 somehow missed initializing PL_errors, meaning
84317              sytax error queueing wasn't working outside eval"" at all;
84318              also fixed eval"" to localize PL_error_count, so that compile-time
84319              eval's don't clobber the error state of the outer context
84320      Branch: perl
84321            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
84322            ! t/pragma/warn/toke
84323 ____________________________________________________________________________
84324 [  5973] By: gsar                                  on 2000/04/27  18:29:05
84325         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
84326      Branch: perl
84327            ! regcomp.c regexec.c t/op/re_tests
84328 ____________________________________________________________________________
84329 [  5972] By: jhi                                   on 2000/04/27  18:22:41
84330         Log: Integrate with Sarathy.
84331      Branch: cfgperl
84332           +> t/lib/b.t t/lib/syslog.t
84333           !> (integrate 31 files)
84334 ____________________________________________________________________________
84335 [  5971] By: jhi                                   on 2000/04/27  18:18:46
84336         Log: Unicos tweaks from Mark P. Lutz.
84337      Branch: cfgperl
84338            ! hints/unicos.sh lib/Math/Complex.pm
84339 ____________________________________________________________________________
84340 [  5970] By: gsar                                  on 2000/04/27  18:05:11
84341         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
84342              IV is >32bits
84343      Branch: perl
84344            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
84345 ____________________________________________________________________________
84346 [  5969] By: gsar                                  on 2000/04/27  17:50:56
84347         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
84348      Branch: perl
84349            + t/lib/syslog.t
84350            ! MANIFEST ext/Sys/Syslog/Syslog.pm
84351 ____________________________________________________________________________
84352 [  5968] By: gsar                                  on 2000/04/27  17:44:49
84353         Log: tolerate spaces in group names in test on solaris (from David Boyce
84354              <dsb@boyski.com>)
84355      Branch: perl
84356            ! t/op/groups.t
84357 ____________________________________________________________________________
84358 [  5967] By: gsar                                  on 2000/04/27  17:41:22
84359         Log: improved docs on the warn_uninit diagnostic (from David Glasser
84360              and Simon Cozens)
84361      Branch: perl
84362            ! pod/perldiag.pod
84363 ____________________________________________________________________________
84364 [  5966] By: gsar                                  on 2000/04/27  16:54:58
84365         Log: add testsuite for B backends, fix bug in B::Deparse (from
84366              Simon Cozens <simon@brecon.co.uk>)
84367      Branch: perl
84368            + t/lib/b.t
84369            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
84370 ____________________________________________________________________________
84371 [  5965] By: gsar                                  on 2000/04/27  16:10:37
84372         Log: avoid "will not stay shared" warnings for our variables (from
84373              Robin Barker)
84374      Branch: perl
84375            ! op.c t/pragma/warn/op
84376 ____________________________________________________________________________
84377 [  5964] By: gsar                                  on 2000/04/27  07:05:05
84378         Log: reformat to 72 columns (again)
84379      Branch: perl
84380            ! pod/perldiag.pod
84381 ____________________________________________________________________________
84382 [  5963] By: gsar                                  on 2000/04/27  06:28:31
84383         Log: patch from Larry to make (\&) prototype work; added tests for
84384              the same
84385      Branch: perl
84386            ! op.c t/comp/proto.t
84387 ____________________________________________________________________________
84388 [  5962] By: gsar                                  on 2000/04/27  06:15:47
84389         Log: updated README.hpux (from Jeff Okamoto)
84390      Branch: perl
84391            ! README.hpux
84392 ____________________________________________________________________________
84393 [  5961] By: gsar                                  on 2000/04/27  05:55:03
84394         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
84395      Branch: perl
84396            ! emacs/cperl-mode.el
84397 ____________________________________________________________________________
84398 [  5960] By: gsar                                  on 2000/04/27  05:49:26
84399         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
84400      Branch: perl
84401            ! INSTALL
84402 ____________________________________________________________________________
84403 [  5959] By: gsar                                  on 2000/04/27  05:33:41
84404         Log: doubled words in pods (from Simon Cozens
84405              <simon.p.cozens@jp.pwcglobal.com>)
84406      Branch: perl
84407            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
84408            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
84409            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
84410            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
84411            ! pod/perltootc.pod
84412 ____________________________________________________________________________
84413 [  5958] By: gsar                                  on 2000/04/27  05:11:39
84414         Log: change#3569 deleted some essential code, revert; avoid use of
84415              atexit() to make DynaLoader work properly on AIX under mod_perl
84416              (from Jens-Uwe Mager <jum@helios.de>)
84417      Branch: perl
84418            ! ext/DynaLoader/dl_aix.xs
84419 ____________________________________________________________________________
84420 [  5957] By: gsar                                  on 2000/04/27  04:54:51
84421         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
84422      Branch: perl
84423            ! pod/perlmod.pod
84424 ____________________________________________________________________________
84425 [  5956] By: gsar                                  on 2000/04/27  04:51:47
84426         Log: better diagnostics on failed tests (from Ilya Zakharevich)
84427      Branch: perl
84428            ! t/op/lex_assign.t
84429 ____________________________________________________________________________
84430 [  5955] By: gsar                                  on 2000/04/27  04:26:44
84431         Log: longstanding bug exposed by change#3307: sort arguments weren't
84432              compiled with the right wantarray context (ensuing runtime lookup
84433              via block_gimme() was getting the incidental context of the
84434              sort() itself)
84435      Branch: perl
84436            ! op.c t/op/sort.t
84437 ____________________________________________________________________________
84438 [  5954] By: gsar                                  on 2000/04/26  23:42:12
84439         Log: integrate cfgperl contents into mainline
84440      Branch: perl
84441           !> (integrate 30 files)
84442 ____________________________________________________________________________
84443 [  5953] By: jhi                                   on 2000/04/26  23:06:42
84444         Log: Integrate with Sarathy.
84445      Branch: cfgperl
84446           !> README.win32 ext/B/B/Deparse.pm
84447           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
84448           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
84449           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
84450           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
84451           !> utils/perldoc.PL vms/perlvms.pod
84452 ____________________________________________________________________________
84453 [  5952] By: jhi                                   on 2000/04/26  23:03:46
84454         Log: Undo "use integer" addition from 64bitint as it seems
84455              to break most of the subtests in Digital UNIX;
84456              Unicos needs to find another way.
84457      Branch: cfgperl
84458            ! t/op/64bitint.t
84459 ____________________________________________________________________________
84460 [  5951] By: jhi                                   on 2000/04/26  22:57:53
84461         Log: Be more robust on "extreme" (large absolute value)
84462              arguments.  Originally reported by Daniel Connelly
84463              as a problem with asinh() on large negative arguments,
84464              asinh() used to bail out because an argument to log()
84465              ended up being zero.  Ilya Zakharevich proposed using
84466              Taylor's series in such cases, which for such large
84467              arguments is a very good approximation.
84468      Branch: cfgperl
84469            ! lib/Math/Complex.pm t/lib/complex.t
84470 ____________________________________________________________________________
84471 [  5950] By: gsar                                  on 2000/04/25  19:13:12
84472         Log: reformat perldiag to avoid long lines
84473      Branch: perl
84474            ! pod/perldiag.pod
84475 ____________________________________________________________________________
84476 [  5949] By: gsar                                  on 2000/04/25  18:41:11
84477         Log: make perldoc use the pod2man from the same version (from
84478              M.J.T. Guy)
84479      Branch: perl
84480            ! utils/perldoc.PL
84481 ____________________________________________________________________________
84482 [  5948] By: gsar                                  on 2000/04/25  18:21:57
84483         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
84484              <kompas@kompas.usr.onet.pl>)
84485      Branch: perl
84486            ! lib/vars.pm
84487 ____________________________________________________________________________
84488 [  5947] By: gsar                                  on 2000/04/25  18:11:53
84489         Log: use &dl_error rather than &dl_load_file as the guard for calling
84490              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
84491              statically built perl)
84492      Branch: perl
84493            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
84494 ____________________________________________________________________________
84495 [  5946] By: jhi                                   on 2000/04/25  17:37:54
84496         Log: Document that tr() is not tr(1).
84497      Branch: cfgperl
84498            ! pod/perlop.pod
84499 ____________________________________________________________________________
84500 [  5945] By: gsar                                  on 2000/04/25  16:34:33
84501         Log: make module name mandatory after -M switch; reorder perldiag
84502              alphabetically (from Mark-Jason Dominus)
84503      Branch: perl
84504            ! perl.c pod/perldiag.pod
84505 ____________________________________________________________________________
84506 [  5944] By: jhi                                   on 2000/04/25  01:15:18
84507         Log: On second thoughts frexp() does have two arguments.
84508      Branch: cfgperl
84509            ! perl.h
84510 ____________________________________________________________________________
84511 [  5943] By: jhi                                   on 2000/04/24  22:56:32
84512         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
84513              Now pp_ncmp() returns undef is either operand is a NaN.
84514      Branch: cfgperl
84515            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84516            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
84517            ! vms/subconfigure.com vos/config.def vos/config.h
84518            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
84519            ! win32/config.vc win32/config_H.bc win32/config_H.gc
84520            ! win32/config_H.vc
84521      Branch: metaconfig/U/perl
84522            + d_modfl.U
84523 ____________________________________________________________________________
84524 [  5942] By: jhi                                   on 2000/04/24  19:45:17
84525         Log: Regen Configure to match #5937.
84526      Branch: cfgperl
84527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84528            ! config_h.SH
84529      Branch: metaconfig
84530            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
84531 ____________________________________________________________________________
84532 [  5941] By: jhi                                   on 2000/04/24  19:24:11
84533         Log: Further Unicos fixes for Mark Lutz.
84534      Branch: cfgperl
84535            ! hints/unicos.sh pp_ctl.c
84536 ____________________________________________________________________________
84537 [  5940] By: jhi                                   on 2000/04/24  19:09:06
84538         Log: Various Unicos 10.0.0.6 fixes.
84539              
84540              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
84541              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
84542              Reply-To: tecmpl1@triton.ca.boeing.com 
84543              To: perl5-porters@perl.org 
84544              Date: Fri, 14 Apr 2000 20:21:00 GMT 
84545              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
84546      Branch: cfgperl
84547            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
84548 ____________________________________________________________________________
84549 [  5939] By: gsar                                  on 2000/04/24  19:01:24
84550         Log: more pod nits (from Larry Virden)
84551      Branch: perl
84552            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
84553            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
84554            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
84555 ____________________________________________________________________________
84556 [  5938] By: gsar                                  on 2000/04/24  18:54:01
84557         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
84558      Branch: perl
84559            ! ext/B/B/Deparse.pm
84560 ____________________________________________________________________________
84561 [  5937] By: jhi                                   on 2000/04/24  17:39:00
84562         Log: Integrate with Sarathy.
84563      Branch: cfgperl
84564           +> (branch 31 files)
84565           !> (integrate 73 files)
84566 ____________________________________________________________________________
84567 [  5936] By: gsar                                  on 2000/04/24  17:30:06
84568         Log: additional tests for change#5934 (from Paul Marquess, who also
84569              sent in the same fix)
84570      Branch: perl
84571            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
84572            ! t/pragma/warn/5nolint t/pragma/warn/6default
84573 ____________________________________________________________________________
84574 [  5935] By: jhi                                   on 2000/04/24  17:26:05
84575         Log: Do not assume sign propagation.
84576              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
84577              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
84578              To: payner@ncifcrf.gov, perl5-porters@perl.org 
84579              Date: Tue, 18 Apr 2000 18:24:49 +0100 
84580              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
84581      Branch: cfgperl
84582            ! t/op/bop.t t/op/misc.t
84583 ____________________________________________________________________________
84584 [  5934] By: gsar                                  on 2000/04/24  17:16:54
84585         Log: propagate lexical warnings from surrounding scope correctly
84586              within string eval()
84587      Branch: perl
84588            ! pp_ctl.c t/pragma/warn/pp_ctl
84589 ____________________________________________________________________________
84590 [  5933] By: jhi                                   on 2000/04/24  17:01:07
84591         Log: Flatten the cpp jungle doing the nosuid checking.
84592      Branch: cfgperl
84593            ! perl.c
84594 ____________________________________________________________________________
84595 [  5932] By: gsar                                  on 2000/04/24  09:08:14
84596         Log: add rsignal(), whichsig() and do_join() to public API list
84597              (mod_perl uses them to good advantage)
84598      Branch: perl
84599            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
84600 ____________________________________________________________________________
84601 [  5931] By: gsar                                  on 2000/04/24  09:01:40
84602         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
84603      Branch: perl
84604            ! pp_hot.c regexec.c t/op/pat.t
84605 ____________________________________________________________________________
84606 [  5930] By: gsar                                  on 2000/04/24  08:58:33
84607         Log: small os390 tweaks (from Peter Prymmer)
84608      Branch: perl
84609            ! config_h.SH makedepend.SH
84610 ____________________________________________________________________________
84611 [  5929] By: gsar                                  on 2000/04/24  08:55:25
84612         Log: pod nits
84613      Branch: perl
84614            ! pod/perlguts.pod
84615 ____________________________________________________________________________
84616 [  5928] By: gsar                                  on 2000/04/24  08:50:13
84617         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
84618      Branch: perl
84619            ! ext/IO/lib/IO/Poll.pm
84620 ____________________________________________________________________________
84621 [  5927] By: gsar                                  on 2000/04/24  08:43:24
84622         Log: arrange for next() to resume at the unstack op rather than the
84623              loop conditional, so that scope cleanup happens correctly
84624              (from Stephen McCamant)
84625      Branch: perl
84626            ! op.c pp_ctl.c t/op/misc.t
84627 ____________________________________________________________________________
84628 [  5926] By: gsar                                  on 2000/04/24  08:18:40
84629         Log: on windows, reserve 16M of stack rather than 128M (allows more
84630              threads to run concurrently)
84631      Branch: perl
84632            ! win32/Makefile win32/makefile.mk
84633 ____________________________________________________________________________
84634 [  5925] By: gsar                                  on 2000/04/24  08:13:52
84635         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
84636      Branch: perl
84637            ! toke.c
84638 ____________________________________________________________________________
84639 [  5924] By: gsar                                  on 2000/04/24  08:08:59
84640         Log: avoid using uninitialized memory in require version check
84641      Branch: perl
84642            ! pp_ctl.c universal.c
84643 ____________________________________________________________________________
84644 [  5923] By: gsar                                  on 2000/04/24  07:20:14
84645         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
84646      Branch: perl
84647            ! ext/IO/lib/IO/Poll.pm
84648 ____________________________________________________________________________
84649 [  5922] By: gsar                                  on 2000/04/24  07:08:42
84650         Log: commentary about IoTYPE() (from Nathan Torkington)
84651      Branch: perl
84652            ! sv.h
84653 ____________________________________________________________________________
84654 [  5921] By: gsar                                  on 2000/04/24  06:58:26
84655         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
84656              by fix
84657      Branch: perl
84658            ! sv.c t/lib/charnames.t t/pragma/utf8.t
84659 ____________________________________________________________________________
84660 [  5920] By: gsar                                  on 2000/04/24  06:37:59
84661         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
84662      Branch: perl
84663            ! doop.c t/op/ver.t
84664 ____________________________________________________________________________
84665 [  5919] By: gsar                                  on 2000/04/24  06:21:58
84666         Log: Configure might miss old directories when prefix must be
84667              expanded (from Robin Barker)
84668      Branch: metaconfig
84669            ! U/installdirs/inc_version_list.U
84670      Branch: perl
84671            ! Configure
84672 ____________________________________________________________________________
84673 [  5918] By: gsar                                  on 2000/04/24  06:16:11
84674         Log: VMS nits in glob() test (from Charles Lane)
84675      Branch: perl
84676            ! t/lib/glob-basic.t
84677 ____________________________________________________________________________
84678 [  5917] By: gsar                                  on 2000/04/24  06:11:56
84679         Log: various pod nits (from Larry Virden and others)
84680      Branch: perl
84681            ! README.amiga README.hpux README.machten README.os2
84682            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
84683            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
84684            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
84685            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
84686            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
84687            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
84688            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
84689            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
84690 ____________________________________________________________________________
84691 [  5916] By: gsar                                  on 2000/04/24  05:52:43
84692         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
84693              <wjones@tc.fluke.com>)
84694      Branch: perl
84695            ! t/lib/glob-basic.t
84696 ____________________________________________________________________________
84697 [  5915] By: gsar                                  on 2000/04/24  05:07:01
84698         Log: supported platforms mixed up
84699      Branch: perl
84700            ! pod/perl56delta.pod pod/perlport.pod
84701 ____________________________________________________________________________
84702 [  5914] By: gsar                                  on 2000/04/24  04:56:08
84703         Log: caller() wasn't returning the right number of elements for
84704              eval {...}
84705      Branch: perl
84706            ! pp_ctl.c t/pragma/warn/9enabled
84707 ____________________________________________________________________________
84708 [  5913] By: gsar                                  on 2000/04/24  04:35:41
84709         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
84710              Mark-Jason Dominus)
84711      Branch: perl
84712            ! pod/perlfunc.pod
84713 ____________________________________________________________________________
84714 [  5912] By: gsar                                  on 2000/04/24  04:17:15
84715         Log: fix totally broken caching in UNIVERSAL::isa() (from
84716              Nick Ing-Simmons)
84717      Branch: perl
84718            ! t/op/universal.t universal.c
84719 ____________________________________________________________________________
84720 [  5911] By: gsar                                  on 2000/04/24  03:39:47
84721         Log: add linebreak properties from unicode/LineBrk.txt (from
84722              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
84723      Branch: perl
84724            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
84725            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
84726            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
84727            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
84728            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
84729            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
84730            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
84731            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
84732            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
84733            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
84734            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
84735            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
84736            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
84737            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
84738            + lib/unicode/Is/LbrkZW.pl
84739            ! lib/unicode/mktables.PL
84740 ____________________________________________________________________________
84741 [  5910] By: gsar                                  on 2000/04/24  03:23:10
84742         Log: typo in pod
84743      Branch: perl
84744            ! ext/Thread/Thread.pm
84745 ____________________________________________________________________________
84746 [  5909] By: gsar                                  on 2000/04/24  03:22:03
84747         Log: mode argument to do_binmode() should be file mode, not boolean
84748      Branch: perl
84749            ! pp_sys.c
84750 ____________________________________________________________________________
84751 [  5908] By: gsar                                  on 2000/04/16  16:51:08
84752         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
84753              always returns a valid GV even when the symbol is trapped by strictures
84754              (avoids coredumps)
84755              
84756              TODO: the C<package;> hack needs similar treatment
84757      Branch: perl
84758            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
84759            ! t/pragma/strict-vars
84760 ____________________________________________________________________________
84761 [  5907] By: jhi                                   on 2000/03/31  23:42:56
84762         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
84763              an assumption which #5905 demolished.
84764      Branch: cfgperl
84765            ! pp_sys.c
84766 ____________________________________________________________________________
84767 [  5906] By: jhi                                   on 2000/03/31  18:54:37
84768         Log: Typo in #5905.
84769      Branch: cfgperl
84770            ! t/op/64bitint.t
84771 ____________________________________________________________________________
84772 [  5905] By: jhi                                   on 2000/03/31  18:50:54
84773         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
84774              reported by Joseph N. Hall.  The bug was that even with use64bitint
84775              one had to use the prefixes q, L, or ll with printf/sprintf,
84776              contrary to the documentation and common sense.
84777      Branch: cfgperl
84778            ! sv.c t/op/64bitint.t
84779 ____________________________________________________________________________
84780 [  5904] By: gsar                                  on 2000/03/28  02:31:32
84781         Log: add Changes, perldelta.pod
84782      Branch: perl
84783            + Changes pod/perldelta.pod
84784 ____________________________________________________________________________
84785 [  5903] By: gsar                                  on 2000/03/28  02:03:55
84786         Log: rename Changes and perldelta.pod
84787      Branch: perl
84788           +> Changes5.6 pod/perl56delta.pod
84789            - Changes pod/perldelta.pod
84790            ! MANIFEST
84791 ____________________________________________________________________________
84792 [  5902] By: gsar                                  on 2000/03/28  01:59:14
84793         Log: create maint-5.6 branch
84794      Branch: maint-5.6/perl
84795           +> (branch 1611 files)
84796 ____________________________________________________________________________
84797 [  5901] By: jhi                                   on 2000/03/23  05:48:43
84798         Log: Integrate with Sarathy.
84799      Branch: cfgperl
84800           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
84801 ____________________________________________________________________________
84802 [  5900] By: gsar                                  on 2000/03/23  05:42:43
84803         Log: three guesses on what this is :-)
84804      Branch: perl
84805            ! Changes